- 13 Jul, 2021 40 commits
-
-
Marcin Sedlak-Jakubowski authored
The DevOps Score tab was redesigned in https://gitlab.com/gitlab-org/gitlab/-/issues/271244 and the "helpful links to articles and GitLab docs, to help you improve your scores" that the docs mention were removed. This removes these mentions from the docs and the UI callout. Changelog: changed
-
Jose Ivan Vargas authored
Milestone form: rearrange input fields See merge request gitlab-org/gitlab!65718
-
Enrique Alcántara authored
Add support for rendering tables in content editor See merge request gitlab-org/gitlab!63945
-
Himanshu Kapoor authored
Add support for rendering and editing inline content inside content editor. Also adds a table creator that lets you create a custom sized table with MxN rows where M, N range between 1 and 8. Changelog: added
-
Fabio Pitino authored
Add #force_cost_factor? method to Project See merge request gitlab-org/gitlab!66058
-
Avielle Wolfe authored
-
Suzanne Selhorn authored
Add more GitLab terms to word list See merge request gitlab-org/gitlab!66026
-
Evan Read authored
-
Nikola Milojevic authored
Remove hardcoded qa selector in sidebar and make it dynamic See merge request gitlab-org/gitlab!65720
-
Bob Van Landuyt authored
Fix ::Ci::Minutes::UpdateBuildMinutesService called twice See merge request gitlab-org/gitlab!66079
-
Allison Browne authored
-
Suzanne Selhorn authored
Update a-z list with setup vs set up See merge request gitlab-org/gitlab!66073
-
Susan Tacker authored
-
Tetiana Chupryna authored
Fix bugs when splitting batched migration jobs See merge request gitlab-org/gitlab!65838
-
Max Woolf authored
Remove configure_dependency_scanning invalid query See merge request gitlab-org/gitlab!66041
-
James Fargher authored
Add plan limits for Premium and Ultimate See merge request gitlab-org/gitlab!65600
-
Hordur Freyr Yngvason authored
-
Nikola Milojevic authored
Clean up temporary code See merge request gitlab-org/gitlab!65769
-
Jose Ivan Vargas authored
Enable runner_detailed_view_vue_ui by default See merge request gitlab-org/gitlab!65948
-
Jose Ivan Vargas authored
Enable runner_list_view_vue_ui by default See merge request gitlab-org/gitlab!65901
-
Jose Ivan Vargas authored
Create branch from Jira issue MVC 1: add supporting Vue components See merge request gitlab-org/gitlab!66034
-
Grzegorz Bizon authored
Denormalize shared runners to CI::PendingBuild See merge request gitlab-org/gitlab!64644
-
Maxime Orefice authored
-
Andreas Brandl authored
Partition manager identifies partitions to detach See merge request gitlab-org/gitlab!65093
-
David Fernandez authored
Release the Helm charts registry See merge request gitlab-org/gitlab!65768
-
Steve Abrams authored
- Remove the helm_charts feature flag - Update helm related documentation Changelog: added
-
Illya Klymov authored
Fix GET requests from graphql client when using relative url See merge request gitlab-org/gitlab!66053
-
Mayra Cabrera authored
Add information about The Art Of PostgreSQL training See merge request gitlab-org/gitlab!65272
-
Michał Zając authored
-
Olena Horal-Koretska authored
Improve inline error message for elapsed time field in policy model See merge request gitlab-org/gitlab!65775
-
Siddharth Asthana authored
-
Alper Akgun authored
Docs for recording and assignment tracking shared example See merge request gitlab-org/gitlab!66011
-
Alper Akgun authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!66068
-
Kushal Pandya authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65898
-
Heinrich Lee Yu authored
-
Simon Tomlinson authored
-
Simon Tomlinson authored
-
Simon Tomlinson authored
By creating and detaching partitions using the same lease, we can easily skip the partition sync code if another node is currently executing it. This is safe because we have six months of headroom for future partitions and the job to sync partitions runs every six hours
-
Simon Tomlinson authored
Adds the partition_pruning_dry_run feature flag. Even though the partition manager does not actually detach any partitions yet, putting the logic for determining the set of partitions to detach behind a flag makes rolling out this code safer, because the logic changed touches the logic for creating new partitions. Feature flag issue: https://gitlab.com/gitlab-org/gitlab/-/issues/335315
-