- 13 Jul, 2021 40 commits
-
-
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
-
Simon Tomlinson authored
The previous code was using try_obtain once and two seperate locks, so concurrent code would skip the critical section. Switching to using in_lock and a single lock ensures that all concurrent runners get to execute the code, and that partition creation and partition detaching do not interfere with each other.
-
Simon Tomlinson authored
-
Simon Tomlinson authored
-
Simon Tomlinson authored
This worker runs `PartitionManager.detach_partitions` on a schedule to trigger the detach logic for old database partitions that are no longer needed
-