- 27 Feb, 2020 40 commits
-
-
Stan Hu authored
Add deprecation reason to GraphQL API docs See merge request gitlab-org/gitlab!24331
-
Lin Jen-Shin authored
Resolve "Notifications for when pipelines are fixed" Closes #24309 See merge request gitlab-org/gitlab!16951
-
Sean McGivern authored
Rename columns in vulnerabilities table to match new states See merge request gitlab-org/gitlab!25609
-
Kamil Trzciński authored
Mark duplicate jobs in Sidekiq See merge request gitlab-org/gitlab!25447
-
Bob Van Landuyt authored
This marks a job as duplicate when there was already a job in the same queue with the same arguments. We do this by storing a key in Redis based on the argumens, worker and queue when a job gets scheduled. If another job gets scheduled and the key already exists, we mark the job as duplicate. When a job starts, we delete its key from Redis. Later we can use this for dropping jobs from redis if they are idempotent.
-
Toon Claes authored
Migrate user mentions from epic and epic notes Closes #21801 See merge request gitlab-org/gitlab!25259
-
Heinrich Lee Yu authored
Accept service desk emails from a separate address See merge request gitlab-org/gitlab!23676
-
Kushal Pandya authored
Remove blocking issue radio inputs from "Add an epic" form Closes #207455 See merge request gitlab-org/gitlab!26003
-
Rémy Coutable authored
Fix broken specs depending on UnauthorizedError Closes #208290 See merge request gitlab-org/gitlab!26080
-
Kushal Pandya authored
Added a condition when a ticket is moved from the closed list Closes #25550 See merge request gitlab-org/gitlab!25899
-
Sean McGivern authored
Fix cherry pick icon See merge request gitlab-org/gitlab!26009
-
Nick Thomas authored
This error was just renamed to ForbiddenError and there was a conflict
-
Peter Leitzen authored
Add filepath to release_links API See merge request gitlab-org/gitlab!25533
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/27300 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25512
-
Grzegorz Bizon authored
Allow users to assign a serverless domain to Knative (Backend) See merge request gitlab-org/gitlab!21436
-
James Lopez authored
Remove admin user count from Users statistics See merge request gitlab-org/gitlab!25337
-
Jan Provaznik authored
Add permission check to suggest pipeline tour See merge request gitlab-org/gitlab!25847
-
Kamil Trzciński authored
Clarify "private" visibility for projects. See merge request gitlab-org/gitlab!25852
-
Nick Thomas authored
Change back internal API return code Closes #208253 See merge request gitlab-org/gitlab!26063
-
Nick Thomas authored
Version Control for Snippets: Access Rights Check for project snippet See merge request gitlab-org/gitlab!23492
-
Doug Stull authored
- needed to qualify the spec
-
Doug Stull authored
- only initiate the tour entry point based on if this feature exists and if user has proper permissions.
-
Lin Jen-Shin authored
Auto stop review app environments See merge request gitlab-org/gitlab!26047
-
Alexandru Croitor authored
Migrate user mentions from epics description or title and epic notes into epic_user_mentions table.
-
Sean McGivern authored
Fix scoped label text color when background is light See merge request gitlab-org/gitlab!26037
-
Peter Leitzen authored
Rename 'spammable' to 'target' See merge request gitlab-org/gitlab!25392
-
Lin Jen-Shin authored
Do not fail CI when Danger fails for now Closes #208282 See merge request gitlab-org/gitlab!26071
-
Heinrich Lee Yu authored
Remove Service#template? See merge request gitlab-org/gitlab!25979
-
Russell Dickenson authored
Add information about the docs repo pipeline Closes gitlab-docs#481 See merge request gitlab-org/gitlab!24952
-
Marcel Amirault authored
Changing to location-action style, changing to active voice, simplifying, from suggestions.
-
Rémy Coutable authored
Until we fix https://gitlab.com/gitlab-org/gitlab/issues/208282. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Peter Leitzen authored
Fix name in the API error tracking spec See merge request gitlab-org/gitlab!26022
-
Francisco Javier López authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25936 we align the return code for the same error to be 403. Nevertheless, it seems the internal API needs it to be 401, otherwise, the custom error message won't be shown.
-
Phil Hughes authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/ide' See merge request gitlab-org/gitlab!25022
-
Marvin Karegyeya authored
-
Alessio Caiazza authored
-
Heinrich Lee Yu authored
Improves test assertion to check on the right text span
-
Florie Guibert authored
Improve readability for light color scoped labels
-
Natalia Tepluhina authored
Update GitLab Packages See merge request gitlab-org/gitlab!26000
-
Natalia Tepluhina authored
Add param update to vue issuables list Closes #35453 See merge request gitlab-org/gitlab!25502
-