- 24 Jan, 2022 40 commits
-
-
Andrew Fontaine authored
Replace usage of find/findAll in ee/spec/frontend/threat_monitoring See merge request gitlab-org/gitlab!78643
-
Vitaly Slobodin authored
Backport unit tests changes from Apollo migration MR See merge request gitlab-org/gitlab!77990
-
Natalia Tepluhina authored
Added `waitForPromises` to unit tests to work with modified helper
-
Kerri Miller authored
Merge branch '350286-experiment-cleanup-redirect-in-app-trial-users-to-the-feature-that-they-requested-the-trial' into 'master' Redirect in-app trial users to the feature See merge request gitlab-org/gitlab!78917
-
Alper Akgun authored
Changelog: added EE: true
-
Suzanne Selhorn authored
Added GitLab Runner to steps See merge request gitlab-org/gitlab!78752
-
Natalia Tepluhina authored
Replace deprecated usage of find/findAll in ee/spec/frontend/security_dashboard See merge request gitlab-org/gitlab!78633
-
Illya Klymov authored
* migrate to proper use of findComponent/findAllComponents
-
Alex Kalderimis authored
Cache CI expire_in parsing See merge request gitlab-org/gitlab!78953
-
Andy Soiron authored
Fix CI instance variable cache misses See merge request gitlab-org/gitlab!78944
-
David O'Regan authored
Applied .container-fluid .container-limited classes See merge request gitlab-org/gitlab!78676
-
Shreedhar Bhat authored
Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/350469
-
Brian Rhea authored
Add breaking change values to removals See merge request gitlab-org/gitlab!78943
-
Brian Rhea authored
When a removal is in the 14_0 directory, assume it was a breaking change
-
Suzanne Selhorn authored
Based on this comment: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78716\#note_817172127 Decided to update this phrase because it makes more sense this way
-
Igor Drozdov authored
Remove PagesUpdateConfigurationWorker logic See merge request gitlab-org/gitlab!78449
-
Stan Hu authored
Previously the CI processor spent a surprising amount of time validating the `expire_in` field for each build in the pipeline. It turns out `ChronicDuration.parse` can be expensive because it uses regular expressions and ActiveSupport numeric conversions. We observe that builds often use a small set of `expire_in` values, so we can cache the result of a previous validation. For a pipeline like `gitlab-org/gitlab` that has 200 builds with 8 different `expire_in` values, we see a 28x improvement: ``` Calculating ------------------------------------- old 1.000 i/100ms new 14.000 i/100ms ------------------------------------------------- old 5.275 (± 0.0%) i/s - 27.000 new 149.409 (± 5.4%) i/s - 756.000 Comparison: new: 149.4 i/s old: 5.3 i/s - 28.32x slower ``` Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/322386 Changelog: performance
-
Douglas Barbosa Alexandre authored
Add BulkImports Project Members Migration & Refactor Group Members Migration See merge request gitlab-org/gitlab!78455
-
Brian Rhea authored
Adding 14.6 removals to Docs See merge request gitlab-org/gitlab!78731
-
Brian Rhea authored
-
Stan Hu authored
GraphQL: Add projects property to CiRunner type See merge request gitlab-org/gitlab!78547
-
Amy Qualls authored
Extend documentation about db:check-migrations See merge request gitlab-org/gitlab!78700
-
Rémy Coutable authored
Update CODEOWNERS to include TW assignments for files See merge request gitlab-org/gitlab!77606
-
Craig Norris authored
Remove blank lines
-
Nick Gaskill authored
Doc Consistency: user/project/clusters - monitor See merge request gitlab-org/gitlab!76798
-
Peter Hegman authored
Improve OmniAuth sign in description See merge request gitlab-org/gitlab!72438
-
scootergrisen authored
Changelog: changed
-
Amy Qualls authored
This page belongs to the development directory and does not require the same level of polish as user documentation. Quick word and style cleanups for tone and style.
-
Patrick Bair authored
Add missing issue due date filters See merge request gitlab-org/gitlab!78460
-
Lee Tickett authored
Adds `any`, `today`, and `tomorrow` issue due_date filters to API. Changelog: added
-
Amy Qualls authored
Merge branch 'Alexand-clarify-db-check-migrations' of gitlab.com:gitlab-org/gitlab into Alexand-clarify-db-check-migrations
-
Amy Qualls authored
Start from the top, layering in revisions for tone, wording usage, and style.
-
Douglas Barbosa Alexandre authored
Speed up project exports by moving the archive to the cache dir See merge request gitlab-org/gitlab!78986
-
João Cunha authored
-
Nick Gaskill authored
Add scan_result_policy into user docs See merge request gitlab-org/gitlab!76984
-
Zamir Martins authored
EE: true
-
Martin Wortschack authored
Convert badge_list_row badge to GlBadge See merge request gitlab-org/gitlab!78914
-
João Alexandre Cunha authored
We briefly mentioned the existence of this job, but gave no details as where to find it or what it does. This commit adds some explanation as well as some troubleshooting tips.
-
Marcin Sedlak-Jakubowski authored
Fix edition for Handling Stale Reads See merge request gitlab-org/gitlab!78356
-
Ben Bodenmiller authored
-