- 12 May, 2021 40 commits
-
-
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
-
Alex Buijs authored
Vue component with a CTA button to create a template
-
Bob Van Landuyt authored
Implement the loopless mode for the cleanup policy worker See merge request gitlab-org/gitlab!58123
-
David Fernandez authored
-
Marcin Sedlak-Jakubowski authored
Fix the definitions for Lead Time and Cycle Time See merge request gitlab-org/gitlab!61179
-
Dan Jensen authored
-
Achilleas Pipinellis authored
Update Geo validation tests page See merge request gitlab-org/gitlab!61382
-
Nick Nguyen authored
-
Phil Hughes authored
Assign MR-related filepaths to Group::Code Review See merge request gitlab-org/gitlab!61288
-
Etienne Baqué authored
Render an Error on the Billing Page When CustomersDot is Unavailable See merge request gitlab-org/gitlab!61060
-
Jason Goodman authored
-
Jan Provaznik authored
Set error status on failed package extraction See merge request gitlab-org/gitlab!60172
-
Steve Abrams authored
-