| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helper | Lin Jen-Shin | 2017-08-03 | 1 | -3/+1 |
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 5 | -7/+7 |
* | Use described_class when possible | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
* | Remove superfluous lib: true, type: redis, service: true, models: true, servi... | Rémy Coutable | 2017-07-27 | 8 | -8/+8 |
* | Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into '... | Rémy Coutable | 2017-07-25 | 2 | -0/+101 |
|\ |
|
| * | Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-command | Sean McGivern | 2017-07-21 | 2 | -31/+90 |
| * | Changes based on MR feedback. | Ryan Scott | 2017-07-20 | 1 | -31/+17 |
| * | Added slash command to close an issue as a duplicate. Closes #26372 | Ryan Scott | 2017-07-20 | 1 | -0/+56 |
* | | Support both internal and external issue trackers | Jarka Kadlecova | 2017-07-24 | 1 | -4/+4 |
|/ |
|
* | Native group milestones | Felipe Artur | 2017-07-07 | 2 | -11/+60 |
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -8/+8 |
* | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 1 | -2/+2 |
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 3 | -7/+23 |
* | Only add a description change note when no tasks are updated | Jared Deckard | 2017-06-12 | 1 | -5/+22 |
* | Fix counters cache invalidation for Issues and Merge Requests | Valery Sizov | 2017-05-26 | 2 | -0/+13 |
* | [Spec optimization] Joining one-line 'it' blocksspec-joining-it | Valery Sizov | 2017-05-15 | 1 | -5/+9 |
* | Move update_assignee_cache_counts to the service | Valery Sizov | 2017-05-12 | 2 | -0/+23 |
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 2 | -2/+2 |
* | Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable' | Sean McGivern | 2017-05-05 | 1 | -0/+11 |
|\ |
|
| * | Updated specs | blackst0ne | 2017-05-05 | 1 | -0/+11 |
* | | Multiple issue assignee: fix for CE restrictions | Valery Sizov | 2017-05-05 | 1 | -2/+2 |
* | | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 3 | -19/+128 |
|/ |
|
* | Enable RSpec/FilePath copenable-spec-file-name-cop | Sean McGivern | 2017-04-26 | 1 | -12/+12 |
* | Fix specs | Douwe Maan | 2017-04-05 | 1 | -4/+2 |
* | Add specs | Douwe Maan | 2017-04-05 | 2 | -4/+4 |
* | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 2 | -3/+3 |
* | Create todos only for new mentions | Jarka Kadlecova | 2017-03-29 | 1 | -1/+10 |
* | Use `:empty_project` where possible in service specs | Robert Speicher | 2017-03-27 | 3 | -4/+4 |
* | Rename variable | Bob Van Landuyt | 2017-03-13 | 3 | -18/+18 |
* | Make sure the for a merge request only gets executed once. | Bob Van Landuyt | 2017-03-13 | 1 | -0/+19 |
* | Correctly indent quotes in new issue description | Bob Van Landuyt | 2017-03-13 | 1 | -4/+4 |
* | Move functionality for resolving discussions into a concern | Bob Van Landuyt | 2017-03-13 | 1 | -3/+12 |
* | Always require MR-iid for resolving discussions | Bob Van Landuyt | 2017-03-13 | 3 | -75/+38 |
* | Delegate a single discussion to a new issue | Bob Van Landuyt | 2017-03-13 | 3 | -36/+200 |
* | Address review comments | Valery Sizov | 2017-03-07 | 1 | -2/+2 |
* | Satisfy rubocop | Valery Sizov | 2017-03-02 | 1 | -1/+1 |
* | [Issue board sorting] Specs | Valery Sizov | 2017-02-28 | 1 | -0/+16 |
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -10/+0 |
* | fix issue creation from milestone doesn't assign the milestone | wendy0402 | 2017-02-12 | 2 | -1/+11 |
* | Use reCaptcha when an issue identified as spam | Jarka Kadlecova | 2017-02-07 | 1 | -0/+102 |
* | Check if user can read issue before being assignedissue_22664 | Felipe Artur | 2016-12-27 | 2 | -0/+13 |
* | Ensure issuable state changes only fire webhooks once | Mark Fletcher | 2016-12-16 | 1 | -0/+5 |
* | Merge branch '23589-open-issue-for-mr' into 'master'
| Sean McGivern | 2016-12-06 | 2 | -0/+173 |
|\ |
|
| * | Feature: delegate all open discussions to Issue | Bob Van Landuyt | 2016-12-05 | 2 | -0/+173 |
* | | Add shorthand support to gitlab markdown references | Oswaldo Ferreira | 2016-12-02 | 1 | -2/+2 |
|/ |
|
* | Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpers | Robert Speicher | 2016-12-01 | 1 | -0/+2 |
* | Rephrase some system notes to be compatible with new system note stylerephrase-system-notes | Douwe Maan | 2016-11-24 | 3 | -18/+18 |
* | Remove default value for `project` argument on subscribable concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -1/+1 |
* | Process commits in a separate workerprocess-commits-using-sidekiq | Yorick Peterse | 2016-11-07 | 1 | -16/+33 |
* | Merge branch '23662-issue-move-user-reference-exception' into 'master'
| Douwe Maan | 2016-10-25 | 1 | -2/+12 |
|\ |
|