- 07 Dec, 2019 4 commits
-
-
Manoj M J authored
This change limits the number of projects displayed in GET /groups/:id API, to prevent N+1 in Gitaly
-
Stan Hu authored
Preload job_artifacts when loading builds in stage Closes #38306 See merge request gitlab-org/gitlab!21307
-
Michael Kozono authored
Validate connection section in direct upload config Closes #38258 See merge request gitlab-org/gitlab!21270
-
Stan Hu authored
Add missing spec for fogbugz importer See merge request gitlab-org/gitlab!20981
-
- 06 Dec, 2019 36 commits
-
-
Stan Hu authored
For some reason, `Settingslogic` doesn't always provide the right error message when the `connection` block is omitted. Sometimes it erroneously attributes the error section to a different part of the YAML (e.g. `backup`, `dependency_proxy`). This commit adds on more information on which `connection` block is missing from the `gitlab.yml` (e.g. LFS, artifacts, or uploads). Closes https://gitlab.com/gitlab-org/gitlab/issues/38258
-
Robert Speicher authored
Do not attribute unverified commit e-mails to GitLab users Closes #28493 See merge request gitlab-org/gitlab!21214
-
Matija Čupić authored
-
Mayra Cabrera authored
Add two partial nonunique indexes See merge request gitlab-org/gitlab!21230
-
charlie ablett authored
- Non-unique
-
Robert Speicher authored
Update RSpec helper methods to *_next_instance_of See merge request gitlab-org/gitlab!21244
-
Paul Slaughter authored
Convert Web IDE specs to jest See merge request gitlab-org/gitlab!21153
-
Mayra Cabrera authored
Fix Sidekiq testing API warnings in Rake tasks Closes #38377 See merge request gitlab-org/gitlab!21343
-
Michael Kozono authored
Cleanup API GET service endpoint See merge request gitlab-org/gitlab!21310
-
Clement Ho authored
Add warning dialog when users click "Merge immediately" merge train option Closes #12679 See merge request gitlab-org/gitlab!20054
-
Sid Sijbrandij authored
Link to suggested community contributions See merge request gitlab-org/gitlab!21345
-
Tim Rizzi authored
-
Paul Slaughter authored
Add security configuration navigation item See merge request gitlab-org/gitlab!20711
-
David Pisek authored
This commit adds a new navigation item to the main navigation. It sits within a project's "Security & Compliance" submenu and links to the security configuration screen.
-
Paul Slaughter authored
These files were updated automatically with this script: ``` result="$(awk '/[{\[]$/ { printf("%s\t", $0); next } 1' $1)" echo "$result" > $1 yarn prettier --write $1 ```
-
Chad Woolley authored
Includes related import reordering for IDE-related files to fix eslint warnings. See issue https://gitlab.com/gitlab-org/gitlab/issues/29243 which tracks the overall effort for migration to Jest.
-
Stan Hu authored
Running any Rake task would show: ARNING: Sidekiq testing API enabled, but this is not the test environment. Your jobs will not go to Redis. To fix this, we move the `require` statement into the import task. Now this message only shows when running the import job. Closes https://gitlab.com/gitlab-org/gitlab/issues/38377
-
Michael Kozono authored
Increase experiment ratio See merge request gitlab-org/gitlab!21303
-
Achilleas Pipinellis authored
Add the command for restarting GitLab helm chart See merge request gitlab-org/gitlab!20214
-
Alexander Tanayno authored
-
Felipe Artur authored
Adds missing spec for fogbugz importer
-
Clement Ho authored
Add new help text to sentry settings Closes #34058 See merge request gitlab-org/gitlab!20663
-
Rajendra kadam authored
-
Natalia Tepluhina authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/ide) See merge request gitlab-org/gitlab!21304
-
Arturo Herrero authored
Auto-correct some references in RSpec as: - expect_any_instance_of -> expect_next_instance_of - allow_any_instance_of -> allow_next_instance_of Related to https://gitlab.com/gitlab-org/gitlab/issues/34997
-
Robert Speicher authored
Fix misleading comment See merge request gitlab-org/gitlab!21255
-
Marcia Ramos authored
Resolve "Document - Make using GitLab auth with Vault easy" - documentation Closes #9983 See merge request gitlab-org/gitlab!19980
-
Jake Burden authored
Add changelog
-
Kamil Trzciński authored
Fix pipeline retry in a CI DAG Closes #36068 See merge request gitlab-org/gitlab!21296
-
Achilleas Pipinellis authored
Refinements to the intro section See merge request gitlab-org/gitlab!21217
-
Larissa Lane authored
-
Sean McGivern authored
Keyset pagination on primary key See merge request gitlab-org/gitlab!21194
-
Nathan Friend authored
This commit adds a warning dialog after the user clicks the "merge immediately" merge train option asking them to confirm their choice. This dialog contains a link to the documentation as well as some text about why merging immediately may not be the best choice.
-
Stan Hu authored
Resolve "Add "updated_after" parameter to the Pipelines API endpoint" Closes #33099 See merge request gitlab-org/gitlab!21133
-
Imre Farkas authored
Allow raw blobs to be served from an external storage See merge request gitlab-org/gitlab!20936
-
Nick Thomas authored
Use `without_count` for audit event records paginated with `paginate_without_counts` See merge request gitlab-org/gitlab!21232
-