An error occurred fetching the project authors.
- 17 Nov, 2021 1 commit
-
-
Shinya Maeda authored
-
- 20 Oct, 2021 1 commit
-
-
Alex Pooley authored
Searching for descendants with array operators and a GIN index can fail under extreme circumstances. The comparison operators with a btree index is less susceptible to such issues. Changelog: performance
-
- 25 Mar, 2021 1 commit
-
-
Alex Pooley authored
Replace the recursive version of Namespace#self_and_descendants with a faster linear version that utilizes the namespaces.traversal_ids column.
-
- 22 Mar, 2021 1 commit
-
-
Alex Pooley authored
-
- 18 Mar, 2021 1 commit
-
-
Alex Pooley authored
Work towards replacing recursive namespace queries with linear queries. This commit tracks the path to each namespace, and future work will replace recursive queries with queries that utilize this new column.
-
- 17 Mar, 2021 1 commit
-
-
Diego Louzán authored
Defaults to disabled See epic https://gitlab.com/groups/gitlab-org/-/epics/2158
-
- 10 Feb, 2021 1 commit
-
-
Imre Farkas authored
-
- 09 Nov, 2020 1 commit
-
-
Kamil Trzciński authored
This iterates all YAMLs, and fetches milestone associated with the MR or Issue. This also organises items of all YAMLs in a consistent order.
-
- 15 Sep, 2020 1 commit
-
-
Kamil Trzciński authored
This uses existing `rspec` suite to generate YAML definition from the existing feature flags usage as seen in the FOSS.
-