Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-18Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2019-01-31Address review comments and fix commented specFatih Acet
2019-01-31Add missing specs.Fatih Acet
2019-01-31Send lockVersion from MR description task listFatih Acet
2019-01-31Toggle individual task list group while requestingFatih Acet
2019-01-31Fix failing specs and lint errors.Fatih Acet
2019-01-31Pass down the index of the checkbox checkedBrett Walker
2019-01-31Pass down the new state of the checkboxBrett Walker
and whitelist the `update_task` parameter
2019-01-31Pass line number and source to backendFatih Acet
2019-01-31Disable tasklist items while request is being doneFatih Acet
2019-01-31Update lock version after requestFatih Acet
2019-01-31Fix data coming down to error handler of tasklistFatih Acet
2019-01-31Pass tasklist lock versionBrett Walker
receive data on when there is a conflict
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-05fixed failing karma specs caused by TaskListPhil Hughes
2018-02-05Converted task_list.js to use axiosPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
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.
2017-07-06refactor TaskList class to ES module syntaxMike Greiling
2017-05-23Include deckar01-task_list with import instead of requireJared Deckard
2017-05-23Upgrade to task_list v2Jared Deckard
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-02-24Fix issuable stale object error handler for js when updating tasklistsFelipe Artur
2017-02-15update correct field for Notes - it's called note not descriptionSimon Knox
2017-02-14code style and test fixesSimon Knox
fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172