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