summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics
Commit message (Collapse)AuthorAgeFilesLines
* Show dashes when date is emptyAlfredo Sumaran2016-11-281-4/+9
|
* Take only objects for the events list24836-tyeerror-e-is-null-when-clicking-plan-tab-in-cycle-analyticsAlfredo Sumaran2016-11-231-2/+6
|
* clean up globals exemptions within .eslintrcMike Greiling2016-11-229-0/+20
|
* Use single quote for strings23449-cycle-analytics-2-frontendAlfredo Sumaran2016-11-213-3/+3
|
* Ue svg from SVGs objectAlfredo Sumaran2016-11-211-5/+1
|
* Add custom copy for each empty stageAlfredo Sumaran2016-11-212-1/+12
|
* Fix CSS declarationAlfredo Sumaran2016-11-211-1/+1
|
* Move SVGs to JS objects for easy reuseAlfredo Sumaran2016-11-217-19/+26
|
* Keep the cookie name as beforeAlfredo Sumaran2016-11-211-2/+2
| | | | This is to avoid prompting the same dialog for people who already dismissed the dialog.
* Fix variable usageAlfredo Sumaran2016-11-211-1/+1
|
* Do not show overview message if there’s already CA dataAlfredo Sumaran2016-11-211-4/+4
|
* Rename Cycle Analytics bundle to .es6Alfredo Sumaran2016-11-211-0/+0
|
* Fix URL to pipelineAlfredo Sumaran2016-11-211-2/+2
|
* Set isUserAllowed property with value coming from permissions objectAlfredo Sumaran2016-11-211-4/+3
|
* Add view to handle the case when user doesn’t have access to stageAlfredo Sumaran2016-11-212-1/+8
|
* Make linters happyAlfredo Sumaran2016-11-2111-78/+23
|
* Remove unnecesary empty dialogAlfredo Sumaran2016-11-211-6/+0
|
* Fix empty stage presentationAlfredo Sumaran2016-11-211-1/+0
|
* Delete StageButton componentAlfredo Sumaran2016-11-212-27/+0
|
* Use correct endpoint for stage eventsAlfredo Sumaran2016-11-211-1/+1
|
* Fix blank spaces on linksAlfredo Sumaran2016-11-216-31/+11
|
* Combine components for better legibilityAlfredo Sumaran2016-11-2111-207/+209
|
* Do not show minutes if days is availableAlfredo Sumaran2016-11-211-2/+2
| | | | Also show seconds only when seconds is 0
* Fix style for event titlesAlfredo Sumaran2016-11-215-9/+9
|
* Show seconds only if time is only in secondsAlfredo Sumaran2016-11-211-1/+1
|
* Update ItemBuildComponent html structureAlfredo Sumaran2016-11-212-7/+35
|
* Update ItemMergeRequestComponent structureAlfredo Sumaran2016-11-211-4/+24
|
* Show seconds it total time is less than a minuteAlfredo Sumaran2016-11-211-1/+1
|
* Fix variable names to use camelCaseAlfredo Sumaran2016-11-213-14/+21
|
* Fix total_time templateAlfredo Sumaran2016-11-211-17/+5
|
* Use correct data for ItemIssueComponent from responseAlfredo Sumaran2016-11-212-6/+9
|
* Use stage description form endpoint responseAlfredo Sumaran2016-11-2110-16/+28
|
* Adde TotalTimeComponent as global componentAlfredo Sumaran2016-11-213-8/+33
|
* Remove delta column and use stage data from responseAlfredo Sumaran2016-11-212-55/+7
|
* Set stage descriptions dynamicallyAlfredo Sumaran2016-11-216-5/+17
|
* Move templates to its corresponding componentAlfredo Sumaran2016-11-217-13/+89
|
* Wrap components with a single element for Vue 2 compatibilityAlfredo Sumaran2016-11-212-55/+59
|
* Add missing hasError to data object for vue2 compatibilityAlfredo Sumaran2016-11-211-0/+1
|
* Fix text styles on ItemIssueComponentAlfredo Sumaran2016-11-211-14/+14
|
* Apply styling to ItemCommitComponentAlfredo Sumaran2016-11-212-4/+31
|
* Move StagePlanComponent template to component in JS fileAlfredo Sumaran2016-11-211-2/+13
|
* Move StageIssueComponent template to component in JS fileAlfredo Sumaran2016-11-211-2/+13
|
* Move ItemIssueComponent template to component JS fileAlfredo Sumaran2016-11-211-1/+36
|
* Cycle analytics second iterationAlfredo Sumaran2016-11-2116-119/+375
| | | | | | - Vue app has been completely rewritten - New components - Basic CSS
* Improve first implementationAlfredo Sumaran2016-11-213-0/+124
|
* Load cycle analytics related JS filed only when neededAlfredo Sumaran2016-11-212-0/+2
|
* Create cycle analytics bundlePhil Hughes2016-10-281-0/+98
This prevents VueJS being included in application.js & therefore included on everypage