- 15 Mar, 2022 40 commits
-
-
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
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.56.0 See merge request gitlab-org/gitlab!82901
-
Igor Drozdov authored
Merge/squash commit templates: add %{all_commits} variable See merge request gitlab-org/gitlab!81097
-
Natalia Tepluhina authored
Add Related Epics support within epics See merge request gitlab-org/gitlab!81119
-
Kushal Pandya authored
Adds frontend support for Related Epics with categories `Relates to`, `Blocks`, & `Is blocked by` within an existing epic.
-
Robert May authored
Use batches for pull request import jobs See merge request gitlab-org/gitlab!82891
-
Kushal Pandya authored
Migrate last push alert to use global_alert partial See merge request gitlab-org/gitlab!82825
-
Igor Drozdov authored
Verify protected tags permissions for pull mirroring See merge request gitlab-org/gitlab!82890
-
Savas Vedova authored
Use new vulnerability report for pipeline security tab See merge request gitlab-org/gitlab!81760
-
Daniel Tian authored
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/81760 EE: true
-
Sean McGivern authored
Enable the `geo_token_user_authentication` FF by default See merge request gitlab-org/gitlab!82835
-
Fiona Neill authored
Add note about duplicate includes See merge request gitlab-org/gitlab!82886
-
Vladimir Shushlin authored
Changelog: added
-
Heinrich Lee Yu authored
Add add toggle to enable/disable aggregated VSA See merge request gitlab-org/gitlab!82389
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!82897
-
Phil Hughes authored
Fix: client translations file will not load even when exists See merge request gitlab-org/gitlab!81771
-
Jeremy Wu authored
Fix the issue that when the translation file exists (English) will not load on client side
-
Stan Hu authored
Add external HTTP request within transactions tracking See merge request gitlab-org/gitlab!81259
-
Doug Stull authored
Button to revoke authorizations See merge request gitlab-org/gitlab!81069
-
Phil Hughes authored
Make spinners in New MR Compare Pajamas-compliant See merge request gitlab-org/gitlab!82755
-
Achilleas Pipinellis authored
Fix example for custom port See merge request gitlab-org/gitlab!82683
-
Phil Hughes authored
Use default_enabled: :yaml for feature flag check See merge request gitlab-org/gitlab!82837
-
Amy Qualls authored
Add explanation about env var for helm chart See merge request gitlab-org/gitlab!82881
-
Alexander Tanayno authored
-
Tetiana Chupryna authored
Stream audit event on merge request approval See merge request gitlab-org/gitlab!82471
-
Harsimar Sandhu authored
Stream audit events that relate to merge approval actions performed within a project. Changelog: added EE: true
-
Achilleas Pipinellis authored
Docs: Add reminder to test backup before upgrading See merge request gitlab-org/gitlab!82779
-
Amy Qualls authored
Correct visibility documentation for private project snippets See merge request gitlab-org/gitlab!82870
-
Nick Malcolm authored
-
Etienne Baqué authored
Add Mailer for Namespace Storage Limit Exceeded See merge request gitlab-org/gitlab!82431
-
Jason Goodman authored
Add mailer preview for namespace storage limit exceeded
-
charlie ablett authored
Fix Sidekiq JSON logging See merge request gitlab-org/gitlab!82819
-
Bob Van Landuyt authored
Add pipeline editor walkthrough feature permanently See merge request gitlab-org/gitlab!82682
-
Bob Van Landuyt authored
Remove `maxlength` limit from the project description textarea See merge request gitlab-org/gitlab!82812
-
Eduardo Sanz García authored
In the `General Settings` page one can add an optional project description. Previously, this textarea field was set to a maximum of 250 characters. In this commit we have remove that limit. There is an actual limit of 2000 imposed by the backend. If one tries to save a project description longer than 2000 characters a warning will appear after clicking `Save changes`. Changelog: other
-
GitLab Release Tools Bot authored
-
Natalia Tepluhina authored
Global Search - Fix Branch Ref Based Searches See merge request gitlab-org/gitlab!80857
-
Kati Paizee authored
Remove minor section See merge request gitlab-org/gitlab!82885
-
Alper Akgun authored
-
Kati Paizee authored
Docs for trial lead flow See merge request gitlab-org/gitlab!82883
-