summaryrefslogtreecommitdiff
path: root/app/models/todo.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+2
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+1
* Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot2021-12-031-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+7
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+18
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+0
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-4/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+6
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-9/+15
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-6/+12
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-011-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-0/+4
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-3/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Create an event on epic actionsJan Provaznik2019-09-031-0/+1
* Add Issue and Merge Request titles to Todo itemsArun Kumar Mohan2019-08-271-2/+2
* Rename Todos.with_api_entity_associations to with_entity_associationssh-optimize-todos-controllerStan Hu2019-06-241-1/+1
* Delete unauthorized Todos when project is privateissue_49897Felipe Artur2019-06-051-0/+3
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu2019-03-061-1/+8
* Delete confidential issue todos for guestsFelipe Artur2018-12-141-0/+5
* Clean up ActiveRecord code in TodoServiceYorick Peterse2018-10-081-0/+24
* Clean up ActiveRecord code in TodosFinderYorick Peterse2018-10-081-0/+19
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-0/+1
* Merge branch 'group-todos' into 'master'Sean McGivern2018-08-071-2/+9
|\
| * Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-2/+9
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
|/
* Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-9/+2
* More EE->CE fixesJan Provaznik2018-07-031-1/+1
* [backend] Addressed review commentsJan Provaznik2018-07-031-2/+2
* Support todos for epics backportJarka Kadlecová2018-07-031-2/+9
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-1/+1
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Remove default scope from todosremove-default-scope-from-todosSean McGivern2018-03-051-6/+8
* Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-051-0/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Improve text on todo list when the todo action comes from yourselfJacopo2017-04-281-0/+12
* Allow sorting by due date and label prioritySean McGivern2017-03-151-1/+7
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1