- 08 Dec, 2020 40 commits
-
-
Patrick Bair authored
Add member events column to webhooks table See merge request gitlab-org/gitlab!49273
-
Serena Fang authored
This is just adding the column, actual implementation will come after
-
Enrique Alcántara authored
Remove api_billable_member_list feature flag See merge request gitlab-org/gitlab!49336
-
Mike Jang authored
Update regex secure coding guidelines See merge request gitlab-org/gitlab!48962
-
Dominic Couture authored
-
Miguel Rincon authored
Add graphql query for linting in editor app See merge request gitlab-org/gitlab!49379
-
Frédéric Caplette authored
In the new PA home, we add the graphQl query to fetch the linted data and we also update the test to mock thei new returned value.
-
Douglas Barbosa Alexandre authored
Geo: Minor adjustments to verification logic See merge request gitlab-org/gitlab!49292
-
Michael Kozono authored
Re-factor check for maintenance mode See merge request gitlab-org/gitlab!49387
-
Imre Farkas authored
Fix displaying merge request dependencies with no metrics See merge request gitlab-org/gitlab!49466
-
Douglas Barbosa Alexandre authored
Fix division by error when upload max size is set to 0 See merge request gitlab-org/gitlab!49482
-
Enrique Alcántara authored
Automatically select DAST profile See merge request gitlab-org/gitlab!49435
-
Paul Gascou-Vaillancourt authored
When there is only a single profile available in an on-demand scan's profile selector, it is automatically selected to save the user some clicks and to prevent potential confusion.
-
Rémy Coutable authored
Run the version sanity check for pre and release See merge request gitlab-org/gitlab!49427
-
Natalia Tepluhina authored
Allow schedule update See merge request gitlab-org/gitlab!49295
-
David O'Regan authored
Hook schedule update to the backend and allow for a schedule to be updated via GraphQL
-
Amy Qualls authored
Update images with clearer versions See merge request gitlab-org/gitlab!47746
-
Marcel Amirault authored
Try to reduce the quality lost in compression or resizing
-
Dan Davison authored
docs: Fix a wrong `only_run_in_pipeline` key => `only` See merge request gitlab-org/gitlab!49489
-
Amy Qualls authored
Move routing page from external repository See merge request gitlab-org/gitlab!49282
-
Amy Qualls authored
Thie merge request moves the routing page from the external repository, and takes out information about decisions that aren't currently reflected in the state of the product.
-
Amy Qualls authored
Docs: Updating style of note See merge request gitlab-org/gitlab!49267
-
Jan Provaznik authored
Adds guest package events to usage data See merge request gitlab-org/gitlab!48734
-
Rémy Coutable authored
-
Stan Hu authored
AWS will complain if no Content-Length is not specified, so we need to use multipart URLs if no length is available.
-
Stan Hu authored
The Workhorse S3 client handles multipart uploads in a much more robust way. We don't need to generate pre-signed URLs when it is used.
-
Stan Hu authored
When pre-signed multipart URLs are generated and the max size is 0, previously the code would error out while calculating the URLs. We now handle this case by assuming the file is the maximum number of parts. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/259801
-
Mark Chao authored
Refactor Git/LFS request specs into shared examples See merge request gitlab-org/gitlab!49138
-
Markus Koller authored
This allows us to reuse them in EE. - The shared examples for `Repositories::GitHttpController` were moved without any changes. - The LFS request specs were cleaned up and simplified a bit.
-
Olena Horal-Koretska authored
Use vue test utils in roadmap specs and add helpful comments in roadmap code. See merge request gitlab-org/gitlab!49433
-
Eulyeon Ko authored
Whenever certain variables are modified in roadmap.scss, the changes need to be reflected in roadmap/constants.js
-
Heinrich Lee Yu authored
Use `supports_severity?` to check feature availability on issuables See merge request gitlab-org/gitlab!49378
-
Heinrich Lee Yu authored
Fix the (potential) race-condition issue on `IgnorableColumns` See merge request gitlab-org/gitlab!49163
-
Igor Drozdov authored
Ignore missing source project when editing MR See merge request gitlab-org/gitlab!49311
-
Dmytro Zaporozhets (DZ) authored
Add method to create issue in Jira from vulnerability finding See merge request gitlab-org/gitlab!49000
-
Alan (Maciej) Paruszewski authored
This change adds link to finding to create issue in Jira.
-
Shinya Maeda authored
Add coquality comparison for merge request See merge request gitlab-org/gitlab!48830
-
Shinya Maeda authored
Fix existing_errors for AccessibilityReportsComparer See merge request gitlab-org/gitlab!49245
-
Maxime Orefice authored
This commit fixes how we calculate our existing_errors between 2 accessibility reports. Instead of returning all existing errors from the base report we are now getting the intersection between the base and the head report.
-
Bob Van Landuyt authored
Bump validates_hostname to 1.0.11 See merge request gitlab-org/gitlab!49452
-