summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-6/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-185-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-2/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-072-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-1/+1
|
* Ensure that summary items remain alignedBrandon Labuschagne2019-11-201-0/+6
| | | | | | Default number of items is 3. If this is not the case, then increase the column width of the summary items to cater for 2 items plus the date filter.
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-142-75/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-9/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-183-3/+3
|
* Async import custom stage form componentsEzekiel Kigbo2019-09-102-2/+11
| | | | | | | Imports the files needed for the custom stage form and adds the EE specific css. Added stub addStageMixin
* Move cycle analytics stages templates to vueEzekiel Kigbo2019-08-193-0/+131
| | | | | | | | | | The existing stage list items are rendered in haml, migrating them to vuejs for future work. Fix alignment of median value Test for stage_nav_item.vue
* FE for group level Cycle AnalyticsBrandon Labuschagne2019-08-081-6/+18
| | | | | | | This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
* Add projectIds to CA serviceBrandon Labuschagne2019-07-241-2/+6
|
* Prevent errors when CA has no dataBrandon Labuschagne2019-07-121-2/+8
|
* Fix plan stage queryGosia Ksionek2019-06-172-61/+1
| | | | Fix plan stage query and the way it is displayed
* Internationalisation of cycle_analytics directoryBrandon Labuschagne2019-04-291-1/+2
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Update `gitlab` npm namespaceGeorge Tsiolis2018-11-211-2/+2
|
* Replace tooltip directive with gl-tooltip directive in badges, cycle ↵George Tsiolis2018-11-211-4/+3
| | | | analytics, and diffs
* Prettify all the thingsMike Greiling2018-11-209-266/+70
|
* Prettify blob behaviors and cycle_analytics modulesMike Greiling2018-10-1612-201/+214
|
* Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-151-4/+7
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-116-9/+9
|
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-102-15/+17
|\ | | | | | | # Conflicts: # app/views/shared/runners/_form.html.haml
| * refactor 'cycle_analytics' to use axiosPaul Slaughter2018-05-092-15/+17
| |
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
|/
* 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
|
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix more eslint rulesFilipa Lacerda2018-01-082-2/+3
|
* [ci skip] Fix more eslint rulesFilipa Lacerda2018-01-063-5/+5
|
* [ci skip] Fix more rulesFilipa Lacerda2018-01-056-27/+82
|
* [ci skip] Fix more eslint rulesFilipa Lacerda2018-01-057-68/+200
|
* Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-10/+10
|
* 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
| |