An error occurred fetching the project authors.
- 17 Nov, 2020 1 commit
-
-
Coung Ngo authored
Add new "Promote to epic" button for issues so that users can more easily promote an issue to an epic. Currently, a user can only promote an issue through the /promote quick action.
-
- 16 Nov, 2020 1 commit
-
-
Felipe Artur authored
Updates both blocked and blocking issues cache when state changes
-
- 06 Nov, 2020 1 commit
-
-
Heinrich Lee Yu authored
This is required for vue_issuables_list because it uses the API to query the issues
-
- 28 Oct, 2020 1 commit
-
-
Tristan Read authored
Update docs
-
- 15 Oct, 2020 1 commit
-
-
Tristan Read authored
-
- 14 Oct, 2020 1 commit
-
-
Jan Provaznik authored
Allows users to filter issues not included in an epic.
-
- 13 Oct, 2020 1 commit
-
-
Sean Arnold authored
- Add model, table etc
-
- 30 Sep, 2020 5 commits
-
-
Jake Lear authored
-
Jake Lear authored
-
Jake Lear authored
-
Jake Lear authored
-
Felipe Artur authored
Block features based on issue type. Allows certain UI elements, quick actions and other features to be filtered for issue types.
-
- 25 Sep, 2020 1 commit
-
-
Sean Arnold authored
- Specs for EE and CE
-
- 24 Sep, 2020 1 commit
-
-
Igor Drozdov authored
-
- 16 Sep, 2020 1 commit
-
-
Alex Kalderimis authored
The changes tested here are to see if in EE projects in the same groups count as part of the same relative positioning set. We do not need to test every method - just the scoping query. Frankly a bunch of the movement tests could also be removed, but they are all calling public methods so it is fine for them to test the interface.
-
- 11 Sep, 2020 1 commit
-
-
David O'Regan authored
-
- 20 Aug, 2020 1 commit
-
-
Mario de la Ossa authored
As part of making simple related issues free
-
- 19 Aug, 2020 3 commits
-
-
Alexandru Croitor authored
Create a resource_iteration_event record when iteration changes on issues or merge_request.
-
Alex Kalderimis authored
This reverts commit a5923aa6, which reverted the relative_positioning improvements.
-
Heinrich Lee Yu authored
This reverts merge request !37724
-
- 17 Aug, 2020 1 commit
-
-
Alex Kalderimis authored
This expands the usable range of positions to the negative numbers, uses more precisely chosen gap sizes, and deals more effectively with edge cases.
-
- 13 Aug, 2020 2 commits
-
-
Marcin Sedlak-Jakubowski authored
-
Felipe Artur authored
Allow to order issues by the number of other issues they are blocking.
-
- 10 Aug, 2020 1 commit
-
-
Jan Provaznik authored
* added resolver spec * minor fixes in the board list servicer and resolver * added input arguments for issue filtering * updated the query to get epics
-
- 07 Aug, 2020 1 commit
-
-
Felipe Artur authored
Persist blocking issues count on database. This will avoid slow queries when ordering issues by blocking counts.
-
- 24 Jul, 2020 1 commit
-
-
Heinrich Lee Yu authored
-
- 16 Jul, 2020 1 commit
-
-
Simon Knox authored
Filtering iterations by ID, and display just info No edit view for now
-
- 08 Jul, 2020 1 commit
-
-
Felipe Artur authored
Moves models/api code related to service desk into core tier. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/215364.
-
- 16 Jun, 2020 1 commit
-
-
syasonik authored
Adds two new status page-related attributes to usage ping, representing counts of when publish and unpublish actions are taken. Also refines status_page_issues usage ping attribute to only reflect projects which has status page enabled, as it did previously.
-
- 09 Jun, 2020 1 commit
-
-
Kushal Pandya authored
Adds Epics select dropdown in New Issue page to directly assign newly created issue to an Epic.
-
- 05 Jun, 2020 1 commit
-
-
Allison Browne authored
Add count of all alerts to usage ping and add a second metric for manually created alerts
-
- 03 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- 27 May, 2020 1 commit
-
-
Sarah Yasonik authored
To have idempotent publishing jobs for publishing a project's issues to the status page, issues are pushed based on the confidential state of an issue. This commit swaps over to the publishing an issue only if a StatusPage::PublishedIncident exists for the issue. This allows finer control over to the user on whether an issue should be published to the status page.
-
- 15 May, 2020 1 commit
-
-
Diego Louzán authored
-
- 14 May, 2020 2 commits
-
-
Eugenia Grieff authored
-
Luke Duncalfe authored
This change is part of https://gitlab.com/gitlab-org/gitlab/-/issues/212566 to move all Design Management code to FOSS. This MR moves some specs to FOSS that had previously been missed.
-
- 08 May, 2020 1 commit
-
-
Patrick Derichs authored
Also extended specs
-
- 03 May, 2020 1 commit
-
-
Luke Duncalfe authored
This change is part of https://gitlab.com/gitlab-org/gitlab/-/issues/212566 to move all Design Management code to FOSS. This MR moves: - Models - Factories - Design repository-related code The repository-related code has been included because the models and model specs rely on design repositories to be working.
-
- 24 Apr, 2020 1 commit
-
-
syasonik authored
To support an ability to publish status page issues at a user's discretion, we want to store whether an issue has been published. This adds a table and model to represent a published incident.
-
- 06 Apr, 2020 1 commit
-
-
Allison Browne authored
Change whitespace to allow for shorter lines to increase readability
-