summaryrefslogtreecommitdiff
path: root/app/finders/todos_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+9
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-9/+14
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-7/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-111-2/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-281-5/+3
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-2/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-3/+4
* Avoid calling freeze on already frozen strings in app/findersdineshpanda2019-09-041-1/+1
* Clean up ActiveRecord code in TodoServiceYorick Peterse2018-10-081-0/+7
* Clean up ActiveRecord code in TodosFinderYorick Peterse2018-10-081-53/+33
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-8/+5
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+12
|/
* Add changes from the EEJarka Kadlecová2018-08-061-5/+5
* Don’t do authorisation checks for todosJarka Kadlecová2018-08-021-19/+0
* Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-12/+40
* Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-40/+12
* Remove extra whitespaceJarka Kadlecová2018-07-031-2/+2
* [backend] Addressed review commentsJan Provaznik2018-07-031-13/+8
* Support todos for epics backportJarka Kadlecová2018-07-031-5/+38
* [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-3/+1
* Don't use ProjectsFinder in TodosFinderremove-projects-finder-from-todos-finderYorick Peterse2018-03-021-9/+6
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+5
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* Add workaround for UPDATE with subquery when using MySQLToon Claes2017-08-031-2/+11
* Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-2/+1
* Fix current feature related specsTiago Botelho2017-06-281-1/+4
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
* Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern2017-03-211-12/+0
* Todos performance: Include associations in FinderJarka Kadlecova2017-03-201-0/+12
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-1/+5
|\
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-1/+5
* | Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-11/+9
|\ \ | |/
| * Pass project IDs relation to ProjectsFinder instead of using a blockAhmad Sherif2016-08-151-3/+1
| * Speed up todos queries by limiting the projects set we join withAhmad Sherif2016-08-151-10/+10
* | Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+1
|/
* Merge branch 'approval-required-todo' into 'master' Robert Speicher2016-07-121-1/+1
|\
| * Add approval required todosapproval-required-todoSean McGivern2016-07-121-1/+1
* | Cache todos pending/done dashboard query countsPaco Guzman2016-07-121-1/+1
|/
* Expose target, filter by state as stringRobert Schilling2016-07-011-0/+21
* Ensure Todos counters doesn't count Todos for projects pending deleteDouglas Barbosa Alexandre2016-06-171-1/+1