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
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
2016-02-20Fix rubocop offensesDouglas Barbosa Alexandre
2016-02-20Remove task abilities, since we will only ever show the user their ownDouglas Barbosa Alexandre
2016-02-20Add pending tasks badge on top right next to the new and logout buttonDouglas Barbosa Alexandre
2016-02-20Allow user to mark each task as done manuallyDouglas Barbosa Alexandre
2016-02-20Add tasks queue list pageDouglas Barbosa Alexandre
2016-02-09MR feedbackJosh Frye
2016-02-09Extract events rendering to own action.Josh Frye
2016-02-05Fix double pagingJosh Frye
2016-02-04Various filter fixesJosh Frye
2016-02-04Paginate + ajax filter dashboard projectsJosh Frye
2016-02-04Page project list on dashboardJosh Frye
2016-02-03Add sort dropdown to dashboard projects pageDmitriy Zaporozhets