- 28 May, 2020 40 commits
-
-
Dmytro Zaporozhets authored
Refactor and speed up users API specs See merge request gitlab-org/gitlab!33279
-
Markus Koller authored
Refactor events to use enums See merge request gitlab-org/gitlab!32117
-
Peter Leitzen authored
Merge branch '214102-move-the-members-section-from-settings-to-the-side-nav-for-projects' into 'master' Move the Members section from settings to the side nav for projects See merge request gitlab-org/gitlab!32667
-
Doug Stull authored
- previously for admins it was buried in settings - this will make it top level for everyone instead as a way to match group level setup
-
Peter Leitzen authored
-
Jan Provaznik authored
Use UNION instead of OR for milestone queries See merge request gitlab-org/gitlab!32953
-
Rémy Coutable authored
Include `coverage-frontend` in `pages` dependencies Closes #208117 See merge request gitlab-org/gitlab!32835
-
Adam Hegyi authored
This MR optimizes some of the milestones (timebox like model) queries by using UNION instead of OR.
-
Adam Hegyi authored
Remove unused index for confidence level migrations See merge request gitlab-org/gitlab!33149
-
Kushal Pandya authored
Fix IDE buttons hover styling See merge request gitlab-org/gitlab!33258
-
Enrique Alcántara authored
Remove prepend-left-8 class See merge request gitlab-org/gitlab!33222
-
Mark Florian authored
Clarify testing docs around querying DOM elements See merge request gitlab-org/gitlab!33190
-
Payton Burdette authored
Clarify a little confusion around using a class name for selecting a dom element.
-
Achilleas Pipinellis authored
Update text around issue that is now closed Closes gitlab-docs#440 See merge request gitlab-org/gitlab!33135
-
Marcel Amirault authored
-
Tim Zallmann authored
Limit scope of init_create_cluster module Closes #219265 See merge request gitlab-org/gitlab!33204
-
Natalia Tepluhina authored
Fix preconnect typo See merge request gitlab-org/gitlab!33255
-
Peter Leitzen authored
Render Merge request reference as link See merge request gitlab-org/gitlab!33248
-
Achilleas Pipinellis authored
Direct IE11 switchers to homepages of supported browsers See merge request gitlab-org/gitlab!32977
-
Katrin Leinweber authored
-
Heinrich Lee Yu authored
Remove deprecated dashboard & group milestone pages See merge request gitlab-org/gitlab!13237
-
Dmytro Zaporozhets authored
Update deprecated routes in irker integration See merge request gitlab-org/gitlab!32923
-
Imre Farkas authored
Remove a11y widget feature flag See merge request gitlab-org/gitlab!32902
-
Adam Hegyi authored
Refactor events to use enums
-
James Lopez authored
Resolve "Number of required approvals is counterintuitive on the merge request list" See merge request gitlab-org/gitlab!32880
-
Himanshu Kapoor authored
SCSS variables when used in calc functions need to be escaped.
-
Achilleas Pipinellis authored
Docs - Geo - Add script for promoting external PSQL replica See merge request gitlab-org/gitlab!32384
-
Anton Smith authored
-
charlieablett authored
-
Achilleas Pipinellis authored
Remove references to HA on Load Balancer page See merge request gitlab-org/gitlab!32896
-
Heinrich Lee Yu authored
Refine SAST analyzer detection beyond base language See merge request gitlab-org/gitlab!33226
-
charlie ablett authored
Scope burnup charts to group or project See merge request gitlab-org/gitlab!33230
-
Heinrich Lee Yu authored
Ensure users can unlink Group SAML when the group has SAML disabled Closes #217817 See merge request gitlab-org/gitlab!32655
-
Thong Kuah authored
-
Bob Van Landuyt authored
[RUN AS-IF-FOSS] Add 3-segment format for gl_repository See merge request gitlab-org/gitlab!33239
-
can eldem authored
We used these indexes due to size of the data we wanted to change. This is a follow up mr to remove those unused indexes
-
Rémy Coutable authored
Do not trim whitespace in markdown files See merge request gitlab-org/gitlab!33193
-
James Lopez authored
Eliminate code duplication in group VSA controller See merge request gitlab-org/gitlab!33147
-
Kushal Pandya authored
Resolve "Issues with editing epic on Boards sidebar" See merge request gitlab-org/gitlab!32503
-
Eulyeon Ko authored
Add action to dispatch updateEpicIssue action in boards_store Make boards_store update run only within the board component Move epic-related methods to ee Move all methods that update the epic- associated with an issue to the ee counterparts per- "Separation of EE specific content". Add test for updating epic Move methods to sub-components Move the methods in issue and boards_store_ee.js - to action.js for an easier reference later. Add test for updateEpic Add vuex methods for selectedEpicIssueId This fixes the problem of removing an assigned epic. Previously, selectedEpicIssueId wasn't updated after - a render raising an error during Api.removeEpicIssue call. A unit test is also added to test mutations.
-