- 03 Nov, 2020 12 commits
-
-
Russell Dickenson 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 28 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
-
GitLab Release Tools Bot authored
-
Amy Qualls authored
docs: Minor errors in git install instructions See merge request gitlab-org/gitlab!46548
-
Gary Holtz authored
This reverts commit fcc6f275
-
Nicolas Dular authored
Instead of having tabs to switch between sign in and sign up pages, we want to have two separate pages. This separation was already part of an experiment and is now the default experience.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46641
-
Thong Kuah authored
[RUN AS-IF-FOSS] Adding push rules to exported project See merge request gitlab-org/gitlab!46275
-
Mike Jang authored
:
-
Toon Claes authored
Use pg_hint_plan for IssuableFinder See merge request gitlab-org/gitlab!46289
-
Gabriel Mazetto authored
Calculate xMAUs unions for Redis HLL metrics See merge request gitlab-org/gitlab!44624
-
Mike Jang authored
Add feature flag to instance statistics page See merge request gitlab-org/gitlab!46702
-
Mike Jang authored
-
James Fargher authored
Bump workhorse to 8.53.0 See merge request gitlab-org/gitlab!46666
-
Matthias Käppler authored
-
Mayra Cabrera authored
Track issue health status changes in usage ping See merge request gitlab-org/gitlab!44417
-
Heinrich Lee Yu authored
Adds health status change events to the events we track for issues
-