An error occurred fetching the project authors.
- 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
-
- 03 Apr, 2020 1 commit
-
-
Jan Provaznik authored
It adds confidentiality attribute to Epic model and also adds validations which assure that confidential epic can have only confidential issues.
-
- 11 Mar, 2020 1 commit
-
-
Jarka Košanová authored
- calculate epic health status based on issues
-
- 09 Mar, 2020 1 commit
-
-
Felipe Artur authored
Used on vue notes-app to iterate over blocking issues
-
- 27 Feb, 2020 1 commit
-
-
Felipe Artur authored
Allows service desk emails to be received at the new moved issue.
-
- 20 Feb, 2020 1 commit
-
-
Nick Thomas authored
This method exists to cause changes to the index to appear in specs. In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24298/diffs we will be changing how changes are processed, and it will be valuable to have a separate method in specs that we can hook into.
-
- 17 Feb, 2020 1 commit
-
-
Dmitry Gruzd authored
We're changing the way indexing works, currently we pass changed_fields to ElasticIndexerWorker for notes update taking storage and harming job deduplication. We're replacing that logic with a separate jobs per each changed note.
-
- 14 Feb, 2020 1 commit
-
-
Jan Provaznik authored
Take into account also issues which reference another issue with link type `blocked_by`. Also issue visibility is now not taken into account - `blocked` status is displayed to all users no matter if they can access blocking issue or not.
-