summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the remaining code-fork iconsjivl-general-icons-2Jose Ivan Vargas2017-12-193-3/+18
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-2/+2
|
* 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-092-0/+57
|
* Fix typo in cycle analytics breaking time componentfl-fix-ca-time-componentFilipa Lacerda2017-10-061-1/+1
|
* Remove global componentsFilipa Lacerda2017-10-027-35/+55
|
* Moves cycle analytics components into vue filesFilipa Lacerda2017-09-2618-432/+399
|
* Removes cycle analytics service and store from global namespaceFilipa Lacerda2017-09-253-59/+49
|
* Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-041-1/+1
|
* Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-223-16/+14
|\ | | | | | | | | Adopt ES module syntax See merge request !9567
| * refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-162-2/+1
| |
| * update cycle_analytics_bundle to ES module syntaxMike Greiling2017-05-162-15/+14
| |
* | Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes2017-05-196-11/+36
|\ \ | | | | | | | | | | | | | | | | | | Consolidate user avatar Vue logic Closes #31017 See merge request !10718
| * | Consolidate user avatar Vue logicBryce Johnson2017-05-186-11/+36
| |/
* | Fix JavaScript translations that are using a namespacefix-js-translationsRuben Davila2017-05-186-11/+11
|/
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-123-5/+5
|
* More updates for translations plus small tweaks.Ruben Davila2017-05-042-2/+2
|
* More updates for translations plus some refactoring.Ruben Davila2017-05-038-12/+12
|
* Updated some JS translate methods to correctly take in contextPhil Hughes2017-05-032-2/+2
|
* First round of updates from the code review.Ruben Davila2017-05-027-9/+9
|
* Fixed context translationPhil Hughes2017-04-281-1/+1
| | | | Fixes CSS widths when translating
* Added some missing text that needs translatingPhil Hughes2017-04-271-2/+2
|
* Changed JS translation functionsPhil Hughes2017-04-269-24/+23
| | | | Added context function
* Merge remote-tracking branch ↵Phil Hughes2017-04-211-1/+1
|\ | | | | | | 'origin/28433-internationalise-cycle-analytics-page' into js-translations
| * Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-04-2010-22/+27
| |\ | | | | | | | | | | | | Conflicts: config/webpack.config.js
* | \ Merge remote-tracking branch ↵Phil Hughes2017-04-201-1/+1
|\ \ \ | |/ / | | / | |/ |/| 'origin/28433-internationalise-cycle-analytics-page' into js-translations
| * Add expirations to CA and user calloutsLuke "Jared" Bennett2017-04-141-1/+1
| |
* | Created a plural filterPhil Hughes2017-04-192-3/+3
| | | | | | | | | | | | Added tests for the filter [ci skip]
* | Added Vue filters & directives for translatingPhil Hughes2017-04-1810-22/+27
|/
* Remove IIFEs from files in cycle_analytics_bundle.jsremove-iife-cycle-analytics-bundleAlfredo Sumaran2017-04-1010-447/+438
|
* Add event limit warning all tabs Cycle AnalyticsSam Rose2017-03-249-6/+26
|
* remove Cookies class from global spaceMike Greiling2017-03-221-2/+1
|
* remove Vue from the global spaceMike Greiling2017-03-206-7/+12
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-0512-0/+0
|
* Changes after reviewadd-svg-loaderFilipa Lacerda2017-03-023-3/+14
|
* Merge branch 'master' into add-svg-loaderFilipa Lacerda2017-02-281-2/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups Left align logo; increase max width of title Add newline to end of frontend.md. Clone nested objects from default data. Checks if key is present before accessing it Update CHANGELOG.md for 8.17.1 Document use of AirBnb js styleguide and eslint. Don't allow a project to be shared with an ancestor of the group it is in Fix access to projects shared with a nested group Ignore builds dir when run rubocop check Remove hidden-xs classes from last columns in environments and pipelines table. Transform pipelines table css to match structure of pipelines table Make environments table overflow Use exceptions for MergeService error handling Clarify when to create EE compatibility MR in code review process New runner API returns 204 Backport new behavior to CI API Backport API to V3 Update documentation Return 204 for delete endpoints API project create: Make name or path required Only create unmergeable todos once Put back the new project button ...
| * Clone nested objects from default data.27622-cycle-analytics-loadingFilipa Lacerda2017-02-281-2/+5
| | | | | | | | | | | | Checks if key is present before accessing it Fix broken test
* | remove tech debt codeFilipa Lacerda2017-02-251-7/+0
| |
* | Load svgs in cycle analyticsFilipa Lacerda2017-02-259-21/+11
|/
* remove require.context from cycle_analytics_bundleremove-require-context-cycle-analytics-bundleMike Greiling2017-02-201-4/+14
|
* Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz2017-02-183-22/+127
|\ | | | | | | | | Small improvements for Cycle Analytics See merge request !9153
| * Make sure events have most properties definedadd-additional-checks-to-ca-dataAlfredo Sumaran2017-02-103-22/+127
| |
* | Merge branch 'fix/cycle-analytics-events-limit' into 'master' Sean McGivern2017-02-131-0/+6
|\ \ | | | | | | | | | | | | Add limit to the number of events showed in cycle analytics See merge request !7743
| * | Fix display logic for warning messagefix/cycle-analytics-events-limitSam Rose2017-02-081-1/+1
| | |
| * | Revise tooltip message and warning textSam Rose2017-02-071-4/+5
| | |
| * | Display number of shown events on Plan stage of Cycle AnalyticsSam Rose2017-02-071-0/+5
| | |
* | | convert js-cookie dependency to an npm moduleclean-javascript-vendor-filesMike Greiling2017-02-111-1/+1
| |/ |/|
* | Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' "Alfredo Sumaran2017-02-103-127/+22
| | | | | | | | | | This reverts commit b7c5ca499d9c26494736d92505116bbb294c63d6, reversing changes made to 9745c98bb77a1a1ddd964f58cc4d058a665eb9ee.
* | Make sure events have most properties definedAlfredo Sumaran2017-02-103-22/+127
|/