- 06 Dec, 2019 40 commits
-
-
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
-
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
-
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
-
andysoiron authored
We used to return service password for admin users. This has been removed as part of a security fix and this commit removes some leftover of this feature
-
Andreas Brandl authored
* API::Helpers::Pagination#paginate only exposes offset pagination * API::Helpers::Pagination#paginate_and_retrieve! supports both types I wanted to make it explicit that keyset pagination returns an array instead of a relation. This does not match the behavior of offset pagination, hence not mixing those in #paginate.
-
Stan Hu authored
Previously a retried pipeline for builds in a DAG would cause the newly- created builds to sit in the created state because it would be waiting for the dependencies to trigger it. However, in the retry case, the dependencies may have already completed, so they will never trigger new builds. We fix this by: 1. Looking up successful builds with the required names 2. Passing those build IDs to `Ci::ProcessPipelineService` to trigger builds with those dependencies. Closes https://gitlab.com/gitlab-org/gitlab/issues/36068
-
Sean McGivern authored
Refactor project API helpers Closes #37919 See merge request gitlab-org/gitlab!21130
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/app/assets/javascripts/pages) See merge request gitlab-org/gitlab!20996
-
Andreas Brandl authored
This is in line with what we document: https://docs.gitlab.com/ee/api/README.html#status-codes
-
Andreas Brandl authored
This aligns with offset pagination, where we also allow up to 100 records max.
-
Andreas Brandl authored
This is the squashed together change from https://gitlab.com/gitlab-org/gitlab/merge_requests/19623 that had been reverted previously. Based on the refactoring in https://gitlab.com/gitlab-org/gitlab/merge_requests/21130
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/javascripts/feature_flag) See merge request gitlab-org/gitlab!20946
-
Ahmad Sherif authored
It works the same way as https://gitlab.com/gitlab-org/gitlab/merge_requests/14846: It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Related to https://gitlab.com/gitlab-com/gl-infra/scalability/issues/4
-