summaryrefslogtreecommitdiff
path: root/spec/services/issues
Commit message (Expand)AuthorAgeFilesLines
* Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-0/+12
* Don't create todos for old issue assigneesJarka Kadlecova2017-10-091-0/+24
* Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-203-2/+9
|\
| * Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-193-2/+9
* | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-0/+7
* | Support discussion locking in the backendJarka Kadlecova2017-09-141-1/+4
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-062-2/+22
|\
| * Fix a spec failure dependent on load orderrs-fix-masterRobert Speicher2017-09-011-1/+1
| * Merge branch 'move-action' into 'master'Sean McGivern2017-09-011-0/+20
| |\
| | * /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-0/+20
| * | replace `is_spam?` with `spam?`Maxim Rydkin2017-08-291-2/+2
* | | Continue BE backportFelipe Artur2017-08-311-1/+1
|/ /
* | Cache the number of open issues and merge requestsYorick Peterse2017-08-233-0/+16
* | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-112-4/+4
|\ \ | |/
| * Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-092-4/+4
* | Fix some tests and report the error messageLin Jen-Shin2017-08-091-1/+1
|/
* Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-3/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-025-7/+7
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-278-8/+8
* Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into '...Rémy Coutable2017-07-252-0/+101
|\
| * Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-212-31/+90
| * Changes based on MR feedback.Ryan Scott2017-07-201-31/+17
| * Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+56
* | Support both internal and external issue trackersJarka Kadlecova2017-07-241-4/+4
|/
* Native group milestonesFelipe Artur2017-07-072-11/+60
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-143-7/+23
* Only add a description change note when no tasks are updatedJared Deckard2017-06-121-5/+22
* Fix counters cache invalidation for Issues and Merge RequestsValery Sizov2017-05-262-0/+13
* [Spec optimization] Joining one-line 'it' blocksspec-joining-itValery Sizov2017-05-151-5/+9
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-122-0/+23
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-102-2/+2
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+11
|\
| * Updated specsblackst0ne2017-05-051-0/+11
* | Multiple issue assignee: fix for CE restrictionsValery Sizov2017-05-051-2/+2
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-043-19/+128
|/
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-12/+12
* Fix specsDouwe Maan2017-04-051-4/+2
* Add specsDouwe Maan2017-04-052-4/+4
* Add option to start a new discussion on an MRDouwe Maan2017-04-052-3/+3
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+10
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-273-4/+4
* Rename variableBob Van Landuyt2017-03-133-18/+18
* Make sure the for a merge request only gets executed once.Bob Van Landuyt2017-03-131-0/+19
* Correctly indent quotes in new issue descriptionBob Van Landuyt2017-03-131-4/+4
* Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-131-3/+12
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-133-75/+38
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-133-36/+200