summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/issues_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* refactor issues_controller_spec `update` actionJarka Kadlecova2017-10-031-157/+140
* Remove edit action for issuesJarka Kadlecova2017-10-031-29/+7
* Eliminate N+1 queries in loading discussions.json endpointsh-optimize-discussion-jsonStan Hu2017-09-181-0/+32
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-101/+108
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-4/+4
|\
| * replace `is_spam?` with `spam?`Maxim Rydkin2017-08-291-4/+4
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-2/+4
|\ \ | |/
| * Just use the repo. Not sure why master could passLin Jen-Shin2017-08-111-2/+2
| * Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-111-3/+3
| |\
| * | Fix more testsLin Jen-Shin2017-08-111-0/+2
| * | Don't try to create diffs if one of the branch is missingLin Jen-Shin2017-08-101-1/+1
| * | Fix some tests and report the error messageLin Jen-Shin2017-08-091-1/+1
* | | fix static_analysis (rubocop)Jarka Kadlecova2017-08-141-2/+1
* | | Use UserNoteEntity instead of UserEntity for notesJarka Kadlecova2017-08-111-0/+16
| |/ |/|
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-3/+3
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-3/+3
* Merge branch 'dz-update-shoulda' into 'master'Rémy Coutable2017-07-251-1/+1
|\
| * Remove unnecessary set_flash.now from controller specsDmitriy Zaporozhets2017-07-241-1/+1
* | Associate Issues tab only with internal issues trackerJarka Kadlecova2017-07-241-19/+40
|/
* Merge branch '34930-fix-edited-by' into 'master'Sean McGivern2017-07-191-0/+30
|\
| * Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-0/+30
* | Fix external issue trackers redirectissue_35132Felipe Artur2017-07-181-6/+10
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-7/+22
* Make sure reCAPTCHA configuration is loaded when spam checks are initiatedsh-recaptcha-fix-try2Stan Hu2017-06-101-0/+1
* fixed move issue specsPhil Hughes2017-05-251-1/+1
* Bugfix: don't redirect to JSON endpoints after sign inRuben Davila2017-05-191-0/+26
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-4/+4
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-0/+24
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-061-0/+11
|\
| * Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-051-0/+11
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
|/
* Display flash message to unauthenticated user when creating new issueSam Rose2017-03-251-0/+1
* Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-3/+20
* Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-201-0/+18
|\
| * Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-201-0/+18
* | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-201-0/+11
|\ \ | |/ |/|
| * Redirect to signin when New Issue for not logged inSam Rose2017-03-201-0/+11
* | Rename variableBob Van Landuyt2017-03-131-4/+4
* | Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-131-12/+12
* | Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-131-0/+14
* | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-3/+10
* | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+9
|/
* Merge branch 'issue_24815' into 'master' Sean McGivern2017-02-271-5/+7
|\
| * Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-5/+7
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-27/+27
|/
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-2/+109
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+2