summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/task_list.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+19
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+9
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Address review comments and fix commented specFatih Acet2019-01-301-5/+4
|
* Add missing specs.Fatih Acet2019-01-301-4/+5
|
* Send lockVersion from MR description task listFatih Acet2019-01-301-5/+1
|
* Toggle individual task list group while requestingFatih Acet2019-01-301-10/+17
|
* Fix failing specs and lint errors.Fatih Acet2019-01-301-9/+11
|
* Pass down the index of the checkbox checkedBrett Walker2019-01-301-2/+3
|
* Pass down the new state of the checkboxBrett Walker2019-01-301-1/+2
| | | | and whitelist the `update_task` parameter
* Pass line number and source to backendFatih Acet2019-01-301-0/+6
|
* Disable tasklist items while request is being doneFatih Acet2019-01-301-2/+18
|
* Update lock version after requestFatih Acet2019-01-301-1/+4
|
* Fix data coming down to error handler of tasklistFatih Acet2019-01-301-2/+2
|
* Pass tasklist lock versionBrett Walker2019-01-301-1/+3
| | | | receive data on when there is a conflict
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-2/+7
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* fixed failing karma specs caused by TaskListPhil Hughes2018-02-051-4/+4
|
* Converted task_list.js to use axiosPhil Hughes2018-02-051-7/+5
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-2/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* refactor TaskList class to ES module syntaxMike Greiling2017-07-061-4/+1
|
* Include deckar01-task_list with import instead of requireJared Deckard2017-05-231-1/+1
|
* Upgrade to task_list v2Jared Deckard2017-05-231-1/+1
|
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-1/+2
|
* Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-0/+12
|
* update correct field for Notes - it's called note not descriptionSimon Knox2017-02-151-1/+2
|
* code style and test fixesSimon Knox2017-02-141-0/+39
fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172