- 22 Mar, 2022 40 commits
-
-
-
Nick Gaskill authored
Add frontend docs for registry like apps See merge request gitlab-org/gitlab!78277
-
Nicolò Maria Mezzopera authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!83436
-
Jose Ivan Vargas authored
Fix deletion of deprecated notes See merge request gitlab-org/gitlab!83089
-
Lukas 'Eipi' Eipert authored
Notes in Snippets / Commits are deleted from the DOM even before the user confirmed the deletion. With `bootstrap_confirmation_modals` enabled this actually caused a bug, because the element is progamatically clicked after confirmation. But as the element is removed from the DOM already, Rails/UJS didn't intercept the click properly. If we switch from a click handler to an ajax:success handler _and_ remove the note from the DOM after a successful deletion, this problem is resolved.
-
Jose Ivan Vargas authored
Build jobs filtered search See merge request gitlab-org/gitlab!82539
-
Payton Burdette authored
Add jobs filtered search feature to the jobs page.
-
Marcin Sedlak-Jakubowski authored
Update CRM docs around moving issues, projects and groups See merge request gitlab-org/gitlab!80407
-
Lee Tickett authored
-
Savas Vedova authored
Fix vulnerability report not showing for manually-added vulnerabilities See merge request gitlab-org/gitlab!82698
-
Daniel Tian authored
-
Fabio Pitino authored
Re-name "DevOps Report" as "DevOps Reports" See merge request gitlab-org/gitlab!81530
-
Jose Ivan Vargas authored
Migrate to shared alert component See merge request gitlab-org/gitlab!83300
-
GitLab Release Tools Bot authored
-
Tetiana Chupryna authored
View History of All Project Imports - Frontend See merge request gitlab-org/gitlab!83207
-
Achilleas Pipinellis authored
Added deprecation notice for user_email_lookup_limit See merge request gitlab-org/gitlab!83220
-
Fabian Zimmer authored
-
Paul Slaughter authored
Refetch runners list data after runner is updated/deleted See merge request gitlab-org/gitlab!82502
-
Jose Ivan Vargas authored
Add vulnerability training doc link See merge request gitlab-org/gitlab!82961
-
Jacques Erasmus authored
Add SVG blob viewer See merge request gitlab-org/gitlab!81567
-
Alper Akgun authored
What's New 14.9 See merge request gitlab-org/gitlab!83333
-
Brian Rhea authored
-
Furkan Ayhan authored
FF rollout issue for purge_stale_security_findings See merge request gitlab-org/gitlab!83346
-
Paul Slaughter authored
Remove releases_index_apollo_client Feature Flag See merge request gitlab-org/gitlab!82934
-
Brian Rhea authored
Deprecate `background upload` for object storage See merge request gitlab-org/gitlab!83396
-
Fabian Zimmer authored
-
Illya Klymov authored
* switch from gon to provide
-
Illya Klymov authored
* improve tests * set page to 1 on page size change
-
Illya Klymov authored
* Add new history page Changelog: added
-
Kati Paizee authored
Add development guidelines for rate limits See merge request gitlab-org/gitlab!83283
-
Markus Koller authored
-
Nick Thomas authored
Implement API to get single Project Remote Mirror See merge request gitlab-org/gitlab!82770
-
Illya Klymov authored
Expose import url in projects API See merge request gitlab-org/gitlab!82498
-
Illya Klymov authored
* add import_url field on project instance * add import_status field on project instance Changelog: added
-
Natalia Tepluhina authored
Labels selection improvement See merge request gitlab-org/gitlab!83304
-
Sascha Eggenberger authored
Fix labels selection darkmode implementation to make selected items readable. Also update the check icon to match the one from the GitLab SVG Library.
-
Furkan Ayhan authored
Improve observability of the Enqueuer worker See merge request gitlab-org/gitlab!83133
-
Bob Van Landuyt authored
Remove Balsamiq File Preview See merge request gitlab-org/gitlab!82924
-
Lukas 'Eipi' Eipert authored
The Balsamiq File Preview is not utilized a lot. In fact it has been broken since over a year on gitlab.com and on self managed instances[0]. The Balsamiq preview itself doesn't have a lot of value as it just renders the preview of the first Balsamiq page and not all the pages. We have received no user complaints whatsoever, meaning that likely _noone_ relied on this feature. This MR removes the previewer, as it is also riddled with tech debt, for example shipping a asm.js compiled version of sql.js [0]: https://gitlab.com/gitlab-org/gitlab/-/issues/285525 Changelog: removed
-