- 21 Mar, 2022 20 commits
-
-
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>
-
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 8 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'
-
Marcel Amirault authored
Redirected old file See merge request gitlab-org/gitlab!83126
-
Suzanne Selhorn authored
This file is not in the nav and has not been for 9 months. It gets fewer than 50 views per day Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/332102
-
Stan Hu authored
This fixes a bug that manifested with the `webpack-dev-server` and the `thin` Web server. When a chunked transfer is proxied from rack-proxy, the proxied HTTP response would contain the original `Transfer-Encoding: chunked` HTTP header. However, the body would be stripped of the chunked encoding headers. As a result, Workhorse would fail to parse the body with the error: ``` httputil: ReverseProxy read error during body copy: invalid byte in chunk length ``` This occurred because the Golang chunked decoder expected to parse a length represented as an ASCII number followed by a `\r\n`. Instead, the first byte was a binary character from the gzipped data. This does not occur with Puma because Puma initiates a request with an HTTP/1.0 header and explicitly disables chunked transfers. https://github.com/ncr/rack-proxy/pull/59 fixes this problem by dropping the `Transfer-Encoding: chunked` header so that Workhorse won't handle the HTTP response as a chunked transfer. See https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/1443 for more details. Changelog: fixed
-
David O'Regan authored
Merge branch '356137-bug-selecting-a-compliance-violation-with-the-same-mr-should-keep-the-drawer-open' into 'master' Fix compliance report drawer closing incorrectly See merge request gitlab-org/gitlab!83097
-
Jiaan Louw authored
The compliance report drawer now stays open when a new violation is selected with the same merge request.
-
- 18 Mar, 2022 8 commits
-
-
Michael Kozono authored
Add ability to sort by escalation status to issues GraphQL query See merge request gitlab-org/gitlab!82160
-
Sarah Yasonik authored
Adds ESCALATION_STATUS_ASC and ESCALATION_STATUS_DESC options to issues query in GraphQL.
-
Jose Ivan Vargas authored
Create the add videos to continuous onboarding experiment See merge request gitlab-org/gitlab!82274
-
Hinam Mehra authored
- Create video_tutorials_continuous_onboarding experiment feature flag - Publish experiment in LearnGitlabController - Add a button top open videos in a new tab from learn_gitlab - Track click to video in candidate flow of experiment - Make learn_gitlab_section_card responsive - Update snaphost & unit tests for learn_gitlab
-
Nick Gaskill authored
Add feature flag info to incident escalation docs See merge request gitlab-org/gitlab!83122
-
Sarah Yasonik authored
It was expected that this feature would be enabled earlier, but that didn't ultimately happen. This updates the documentation to reflect the current state and expected functionality.
-
Tiffany Rea authored
Quarantining pipeline creation test See merge request gitlab-org/gitlab!83219
-
Tiffany Rea authored
-