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
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