- 01 Apr, 2021 38 commits
-
-
Felipe Artur authored
Database optimizations to support epics filtering by award emoji.
-
Rémy Coutable authored
Allow user to filter epics by reaction emoji See merge request gitlab-org/gitlab!58211
-
Savas Vedova authored
Subscription Details: Table and Details components See merge request gitlab-org/gitlab!57717
-
Angelo Gulina authored
Prepare components for Subscription Details view Add all the required translation strings
-
Rémy Coutable authored
Move merge-request merge_pipeline to cached_widget [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57827
-
Rémy Coutable authored
Minor performance improvement for ref finder See merge request gitlab-org/gitlab!58099
-
Robert May authored
Branch names are probably lowercase so using downcase is faster most of the time. Also prevents re-downcasing the term every iteration.
-
David Fernandez authored
Improve merge request creation response time by performing more tasks asynchronously [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57453
-
Grzegorz Bizon authored
Upgrade GitLab Pages to v1.37.0 See merge request gitlab-org/gitlab!57946
-
David Kim authored
Fix N+1 in projects REST endpoint and forked projects See merge request gitlab-org/gitlab!57798
-
Vitaly Slobodin authored
Feat(Purchase Flow): migrate step components to use GraphQL See merge request gitlab-org/gitlab!57331
-
Michael Lunøe authored
-
Ezekiel Kigbo authored
Menu items: fix capitalization of Merge Request See merge request gitlab-org/gitlab!57850
-
Amy Qualls authored
We should not ever capitalize the 'R' in 'merge request,' and should only capitalize the 'M' when it's the first word in the slug / sentence.
-
Natalia Tepluhina authored
Utilize btn-tertiary for copy project id on project overview See merge request gitlab-org/gitlab!57766
-
Francisco Javier López authored
When we retrieve projects from the REST endpoint and there are several forks inside, there are several N+1. In this commit we fix several of those.
-
charlie ablett authored
- backend only
-
Mike Greiling authored
Move commit neighbor buttons to sticky MR controls See merge request gitlab-org/gitlab!57743
-
Toon Claes authored
When reviewing an MR commit by commit, there are `Prev` and `Next` buttons next to the commit message to jump to the neighbor commits. These are helpful, but they slide outside of view when scrolling to the bottom. These buttons were initially introduced in [1]. This changes moves these buttons to the sticky Merge Request controls bar. This bar remains visible at all times, making the neighbor commit buttons accessible even when scrolled to the bottom. 1. ee921003 (Add buttons to the Commit Item to navigate among MR commits, 2020-05-12)
-
Kushal Pandya authored
Fix a typo in DAST feature specs [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58043
-
Kushal Pandya authored
Prevent executing expensive query to show group issues zero state view See merge request gitlab-org/gitlab!57411
-
Simon Knox authored
Add aria labels to icon-only buttons See merge request gitlab-org/gitlab!57610
-
Simon Knox authored
Replace deprecated Close Milestone button on list view See merge request gitlab-org/gitlab!57871
-
Marcel Amirault authored
mention `rules` in documentation where variables can be used See merge request gitlab-org/gitlab!57806
-
Ramya Authappan authored
Add context selector to exclude tests from jobs See merge request gitlab-org/gitlab!56916
-
Mark Lapierre authored
This module allows tests to be skipped (excluded) based on the job in which the test runs. It's complimentary to the `:only` tag.
-
Gabriel Mazetto authored
Update metrics definitions for some Usage Pings See merge request gitlab-org/gitlab!57601
-
Tetiana Chupryna authored
-
Achilleas Pipinellis authored
Remove instances of 'simply' from the documentation See merge request gitlab-org/gitlab!58008
-
Anindita Basu authored
-
Mike Greiling authored
Covert has-tooltip on commit page to pajamas See merge request gitlab-org/gitlab!57858
-
Doug Stull authored
- tooltip wasn't acting properly - align with design
-
Evan Read authored
Edited for style and clarity See merge request gitlab-org/gitlab!58175
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Albert Salim authored
Merge branch 'ensure-review-app-is-deployed-automatically-when-review-app-config-is-changed' into 'master' Ensure Review App is deployed when changing its config See merge request gitlab-org/gitlab!58100
-
Lyle Kozloff authored
Remove old unused ADFS screenshots See merge request gitlab-org/gitlab!58124
-
Cynthia Ng authored
-
Dylan Griffith authored
Fix N + 1 for MilestonesController#merge_requests See merge request gitlab-org/gitlab!57980
-
- 31 Mar, 2021 2 commits
-
-
Dylan Griffith authored
Fix force_random_password option in Users API See merge request gitlab-org/gitlab!57751
-
Dan Jensen authored
Previously the API did not correctly handle the force_random_password option. It was not being treated as one of the 3 viable password- setting options. This adds it as the 3rd, and fixes the test coverage, which was not properly testing this use case.
-