summaryrefslogtreecommitdiff
path: root/app/models/concerns/taskable.rb
Commit message (Expand)AuthorAgeFilesLines
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+1
* Refactor and added specsBrett Walker2019-01-301-38/+0
* Refactor toggling of task list itemBrett Walker2019-01-301-3/+43
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-1/+1
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-2/+1
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+1
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Don’t count tasks that are not defined as list items correctlyJarka Kadlecova2017-01-251-4/+4
* fix nested tasks in ordered listJarka Kadlecova2017-01-241-1/+1
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-2/+14
* Shorten task status phraseClement Ho2016-08-291-2/+2
* Fix bug that happened when replacing the Task list. #2296Rubén Dávila2015-11-201-1/+1
* Monkey patching TaskList::Item is no longer required. #2296Rubén Dávila2015-11-201-0/+2
* Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-191-4/+27
* Fix taskable requirers-pre-rspec-3Robert Speicher2015-06-101-0/+1
* Change wording for task list summariesRobert Speicher2015-05-061-2/+2
* Update Taskable to use TaskListRobert Speicher2015-05-061-30/+15
* Fix nested task listsVinnie Okada2015-03-211-1/+1
* Add task lists to issues and merge requestsVinnie Okada2014-10-051-0/+51