summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-3/+6
* Improve issue load time performance by avoiding ORDER BY in find_by callsh-fix-issue-perf-order-by-issueStan Hu2016-10-061-1/+2
* Fix IssuesController#show degradation including project on loaded notesincludes-projects-to-render-issue-notesPaco Guzman2016-09-271-1/+1
* Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-221-2/+0
* fix issues mr counterbarthc2016-09-201-10/+3
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-26/+0
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Fix external issue tracker "Issues" link leading to 404sfix-external-issue-tracker-linkStan Hu2016-08-251-1/+1
* Revert the revert of Optimistic Lockingrevert_revert_issuable_lockValery Sizov2016-08-221-1/+5
* Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-0/+2
|\
| * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+2
* | Fixed specs and fixes based on failing specsDouwe Maan2016-08-161-7/+1
* | Fix autocomplete on commit and issue/MR edit pagesDouwe Maan2016-08-121-5/+6
|/
* Remove `url_for_new_issue` helperrs-external-issue-tracker-redirectRobert Speicher2016-08-011-3/+9
* Redirect to external issue tracker from `/issues`Robert Speicher2016-08-011-0/+7
* State specific default sort order for issuableszs2016-08-011-1/+2
* Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-271-2/+2
|\
| * Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-2/+2
| * Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-261-7/+1
| * Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-13/+3
| * Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-1/+17
* | Incorporate review commentsStan Hu2016-07-261-1/+1
* | Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-0/+3
|/
* Merge branch 'caironoleto/gitlab-ce-cn-issue-19747'Douwe Maan2016-07-181-0/+1
|\
| * Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-141-0/+1
* | Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-131-5/+1
|/
* Optimistic locking for Issue and Merge RequestsValery Sizov2016-07-121-1/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Add specs and improve coffescript sortable binding functionissue_15588Felipe Artur2016-06-241-1/+2
* Fix issue being ordered twice and callback when moving between statesFelipe Artur2016-06-241-1/+1
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-241-1/+5
* Respond to .json onlyAlfredo Sumaran2016-06-031-1/+6
* WIP: allow adding and removing labels in bulkSean McGivern2016-06-031-1/+3
* Add label_ids to bulk_update_paramsAlfredo Sumaran2016-06-031-1/+1
* Ability to assign a label to multiple issuesAlfredo Sumaran2016-06-031-1/+2
* Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-11/+22
|\
| * Handle issue move access instead of raising errorfix/handle-issue-move-accessGrzegorz Bizon2016-04-301-0/+2
| * Load the "New Branch" button asynchronouslyYorick Peterse2016-04-281-2/+14
| * Fixed issue with assignee object not being returnedPhil Hughes2016-04-221-1/+1
| * Merge branch 'label-text-color-sidebar' into 'master' Robert Speicher2016-04-211-1/+1
| |\
| | * Fixes text color on labels in sidebarPhil Hughes2016-04-211-1/+1
| * | Merge branch 'remove-update-files' into 'master' Yorick Peterse2016-04-211-1/+0
| |\ \
| | * | Removed JS update templatesremove-update-filesPhil Hughes2016-04-191-1/+0
| * | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-1/+1
| | |/ | |/|