- 01 Mar, 2021 40 commits
-
-
Sarah Groff Hennigh-Palermo authored
Add empty state inside pipeline editor section See merge request gitlab-org/gitlab!55227
-
Frédéric Caplette authored
This adds an empty section with no CTA inside the pipeline editor if there is no file to edit. At a later date, we are going to add the option to start working even without an existing file.
-
Paul Slaughter authored
Align heading style with subheadings in markdown See merge request gitlab-org/gitlab!55284
-
Miguel Rincon authored
Group migration: User-selectable page size See merge request gitlab-org/gitlab!54638
-
Arturo Herrero authored
Set default MR title/description to first multi-line commit See merge request gitlab-org/gitlab!52984
-
Markus Koller authored
Show which reviewers have approved an MR See merge request gitlab-org/gitlab!54365
-
Alex Kalderimis authored
This updates the reviewer sidebar widget to display an `approval-solid` icon next to reviewers who have approved the MR.
-
Andrew Fontaine authored
Migrate project cycle analytics template to vue See merge request gitlab-org/gitlab!54882
-
Imre Farkas authored
Auto-enable admin mode on privileged environments See merge request gitlab-org/gitlab!53015
-
Amy Qualls authored
-
Max Coplan authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/300479 When creating a merge request, the behaviour of the prefilled title and discription is different than the behaviour of squashed commit messages. For squashed commit messages, the behaviour is described in the [docs](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html#overview) as > Taken from the first multi-line commit message in the merge. However, for merge requests, the current behavior is to use the branch name. This commit sets the prefilled MR title/description to the first multi-line commit in the MR, if applicable. Otherwise falling back to the previous behaviour.
-
Nicolò Maria Mezzopera authored
Resolve "Assignees widget UX fixes" See merge request gitlab-org/gitlab!54800
-
Natalia Tepluhina authored
-
Suzanne Selhorn authored
Update details about colons in CI scripts See merge request gitlab-org/gitlab!55343
-
Marcel Amirault authored
-
Mike Jang authored
Add Free tier badge to Groups page See merge request gitlab-org/gitlab!55289
-
Suzanne Selhorn authored
CI/CD keyword intro revamp See merge request gitlab-org/gitlab!55345
-
Marcel Amirault authored
Make the difference between job and global keywords clearer, and fix incorrect nesting and placement of some keywords
-
Markus Koller authored
Prep work for refactoring the pipelines table to use GlTable [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54958
-
Payton Burdette authored
Add feature flag and edit existing components that will not be wrapped.
-
Markus Koller authored
Prevent DAST profiles from being deleted when referenced by policies See merge request gitlab-org/gitlab!54699
-
Alan (Maciej) Paruszewski authored
This change adds new fields to GraphQL API and adds additional contraint that verifies if given DAST Site/Scanner profile can be deleted if is referenced by active policy
-
Amy Qualls authored
Surface merge request concept info See merge request gitlab-org/gitlab!55288
-
Kushal Pandya authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!54926
-
Amy Qualls authored
Update settings UI text for Prometheus See merge request gitlab-org/gitlab!53179
-
Amy Qualls authored
Start revising the Prometheus UI settings to more closely adhere to GitLab tone and style.
-
Markus Koller authored
Remove BulkImports EpicLoader See merge request gitlab-org/gitlab!55214
-
Yannis Roussos authored
Revert "Remove historic minergate trigger" See merge request gitlab-org/gitlab!55375
-
Miguel Rincon authored
Stop scrollbar stretching filtered search box See merge request gitlab-org/gitlab!54574
-
Simon Knox authored
Limit the height of the bordered box, so the scrollbar appears outside of it rather than increasing its height.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!55373
-
Amy Qualls authored
Update tier badge for Activate GitLab page See merge request gitlab-org/gitlab!55294
-
David O'Regan authored
Increase contrast of Solarized Light in Web IDE See merge request gitlab-org/gitlab!55361
-
Arturo Herrero authored
Cleanup and optimize chat service specs See merge request gitlab-org/gitlab!55120
-
Andy Soiron authored
-
David O'Regan authored
Project Settings Repository Protected Branches Header Expand/Collapse 3/8 See merge request gitlab-org/gitlab!55230
-
Daniel Schömer authored
Project Settings General Headers (h4 elements) expand/collapse on mouse-click / tap, like using the Expand/Collapse button. Other h4 headers in other Project Settings pages do not expande/collapse on mouse-click / tap, but only using the Expand/Collapse button. This may seem inconsistent to the user. The h4 headers of Project Settings General get the expand/collapse behavior through classes settings-title, js-settings-toggle and js-settings-toggle-trigger-only. This MR adds classes settings-title, js-settings-toggle and js-settings-toggle-trigger-only to the h4 headers in Project Settings Repositories Protected branches. This enables the expand/collapse behavior on mouse-click / tap for the h4 headers.
-
Markus Koller authored
Merge branch '301013-factories-do-not-allow-subgroups-to-be-created-under-namespaces-allow-them-to-be-created' into 'master' Resolve "Validate the nature of the parent for `Group` & `Namespace`" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54094
-
Manoj M J authored
This change adds validation to check the nature of parent for Group & Namespace records
-