- 12 Apr, 2022 1 commit
-
-
Diogo Frazão authored
Changelog: added Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/340497
-
- 08 Apr, 2022 39 commits
-
-
Max Woolf authored
Merge branch '357005-educate-the-user-about-the-gitlab-agent-for-kubernetes-when-the-planned-deployment-target-is' into 'master' Educate the user about the GitLab agent for Kubernetes when the planned deployment target is Kubernetes See merge request gitlab-org/gitlab!84224
-
Vitali Tatarintev authored
Move Layout/SpaceInLambdaLiteral into separate TODO file See merge request gitlab-org/gitlab!84575
-
Sean McGivern authored
Add not null and delete cascade constraints on project_namespace_id See merge request gitlab-org/gitlab!82309
-
Jacques Erasmus authored
Move hljs import to theme file See merge request gitlab-org/gitlab!84705
-
Yannis Roussos authored
Add a note about batched migration issue to update notes See merge request gitlab-org/gitlab!84572
-
Jan Provaznik authored
There is a potential issue with retry of batched background migrations.
-
Jan Provaznik authored
Fix the rubygems extraction service to not create subtransactions See merge request gitlab-org/gitlab!84590
-
Furkan Ayhan authored
Make `User#ci_owned_runners` to use unnest index instead of GIN See merge request gitlab-org/gitlab!83843
-
Jacques Erasmus authored
Shorten JS import paths See merge request gitlab-org/gitlab!84659
-
Andrejs Cunskis authored
E2E: Parametrize project and compare issue/mr state See merge request gitlab-org/gitlab!84693
-
Andrejs Cunskis authored
Update policy selection page to have qa selector See merge request gitlab-org/gitlab!84399
-
Alexander Turinske authored
- there is a e2e smoke test that ensures the policy creation page appears - add the qa selector to the new policy creation page to fix the test
-
Aleksei Lipniagov authored
Change all ruby:2.7 occurrences to image:1.0 in /specs See merge request gitlab-org/gitlab!84146
-
Roy Zwambag authored
-
Marcin Sedlak-Jakubowski authored
Update inbound links to page See merge request gitlab-org/gitlab!84530
-
Amy Qualls authored
Inbound links need updating to reflect the new subdirectory for this file.
-
Kati Paizee authored
Added frequency of when changes will be reflected See merge request gitlab-org/gitlab!84487
-
Amanda Rueda authored
-
Miguel Rincon authored
Fix 404 console error when user is signed out See merge request gitlab-org/gitlab!84361
-
Sheldon Led authored
-
Robert Hunt authored
Transition sorting drop down to Pajamas style See merge request gitlab-org/gitlab!84485
-
Vitali Tatarintev authored
-
Kati Paizee authored
Add info about the frequency of updates See merge request gitlab-org/gitlab!84486
-
Amanda Rueda authored
-
Vitali Tatarintev authored
Move Layout/SpaceInsideParens into separate TODO file See merge request gitlab-org/gitlab!84580
-
Shinya Maeda authored
Fix remaining N+1 queries in EnvironmentSerializer See merge request gitlab-org/gitlab!82746
-
Sincheol (David) Kim authored
Add a system note when timeline event was edited See merge request gitlab-org/gitlab!84276
-
Aleksei Lipniagov authored
Refactor Wiki formats handling See merge request gitlab-org/gitlab!84155
-
Francisco Javier López authored
In this commit we're introducing a new way of registering markups to the Wiki. This way, introducing new ones or handling the existing ones is easier.
-
Achilleas Pipinellis authored
Expand RA cost to run table to include more links See merge request gitlab-org/gitlab!84389
-
Achilleas Pipinellis authored
Fix 25k RA AWS/Azure table See merge request gitlab-org/gitlab!84658
-
Himanshu Kapoor authored
When using CSS variables, the variables should either have a fallback value assigned or we need to be sure they are defined somewhere.
-
Kamil Trzciński authored
The GIN type of search (using `&&` operator) is very slow. It appears that we might have a queries in range of 1-10ms if we use a dedicated index that decomposes traversal_ids and perform prefix search in form of: ```sql SELECT * FROM ci_namespace_mirrors WHERE ((traversal_ids[1])) IN ((1)) OR (((traversal_ids[1]), ((traversal_ids[2])) IN ((1,2)) ``` The 4-levels are used since this appears to be enough to cover 99% cases queried by the index. Beyond 4th level it will be more efficient to do seq scan of remaining entries. Changelog: performance
-
Shinya Maeda authored
Resolve "Add Release API Endpoints for Groups" See merge request gitlab-org/gitlab!77783
-
Allen Cook authored
Changelog: added
-
Andreas Brandl authored
Updated encyption key generation for Secure Files See merge request gitlab-org/gitlab!83652
-
Darby Frey authored
Secure Files encryption now uses a unique per file salt value as part of the encryption key Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83652
-
Vitali Tatarintev authored
-
Achilleas Pipinellis authored
Added start gitaly service to Migrate to a new server procedure See merge request gitlab-org/gitlab!84675
-