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
2020-10-05Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc32GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Add controller concern for paginated collectionsMarkus Koller
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
2019-06-24Rename Todos.with_api_entity_associations to with_entity_associationsStan Hu
2019-06-24Eliminate N+1 queries in Dashboard::TodosControllerStan Hu
2019-03-27Externalize strings in projects controllersMartin Wortschack
2018-11-29Merge branch 'security-private-group' into 'master'Cindy Pallares
2018-09-23Enable more frozen string in app/controllers/gfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
2018-07-03[backend] Addressed review commentsJan Provaznik
2018-04-08[Rails5] Add `safe_params` helperblackst0ne
2017-11-09Fix access to the final page of todosSean McGivern
2017-10-04Save a query on the todos index pageSean McGivern
2017-08-03Avoid plucking Todo ids and use sub-queries insteadToon Claes
2017-07-20Merge branch '33303-404-for-unauthorized-project' into 'security-9-3'Sean McGivern
2017-06-10Test todos_count_format helper at the correct level to improve speedRobert Speicher
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-04-29Revert "Merge branch 'tc-no-todo-service-select' into 'master'"Stan Hu
2017-04-27Avoid plucking Todo ids and use sub-queries insteadToon Claes
2017-04-06Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern
2017-03-21Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern
2017-03-20Todos performance: Include associations in FinderJarka Kadlecova
2017-03-16Add 'Undo mark all as done' to TodosJacopo
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
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-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-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-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