- 15 Mar, 2022 40 commits
-
-
Nick Gaskill authored
Deprecation: Composer dependencies authentication See merge request gitlab-org/gitlab!82852
-
Tim Rizzi authored
-
Enrique Alcántara authored
Add responsive property to area charts in CI minutes See merge request gitlab-org/gitlab!82741
-
Scott Hampton authored
Updated toggle thread text to have state See merge request gitlab-org/gitlab!82718
-
Enrique Alcántara authored
Use checkboxes to select target roles for broadcast messages See merge request gitlab-org/gitlab!80131
-
Eugie Limpin authored
Changelog: changed
-
Amy Qualls authored
Add spam protection and CAPTCHA developer guide to docs See merge request gitlab-org/gitlab!68434
-
Chad Woolley authored
- Developer guide docs
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!82931
-
Nick Gaskill authored
Removal Entry for Integrated Error Tracking See merge request gitlab-org/gitlab!82621
-
Alana Bellucci authored
-
Andrew Fontaine authored
Add frontend validation to avoid duplicate asset link names See merge request gitlab-org/gitlab!81591
-
Emanuel H. Farias authored
Now we are showing a validation error when trying to create/edit a release with duplicate asset link titles. Changelog: changed
-
Jose Ivan Vargas authored
Fix security provider logo See merge request gitlab-org/gitlab!82929
-
Jose Ivan Vargas authored
Add deployment approval comment field See merge request gitlab-org/gitlab!82743
-
Scott Hampton authored
Migrate elastic search warning See merge request gitlab-org/gitlab!82892
-
Diana Zubova authored
-
Andrejs Cunskis authored
Reuse common logger implementation from gitlab-qa See merge request gitlab-org/gitlab!82818
-
Andrejs Cunskis authored
-
Sean McGivern authored
Change urgency of Ci::DropPipelineWorker to high See merge request gitlab-org/gitlab!82927
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
CTRT edits to Labels documentation See merge request gitlab-org/gitlab!79746
-
Marcin Sedlak-Jakubowski authored
Part of TW FY23Q1 OKR
-
Douglas Barbosa Alexandre authored
Remove closest_gitlab_subscription method in favor of root_ancestor See merge request gitlab-org/gitlab!82840
-
Rémy Coutable authored
Update SimpleCov See merge request gitlab-org/gitlab!82836
-
Andrew Fontaine authored
A comment field allows users to describe why a deployment is approved or rejected. It shows a count of remaining characters. The count turns orange when 30 or less are left, and turns red once the comment is over the limit. This counter should be added to GitLab UI (and made pajamas compliant), but is good here for now. Changelog: added EE: true
-
Jose Ivan Vargas authored
Style more Markdown in email notifications See merge request gitlab-org/gitlab!78604
-
Pavel Shutsin authored
Remove calls to deprecated `to_graphql` See merge request gitlab-org/gitlab!82739
-
Samantha Ming authored
Use import svg logos as relative path is not working in production
-
Peter Hegman authored
Refactor environment scope to use constants See merge request gitlab-org/gitlab!82847
-
Andrew Fontaine authored
On environments, only 2 scopes are valid: available and stopped. If an invalid scope is passed via the query params, the controller attempted to use it and would return a 500 error. This behaviour is still useful for the JSON API, and so we only fetch the environments if the format is JSON. However, as the environments are fetched via API after the HTML is returned, there's no need to query the environments when the format is HTML, meaning no need to use the scope. This stops invalid query params (like ?scope=foo) from returning a 500 error. To stop the resultant API calls from failing, we can check to see if the requested scope is valid. If it is not, default to the available scope. Changelog: fixed
-
Luke Duncalfe authored
Fix sourcegraph breaking on project resolve endpoint See merge request gitlab-org/gitlab!82447
-
Paul Slaughter authored
- https://gitlab.com/gitlab-org/gitlab/-/issues/351058 - It does this by moving projects#resolve to its own controller. - Now the ProjectsController can assume :namespace_id exists in the route. Changelog: fixed
-
Markus Koller authored
Experiment Clean up: change_continuous_onboarding_link_urls See merge request gitlab-org/gitlab!80906
-
Craig Norris authored
Update doc/development/documentation/index.md See merge request gitlab-org/gitlab!81550
-
Fabio Pitino authored
-
Craig Norris authored
-
Heinrich Lee Yu authored
Remove block_project_serialization feature flag See merge request gitlab-org/gitlab!82866
-
Achilleas Pipinellis authored
Update the docs to recommend GET See merge request gitlab-org/gitlab!82913
-
Fabian Zimmer authored
-