- 03 Mar, 2022 40 commits
-
-
Alex Kalderimis authored
Link new issue to original via checkbox See merge request gitlab-org/gitlab!80556
-
Jose Ivan Vargas authored
Allow popups and links within mermaid diagrams See merge request gitlab-org/gitlab!82012
-
Frédéric Caplette authored
Merge branch '353727-make-spinners-in-app-assets-javascripts-filtered_search-filtered_search_dropdown-js-pajamas' into 'master' Fix loading spinner for legacy Filtered search dropdown See merge request gitlab-org/gitlab!81953
-
Alper Akgun authored
Fix tracking for shared billings partial See merge request gitlab-org/gitlab!81992
-
Mark Florian authored
Fix incremental webpack mode without live_reload See merge request gitlab-org/gitlab!81798
-
Adam Hegyi authored
Fix NoMethodError when visiting repo analytics See merge request gitlab-org/gitlab!81988
-
Natalia Tepluhina authored
Add the "Support Ukraine" tanuki See merge request gitlab-org/gitlab!82050
-
Denys Mishunov authored
Changelog: changed
-
Steve Mokris authored
When using the issue header action to create a new issue, https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68226 added the text "Related to #<parent-issue>." to the new issue's description. This improves the UX of that change by: - Renaming the "New issue" menu item to "New related issue" to clarify that it will create a link. - Replacing the added description text with a new checkbox widget, to avoid obliterating the issue template. This checkbox widget is only shown when the new `add_related_issue` URL query parameter is present. Changelog: changed
-
Pavel Shutsin authored
Adjust text in issue status header See merge request gitlab-org/gitlab!81207
-
Etienne Baqué authored
Hard delete bulk snippets See merge request gitlab-org/gitlab!82020
-
Heinrich Lee Yu authored
Fix user activity page crash after importing gitlab export project See merge request gitlab-org/gitlab!81417
-
Pavel Shutsin authored
Use versioned schemas when validating security reports See merge request gitlab-org/gitlab!81907
-
Alex Kalderimis authored
Remove feature flag for Group Projects API Plan Preloading See merge request gitlab-org/gitlab!81324
-
Peter Leitzen authored
Fix Capybara/CurrentPathExpectation offences See merge request gitlab-org/gitlab!81897
-
Vitali Tatarintev authored
-
Adam Hegyi authored
Fix NoMethodError when visiting repo analytics when the group was renamed. Changelog: fixed EE: true
-
Alex Kalderimis authored
Fix VSA error with scoped labels See merge request gitlab-org/gitlab!82083
-
Michał Zając authored
Changelog: changed EE: true
-
Rémy Coutable authored
Bump gitlab-styles v7.0.0 See merge request gitlab-org/gitlab!82008
-
Maxime Orefice authored
-
Kati Paizee authored
Clarify license upload directions in the doc See merge request gitlab-org/gitlab!81915
-
Alex Kalderimis authored
Update MultipleDatabase cop to allow some methods See merge request gitlab-org/gitlab!81584
-
Kati Paizee authored
Update info note for instrumentation class usage See merge request gitlab-org/gitlab!81892
-
Alina Mihaila authored
-
Marcin Sedlak-Jakubowski authored
Clean up yamllint warnings and errors in deprecation yamls See merge request gitlab-org/gitlab!81964
-
Marcin Sedlak-Jakubowski authored
Clean up whitespace in removals yamls See merge request gitlab-org/gitlab!81966
-
Adam Hegyi authored
Add nullify job for orphan runner_id columns of ci_builds See merge request gitlab-org/gitlab!81410
-
Furkan Ayhan authored
When a runner gets deleted, jobs that were run with it still have runner_id. With this commit, old data will be nullified. There will be 3 steps; 1. Add a NOT VALID foreign key constraint to the column to ensure GitLab doesn't create inconsistent records. 2. Add a data migration, to fix or clean up existing records. 3. Validate the whole table by making the foreign key VALID. This is the 2nd step. Changelog: other
-
Marcel Amirault authored
Document how to reduce consumption of CI/CD minutes See merge request gitlab-org/gitlab!80923
-
Fabio Pitino authored
Explain benefits and how to do that.
-
Sean McGivern authored
Implement API endpoint to get single SSH key for specific user. See merge request gitlab-org/gitlab!81790
-
Timo Furrer authored
The main driver for this is to implement a proper and easy to maintain resource in the [GitLab terraform provider](https://github.com/gitlabhq/terraform-provider-gitlab). Changelog: added
-
Kati Paizee authored
Update doc/development/adding_database_indexes.md See merge request gitlab-org/gitlab!82079
-
Adam Hegyi authored
This change fixes the value_streams endpoint error when one of the stages is a label based stage where the label is a scoped label. Changelog: fixed EE: true
-
Patrick Bajao authored
Refactor: let reCAPTCHA error messages use translation See merge request gitlab-org/gitlab!81977
-
Bob Van Landuyt authored
Rerun ConvertStringifiedRawMetadataHashToJson migration See merge request gitlab-org/gitlab!80768
-
Simon Tomlinson authored
Changelog: other
-
Samana authored
-
Kati Paizee authored
Add troubleshooting for private Gitpod ports See merge request gitlab-org/gitlab!82018
-