- 08 Mar, 2021 40 commits
-
-
pbair authored
Introduce a new background migration queueing system that tracks the progress of each migration in the database. This allows the application to queue background jobs per batch over time, rather than in a single call when the migration is initially run. It also gives better control over the execution, tracking job staus and allowing configuration options like batch size to be adjusted on the fly.
-
Marcia Ramos authored
Add instructions on disabling terraform state See merge request gitlab-org/gitlab!53744
-
Ronald van Zon authored
-
Kamil Trzciński authored
Remove unused program_name method See merge request gitlab-org/gitlab!55879
-
Scott Hampton authored
Display parsing errors in test reports MR widget See merge request gitlab-org/gitlab!55037
-
Miranda Fluharty authored
Displays the `head` and `base` report parsing errors from the `suite_errors` object (added by !54980) in the affected suite section in the test reports MR widget
-
Marcia Ramos authored
Improved the wording on private project support See merge request gitlab-org/gitlab!55626
-
Marcia Ramos authored
Combine info about enabling Auto DevOps See merge request gitlab-org/gitlab!55196
-
Craig Norris authored
Condense sections about Auto DevOps enabling.
-
Natalia Tepluhina authored
Add status filtering token support See merge request gitlab-org/gitlab!54056
-
Rémy Coutable authored
Upgrade Codequality version used for ADO See merge request gitlab-org/gitlab!55783
-
Douglas Barbosa Alexandre authored
Fix cop FactoryBot/InlineAssociation offenses for CA group stages See merge request gitlab-org/gitlab!55915
-
Craig Norris authored
Fix future tense in Source Code docset See merge request gitlab-org/gitlab!55914
-
Amy Qualls authored
Change future tense over to present tense in the Source Code docs.
-
Douglas Barbosa Alexandre authored
Fix some remaining cop offenses for go module factories See merge request gitlab-org/gitlab!55772
-
Kushal Pandya authored
Add support for filtering requirements by status.
-
Craig Norris authored
Clean up future tense in Code Review docs See merge request gitlab-org/gitlab!55925
-
Amy Qualls authored
Replace all instances of future tense with present tense.
-
Phil Hughes authored
Remove bootstrap tooltip and popovers See merge request gitlab-org/gitlab!51321
-
Tim Zallmann authored
This removes the unused popover directive and related source code. Thanks to th work done as part of the epics: - https://gitlab.com/groups/gitlab-org/-/epics/4409 - https://gitlab.com/groups/gitlab-org/-/epics/4383 we are not reliant on Bootstrap's tooltip and popover implementations anymore and they can be safely removed.
-
Tiger Watson authored
Add namespace projects finder See merge request gitlab-org/gitlab!55513
-
Maxime Orefice authored
This commits introduces a new finder which will allow us to fetch projects at the namespace level with our graphql api.
-
Viktor Nagy authored
-
Craig Norris authored
Fix future tense, Editor docset See merge request gitlab-org/gitlab!55924
-
Amy Qualls authored
Fix the last vestiges of future tense in the Editor docset in favor of present tense.
-
Nicolò Maria Mezzopera authored
Merge branch '207467-add-gradle-setup-and-install-commands-to-the-package-details-page' into 'master' Add persisted selection component and fix code instruction See merge request gitlab-org/gitlab!55604
-
Nicolò Maria Mezzopera authored
- source - tests
-
Sean McGivern authored
Add comments to document internal secure variables See merge request gitlab-org/gitlab!55713
-
Adam Cohen authored
-
Marcin Sedlak-Jakubowski authored
EOL whitespace cleanup in docs See merge request gitlab-org/gitlab!55957
-
Natalia Tepluhina authored
Apply new GitLab UI for button is project settings/repository page See merge request gitlab-org/gitlab!53346
-
Yogi authored
-
Arturo Herrero authored
Create security orchestration scan policy page See merge request gitlab-org/gitlab!54712
-
charlie ablett authored
Add "DevOps Adoption" to the group-level left-nav [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55039
-
Brandon Labuschagne authored
This commit introduces the group level devops adoption controller and navigation. It does so behind the group_devops_adoption_flag feature.
-
Mikołaj Wawrzyniak authored
Rescue all exceptions when tracking events using Redis HLL See merge request gitlab-org/gitlab!55825
-
Adam Hegyi authored
Change terraform_states.locked_by_user_id foreign key to SET NULL See merge request gitlab-org/gitlab!55813
-
David Fernandez authored
Add NOT NULL constraint to gitlab_subscriptions namespace_id See merge request gitlab-org/gitlab!54319
-
Qingyu Zhao authored
After add this constraint, some scenarios are not possible. So we updated those related code and rspec together: - Add not null constraint to gitlab_subscriptions namespace_id - Remove always-true code logic `hosted?` from GitlabSubscription model - Remove `context 'when namespace is absent'` since it is not possible - Update several rspec file, to make sure create(:gitlab_subscription) will always have a namespace associated. So it won't break the not null constraint of gitlab_subscription's namespace_id.
-
Patrick Bajao authored
Use workhorse 8.65.0 See merge request gitlab-org/gitlab!55843
-