summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimistic locking for Issue and Merge Requestslock_for_issuableValery Sizov2016-07-091-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
| | |/ | |/|
| * | Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-2/+3
| |\ \
| | * | Label text color comes from JSONPhil Hughes2016-04-201-1/+1
| | * | Filter by multiple labels with little animation.Jacob Schatz2016-04-131-2/+3
| * | | Merge branch '14566-confidential-issue-branches' into 'master' Robert Speicher2016-04-191-4/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Remove unused variable in `IssuesController`.Timothy Andrew2016-04-181-2/+0
| | * | Merge remote-tracking branch 'origin/master' into 14566-confidential-issue-br...Timothy Andrew2016-04-151-10/+29
| | |\ \ | | | |/
| | * | Refactor `Issue#related_branches`Timothy Andrew2016-04-121-1/+1
* | | | Create table for award emojiZeger-Jan van de Weg2016-05-061-1/+3
|/ / /
* | | Merge branch 'assign-to-issuable-opener' into 'master' Jacob Schatz2016-04-151-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg2016-03-291-15/+28
| |\ \ | | |/
| * | Issuable can be assigned to authorZeger-Jan van de Weg2016-02-221-2/+2
* | | Load related MRs/branches asynchronouslyYorick Peterse2016-04-131-10/+30
| |/ |/|
* | Edit button leaves modal openJacob Schatz2016-03-251-1/+1
* | Remove unnecessary sentenceAlfredo Sumaran2016-03-251-1/+0
* | Adds new dropdown ajax to user selectionJacob Schatz2016-03-251-1/+1
* | Add labels as proper POST arrays using new dropdownJacob Schatz2016-03-251-1/+7
* | Add milestone sidebar update via JSONJacob Schatz2016-03-251-1/+1
* | Ajax call to milestones via new dropdownsJacob Schatz2016-03-251-1/+1
* | Sidebar milestone updatable via JSONJacob Schatz2016-03-251-4/+1
* | Updates sidebar milestone to use new dropdownsJacob Schatz2016-03-251-0/+1
* | Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-211-1/+7
|\ \
| * \ Merge branch 'feature/issue-move' into 'master' Kamil TrzciƄski2016-03-211-0/+6
| |\ \
| | * | Do not pass params that are not used in issue move serviceGrzegorz Bizon2016-03-201-1/+1
| | * | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-2/+7
| | |\ \
| | * | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-4/+4
| | * | | Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-171-1/+2
| | * | | Add issue move implementation to controllerGrzegorz Bizon2016-03-171-0/+5
| * | | | Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
| | |/ / | |/| |
* | | | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-2/+3
* | | | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-191-12/+2
* | | | Soft delete issuablesZeger-Jan van de Weg2016-03-191-0/+11
|/ / /
* | | Restrict access to confidential issuesDouglas Barbosa Alexandre2016-03-171-1/+5