- 18 Mar, 2022 40 commits
-
-
Vitali Tatarintev authored
-
David Fernandez authored
Handle 404 responses from the container registry import status API See merge request gitlab-org/gitlab!83070
-
Jaime Martinez authored
-
Jose Ivan Vargas authored
Allow administrators to change plan limits via the UI See merge request gitlab-org/gitlab!82521
-
Fabio Pitino authored
`Admin Area > CI/CD > Continuous Integration and Deployment` now has a section to inspect and edit the each CI/CD plan limit. Changelog: added
-
Fiona Neill authored
Move public access page into user docs See merge request gitlab-org/gitlab!83172
-
Kyle Wiebers authored
If we're forcing CI, set package-and-qa manual See merge request gitlab-org/gitlab!83184
-
Natalia Tepluhina authored
Settings help text spacing fix See merge request gitlab-org/gitlab!83174
-
Sascha Eggenberger authored
Update spacing of help texts for inputs and checkboxes on settings pages
-
Peter Leitzen authored
Move Layout/ArgumentAlignment offences into a separate TODO file See merge request gitlab-org/gitlab!82600
-
Alex Kalderimis authored
Merge branch '355996-follow-up-from-bulk-adding-members-needs-to-consider-user-records-as-well-as-the-ids' into 'master' Create a scope for members by user See merge request gitlab-org/gitlab!83134
-
Sean McGivern authored
Send a notification when a new email is added See merge request gitlab-org/gitlab!81211
-
Riccardo Padovani authored
Changelog: added
-
Bob Van Landuyt authored
Add GraphQL API to Destroy Saved Reply See merge request gitlab-org/gitlab!82643
-
Alan (Maciej) Paruszewski authored
-
Heinrich Lee Yu authored
Fix saving of sort preference in group issues list See merge request gitlab-org/gitlab!82669
-
Vitali Tatarintev authored
-
Sean McGivern authored
Rename incident_timeline_event_tab FF to incident_timeline See merge request gitlab-org/gitlab!83078
-
Doug Stull authored
- fix rubocop exception
-
Lin Jen-Shin authored
This way when we want to run QA for a particular branch, we can
-
Peter Leitzen authored
Split Capybara/VisibilityMatcher cop into a separate TODO See merge request gitlab-org/gitlab!82099
-
Sean McGivern authored
Remove group_ci_cd_analytics_page See merge request gitlab-org/gitlab!83033
-
Andy Soiron authored
Small change to improve readability wiki specs See merge request gitlab-org/gitlab!83104
-
Ezekiel Kigbo authored
Always show "email issue" button on group/project issues list refactor See merge request gitlab-org/gitlab!83100
-
Coung Ngo authored
Show the "email issue" button even when there are no issues in the issues list. The button will not show when the user is signed out, due to the check in new_issuable_address. Behind feature flag `vue_issues_list` defaulted off.
-
Vitali Tatarintev authored
-
Marius Bobin authored
Use CI config `coverage_report` in runner job request See merge request gitlab-org/gitlab!82672
-
Albert Salim authored
Changelog: added
-
Simon Knox authored
Replace local mutation for creating a task with the real mutation See merge request gitlab-org/gitlab!81294
-
Natalia Tepluhina authored
Removed unused parameter Unmocking create new task Removed unused parameter Added a mutation to convert task Added mutation with hardcoded data Added integration for updating and fixed some tests Passed correct lockVersion Better to add skip so modal is still rendered Passed correct line numbers Replaced dropdown with form-select Disabled button for missed type Regenerated translations file Removed unneeded apollo update Removed unnecessary helper Added create WI form component Revert "Added create WI form component" This reverts commit dbc7f6794c12861ee75b2af65461c2b6ea5a572a. Added condition for work items Fixed loading for mutation Abstracted error messages Fixed work item creation Passed correct issue GID Added updating an issue description Removed buttons for existing tasks Fixed app spec to use shallow mount Fixed app spec Fixed create work item spec Fixed emitting update description event Fixed work item detail with loading Fixed description spec Fixed detail test with loading Added test for no workItemId prop Finished workItemDetail spec Apply 1 suggestion(s) to 1 file(s) Fixed description to use id Removed createWorkItemButton method
-
Vitali Tatarintev authored
Rename the feature flag to cover whole feature
-
Andrew Fontaine authored
This has been enabled by default for several milestones, and is no longer needed. Time to release the feature!
-
Sincheol (David) Kim authored
Move group namespace tests to group spec See merge request gitlab-org/gitlab!82534
-
Doug Stull authored
- should be where the code lives instead
-
Heinrich Lee Yu authored
Save user sort preference from query parameters when vue_issues_list is enabled.
-
Adam Hegyi authored
Convert ci_builds-runner_id FK to LFK See merge request gitlab-org/gitlab!83129
-
Phil Hughes authored
Remove "Add Sbom Survey Banner" See merge request gitlab-org/gitlab!82068
-
Achilleas Pipinellis authored
Distribution 14.9 Deprecation notice See merge request gitlab-org/gitlab!83107
-
Dilan Orrino authored
-
Furkan Ayhan authored
Some runner_ids may be assigned to too many ci_builds so that deleting them can cause downtime in the DB. So, we decided to convert this FK to LFK. Changelog: other
-