summaryrefslogtreecommitdiff
path: root/app/models/concerns/taskable.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-4/+22
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-7/+8
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+5
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-8/+7
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-5/+5
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-2/+2
* Properly identify task lists inside a blockquote64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-savedBrett Walker2019-07-191-1/+2
* Add task count and completed count to responses of Issue and MRPatrick Derichs2019-06-071-0/+7
* 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