summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactor-realtime-issuePhil Hughes2017-05-111-2/+2
|\
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* | Fixed tests on textarea looking for innerText instead of valuePhil Hughes2017-05-101-1/+0
|/
* Remove redirect for old issue url containing id instead of iidblackst0ne2017-05-101-16/+1
* Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-3/+3
|\
| * Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-3/+3
* | Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes2017-05-051-1/+10
|\ \ | |/ |/|
| * remove curr and previous states - extract tasks logic to tasks actionRegis2017-05-021-0/+1
| * make tab title legitRegis2017-05-011-0/+2
| * update task_list n/nRegis2017-04-261-0/+2
| * render description - tasks work - gfm is juicyRegis2017-04-211-1/+5
* | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-2/+19
|/
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-061-3/+8
|\
| * Merge remote-tracking branch 'dev/master'DJ Mountney2017-04-051-1/+1
| |\
| | * Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-051-1/+1
| * | Issue title realtimeRegis Boudinot2017-04-061-2/+7
| |/
* | Address review commentsDouwe Maan2017-04-051-1/+1
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-7/+3
|/
* Display flash message to unauthenticated user when creating new issueSam Rose2017-03-251-0/+9
* Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-1/+8
* Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-201-1/+1
|\
| * Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-201-1/+1
* | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-201-0/+2
|\ \ | |/ |/|
| * Redirect to signin when New Issue for not logged inSam Rose2017-03-201-0/+2
* | Check `service.discussion_to_resolve_id` to decide content of flashBob Van Landuyt2017-03-131-1/+1
* | Rename variableBob Van Landuyt2017-03-131-4/+3
* | Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-131-3/+6
* | Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-131-1/+7
* | Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-131-3/+2
* | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-24/+12
* | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-5/+19
|/
* Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-2/+1
* Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern2017-02-221-1/+1
|\
| * Add merge request count to each issue on issues listblackst0ne2017-02-171-1/+1
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-25/+9
|/
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-2/+5
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-5/+17
* pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-201-18/+12
* automatically redirect urls containing author_id or assignee_idMike Greiling2017-01-201-0/+18
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-1/+1
* adds specs for respective behaviourTiago Botelho2016-12-211-2/+4
* Prevent empty pagination when list is not emptyTiago Botelho2016-12-211-1/+2
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-2/+13
* Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-1/+1
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-1/+1
* Use present? instead of presence on Projects::IssuesController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-191-5/+1
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-2/+2
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-1/+4