An error occurred fetching the project authors.
- 04 Aug, 2021 1 commit
-
-
Alex Buijs authored
Add an extra track the the in-product marketing emails Changelog: added
-
- 02 Aug, 2021 1 commit
-
-
Alex Buijs authored
Add an extra track the the in-product marketing emails Changelog: added
-
- 28 Jul, 2021 1 commit
-
-
Alex Buijs authored
Add an extra track the the in-product marketing emails Changelog: added
-
- 27 Jul, 2021 4 commits
-
-
Vitaly Slobodin authored
-
Anna Vovchenko authored
-
Zamir Martins authored
-
Evan Read authored
-
- 26 Jul, 2021 9 commits
-
-
Marcia Ramos authored
-
Sean Arnold authored
-
Alper Akgun authored
-
Evan Read authored
-
Doug Stull authored
- first mile is being re-written Changelog: removed EE: true
-
Alex Buijs authored
- Convert CTA button to link - Add translation scope - Set a cookie when clicking the CTA - Increase cookie expiration in tests - Add empty value for img tag alt attr - Change copy - Flip colored border of dark popover - Remove popover offset
-
Lee Tickett authored
-
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
-
Dave Pisek authored
This change adds a specific error message when a user dismisses a vulnerability for a pipeline that no longer exists. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66722 EE: true
-
- 23 Jul, 2021 7 commits
-
-
Sheldon Led authored
Addition of a badge to indicate when a member belongs to an external group that is shared with a project. Those billable members cannot be removed directly. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66611 EE: true
-
ngaskill authored
Changelog: other
-
Miguel Rincon authored
This change add a new page to manage group runners behind the feature flag runner_list_group_view_vue_ui. The new page is added to the sidebar menu as CI/CD -> Runners.
-
Brandon Labuschagne authored
-
Ryan Cobb authored
-
Jannik Lehmann authored
-
Russell Dickenson authored
-
- 22 Jul, 2021 5 commits
-
-
Robert Hunt authored
-
Kev authored
This adds the option 'I want to store my code' to the list of possible signup reasons (in the jobs_to_be_done experiment). This reason is for users who plan to use GitLab solely as a SCM app.
-
Miguel Rincon authored
Changelog: other
-
Russell Dickenson authored
Changelog: changed
-
Ezekiel Kigbo authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66189 we replaced the project VSA stage table with the shared table used for group VSA, we can now remove all the old project level table components
-
- 21 Jul, 2021 9 commits
-
-
Paul Slaughter authored
-
Brandon Labuschagne authored
This MR adds Fuzz testing to the DevOps Adoption table. Changelog: added EE: true
-
Savas Vedova authored
-
Nicolò Maria Mezzopera authored
-
Phil Hughes authored
This makes the collapsed approval rules in the merge request form be the default way to view approval rules. Changelog: added
-
Jiaan Louw authored
-
Robert Hunt authored
This moves the compliance framework selector from the Projects top settings section to its own dedicated expandable section just after badges. This work does not change the functionality of the compliance framework selector other than moving it. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66429 EE: true
-
Oghenerukevwe Kofi authored
Technical debt maintenance: Removes most of the code for the deprecated `service templates` feature. The code for the `PropagateServiceTemplateWorker` and its tests are untouched. Changelog: other
-
Jannik Lehmann authored
This MR solves: https://gitlab.com/gitlab-org/gitlab/-/issues/334927 It changes the copy for the upgrade banner on the security configuration Page.
-
- 20 Jul, 2021 3 commits
-
-
Alexander Turinske authored
- move security policy project selector into vue - implement project selection mutation - add default height for project selector - refactor project selector logic out into a separate compponent - remove backend assign action - add tooltip for users without permission to change the project - abstract out data processing to a helper - clean up instance-procject-selector to be more readable - fix null project - return null from backend - add default prop for assignedPolicyProject - update text - update tests
-
Dan Jensen authored
Previously Contribution Analytics did not display closed merge requests, so when closed merge requests existed the total would be larger than the sum of the columns. That was interpreted as a bug because it was unexplained. This adds a "Closed MRs" column to the Contribution Analytics table, so the sum of the columns always equals the total column. Changelog: changed EE: true
-
Andrew Fontaine authored
To allow for richer frontend validations and to align better with the pajamas design system, I've migrated the new environments form to vue. I've decided to do a full migration rather than using `parseRailsFormFields` because I found out about it too late, although it would have likely been easier. The form migration is about as bare-bones as possible, no vuex or other state management, and I use the existing internal API for speed. Next is to port the Edit Environment form, which is happening separately as it might involve a little bit of vuex or other state management. As it is only 2 fields, I suspect it won't, but we will see. Changelog: changed
-