Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-01Add filter and sorting to dashboard groups pageDmitriy Zaporozhets
2017-02-22fixes delimiter removes when todo marked as doneNur Rony
2017-02-21change todos counter position & format ( for large counts )mhasbini
2017-02-18Todo done clicking is kind of unusable.Jacopo
2017-02-13Use preload for Event#target since it's a polymorphic associationRémy Coutable
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
2017-02-03Remove unnecessary queries for .atom and .json in Dashboard::ProjectsControll...Oswaldo Ferreira
2017-01-16Speed up dashboard milestone index by scoping IssuesFinder to user authorized...Adam Niedzielski
2017-01-06Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski
2016-12-23applies url_for so that we dont lose filters when redirectingTiago Botelho
2016-12-22adds specs for respective behaviourTiago Botelho
2016-12-22Prevent empty pagination when list is not emptyTiago Botelho
2016-10-19Limit what label fields we expose on Dashboard::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-08-20Merge branch 'issue_18135' into 'master' Douwe Maan
2016-08-19Todos sorting dropdownFelipe Artur
2016-08-18Rename TodoService#mark_todos_as_done_by_id{,s}Ahmad Sherif
2016-08-18Implement TodoService#mark_todos_as_done_by_idAhmad Sherif
2016-08-18Simplify SQL queries of marking a todo as doneAhmad Sherif
2016-08-12Recover usage of Todos counter cachePaco Guzman
2016-07-12Cache todos pending/done dashboard query countsPaco Guzman
2016-06-24Fix an information disclosure when requesting access to a group containing pr...Rémy Coutable
2016-06-17Ensure Todos counters doesn't count Todos for projects pending deleteDouglas Barbosa Alexandre
2016-06-17Cache todo counters (pending/done)Paco Guzman
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
2016-05-11Merge branch '17249-starred' into 'master' Robert Speicher
2016-05-10Restrict starred projects to viewable onesSean McGivern
2016-05-03Add to label :id to responseAlfredo Sumaran
2016-03-23Add missing Dashboard::LabelsControllerRémy Coutable
2016-03-23Use respond_to instead of a conditional to paginate milestonesRémy Coutable
2016-03-23Fix an issue causing the Dashboard/Milestones page to be blankRémy Coutable
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-18Use todo.done without ! in the controller to mark todo as doneDouglas Barbosa Alexandre
2016-03-17Mark all as done through AJAXPhil Hughes
2016-03-17Removed the flash success messagePhil Hughes
2016-03-17Adds small AJAX optimistic functionality to todos.Jacob Schatz
2016-03-16Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ
2016-03-10Allow filtered dashboard/explore results to be paged. Fixes #14104Josh Frye
2016-03-04Add option to show archived projects on dahsboardDmitriy Zaporozhets
2016-03-03Revert "Revert "Sort starred projects on dashboard based on last activity by ...Dmitriy Zaporozhets
2016-03-03Revert "Sort starred projects on dashboard based on last activity by default"Dmitriy Zaporozhets
2016-03-03Sort starred projects on dashboard based on last activity by defaultDmitriy Zaporozhets
2016-03-02Don't show "Welcome to GitLab" when the search didn't return any projectsRémy Coutable
2016-02-23Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre
2016-02-21Use before_action instead of before_filterDouglas Barbosa Alexandre
2016-02-20Add "Mark all as done" buttonDouwe Maan
2016-02-20Fix rubucop offensesDouglas Barbosa Alexandre
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre