- 26 Aug, 2020 40 commits
-
-
Tim Zallmann authored
Scope down Chrome version for icon fix See merge request gitlab-org/gitlab!40526
-
Jose Ivan Vargas authored
Wrap dashboards dropdown items text See merge request gitlab-org/gitlab!40367
-
Ezekiel Kigbo authored
Add button to return to merge request on pipeline celebration Closes #230497 and #223110 See merge request gitlab-org/gitlab!37393
-
Jackie Fraser authored
The pipeline suggest 1st nudge starts on the merge request, so: - the 1st nudge was changed to pass the merge request path from the 1st to the 2nd/3rd nudge. - the 3rd nudge was changed to set the Merge request path into the cookie set when clicking the Commit Changes button. - the 4th nudge then checks for the cookie name instead of just the cookie existence. The merge request path is used for the new button. If they happened to have an old cookie, it links to the project merge request list instead.
-
Michael Kozono authored
Geo - Refactor finders (Part I) See merge request gitlab-org/gitlab!40313
-
Igor Drozdov authored
notification_service_spec.rb: Convert some let to let_it_be to save re-creating DB records See merge request gitlab-org/gitlab!40446
-
Igor Drozdov authored
Fix helper method parameters in notification_service_spec.rb See merge request gitlab-org/gitlab!40495
-
Stan Hu authored
Put Pages moves from namespace renames and transfers in Sidekiq See merge request gitlab-org/gitlab!40259
-
Mike Jang authored
Add docs for FactoryDefault See merge request gitlab-org/gitlab!40374
-
Kushal Pandya authored
Add iteration report path tests See merge request gitlab-org/gitlab!40513
-
Mike Jang authored
Add mermaid charts and clarify re-adding users See merge request gitlab-org/gitlab!40445
-
Cynthia Ng authored
-
Lukas Eipert authored
When checking the Chromium changelog, we can see that they backported the SVG fix to: `84.0.4147.125` [0]. So we can actually scope our fix deployment down to that version. For Edge we have figured out which version to use based on it's useragent: `84.0.522.59`, for example: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36 Edg/84.0.522.59 [0]: https://chromium.googlesource.com/chromium/src/+log/84.0.4147.89..84.0.4147.125?pretty=fuller&n=10000
-
Igor Drozdov authored
FactoryDefault allows to reuse a single factory for all implicit parent associations
-
Jose Ivan Vargas authored
Merge branch 'mwaw232076-full-text-search-and-time-picker-is-not-be-available-for-managed-apps' into 'master' Resolve "Full text search and time picker is not be available for managed-apps" See merge request gitlab-org/gitlab!37926
-
Douglas Barbosa Alexandre authored
After the changes to use the tracking database as SSOT the behavior of these methods are the same.
-
Sarah Groff Hennigh-Palermo authored
Replace fa-user-secret icon with GitLab SVG incognito icon Closes #225209 See merge request gitlab-org/gitlab!40281
-
Mike Jang authored
Update alert box text See merge request gitlab-org/gitlab!40473
-
Mike Jang authored
Fix link to Closed Beta in the Group Managed Accounts documentation page See merge request gitlab-org/gitlab!40517
-
Douglas Barbosa Alexandre authored
Set 42 days expiration time for Redis HLL metrics Closes #239449 See merge request gitlab-org/gitlab!40159
-
Vladimir Dzalbo authored
-
Natalia Tepluhina authored
Resolve "Combine the Overview and Alert Detail sections" Closes #225819 See merge request gitlab-org/gitlab!39714
-
David O'Regan authored
We move the Alert details tab into the overview section and create a new tab for the activity feed.
-
Douglas Barbosa Alexandre authored
Hook up the auto_close_incident checkbox with the corresponding DB column See merge request gitlab-org/gitlab!40379
-
Enrique Alcántara authored
GitLab UI tooltips in HAML/Vanilla JS: Display tooltips See merge request gitlab-org/gitlab!36452
-
Enrique Alcántara authored
Create a service to allow instantiating GitLab UI tooltips from HAML
-
Rémy Coutable authored
Document stage that runs DAST scan See merge request gitlab-org/gitlab!39682
-
Jan Provaznik authored
Remove VulnerableProjectsController(s) and related logic See merge request gitlab-org/gitlab!40179
-
Douglas Barbosa Alexandre authored
Fix incorrect project path warning after failed project path rename See merge request gitlab-org/gitlab!40422
-
Andreas Brandl authored
Create `IssuableSeverity` model to store a severity level for Incidents Closes #238562 See merge request gitlab-org/gitlab!40272
-
Rémy Coutable authored
Quarantine all monitor specs See merge request gitlab-org/gitlab!40498
-
Illya Klymov authored
Increase clickable area of toggle_button.vue Closes #235965 See merge request gitlab-org/gitlab!40231
-
Stan Hu authored
Adjust some specs to Ruby 2.7 See merge request gitlab-org/gitlab!40490
-
Kamil Trzciński authored
Make web IDE the preferred editor for .gitlab-ci.yml See merge request gitlab-org/gitlab!39508
-
Payton Burdette authored
Add alert for using the ide for editing .gitlab-ci.yml files. Also edit setup project button to open .gitlab-ci.yml.
-
Albert Salim authored
-
Coung Ngo authored
Add tests to check that when iterations are clicked on within groups and projects that they redirect the user to the expected URLs
-
Kushal Pandya authored
Epic labeling for confidential epics Closes #229768 See merge request gitlab-org/gitlab!39794
-
Mehmet Emin INAC authored
As we started using GraphQL for letter grades information, these controllers became obsolote therefore we are removing them from the codebase.
-
Natalia Tepluhina authored
Refactor storage of import_status See merge request gitlab-org/gitlab!40160
-