- 17 Feb, 2021 40 commits
-
-
Matthias Käppler authored
Add queriess to auto-generated graphqL docs See merge request gitlab-org/gitlab!54302
-
Matthias Käppler authored
Enable usage data for quick actions See merge request gitlab-org/gitlab!54293
-
Matthias Käppler authored
Concatenate association to be preloaded See merge request gitlab-org/gitlab!54437
-
Marcel Amirault authored
Shift architecture links to header row See merge request gitlab-org/gitlab!54131
-
Joshua Lambert authored
-
Mark Florian authored
Make package json scripts more consistent See merge request gitlab-org/gitlab!54340
-
Jarka Košanová authored
- change renderer and templatee - regenerate the docs
-
Kamil Trzciński authored
Remove pages_use_legacy_storage_lease feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54421
-
Olena Horal-Koretska authored
Convert IDE nav form tab to GlTab and delete tab.vue See merge request gitlab-org/gitlab!54274
-
Russell Dickenson authored
Update Roadmap filtering version history See merge request gitlab-org/gitlab!54433
-
Phil Hughes authored
Use diff metadata to find out when to send diff-files-end performance mark See merge request gitlab-org/gitlab!54424
-
Natalia Tepluhina authored
Show success message on MR approval settings save See merge request gitlab-org/gitlab!54408
-
Patrick Bajao authored
To be consistent with how we add associations to be preloaded, we concatenate instead of pushing. This also avoids accidental side effects of mutation.
-
Adam Hegyi authored
Add hidden status to packages See merge request gitlab-org/gitlab!53385
-
Steve Abrams authored
Add enum status to Packages::Package - Add an initial set of values of default and hidden. - Update package APIs to allow filtering by status. - Update generic package creation to allow setting hidden.
-
Peter Leitzen authored
Default maintenance_mode value to false if not explicitly set See merge request gitlab-org/gitlab!54428
-
Aakriti Gupta authored
-
John Hope authored
-
Illya Klymov authored
Fix(oncallschedule): allow rotations to assign color See merge request gitlab-org/gitlab!52839
-
David O'Regan authored
Allow rotations to be assigned a color when a rotation is created
-
Heinrich Lee Yu authored
Revert "Add 15s timeout to GitLab UrlBlocker" See merge request gitlab-org/gitlab!54425
-
Natalia Tepluhina authored
Fix overflowing design buttons on mobile, align vertically See merge request gitlab-org/gitlab!54381
-
-
Phil Hughes authored
Show loading state for vulnerability list when filter/sort is changed See merge request gitlab-org/gitlab!53934
-
Daniel Tian authored
Show the skeleton loader loading state for the vulnerability list when the filter or sort is changed.
-
Nick Thomas authored
This reverts commit b47624c1.
-
Nicolò Maria Mezzopera authored
[RUN-AS-IF-FOSS] POC: Sidebar Assignees Widget See merge request gitlab-org/gitlab!50054
-
Natalia Tepluhina authored
Revert "Created the first exposed method" This reverts commit 097a584f99be3aad4c793133684183c43a029a3d. Replaced search query with shared one Abstracted parent entity assignees Abstracted setting assignees Abstracted widget in shared component - reverted changes to BoardAssigneesDropDown - fixed a few styles Added hardcoded widget to issue Passed correct injections Added a watcher to hande initial state Fixed participants loading state Finished issue sidebar Renamed issue assignees queries - changed issue and mutation name to snake_case Connected a correct query for MR Added MR assignees mutation Fixed update for MRs Fixed MR avatarUrl casing Added an exposed method and demo Changed assignees to participants Removed rebase artifacts Apply 1 suggestion(s) to 1 file(s) Started widget refactoring Fixed sidebar issue mutation Added ID to queries Added fixes for MR assignees Adjusted the code to swimlanes Exposed assignees state Nullified observable on destroyed Fixed a race condition Added a fallback with initial assignees Reverted changes with assinees state Silenced loading state with initial assignees Splited widget for CE and EE Fixed emitted event parameter Passed issuable type to assignees component Uncommented fetch policies Added default slot directive Removed board_assignees_dropdown Fixed actions spec Added temporary translation Fixed sidebar assignees spec Fixed an import Removed doubled imports Refactored a component to have a mixin Removed changed to Noteable note Removed sidebar widget for issues and MRs Fixed linter errors Reverted changes to sidebar assignees spec Refactored widget to use issuable types - moved issuable types queries to constants - changed query variables Added a widget to board sidebar Fixed project path to be calculated from issue Fixed board to use widget Fixed assignees text Fixed board sidebar spec Fixed translations file Fixed unassigning and assign self Fixed feature spec for boards Fixed ee board spec Fixed ee sidebar spec Created tests for widget Added tests for initial prop Fixed initial assignees tests Added spec for fetching assignees Added todos for tests Added error handling and test Added a test for mutation Fixed loading participants test Added tests for selected and unselected Added tests for selecting Tested a mutation error Fixed finder helpers Finished test abstraction Regenerated a translation file Added participants to mutation responses Updated a test with successful mutation Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Added issuable type import Fixed computed property and validator Removed unnecessary root path injection Added changelog entry Fixed a spec Apply 1 suggestion(s) to 1 file(s) Added searchUsers to data Apply 1 suggestion(s) to 1 file(s) Renamed assigneesWidget exposed state Removed an unused method from boards helper Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Fixed a default value for createComponent Removed jquery code for dropdown Added a logic for escape button Added focusing a search
-
Matthias Käppler authored
Automatically retarget merge requests [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53710
-
Tomas Vik authored
We were using `state.diffs.length` to find out whether the index of diff item is the last of all diffs. But the `state.diffs.length` doesn't reflect the total, but only the number of currently fetched items. This change uses `diffFilesLength` instead, which is taken from the diff metadata and reflects the total number of changed files.
-
Vladimir Shushlin authored
We already tested it once in production and saw no problems
-
Kushal Pandya authored
Pipeline Security Summary - Add option to download scanned resources See merge request gitlab-org/gitlab!54255
-
Shinya Maeda authored
Revert 53415 Add permission for indexed notes and update when permissions change See merge request gitlab-org/gitlab!54417
-
David Kim authored
Move common on-call methods into base services See merge request gitlab-org/gitlab!54040
-
David Kim authored
Merge branch '299209-doc-updates-for-jira-issue-creation-configuration-for-vulnerabilities' into 'master' Doc updates for JIRA issue integration for vulnerabilities See merge request gitlab-org/gitlab!54182
-
Dylan Griffith authored
This reverts merge request !53415
-
Kushal Pandya authored
[FE] Set user availability - Add busy indicator issue sidebar See merge request gitlab-org/gitlab!54165
-
Ezekiel Kigbo authored
Extract user status from hidden data Extracts the user availability status for assignees from the hidden input field
-
Dylan Griffith authored
Only email users about alerts when status is triggered or resolving See merge request gitlab-org/gitlab!53330
-
Kushal Pandya authored
Remove white border around ellipsis dropdown in Gitlab IDE See merge request gitlab-org/gitlab!53963
-