- 22 Mar, 2022 40 commits
-
-
Lukas Eipert authored
Under certain circumstances (bad merges?) the yarn.lock file might contain extranous root dependencies. This is not a security risk because the dependencies are simply not downloaded. However, it can be confusing because a `yarn install` updates `yarn.lock` locally, while a `yarn install --frozen-lockfile` does not fail in CI. The last time this happened was after https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55062 was merged. Interestingly a `yarn check --integrity` would fail. We already utilize this locally when running `yarn run jest`. This is also not executed in CI, because we run `yarn run jest:ci` there. Simply adding the same check to our `static-analysis` will solve the problem in the future.
-
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
-
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
-
Kostas Ioannou authored
-
Ezekiel Kigbo authored
Add "Created on" & "Last activity" columns to groups and projects page See merge request gitlab-org/gitlab!82918
-
Abdul Wadood authored
The columns are sortable. We want to achieve parity between self and SaaS user. Until now this info was only present in the admin panel. Changelog: added
-
Timo Furrer authored
-
Timo Furrer authored
This change implements the `GET` API to retrieve a single projects remote mirror. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82770
-
Doug Stull authored
Cleanup invite_members_group_modal - remove group invite actions See merge request gitlab-org/gitlab!83117
-
Bob Van Landuyt authored
Add GraphQL option to mark all todos of a specific target as done See merge request gitlab-org/gitlab!83110
-
Bob Van Landuyt authored
Extend workers and services to support namespace for Security Policies See merge request gitlab-org/gitlab!82695
-
Alan (Maciej) Paruszewski authored
Changelog: added EE: true
-
Natalia Tepluhina authored
Fix vulnerability list clearing when already-selected filter is clicked See merge request gitlab-org/gitlab!83243
-
Enrique Alcántara authored
Merge branch '353432-remove-reliance-on-flash-styling-within-ee-app-views-trials-_errors-html-haml' into 'master' Remove reliance on Flash styling See merge request gitlab-org/gitlab!82501
-
Lin Jen-Shin authored
Add prepend_mod for Features and License See merge request gitlab-org/gitlab!83263
-
Baodong authored
-
Savas Vedova authored
Use GraphQL alias to simplify vulnerability list logic See merge request gitlab-org/gitlab!83250
-
Daniel Tian authored
Changelog: changed MR: EE: true
-
Peter Leitzen authored
Expose `namespace_id` field for user APIs, when accessed by admin See merge request gitlab-org/gitlab!82045
-
Alex Kalderimis authored
Updates specs around ::boolean_accessor See merge request gitlab-org/gitlab!83206
-
Sean Gregory authored
This commit builds off the work from @ByAlu which tests the boolean_accessor method implementation
-
Miguel Rincon authored
Delete DOMContentLoaded event listeners See merge request gitlab-org/gitlab!83182
-
Sean McGivern authored
Remove grpc from kwargs deprecation silence list See merge request gitlab-org/gitlab!83322
-