- 16 Feb, 2022 40 commits
-
-
Annabel Dunstone Gray authored
Fix diff files sticky header transparent background See merge request gitlab-org/gitlab!80749
-
Diana Logan authored
Update the description of the rake task of index projects See merge request gitlab-org/gitlab!80650
-
Changzheng Liu authored
-
Andy Soiron authored
Add differentiation for tracking purchases See merge request gitlab-org/gitlab!80718
-
Kamil Trzciński authored
Fix query analyzers base context / suppress keys See merge request gitlab-org/gitlab!80824
-
Grzegorz Bizon authored
-
Nick Gaskill authored
Simplify language in vsa note about deployments See merge request gitlab-org/gitlab!80739
-
Fiona Neill authored
-
Nick Gaskill authored
Quick typo fix See merge request gitlab-org/gitlab!80790
-
Imre Farkas authored
Handle Pending Project Memberships See merge request gitlab-org/gitlab!78735
-
Jason Goodman authored
Restrict authorizable scope to only active memberships
-
Amy Qualls authored
Update context_commits docs for enabled status See merge request gitlab-org/gitlab!80827
-
Kai Armstrong authored
If we're editing these lines, let's bring them completely up to the current feature flag spec.
-
Nick Gaskill authored
Docs: Correct Container Registry endpoint name See merge request gitlab-org/gitlab!80816
-
Fiona Neill authored
Add missing setting to roadmap doc See merge request gitlab-org/gitlab!80823
-
Marcin Sedlak-Jakubowski authored
-
Rémy Coutable authored
Set $rspec_run_status properly See merge request gitlab-org/gitlab!80817
-
Enrique Alcántara authored
Improve UI text of group settings page - naming/visibility See merge request gitlab-org/gitlab!80457
-
Andrew Fontaine authored
Kerem yalcinkaya/gitlab post bulk update See merge request gitlab-org/gitlab!80616
-
Grzegorz Bizon authored
Fix tags order expectation for queuing tables backfill See merge request gitlab-org/gitlab!80812
-
Matthias Käppler authored
Add actor to work_items FF on WorkItemCreate mutation See merge request gitlab-org/gitlab!80659
-
Rémy Coutable authored
Use `system-err` if no failure/error message was given in JUnit output See merge request gitlab-org/gitlab!80722
-
Jordan authored
Changelog: changed
-
Savas Vedova authored
Use pagination for vulnerability report paging See merge request gitlab-org/gitlab!79834
-
Daniel Tian authored
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79834 EE: true
-
Fiona Neill authored
Fix spacing (and thus syntax highlighting) See merge request gitlab-org/gitlab!80820
-
David O'Regan authored
Add the commit step component to be used by the Pipeline Wizard See merge request gitlab-org/gitlab!80171
-
Janis Altherr authored
This commit introduces the commit step page, which is always the last step in the pipeline wizard. It will allow commiting the updated .gitlab-ci.yml file to a project Signed-off-by: Janis Altherr <jaltherr@gitlab.com>
-
Marcin Sedlak-Jakubowski authored
Update removal dates on recent API deprecations See merge request gitlab-org/gitlab!79953
-
Amy Qualls authored
I noticed yesterday that syntax highlighting was broken on this page because the line indentations were inconsistent. Parsers are super picky about this issue, so let's fix it for the entire page.
-
Lin Jen-Shin authored
-
Fiona Neill authored
Explain that forks should be visible for MR pipelines See merge request gitlab-org/gitlab!80794
-
Marcel Amirault authored
-
Olena Horal-Koretska authored
Merge branch '344186-replace-data-confirm-modals-with-glmodal-in-ee-app-views-shared-issuable-remove_approver' into 'master' Remove unused partial remove_approver See merge request gitlab-org/gitlab!80582
-
Achilleas Pipinellis authored
Add PG server mismatch error to troubleshooting See merge request gitlab-org/gitlab!80585
-
Daphne Kua authored
-
Adam Hegyi authored
Introduce feature flag to allow gradually rolling out separate read-write (primary) connection for ci database (Phase 4) See merge request gitlab-org/gitlab!76188
-
Dylan Griffith authored
Per our rollout plan https://gitlab.com/groups/gitlab-org/-/epics/6160 of separating the CI database from the main database the "phase 4" will involve gradually changing a percentage of "read-write" (primary) traffic to go through a new connection that still points to the same database. Previously we added the `GITLAB_LOAD_BALANCING_REUSE_PRIMARY_ci` environment variable to allow us to share the same primary connection when there is a separate `ci` entry in `config/database.yml`. But we need to a way to override this environment variable so this MR introduces a new feature flag `force_no_sharing_primary_model` which overrides the "reuse" connection and forces it to not reuse the connection.
-
Alex Kalderimis authored
Remove api_caching_merge_requests feature flag See merge request gitlab-org/gitlab!80609
-
Matthias Käppler authored
Split CiRunnerTokenAuthor class See merge request gitlab-org/gitlab!80621
-