- 26 Aug, 2021 40 commits
-
-
Amy Qualls authored
Docs: remove duplicated "project bot user" section See merge request gitlab-org/gitlab!69033
-
Natalia Tepluhina authored
Enable `assumeImmutableResults` in test-case create form See merge request gitlab-org/gitlab!68971
-
Matthias Käppler authored
Removes load_balancing_for_expire_job_cache_worker FF See merge request gitlab-org/gitlab!69004
-
Enrique Alcántara authored
Update Content Editor Packages See merge request gitlab-org/gitlab!69081
-
Kerri Miller authored
Use linear version of groups_including_descendants_by See merge request gitlab-org/gitlab!68835
-
Paul Slaughter authored
Group Settings Default initial branch h4 expand See merge request gitlab-org/gitlab!68667
-
Yorick Peterse authored
Require a LoadBalancer for service discovery See merge request gitlab-org/gitlab!68856
-
Natalia Tepluhina authored
Fetch project capacity and usage items for all types of storage See merge request gitlab-org/gitlab!68741
-
Sheldon Led authored
-
Markus Koller authored
Click on 1st button in cluster health dashboard spec See merge request gitlab-org/gitlab!68722
-
Ramya Authappan authored
Fix old occurrences of QA::Support::Api See merge request gitlab-org/gitlab!68992
-
Natalia Tepluhina authored
Enable `assumeImmutableResults` in project merge options See merge request gitlab-org/gitlab!69066
-
GitLab Renovate Bot authored
-
Marcin Sedlak-Jakubowski authored
Update CI/CD index and get started pages See merge request gitlab-org/gitlab!69046
-
Marcel Amirault authored
-
Mark Chao authored
Use Gitlab::Ci::Lint in /ci/lint API endpoint See merge request gitlab-org/gitlab!68860
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!69074
-
Sean McGivern authored
Remove scannerType argument from Mutations::Vulnerabilities::Create See merge request gitlab-org/gitlab!68951
-
Mikołaj Wawrzyniak authored
Refactor push rules to allow for bulk checks See merge request gitlab-org/gitlab!68836
-
Natalia Tepluhina authored
Update network policy request See merge request gitlab-org/gitlab!68990
-
Alexander Turinske authored
-
Natalia Tepluhina authored
Move "Allow users to request access" setting to a new subsection "Membership" See merge request gitlab-org/gitlab!68544
-
Ammar Alakkad authored
-
Bob Van Landuyt authored
Enable the FF ci_idempotent_pipeline_process_worker by default See merge request gitlab-org/gitlab!69068
-
GitLab Release Tools Bot authored
-
Sarah Groff Hennigh-Palermo authored
Translate "by <AVATAR LINK>" in Environments See merge request gitlab-org/gitlab!69009
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!69070
-
Vitali Tatarintev authored
Update GitLab Shell to v13.21.0 See merge request gitlab-org/gitlab!68985
-
GitLab Release Tools Bot authored
-
Patrick Steinhardt authored
The FileSizeCheck push rule loads all new blobs for a given change and checks whether any of these blobs is bigger than a certain threshold. This push rule is quite expensive: loading new blobs requires a revwalk of all preexisting references and thus scales with the number of refs in a repository. This may easily take a few dozen seconds to compute, and repeating this computation for each change doesn't help either. Refactor the FileSizeCheck to be implemented atop the BaseBulkChecker such that we can fix this shortcoming in the future: instead of loading blobs for each change, we may load them once for all changes. While this would already amortize the costs because we have to perform the walk of negative refs once only, we can eventually tweak this even further and use the quarantine directory to enumerate all pushed objects directly without doing a revwalk at all. This optimization will bring down the time to load blobs from dozens of seconds to a few milliseconds. Note that this commit doesn't yet change behaviour, but instead only prepares the infrastructure to allow for batch loading. Batch loading will require some additional changes to our infrastructure first, which will be done in a separate patch series.
-
Bob Van Landuyt authored
Deny access for repository coverage info for guests See merge request gitlab-org/gitlab!68947
-
Furkan Ayhan authored
It's already enabled on GitLabcom
-
Jannik Lehmann authored
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338568 It enables `assumeImmutableResults` in the project merge options.
-
Andreas Brandl authored
Add personalization questions to New Group page See merge request gitlab-org/gitlab!67249
-
Pavel Shutsin authored
Repository coverage information should be accessible for Reporter+ role only Changelog: security EE: true
-
Rémy Coutable authored
Update db:migrate-from-previous-major-version See merge request gitlab-org/gitlab!68754
-
Illya Klymov authored
Migrate browser_spec to Jest See merge request gitlab-org/gitlab!69011
-
Vitaly Slobodin authored
Fix linked pipelines downstream counter badge link [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!68962
-
Rémy Coutable authored
Add a cleanup job for docs review apps See merge request gitlab-org/gitlab!68718
-
Marcel Amirault authored
-