- 09 Jul, 2020 37 commits
-
-
Stan Hu authored
Suspected typo in docs: Enable->disable in squash_and_merge.md See merge request gitlab-org/gitlab!36411
-
Ezekiel Kigbo authored
Fix avatar popover not appearing for delayed data See merge request gitlab-org/gitlab!36254
-
Kushal Pandya authored
Merge branch '222800-allow-users-to-create-new-issues-within-their-board-when-swimlanes-are-enabled' into 'master' Swimlanes - Sticky headers and epic titles See merge request gitlab-org/gitlab!36388
-
Florie Guibert authored
- Add issue form on click on add issue in list header - Scrolls to Unassigned issues lane to display form
-
Natalia Tepluhina authored
Geo Generalization - GraphQL Query Closes #219402 See merge request gitlab-org/gitlab!35788
-
Zack Cuddy authored
Currenlty in the UI we are hard-coding query files for Geo Replicables. This change replaces that file system with a function that interpolates the replicable name into the graphql query. This way any new data types will automatically be able to fetch its data without any additional code.
-
Phil Hughes authored
[RUN AS-IF-FOSS] Move cluster_health to core See merge request gitlab-org/gitlab!35787
-
Dylan Griffith authored
Implement creating TODOs for merge train errors See merge request gitlab-org/gitlab!35951
-
Furkan Ayhan authored
When a merge train is dropped, we sometimes send TODO notification, sometimes don't. In this commit, we implement abort notifications.
-
Peter Leitzen authored
Add a metrics settings button to the dashboard header See merge request gitlab-org/gitlab!35848
-
Jan Provaznik authored
Move models/API service desk code to core See merge request gitlab-org/gitlab!35557
-
Joran Minjon authored
-
Peter Leitzen authored
Allow auditor user to access project private features See merge request gitlab-org/gitlab!34794
-
Kushal Pandya authored
Fix filter bar member request for subgroups See merge request gitlab-org/gitlab!36303
-
Ezekiel Kigbo authored
For subgroups, we should fetch the group members of the parent group.
-
Kushal Pandya authored
Remove dependency on store for test data of time series See merge request gitlab-org/gitlab!35958
-
Kushal Pandya authored
Resolve "Issue picker buttons don’t overflow nicely" Closes #215965 See merge request gitlab-org/gitlab!30636
-
Holly Reynolds authored
-
Kushal Pandya authored
Add Vuex store for Vue ref component See merge request gitlab-org/gitlab!35872
-
Nathan Friend authored
Adds a Vuex store in preparation for a new Vue ref selector component.
-
Heinrich Lee Yu authored
Mount DastSiteProfileCreate GraphQL mutation See merge request gitlab-org/gitlab!36267
-
Thong Kuah authored
Add Cluster::Applications::Cilium model See merge request gitlab-org/gitlab!34688
-
James Fargher authored
Revert "Add metrics for paused indexing Sidekiq queue size" See merge request gitlab-org/gitlab!36395
-
Miguel Rincon authored
With this change we remove the dependency on creating a store in order to test chart component that does not depend on the store. Moving forward all chart components can use this mock data generator.
-
Dylan Griffith authored
This reverts merge request !35871
-
charlie ablett authored
Move verify stage usage activity to CE See merge request gitlab-org/gitlab!36090
-
James Fargher authored
Add system notes for status updates See merge request gitlab-org/gitlab!35467
-
Sarah Yasonik authored
-
James Fargher authored
Move package entities to core See merge request gitlab-org/gitlab!36234
-
Tiger Watson authored
Merge branch '30390-race-condition-that-makes-it-possible-to-create-duplicated-labels' into 'master' Resolve labels with duplicate title and project IDs See merge request gitlab-org/gitlab!21384
-
Thong Kuah authored
Fix 404 errors when "No epic" selected Closes #226999 See merge request gitlab-org/gitlab!36137
-
Paul Slaughter authored
Allow `@gitlab/ui` mocks to apply to internal imports See merge request gitlab-org/gitlab!36014
-
Thong Kuah authored
Remove references to "gitlab.com" in NPM `.gitlab-ci.yml` template See merge request gitlab-org/gitlab!36124
-
Ezekiel Kigbo authored
Merge branch '227088-follow-up-migrate-utility-classes-in-user_popover-vue-to-gitlab-ui-utility-classes' into 'master' User Popover: migrate BS utility classes to GitLab UI utility classes See merge request gitlab-org/gitlab!36251
-
Ezekiel Kigbo authored
Merge branch '214809-highlight-expired-ssh-or-pat-credentials-in-the-credential-inventory' into 'master' Highlight expired SSH or PAT credentials in the credential inventory See merge request gitlab-org/gitlab!35229
-
Philip Cunningham authored
Mounts mutation, generates documentation and adds some specs.
-
Stan Hu authored
If a user clicked on "No epic" in creating an issuable, a 404 would return, and the user would lose all the information entered. This happened because when the button were selected, the frontend would make the hidden element active and send the backend a "0" value. To avoid this, we now ignore zero values. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/226999
-
- 08 Jul, 2020 3 commits
-
-
Nathan Friend authored
This commit updates the way we mock @gitlab/ui modules to allow the mocks to take effect regardless of where the import lives - in either `gitlab` or internally in `@gitlab/ui`.
-
Evan Read authored
Docs: Added Runner install in-UI guidance See merge request gitlab-org/gitlab!36340
-
Amy Qualls authored
Add troubleshooting tip to pages admin doc See merge request gitlab-org/gitlab!35779
-