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-10Merge branch 'flash-es6-module' into 'master'Filipa Lacerda
Flash is now a ES6 module See merge request gitlab-org/gitlab-ce!14626
2017-10-10Remove Build code from global namespaceFilipa Lacerda
2017-10-10removed global eslint for remaining filesPhil 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-08-10Render new issue link in failed job as a regular link instead of a UJS oneFilipa Lacerda
2017-07-12Update vue-resourceFilipa Lacerda
2017-07-05Revert change to design. Go back to scrollable pageFilipa Lacerda
2017-06-29Move verification to block level instead of paragraphFilipa Lacerda
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda