- 03 Nov, 2020 27 commits
-
-
Fabian Zimmer authored
-
Achilleas Pipinellis authored
Add 12.1.x upgrade step prior to 12.10.x upgrade See merge request gitlab-org/gitlab!46632
-
Anton Smith authored
-
Adam Hegyi authored
Update db/structure.sql with missing check constraint See merge request gitlab-org/gitlab!46723
-
Imre Farkas authored
Pass the HTTP host header to webpack-dev-server See merge request gitlab-org/gitlab!46753
-
Mark Chao authored
Enable deployments filters See merge request gitlab-org/gitlab!46683
-
Yorick Peterse authored
This feature is deemed stable and ready to be released. See https://gitlab.com/gitlab-org/gitlab/-/issues/267561 for more information.
-
Heinrich Lee Yu authored
Remove issue project joins for group/project scoped searches See merge request gitlab-org/gitlab!46461
-
Terri Chu authored
-
Vitaly Slobodin authored
Use purchase helper for automatic storage See merge request gitlab-org/gitlab!46582
-
Ragnar Hardarson authored
-
Heinrich Lee Yu authored
Add Search to Feature Flag User List Strategy See merge request gitlab-org/gitlab!45820
-
Andrew Fontaine authored
This allows a user with too many user lists to search for the one they wish to apply to a strategy.
-
Evan Read authored
Improve existing GitLab license documentation See merge request gitlab-org/gitlab!46727
-
Russell Dickenson authored
-
Mike Greiling authored
-
Ezekiel Kigbo authored
DAST on-demand scans site profile form - refactor form validation See merge request gitlab-org/gitlab!45488
-
James Fargher authored
Mark Sidekiq queue selector as no longer experimental See merge request gitlab-org/gitlab!46562
-
Sean McGivern authored
We still support either the `--queue-selector` or `--experimental-queue-selector` flag (not both at the same time, though). We'll remove the 'experimental' variant on or after 14.0.
-
Evan Read authored
Document how to use Google default credentials See merge request gitlab-org/gitlab!46658
-
James Fargher authored
[RUN AS-IF-FOSS] Move projects_with_error_tracking_enabled ping usage to Core See merge request gitlab-org/gitlab!46556
-
James Fargher authored
Add update_sequence_id to JiraConnect workers See merge request gitlab-org/gitlab!46535
-
Andy Soiron authored
In order to make the JiraConnect workers idempotent we need to make sure they always sent the same UpdateSequenceId when run with the same arguments. So the sequence ID needs to be generated at the time the job is scheduled and not when running the Job. This is the first part of a multi step release to add this argument. The next release will remove the default
-
Stan Hu authored
The upgrade of fog-google in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46648 enabled the use of Google default service accounts. This documents how to use this and what permissions to check.
-
Evan Read authored
Add Monitor :: Health metadata to page See merge request gitlab-org/gitlab!46734
-
Dave Pisek authored
* Fix test descriptions * Move setting input value to helper
-
Enrique Alcántara authored
Split sign in and sign up pages See merge request gitlab-org/gitlab!42592
-
- 02 Nov, 2020 13 commits
-
-
Dave Pisek authored
* Renaming of parameter * Add more comments to explain the behavior
-
Amy Qualls authored
Add this page to the docset for Monitor :: Health.
-
Dave Pisek authored
Add jsdoc to explain the directive's parameters and how they affect the shown validation messages.
-
Craig Norris authored
Update metadata from Analytics to Value Stream Management See merge request gitlab-org/gitlab!46724
-
Mayra Cabrera authored
Remove storage limit column from application settings See merge request gitlab-org/gitlab!46676
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46730
-
Dave Pisek authored
A form can safely be reported as valid, without showing validation feedback. This commit sets field's state to be true if they are valid to do achieve this. Also a check has been added to let a developer know if the required "name" field on an input field is missing.
-
Dave Pisek authored
-
Dave Pisek authored
* Apply suggestion of making form-validity check more readable * Clean up code and add comments
-
Dave Pisek authored
-
Dave Pisek authored
This commit adds a new vue-directive that allows to use the native constraints API for validating html-form elements. It also changes the DAST on-demand scans site-profile form to move from manual form-validation to using the new directive.
-
Mayra Cabrera authored
Revert "Removes code that hides a source rule" See merge request gitlab-org/gitlab!46726
-
Evan Read authored
Tweaking Lefthook Instructions See merge request gitlab-org/gitlab!46667
-