- 05 Mar, 2021 40 commits
-
-
Amy Qualls authored
Fix kramdown errors in tables See merge request gitlab-org/gitlab!55781
-
David O'Regan authored
Project Settings Repository Default Branch Header Expand/Collapse on-click / on-tap 1/8 See merge request gitlab-org/gitlab!55228
-
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 Repository Default branch. This enables the expand/collapse behavior on mouse-click / tap for the h4 headers.
-
Sean McGivern authored
Add user callouts to GraphQL See merge request gitlab-org/gitlab!55099
-
David O'Regan authored
Remove milestone deprecation popover See merge request gitlab-org/gitlab!55766
-
Bob Van Landuyt authored
Update existing namespace statistics wiki wiki_size See merge request gitlab-org/gitlab!55487
-
Francisco Javier López authored
In this commit we introduce a background migration to update existing namespace statistics with the wiki_size.
-
Brandon Labuschagne authored
Fix fork thumbnail overflow See merge request gitlab-org/gitlab!55764
-
Dmytro Zaporozhets (DZ) authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzciński authored
Merge branch '300021-rollout-serving-migrated-data-feature-flag-pages_serve_from_migrated_zip' into 'master' Enable feature flag `pages_serve_from_migrated_zip` by default See merge request gitlab-org/gitlab!55847
-
Savas Vedova authored
Move to btn-confirm from btn-success in groups/settings directory See merge request gitlab-org/gitlab!55281
-
Yogi authored
-
Savas Vedova authored
Move to btn-confirm from btn-success in groups/milestones directory See merge request gitlab-org/gitlab!55278
-
Yogi authored
-
Marcia Ramos authored
Add a blurb about pinning gem versions See merge request gitlab-org/gitlab!54932
-
Bob Van Landuyt authored
To avoid being downgraded to vulnerable versions.
-
Savas Vedova authored
Remove sast_configuration_ui feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55680
-
Marcin Sedlak-Jakubowski authored
Document permission required for time tracking See merge request gitlab-org/gitlab!55569
-
Steve Mokris authored
-
Sean McGivern authored
Adding additional test case for upload file button See merge request gitlab-org/gitlab!55688
-
Matija Čupić authored
Moves the logic for dismissing a user callout into a service.
-
Matija Čupić authored
Moves callout initialization to the User model.
-
Matija Čupić authored
-
Matija Čupić authored
Creates the UserCallout Create mutation for dismissing user callouts.
-
Matija Čupić authored
Adds the callouts field to the user GraphQL type
-
Matija Čupić authored
Creates the UserCallout GraphQL type
-
Arturo Herrero authored
Move IDE routes from VUE to Rails See merge request gitlab-org/gitlab!55597
-
Francisco Javier López authored
In this commit we move the routing responsibility for the IDE from the Vue router to Rails. This way we can provide helpful information instead of requesting it afterward.
-
Vladimir Shushlin authored
-
David Fernandez authored
Optimize the Dictionary view to not repeat same columns See merge request gitlab-org/gitlab!55145
-
Enrique Alcantara authored
-
Denys Mishunov authored
Enhance ref_selector component to allow for tag creation See merge request gitlab-org/gitlab!55193
-
Nathan Friend authored
This commit updates the ref selector component with some new abilities: - New footer slot - New events - Validation state - Allow for multiple instances on the same page
-
Denys Mishunov authored
Resolve "Wiki edit page: title's styling mismatch" See merge request gitlab-org/gitlab!50940
-
Vitaly Slobodin authored
Remove capybara specs relying on jQuery.ajax See merge request gitlab-org/gitlab!55668
-
Lukas 'Eipi' Eipert authored
We had some capybara specs that checked whether expanding a diff calls the Backend more than once. These specs have been broken since we are using axios. Unfortunately as they are testing a negative, they never failed. We are removing those specs in favor of new JS unit tests which actually test that the API is called exactly once.
-
Denys Mishunov authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!55618
-
Vitaly Slobodin authored
Move the isNumeric util to the shared number_utils.js See merge request gitlab-org/gitlab!55833
-
Natalia Tepluhina authored
Pipeline Graph: Update header capitalization See merge request gitlab-org/gitlab!55835
-
James Lopez authored
Resolve "Fix translation of visibility levels" [RUN ALL RSPEC] See merge request gitlab-org/gitlab!55721
-