summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into refactor-realtime-issuePhil Hughes2017-05-111-2/+2
|\
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | 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 See merge request !11089
| * 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
|\ \ | |/ |/| | | | | | | | | Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
| * 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
| | | | | | | | | | | | | | | Fix for three open redirect vulns using redirect_to url_for(params.merge))) See merge request !2082
| * | 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
| | | | | | | | | | fix for render json include leaks See merge request !2074
* | Merge branch ↵Sean McGivern2017-03-201-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | '20204-new-issue-button-redirects-you-to-create-a-new-issue-after-logging-in' into 'master' Redirect to signin when New Issue for not logged in Closes #20204 See merge request !9743
| * 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
| | | | | | | | That way the check is the same in the service & the controller
* | Rename variableBob Van Landuyt2017-03-131-4/+3
| | | | | | | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
* | 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
| | | | | | | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
* | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-5/+19
|/ | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* 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 list Closes #19786 and #23208 See merge request !9252
| * 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
| | | | | | | | | | | | | When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
* 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
| | | | | | fix issues pointed out in !6527 add task completion status feature to CHANGELOG
* 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
|