summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Remove cycle analytics bundle webpack entry pointClement Ho2018-02-281-3/+3
|
* Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-10/+10
|
* removed global eslint for remaining filesflash-es6-modulePhil Hughes2017-10-101-2/+0
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-0/+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.
* Move cycle analytics banner into a vue fileFilipa Lacerda2017-10-091-0/+2
|
* Remove global componentsFilipa Lacerda2017-10-021-6/+0
|
* Moves cycle analytics components into vue filesFilipa Lacerda2017-09-261-18/+17
|
* Removes cycle analytics service and store from global namespaceFilipa Lacerda2017-09-251-32/+36
|
* Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-041-1/+1
|
* refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-161-1/+0
|
* update cycle_analytics_bundle to ES module syntaxMike Greiling2017-05-161-12/+11
|
* Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-04-201-0/+3
|\ | | | | | | | | Conflicts: config/webpack.config.js
| * Added Vue filters & directives for translatingPhil Hughes2017-04-181-0/+3
| |
* | Add expirations to CA and user calloutsLuke "Jared" Bennett2017-04-141-1/+1
|/
* Add event limit warning all tabs Cycle AnalyticsSam Rose2017-03-241-0/+2
|
* remove Cookies class from global spaceMike Greiling2017-03-221-2/+1
|
* remove Vue from the global spaceMike Greiling2017-03-201-2/+2
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+135