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
2018-11-22Update `gitlab` npm namespaceGeorge Tsiolis
2018-11-22Replace tooltip directive with gl-tooltip directive in badges, cycle ↵George Tsiolis
analytics, and diffs
2018-11-20Prettify all the thingsMike Greiling
2018-10-16Prettify blob behaviors and cycle_analytics modulesMike Greiling
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-10Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/shared/runners/_form.html.haml
2018-05-10refactor 'cycle_analytics' to use axiosPaul Slaughter
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-28Remove cycle analytics bundle webpack entry pointClement Ho
2018-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-08Fix more eslint rulesFilipa Lacerda
2018-01-06[ci skip] Fix more eslint rulesFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-05[ci skip] Fix more eslint rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-19Replaced the remaining code-fork iconsJose Ivan Vargas
2017-11-13Export text utils as ES6 modulesFilipa 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-10-09Move cycle analytics banner into a vue fileFilipa Lacerda
2017-10-06Fix typo in cycle analytics breaking time componentFilipa Lacerda
2017-10-02Remove global componentsFilipa Lacerda
2017-09-26Moves cycle analytics components into vue filesFilipa Lacerda
2017-09-25Removes cycle analytics service and store from global namespaceFilipa Lacerda
2017-08-04Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling
2017-05-22Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda
Adopt ES module syntax See merge request !9567
2017-05-19Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes
Consolidate user avatar Vue logic Closes #31017 See merge request !10718
2017-05-19Fix JavaScript translations that are using a namespaceRuben Davila
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-17refactor instances of CJS module.exports to ES module syntaxMike Greiling
2017-05-16update cycle_analytics_bundle to ES module syntaxMike Greiling
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-05More updates for translations plus small tweaks.Ruben Davila
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-05-03Updated some JS translate methods to correctly take in contextPhil Hughes
2017-05-03First round of updates from the code review.Ruben Davila
2017-04-28Fixed context translationPhil Hughes
Fixes CSS widths when translating
2017-04-27Added some missing text that needs translatingPhil Hughes
2017-04-26Changed JS translation functionsPhil Hughes
Added context function
2017-04-21Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-20Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: config/webpack.config.js
2017-04-20Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-19Created a plural filterPhil Hughes
Added tests for the filter [ci skip]
2017-04-18Added Vue filters & directives for translatingPhil Hughes
2017-04-14Add expirations to CA and user calloutsLuke "Jared" Bennett
2017-04-11Remove IIFEs from files in cycle_analytics_bundle.jsAlfredo Sumaran
2017-03-25Add event limit warning all tabs Cycle AnalyticsSam Rose
2017-03-22remove Cookies class from global spaceMike Greiling