summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+10
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-4/+0
* Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-251-1/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Refactor issuables index actionsJarka Kadlecova2017-11-071-10/+7
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-61/+8
* Load participants asyncEric Eastwood2017-10-311-1/+1
* Revert "Merge branch '36670-remove-edit-form' into 'master'"39441-bring-edit-form-backSean McGivern2017-10-261-1/+9
* Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-061-0/+1
|\
| * Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-201-5/+2
| |\
| * | Support discussion locking in the backendJarka Kadlecova2017-09-141-0/+1
* | | 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
|\