- 28 May, 2020 40 commits
-
-
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.
-
Achilleas Pipinellis authored
[Docs] Add `skip-preflight-checks` option to `promote-to-primary-node` See merge request gitlab-org/gitlab!32523
-
Aakriti Gupta authored
-
Kushal Pandya authored
Onboarding issues experiment checkout progress bar See merge request gitlab-org/gitlab!31876
-
Kushal Pandya authored
Move broadcast dismiss button to the top Closes #207106 See merge request gitlab-org/gitlab!33174
-
Kushal Pandya authored
Merge branch '216757-include-tag-count-in-the-image-repository-list-view-of-the-container-registry' into 'master' Include tag count in the image repository list See merge request gitlab-org/gitlab!33027
-
Nicolò Maria Mezzopera authored
- new component - tags count - tests
-
Kushal Pandya authored
Remove destroy function logic from list model See merge request gitlab-org/gitlab!32237
-
Marvin Karegyeya authored
-
Rémy Coutable authored
Regenerate GraphQL docs to fix master Closes #219343 See merge request gitlab-org/gitlab!33247
-
Imre Farkas authored
Move admin notes feature to GitLab Core Closes #30934 See merge request gitlab-org/gitlab!31457
-
Rajendra Kadam authored
-
Natalia Tepluhina authored
Add new iteration page behind feature flag See merge request gitlab-org/gitlab!31689
-
Simon Knox authored
Adds a GraphQL type for Sprints as well as adding it to Issues/Projects/Groups and adding an Issue::SetSprint and Group::CreateSprint mutators.
-
Martin Wortschack authored
Update deprecated breadcrumbs for CI/CD Analytics See merge request gitlab-org/gitlab!33203
-
charlieablett authored
-
Tim Zallmann authored
Use sprite_icon for comment icons on Commits See merge request gitlab-org/gitlab!31696
-
Martin Wortschack authored
Added snowplow for the logs page See merge request gitlab-org/gitlab!32704
-
Igor Drozdov authored
[RUN AS-IF-FOSS] Move review related controllers/workers outside EE See merge request gitlab-org/gitlab!32663
-
Marcel Amirault authored
Add note to ECS CI template Closes #218165 See merge request gitlab-org/gitlab!32597
-
Etienne Baqué authored
Added note in documentation and in Deploy ECS template.
-
Evan Read authored
Gitaly cluster doc fixes Closes gitaly#2765 See merge request gitlab-org/gitlab!33241
-
James Ramsay authored
-
Igor Drozdov authored
Performance bar for Elasticsearch See merge request gitlab-org/gitlab!32939
-
Igor Drozdov authored
Requirements filter by author username or search See merge request gitlab-org/gitlab!31857
-
charlie ablett authored
- Add scopes to Requirement, plus tests - Add filters to RequirementsFinder, plus tests - Add filter args to GraphQL resolver, plus tests
-
Dylan Griffith authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32822 we added instrumentation for Elasticsearch. This follows the same pattern used in lib/peek/views/gitaly.rb to display call counts, duration and extra details in the performance bar. See https://gitlab.com/gitlab-org/gitlab/-/issues/214279
-
Marcel Amirault authored
Docs: Updated titles See merge request gitlab-org/gitlab!32696
-
Suzanne Selhorn authored
Related to new UI text:https://gitlab.com/gitlab-org/gitlab/-/issues/207830
-
Patrick Bajao authored
Another step to moving Review feature to Core. This focuses on moving DraftsController and related workers, serializers, policies, and controller methods. This also includes moving `submit_review` quick action outside EE.
-
Russell Dickenson authored
Docs: Rename airgap page to offline See merge request gitlab-org/gitlab!33179
-
Lucas Charles authored
Airgap is no longer the term our docs should live under. While the page itself has been renamed, we should rename the file to reflect the path as well.
-
Mek Stittri authored
Quarantine test due to bug See merge request gitlab-org/gitlab!33232
-
Dylan Griffith authored
Advanced Search API (Issues scope): Preload more associations to reduce N+1 queries See merge request gitlab-org/gitlab!30778
-
Dylan Griffith authored
Fix ES illegal_argument_exception Closes #218576 See merge request gitlab-org/gitlab!33176
-
Dmitry Gruzd authored
-
Marcel Amirault authored
Docs: Add Owner role requirement See merge request gitlab-org/gitlab!33116
-
Cynthia Ng authored
-