An error occurred fetching the project authors.
- 12 Jan, 2022 1 commit
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/345479 **Problem** We request branches and tags object from Gitaly, however we need only their names to match against provided reference. **Solution** Use `branch_names` and `tag_names` calls that support caching and faster. Changelog: performance
-
- 06 Jan, 2021 1 commit
-
-
Diego Louzán authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/27657
-
- 01 Aug, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 26 Jul, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 16 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 14 Aug, 2017 1 commit
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- 06 Apr, 2017 2 commits
-
-
James Edwards-Jones authored
Added changelog
-
James Edwards-Jones authored
Added changelog
-
- 05 Apr, 2017 1 commit
-
-
James Edwards-Jones authored
Makes it clear this is only used in dropdowns, instead of cluttering up Project class. Since we only care about branch names, it is also possible to refactor out a lot of the set/reject logic. A benchmark on Array/Set subtraction favoured using Arrays. This was with 5000 ‘branches’ and 2000 ‘protections’ to ensure a similar comparison to the commit which introduced using Set for intersection. Comparison: array subtraction: 485.8 i/s set subtraction: 128.7 i/s - 3.78x slower
-
- 03 Apr, 2017 1 commit
-
-
James Edwards-Jones authored
Makes it clear this is only used in dropdowns, instead of cluttering up Project class. Since we only care about branch names, it is also possible to refactor out a lot of the set/reject logic. A benchmark on Array/Set subtraction favoured using Arrays. This was with 5000 ‘branches’ and 2000 ‘protections’ to ensure a similar comparison to the commit which introduced using Set for intersection. Comparison: array subtraction: 485.8 i/s set subtraction: 128.7 i/s - 3.78x slower
-