- 27 Jul, 2021 1 commit
-
-
Lukas Eipert authored
browserslist throws a warning if certain dependencies are too old. As we generally are not backporting browserslist updates, this can lead to errors in CI. Previously we have caught the error in rake, but they have changed the error message so it is failing again. By simply setting the BROWSERSLIST_IGNORE_OLD_DATA env variable, we can circumvent this issue.
-
- 26 Jul, 2021 39 commits
-
-
Markus Koller authored
Add License metric classes for Zuora Subscription ID and License MD5 See merge request gitlab-org/gitlab!66420
-
Rajendra Kadam authored
-
Andrew Fontaine authored
Replace 'dashboard' with 'report' in docs and handbook See merge request gitlab-org/gitlab!66730
-
Albert Salim authored
ci: Ensure directories for test metadata exists in the 'pages' job See merge request gitlab-org/gitlab!66559
-
Imre Farkas authored
Add worker_resource_boundary to Global Search workers See merge request gitlab-org/gitlab!66760
-
Changzheng Liu authored
-
Denys Mishunov authored
Update dependency @gitlab/svgs to v1.205.0 See merge request gitlab-org/gitlab!66802
-
Jacques Erasmus authored
Update Delete Blob Modal to use GlForm See merge request gitlab-org/gitlab!66590
-
Denys Mishunov authored
Improve time tracking wordage See merge request gitlab-org/gitlab!66720
-
GitLab Renovate Bot authored
-
Lee Tickett authored
-
Jan Provaznik authored
Add Epics menu See merge request gitlab-org/gitlab!65829
-
Kushal Pandya authored
Allows for virtual scrolling to be disabled by a URL param See merge request gitlab-org/gitlab!66249
-
David Fernandez authored
Add signed_file to Debian distributions See merge request gitlab-org/gitlab!66470
-
Craig Norris authored
Crosslink to and from namespaces information See merge request gitlab-org/gitlab!66784
-
David Fernandez authored
Write to ProjectFeature#container_registry_access_level See merge request gitlab-org/gitlab!62663
-
Igor Drozdov authored
Revise push-locally instructions See merge request gitlab-org/gitlab!59432
-
Amy Qualls authored
-
Rémy Coutable authored
Skip those tests externally rather than in the file See merge request gitlab-org/gitlab!66636
-
Fabio Pitino authored
Create Backend Services for Cancel and Unschedule job actions See merge request gitlab-org/gitlab!66178
-
Vitali Tatarintev authored
-
Kushal Pandya authored
Remove attribute sanitization from DOMPurify configuration See merge request gitlab-org/gitlab!66502
-
Etienne Baqué authored
Cleanup policies worker, improve logs See merge request gitlab-org/gitlab!66182
-
Rémy Coutable authored
Make iterations finder ordering deterministic See merge request gitlab-org/gitlab!66649
-
Savas Vedova authored
Change Banner Copy on Security-Configuration Page See merge request gitlab-org/gitlab!66533
-
Justin Ho authored
Due to a bug in DOMPurify, we had to implement potentially dangerous data-* attribute sanitization using hooks. These checks can be removed now as they are no longer needed. This will allow v-safe-html to configure if it should allow these attributes for inputs that are safe. This reverts changes introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65301 Changelog: changed
-
Mark Florian authored
Fix typo in GitLab UI form builder docs See merge request gitlab-org/gitlab!66756
-
Rémy Coutable authored
Convert old GraphQL types to newer type names (Part 4) [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66495
-
Nikola Milojevic authored
GithubImporter: match user by external id only from github.com See merge request gitlab-org/gitlab!66387
-
Kati Paizee authored
Replace Geo node to site in the replication docs See merge request gitlab-org/gitlab!65969
-
Sunjung Park authored
-
Imre Farkas authored
Merge branch '334871-create-use-specialized-worker-when-share_with_group_lock-of-a-group-is-changed' into 'master' Resolve "Use specialized worker to refresh authorizations when `share_with_group_lock`attribute of a group is changed" See merge request gitlab-org/gitlab!66525
-
Phil Hughes authored
Hide edit severity btn for users without permissions See merge request gitlab-org/gitlab!66642
-
Heinrich Lee Yu authored
Work around a weird Rails constant loading behaviour See merge request gitlab-org/gitlab!66667
-
Nicolò Maria Mezzopera authored
Revised Package Registry settings text See merge request gitlab-org/gitlab!66395
-
Matthias Käppler authored
Convert old GraphQL types to newer type names (Part 7) [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66563
-
Reuben Pereira authored
Change all writes to go to project_features.container_registry_access_level instead by overriding the `Project#container_registry_enabled=` setter to write to ProjectFeature#container_registry_access_level as well. This is required because the project create/edit public API writes to Project#container_registry_enabled. At the next major version, we could drop support for the projects API to modify container_registry_enabled. API users can instead modify container_registry_access_level.
-
Robert Hunt authored
- Added a redirect to existing documentation - Updated documentation links and titles to compliance report - Updated metrics documentation to use compliance report Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66730 EE: true
-
Rémy Coutable authored
Run minimal rspec jobs before merge request is approved See merge request gitlab-org/gitlab!64903
-