- 21 Mar, 2022 33 commits
-
-
Doug Stull authored
- this was mistakenly changed to affect groups and should have only affected projects. This fixes that issue and restores the ability. Changelog: fixed
-
Pavel Shutsin authored
Contribution Analytics view test coverage See merge request gitlab-org/gitlab!81557
-
Rémy Coutable authored
Merge branch '355898-supply-danger_id-when-running-danger-so-danger-accounts-don-t-step-on-each-others' into 'master' Use --danger-id when running Danger See merge request gitlab-org/gitlab!83127
-
Kushal Pandya authored
Show security report status on "pipeline security tab" See merge request gitlab-org/gitlab!82508
-
Natalia Tepluhina authored
Add tests for vulnerability report pagination feature See merge request gitlab-org/gitlab!83098
-
Daniel Tian authored
Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83098 EE: true
-
Rémy Coutable authored
Add rollout_issue_url to enhanced_notify_css FF See merge request gitlab-org/gitlab!83105
-
Anshul Riyal authored
See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/81557
-
Thong Kuah authored
Bump Gitlab Shell version See merge request gitlab-org/gitlab!83203
-
Heinrich Lee Yu authored
Fix related epic links and issue links spec fixtures See merge request gitlab-org/gitlab!82623
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Rémy Coutable authored
This will allow Danger to post separate comments when run in the canonical context and in fork contexts. This is needed because the Danger bot might not have the permission to edit a comment posted by another bot. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Paul Slaughter authored
-
Bob Van Landuyt authored
Make refresh task fetch IDs from CSV URL See merge request gitlab-org/gitlab!83194
-
Erick Bajao authored
-
Jan Provaznik authored
Added severity to issues REST API See merge request gitlab-org/gitlab!82696
-
Raimund Hook authored
Previously this field was only available in GraphQL, this change adds it to the REST API (display only) Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82696Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
-
Stan Hu authored
Support 303 redirects when downloading via CommandLineUtil See merge request gitlab-org/gitlab!83066
-
Ramya Authappan authored
Update RSpec config to enable test filter shorthand alias of :focus See merge request gitlab-org/gitlab!83181
-
David Kim authored
It's an attempt to make Gitlab::HTTP redirection following behaviour the same as OpenURI which we were using before.
-
Kushal Pandya authored
Update saml response alert See merge request gitlab-org/gitlab!83226
-
Ash McKenzie authored
Upgrade rack-proxy to v0.7.2 See merge request gitlab-org/gitlab!83241
-
Russell Dickenson authored
Rate limit user_email_lookup_limit removal See merge request gitlab-org/gitlab!83155
-
John McGuire authored
-
Thong Kuah authored
Add `Migration[2.0]` that enforces `restrict_gitlab_migration` See merge request gitlab-org/gitlab!82505
-
James Fargher authored
Fix backups not working when feature_flags table does not exist See merge request gitlab-org/gitlab!83101
-
Luke Duncalfe authored
Fix NoMethodError for CommitController See merge request gitlab-org/gitlab!83123
-
Luke Duncalfe authored
Don't trigger a sentry error for Gitaly exceptions See merge request gitlab-org/gitlab!83084
-
Luke Duncalfe authored
Rename namespace `Oauth::Jira` to `Oauth::JiraDvcs` See merge request gitlab-org/gitlab!82903
-
Sincheol (David) Kim authored
Enqueuer job: set deduplication until executed See merge request gitlab-org/gitlab!83091
-
David Fernandez authored
-
Kamil Trzciński authored
This implements a new migration version and validates if correct migration version is used depending on a cutoff points. This allows to enforce a usage of a new `restrict_gitlab_migration`. Changelog: added
-
- 20 Mar, 2022 4 commits
-
-
Vasilii Iakliushin authored
**Problem** We add a Sentry error for cases when Gitaly is not available. We already handle this exception, so Sentry tracking is not necessary. We return a 200 response when the Gitaly is not available. It is confusing and makes it difficult to track unsuccessful requests. **Solution** * Respond with 503 error * Don't log exceptions in Sentry Changelog: changed
-
Andy Soiron authored
To point out that it's only used for DVCS
-
Anastasia McDonald authored
Remove :reliable tag from smoke tests See merge request gitlab-org/gitlab!83158
-
David O'Regan authored
Explain delete permission on multi-project runners See merge request gitlab-org/gitlab!82805
-
- 19 Mar, 2022 3 commits
-
-
Miguel Rincon authored
This change adds a tooltip explaining to group owners why they can't delete a runner that has been already added to multiple projects.
-
Kati Paizee authored
Add recommendations for webhook receivers See merge request gitlab-org/gitlab!83112
-
Alex Kalderimis authored
Moves the new section below 'Configure a Webhook'
-