summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard
Commit message (Expand)AuthorAgeFilesLines
* Use a specialized class for querying eventsYorick Peterse2017-08-101-3/+5
* Eager load project creators for project dashboardsdashboard-projects-controller-query-performanceYorick Peterse2017-08-071-2/+4
* Avoid plucking Todo ids and use sub-queries insteadToon Claes2017-08-031-2/+2
* Merge branch '33303-404-for-unauthorized-project' into 'security-9-3'Sean McGivern2017-07-191-0/+10
* Fix dashboard labels dropdownNick Thomas2017-07-071-2/+7
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Merge branch 'fix/33584-atom-layout' into 'master'Rémy Coutable2017-06-131-1/+1
|\
| * Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM2017-06-121-1/+1
* | Test todos_count_format helper at the correct level to improve speedrs-simplify-todo-count-specRobert Speicher2017-06-091-5/+0
|/
* Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern2017-06-091-1/+3
|\
| * Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-091-1/+3
* | Use group and project finders instead of direct ActiveRecord relationsDouwe Maan2017-06-071-10/+11
* | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-071-2/+6
|\ \ | |/
| * Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-2/+6
* | Merge remote-tracking branch 'origin/master' into 25426-group-dashboard-uiDmitriy Zaporozhets2017-06-023-7/+5
|\ \ | |/
| * Consistently display last push event widgetDouwe Maan2017-05-251-2/+1
| * Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-4/+3
| * Colorize labels in issue search fieldWinnie Hellmann2017-05-051-1/+1
* | Serialize groups as json for Dashboard::GroupsControllerDmitriy Zaporozhets2017-05-041-7/+20
|/
* Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465acStan Hu2017-04-291-2/+2
* Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-selectToon Claes2017-04-271-2/+2
* Merge branch '28810-projectfinder-should-handle-more-options' into 'master' Rémy Coutable2017-04-061-12/+15
|\
| * ProjectsFinder should handle more optionsJacopo2017-04-061-12/+15
* | Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-051-1/+1
|/
* Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern2017-03-211-1/+1
* Todos performance: Include associations in FinderJarka Kadlecova2017-03-201-1/+1
* Merge branch '27376-cache-default-branch-pipeline-on-project' into 'master' Yorick Peterse2017-03-161-1/+1
|\
| * Eager load route for project & namespaceBob Van Landuyt2017-03-161-1/+1
* | Add 'Undo mark all as done' to TodosJacopo2017-03-161-2/+8
|/
* Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestonesAlex Braha Stoll2017-03-101-0/+1
* Add filter and sorting to dashboard groups pageDmitriy Zaporozhets2017-03-011-1/+13
* fixes delimiter removes when todo marked as doneNur Rony2017-02-221-2/+4
* change todos counter position & format ( for large counts )mhasbini2017-02-211-0/+5
* Todo done clicking is kind of unusable.Jacopo2017-02-171-0/+6
* Use preload for Event#target since it's a polymorphic association27395-reduce-group-activity-sql-queriesRémy Coutable2017-02-131-12/+11
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-1/+1
* Remove unnecessary queries for .atom and .json in Dashboard::ProjectsControll...Oswaldo Ferreira2017-02-031-3/+1
* Speed up dashboard milestone index by scoping IssuesFinder to user authorized...speed-up-dashboard-milestone-indexAdam Niedzielski2017-01-161-2/+2
* Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-061-2/+11
* 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-3/+4
* Prevent empty pagination when list is not emptyTiago Botelho2016-12-211-1/+3
* Limit what label fields we expose on Dashboard::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+3
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-191-6/+1
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+4
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-0/+1
|\
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+1
* | Rename TodoService#mark_todos_as_done_by_id{,s}Ahmad Sherif2016-08-181-1/+1
* | Implement TodoService#mark_todos_as_done_by_idAhmad Sherif2016-08-181-3/+1
* | Simplify SQL queries of marking a todo as doneAhmad Sherif2016-08-181-4/+2
|/