- 01 Apr, 2021 40 commits
-
-
Marcia Ramos authored
Re-adding lines removed due to suggestion bug See merge request gitlab-org/gitlab!58196
-
Achilleas Pipinellis authored
Docs typo 'reponse' to 'response' See merge request gitlab-org/gitlab!58247
-
Alex Kalderimis authored
[DOCS] Document use of BaseResolver#calls_gitaly! See merge request gitlab-org/gitlab!56313
-
Lin Jen-Shin authored
Ensure Gitaly gems are installed under vendor/gitaly-ruby See merge request gitlab-org/gitlab!57992
-
Rémy Coutable authored
Externalize strings in application_settings/_repository_check.html.haml See merge request gitlab-org/gitlab!58058
-
Marvin Karegyeya authored
-
Alper Akgun authored
Allow extra data to be sent with Snowplow events See merge request gitlab-org/gitlab!57504
-
Olena Horal-Koretska authored
Remove some CSS extends See merge request gitlab-org/gitlab!57666
-
Simon Knox authored
Group page dropdown was recently replaced with a gl- one Editor page only needs font family The .key classes didn't make the move to shortcut_mappings.vue
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!58260
-
Matthias Käppler authored
Make ContextPayloadProcessor spec more robust See merge request gitlab-org/gitlab!58259
-
Achilleas Pipinellis authored
Add `cto` NFS mount option requirement docs See merge request gitlab-org/gitlab!57770
-
Catalin Irimie authored
The `nocto` NFS mount option can result in stale dentry cache which leads to odd behavior like missing refs, up to the directory attribute cache, when the dentry cache gets invalidated.
-
Kamil Trzciński authored
Resolve "API: `jobs/request`: the`present_build!` likely has N+1 problem" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57694
-
Martin Wortschack authored
Remove mw-90p class from common.scss See merge request gitlab-org/gitlab!58205
-
Miguel Rincon authored
Create shared boards sidebar rspec [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57681
-
Eulyeon Ko authored
Use them in: - Project boards (CE) - Project boards with epic swimlanes (EE) - Group boards with epic swimlanes (EE)
-
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.
-
GitLab Release Tools Bot authored
-
Sean McGivern authored
This spec intends to test that we deep merge information from the application context into the Sentry event. It appears that prior specs can leak some application context (or some Sentry context), but we can make the spec more robust _and_ truer to the intent by using `include` instead of `eq`.
-
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.
-
Keigo Fushio authored
-
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
-