- 04 Mar, 2021 40 commits
-
-
Amy Qualls authored
Add video under Available API resources See merge request gitlab-org/gitlab!55644
-
Thao Yeager authored
-
Nathan Friend authored
Update FE guidlines See merge request gitlab-org/gitlab!55742
-
Martin Wortschack authored
- Prefer exporting constants as primitive strings
-
Steve Abrams authored
Restore database structure.sql See merge request gitlab-org/gitlab!55352
-
charlie ablett authored
- Accidentally modified with local structure.sql changes
-
James Lopez authored
Ignore reverted commits when generating changelogs See merge request gitlab-org/gitlab!55537
-
David O'Regan authored
Move to btn-confirm from btn-success in admin/serverless directory See merge request gitlab-org/gitlab!55275
-
Yogi authored
-
David O'Regan authored
Move to btn-confirm from btn-success in admin/projects directory See merge request gitlab-org/gitlab!55274
-
Yogi authored
-
David O'Regan authored
Move to btn-confirm from btn-success in app/views/shared/empty_states directory See merge request gitlab-org/gitlab!55203
-
Yogi authored
-
Natalia Tepluhina authored
[RUN-AS-IF-FOSS] Remove "preloadFixtures" and "loadJSONFixtures" from jest specs See merge request gitlab-org/gitlab!55590
-
Marcia Ramos authored
Add trailing slash to Omnibus kas-address so that proxying works See merge request gitlab-org/gitlab!55565
-
Amy Qualls authored
Document timeout for access checks See merge request gitlab-org/gitlab!55675
-
Marcia Ramos authored
Add troubleshooting section for Kubernetes Agent unknown authority error See merge request gitlab-org/gitlab!55249
-
Justin Farmiloe authored
-
Yorick Peterse authored
When generating changelogs for a range of commits, any commits both added and reverted in that range are ignored. This works by looking for commits with the pattern "This reverts commit X", then ignoring the commits with the mentioned SHA. Because commits are retrieved in reverse order (= newest first), and revert commits always come after the commit they revert, we can keep processing commits in batches; instead of having to first load all of them in memory. This means the number of Gitaly calls remains the same. As part of these changes, CommitsWithTrailerFinder is renamed to ChangelogCommitsFinder, as its purpose is now more specific to the process of generating changelogs; instead of being a generic "give me commits with trailer X" finder. See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1583 for more information.
-
Sarah Groff Hennigh-Palermo authored
Adds ability to work on new Ci config file to pipeline editor [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55414
-
Frédéric Caplette authored
- Adds a CTA button to the empty state screen in Pipeline Editor = Create a new text editor when user selects to start working - Allows to commit the new file to the repository - Creates the repository if needed
-
Etienne Baqué authored
Add reviewers detail to merged merge request email See merge request gitlab-org/gitlab!55589
-
David Kim authored
-
Vitali Tatarintev authored
Add update and destroy API endpoints to ExternalApprovalRules See merge request gitlab-org/gitlab!55197
-
James Lopez authored
Let redis cache keys expire after Bulk Import is finished See merge request gitlab-org/gitlab!55739
-
Jan Provaznik authored
Move relative position range related classes to own files See merge request gitlab-org/gitlab!55734
-
Enrique Alcántara authored
Update on-call rotation time interval restrictions See merge request gitlab-org/gitlab!54280
-
Tristan Read authored
-
Illya Klymov authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!55624
-
Vitaly Slobodin authored
Group integration settings buttons to the left See merge request gitlab-org/gitlab!55139
-
Marcel Amirault authored
More edits for style and vale See merge request gitlab-org/gitlab!55707
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Kushal Pandya authored
Add ability to edit DAST site profiles with new fields See merge request gitlab-org/gitlab!51583
-
Dheeraj Joshi authored
This should add support for editing auth related fields in DAST Site Profile form
-
Simon Knox authored
Feat(incidents): add issue state to alerts table See merge request gitlab-org/gitlab!55185
-
David O'Regan authored
Show the current status of an linked issue in the alerts table
-
Etienne Baqué authored
Refactor invite member api service See merge request gitlab-org/gitlab!55241
-
Doug Stull authored
- streamline code and cleanup.
-
Savas Vedova authored
SAST Config introduce disabled analyzer warning See merge request gitlab-org/gitlab!55172
-
Jannik Lehmann authored
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/273628 A warning has been introduced to raise attention about the disabled analyzers on the SAST-config Page.
-