summaryrefslogtreecommitdiff
path: root/spec/models/todo_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-7/+55
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+20
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+1
* Add latest changes from gitlab-org/security/gitlab@15-2-stable-eeGitLab Bot2022-07-271-0/+10
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+20
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+12
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+8
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+24
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-17/+0
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-15/+31
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-5/+19
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+32
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-011-0/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-0/+13
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-0/+16
* Add Issue and Merge Request titles to Todo itemsArun Kumar Mohan2019-08-271-2/+2
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-5/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Add additional scope check to Todo#for_target specRobert Speicher2018-11-301-1/+2
* Rails5: Passing a class as a value in an Active Record query is deprecatedJasper Maes2018-11-171-1/+1
* Clean up ActiveRecord code in TodoServiceYorick Peterse2018-10-081-2/+58
* Clean up ActiveRecord code in TodosFinderYorick Peterse2018-10-081-0/+69
* Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+1
* Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-1/+0
* Support todos for epics backportJarka Kadlecová2018-07-031-0/+1
* Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-051-0/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Improve text on todo list when the todo action comes from yourselfJacopo2017-04-281-0/+46
* Present TODO's list without grouping by projectOswaldo Ferreira2017-01-271-4/+4
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-2/+6
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-18/+0
* Refactor `Todo#target`Douglas Barbosa Alexandre2016-03-181-7/+17
* Rename `Todo#to_reference` to `Todo#target_reference`Douglas Barbosa Alexandre2016-03-181-3/+3
* Use `Commit#short_id` instead of `Commit.truncate_sha`Douglas Barbosa Alexandre2016-03-181-1/+3
* Update schema info comment on todo related filesDouglas Barbosa Alexandre2016-03-181-2/+3
* Use todo.done without ! in the controller to mark todo as doneDouglas Barbosa Alexandre2016-03-181-3/+3
* Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-1/+61
* Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-0/+69