summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove edit action for issuesJarka Kadlecova2017-10-031-9/+1
* Remove unnecessary loading of discussions in `IssuesController#show`sh-stop-loading-issue-discussionsStan Hu2017-09-191-3/+0
* Eliminate N+1 queries in loading discussions.json endpointsh-optimize-discussion-jsonStan Hu2017-09-181-2/+2
* Move issues index variable setting to a methodSean McGivern2017-09-071-14/+1
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-1/+1
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-3/+2
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-12/+28
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-1/+1
|\
| * replace `is_edited?` with `edited?`Maxim Rydkin2017-08-291-1/+1
* | No explicit `to_a` or instance variables needed.Douwe Maan2017-08-181-4/+8
* | Remove cross-references user cannot see from issue discussions JSONDouwe Maan2017-08-171-3/+5
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-1/+1
|\ \ | |/
| * Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-111-12/+0
| |\
| * | Avoid ambiguity, which happened in a single test runLin Jen-Shin2017-08-101-1/+1
* | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-121-12/+0
|\ \ \ | | |/ | |/|
| * | Remove unused `redirect_to_external_issue_tracker` methodMehdi Lahmam2017-08-101-12/+0
| |/
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-5/+4
|\ \ | |/
| * Support both internal and external issue trackersJarka Kadlecova2017-07-241-4/+0
| * Associate Issues tab only with internal issues trackerJarka Kadlecova2017-07-241-5/+8
* | Add data required for note formDouwe Maan2017-07-211-2/+6
* | Add full JSON endpoints for issue notes and discussionsDouwe Maan2017-07-211-0/+8
|/
* Fix external issue trackers redirectissue_35132Felipe Artur2017-07-181-1/+1
* Revert "Merge branch 'revert-2c879643' into 'master'"Sean McGivern2017-07-141-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-0/+4
* Revert "Merge branch 'revert-12499' into 'master'"revert-2c879643Douwe Maan2017-07-041-1/+1
* Backport changes to Projects::IssuesController and the search barNick Thomas2017-06-291-4/+16
* Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"Adam Niedzielski2017-06-291-1/+1
* Drop default ORDER scope when calling a find method on a Sortable modelDouwe Maan2017-06-281-1/+1
* Use the new check_project_feature_available! method in project controllersNick Thomas2017-06-211-2/+2
* Merge branch 'tidy-up-issues-controller-filters' into 'master'Douwe Maan2017-06-131-9/+6
|\
| * Always check read_issue permissions when loading issuetidy-up-issues-controller-filtersSean McGivern2017-06-131-9/+6
* | Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM2017-06-121-1/+1
|/
* Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-fo...Luke "Jared" Bennett2017-06-021-4/+1
|\
| * Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-251-1/+4
| |\
| * | Added move to project in issue inline edit formPhil Hughes2017-05-171-4/+1
* | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-3/+10
| |/ |/|
* | Bugfix: don't redirect to JSON endpoints after sign inRuben Davila2017-05-191-1/+4
|/
* Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-3/+3
* 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