- 16 Feb, 2022 40 commits
-
-
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.
-
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
-
Pedro Pombeiro authored
This allows representing different types of runner tokens, e.g. authentication and registration tokens.
-
Peter Leitzen authored
Clean up wrong max_seats_used batch two See merge request gitlab-org/gitlab!79705
-
Qingyu Zhao authored
First batch of wrong max_seats_used cleanup was done by a previous MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78107. This MR is the second batch, which aims to clean up all remaining ones. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78107 has covered gitlab_subscriptions with start_date >= 02-Aug-2021. This MR covers gitlab_subscriptions with start_date < 02-Aug-2021. Changelog: fixed
-
Marius Bobin authored
-
Marcin Sedlak-Jakubowski authored
Updated the docs to include new agent information See merge request gitlab-org/gitlab!80748
-
Anna Vovchenko authored
As we added the new column to the agents' list that shows the agent's version, we need to update the corresponding docs. Changelog: changed
-
Marcin Sedlak-Jakubowski authored
Roadmap settings documentation See merge request gitlab-org/gitlab!80254
-
Florie Guibert authored
Document sidebar behind roadmap_settings feature flag
-
Robert May authored
Provide FF to project edit action See merge request gitlab-org/gitlab!80805
-
Marcin Sedlak-Jakubowski authored
Remove mention of Reporter role being required for time tracking See merge request gitlab-org/gitlab!80737
-
Matthias Käppler authored
API: Add functionality for runner token expiration See merge request gitlab-org/gitlab!78941
-
Kyle Edwards authored
When a runner's authentication token is reset, or when the runner is created, the API also returns the token_expires_at field.
-
Vitaly Slobodin authored
Updated GraphQL frontend development guidelines for Apollo 3 See merge request gitlab-org/gitlab!80602
-
Natalia Tepluhina authored
-
Olena Horal-Koretska authored
Added missing button variant to remove licence modal See merge request gitlab-org/gitlab!80719
-
Vitaly Slobodin authored
Replace "Approve users in" with "Approve users with" See merge request gitlab-org/gitlab!79167
-
Gerardo Gutierrez authored
Changelog: changed EE: true
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!80803
-
Jan Provaznik authored
Move traversal_ids update to the end of transaction See merge request gitlab-org/gitlab!79964
-
Rémy Coutable authored
Fix yamllint violations in metrics yamls See merge request gitlab-org/gitlab!80703
-