- Jul 12, 2022
-
-
with existing ci_runners records Changelog: added
-
- Jul 08, 2022
-
-
David O'Regan authored
This reverts merge request !81833
-
Darby Frey authored
-
Duplicate events to Snowplow along with RedisHLL. Behind a FF
-
Albert authored
If a job in a child pipeline creates a coverage report, the report is included in the parent pipeline's coverage report. Changelog: added
-
- Jul 07, 2022
-
-
The settings UI for Project-level Secure Files now aligns with the correct pattern for CI/CD settings. Changelog: changed MR: !90526
-
Payton Burdette authored
Add ability to search throughout visible job logs based on a substring with vitrual scrolling to lines.
-
Bob Van Landuyt authored
This flag has been enabled since 2022-06-13: https://gitlab.com/gitlab-com/gl-infra/feature-flag-log/-/issues/11984 There there were some issues with the `RepositoryUpdateMirrorWorker` that caused us to disable this flag. But it turned out to not be related. Now the feature flag for the RepositoryUpdateMirrorWorker is also enabled. Changelog: performance
-
Niko Belokolodov authored
-
- Jul 06, 2022
-
-
In order to harness the desired emoji display order, this MR creates a new integration spec that tests emoji autocomplete behaviors. For ease of testing, snippet bundle is used. (GFM autocomplete and comment box is commonly implemented in a few places: issue, mr, snippet, etc).
-
Related to: #363867
-
This feature will no longer be developed and is hidden behind a feature flag that is disabled by default. It is safe to remove. Changelog: removed
-
Imre Farkas authored
Changelog: changed
-
-
alinamihaila authored
- Update group, section and stage
-
alinamihaila authored
- Update stage and section in metrics file definitions
-
Marc Shaw authored
The response is changed from 406 -> 422 MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/90976 Issue: gitlab.com/gitlab-org/gitlab/-/issues/356930 Change: changed
-
Gabriel Mazetto authored
Changelog: added
-
- Jul 05, 2022
-
-
Configure Snowplow micro using yml generated by gdk
-
-
-
Smriti Garg authored
returning active_access_tokens variable instead of calling method again Page max range specified
-
Peter Leitzen authored
This commit fixes an ArgumentError raised after Warning.process is used twice. Consider this: require 'warning' Warning.process(/foo/) { :raise } Warning.process(/bar/) { :raise } # => ArgumentError (comparison of Regexp with Regexp failed) The first argument of Warning.process must be a path and actions can be passed as a hash: require 'warning' Warning.process('', /foo/ => :raise) Warning.process('', /bar/ => :raise) warn("foo") # => RuntimeError (foo) warn("bar") # => RuntimeError (bar)
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/31011 Add pagination support for Project and Merge Request approval rules API
-
Grzegorz Bizon authored
-
Manoj M J authored
Do inline auth refresh only when there is a single argument
-
- Jul 04, 2022
-
-
This change enables rate limit of webhooks of paid plan customers. Customers on the free plan have had their webhooks subject to rate limiting since !61151. In #337228 logs were collected when a hook would be rate-limited. We now apply the rate limit instead of logging. #365605 Changelog: changed EE: true
-
George Koltsov authored
- Add caching to externally stored merge request diffs in order to speed up diffs export - Downloads the whole diff file to temp local storage in order to save time on network requests for each diff file and instead read the file locally Changelog: other
-
Vasilii Iakliushin authored
Contributes to #255981 **Problem** User has access to Group A Group B is a subgroup of the Group A Group B is a approval group User with inherited permissions from Group A cannot see approvers from approval Group B. **Solution** Apply subgroup permissions for approval rules check
-
Michał Wielich authored
-
Adam Hegyi authored
This change removes the optimized_followed_users_queries feature flag. Changelog: removed
-
Jannik Lehmann authored
This commit introduces the refactoring of the codeQuality inline findings. CodeQuality Issues are no longer displayed in a popover rather in the diff_view itself, the codeQuality findings Indicator has also been updated. The changes are currently living behind the refactor_code_quality_inline_findings flag.
-
Krasimir Angelov authored
* Move resposnsibility to put on hold/optimize to the migration runner * Rename `Adapt` to `HealthStatus` #357249
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
We put a migration on hold when autovacuum is active on the respective table. This implements a basic signal/indicators construct. It allows us to add more indicators and signals as we go. See #357248 Changelog: other
-
Eugie Limpin authored
-
Eugie Limpin authored
-
Eugie Limpin authored
-
Eugie Limpin authored
Add namespace settings to set how many unique projects a user can download within a set time interval before they are auto-banned. Changelog: added
-