summaryrefslogtreecommitdiff
path: root/spec/models/todo_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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