- 13 May, 2021 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 12 May, 2021 38 commits
-
-
Grzegorz Bizon authored
This applies another patch from @abrandl that only adds `created_at` instead of full timestamps.
-
Grzegorz Bizon authored
This commit adds a pending build model that will create a resource in the database when a build transitions to the pending state. The resource will be removed when an associated build gets picked by a runner.
-
Grzegorz Bizon authored
Applied 0001-Minor-tweaks-to-ci_pending_builds.patch from @abrandl.
-
Grzegorz Bizon authored
-
Marcia Ramos authored
Improve review guidelines for community contributions See merge request gitlab-org/gitlab!59006
-
Markus Koller authored
-
Phil Hughes authored
Merge branch '293755-add-a-setting-for-allowing-disallowing-duplicate-generic-package-uploads' into 'master' Setting for duplicate generic package uploads See merge request gitlab-org/gitlab!61339
-
Nicolò Maria Mezzopera authored
-
Thong Kuah authored
Prevent error when promoting issues to epics See merge request gitlab-org/gitlab!60860
-
Shinya Maeda authored
Remove unnecessary shared_examples block See merge request gitlab-org/gitlab!61528
-
Sean McGivern authored
Add codequality reports endpoint to graphql See merge request gitlab-org/gitlab!61383
-
Maxime Orefice authored
This commit adds our code quality report to graphql. We are now able to aggregate several code quality reports at the pipeline level. Changelog: added
-
Sean McGivern authored
Cache entities for MR API [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61067
-
Sean McGivern authored
Rename Service model to Integration [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61210
-
Marcin Sedlak-Jakubowski authored
Add deploy metric docs See merge request gitlab-org/gitlab!54601
-
Larissa Lane authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!61570
-
Sean McGivern authored
Enable the invite a group modal rspec tests [RUN ALL RSPEC] See merge request gitlab-org/gitlab!60177
-
Jackie Fraser authored
Adds feature flag enabled test coverage for "Invite a group" rspec tests that were usinge the members page invite group form.
-
Bob Van Landuyt authored
Delete all label links asynchronously when issuable gets destroyed [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60487
-
Nick Thomas authored
Turn compare_repo_dropdown default on See merge request gitlab-org/gitlab!60705
-
Brandon Labuschagne authored
Enable admin users Vue table by default See merge request gitlab-org/gitlab!54085
-
Jiaan Louw authored
-
Nicolò Maria Mezzopera authored
Add success notification to validation alert See merge request gitlab-org/gitlab!61562
-
Vitaly Slobodin authored
-
Achilleas Pipinellis authored
Merge branch '329831-docs-update-to-clarify-resetting-geo-secondary-node-replication-procedure' into 'master' Resolve "Docs update add PostgresSQL start" See merge request gitlab-org/gitlab!61560
-
Alexander Strachan authored
-
GitLab Release Tools Bot authored
-
Kushal Pandya authored
Remove unused help page entry point See merge request gitlab-org/gitlab!61371
-
Kushal Pandya authored
Add Calendly invite link to survey response page [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61146
-
Alex Buijs authored
-
Phil Hughes authored
Pass shared_visible_only param on the FE See merge request gitlab-org/gitlab!61428
-
Nick Thomas authored
Use read replica for count query without clearing global db load balancing session See merge request gitlab-org/gitlab!61391
-
Patrick Bajao authored
This is based on the solution we created in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57830 to improve the performance of the `Issuable::DestroyService`. Previously, the associated `label_links` to an Issuable (can be a MergeRequest, Issue or Epic) gets destroyed when an issuable gets destroyed. If there are 100 label links, that means 100 delete SQL queries as well. With this fix, the deletion will be done in batches. It's being done in batches to avoid statement timeouts in case there are a lot of label links to be deleted. The worker will be performed asynchronously when the feature flag is enabled. Changelog: performance
-
Patrick Bajao authored
Document locking of markdown cache version See merge request gitlab-org/gitlab!61505
-
John Hope authored
-
Marcin Sedlak-Jakubowski authored
Update docs for VSA Days To Completion chart See merge request gitlab-org/gitlab!61494
-
Rémy Coutable authored
Experiment: Code quality walkthrough [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58900
-