summaryrefslogtreecommitdiff
path: root/app/models/todo.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-081-7/+9
* Present TODO's list without grouping by projectOswaldo Ferreira2017-01-271-2/+2
* Notify the user who set auto-merge when merge conflict occurstwonegatives2017-01-141-1/+7
* Fix and improve `Sortable.highest_label_priority`23928-sortable-highest_label_priority-is-buggedAlejandro Rodríguez2016-10-271-1/+1
* Use keyword arguments on Sortable#highest_label_priorityDouglas Barbosa Alexandre2016-10-191-1/+7
* Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-191-1/+1
* Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+19
* Add approval required todosapproval-required-todoSean McGivern2016-07-121-5/+7
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-0/+8
* Expose action_nameRobert Schilling2016-07-011-0/+11
* Move to helper, no instance variablesRobert Schilling2016-07-011-7/+0
* Add Todos APIDouglas Barbosa Alexandre2016-07-011-0/+7
* Manually create todo for issuablePhil Hughes2016-06-141-0/+1
* Create a todo on failing MR buildSean McGivern2016-05-171-2/+7
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-18/+0
* Refactor `Todo#target`Douglas Barbosa Alexandre2016-03-181-5/+1
* Rename `Todo#to_reference` to `Todo#target_reference`Douglas Barbosa Alexandre2016-03-181-1/+1
* Use `Commit#short_id` instead of `Commit.truncate_sha`Douglas Barbosa Alexandre2016-03-181-1/+1
* Reuse `for_commit?` on conditional validationsDouglas Barbosa Alexandre2016-03-181-2/+2
* 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-1/+1
* Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-1/+28
* Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-1/+1