summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/monitoring
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Add graph value to hover"Mike Greiling2018-01-085-200/+190
* fix missing import of timeWeek which would cause errors in prometheus graphs ...fix-missing-d3-importMike Greiling2018-01-041-2/+12
* cleaned up date_time_formattersJose Ivan Vargas2017-12-181-17/+8
* Restored the timeScaleFormat for the prometheus dashboardJose Ivan Vargas2017-12-182-6/+41
* Refactored d3 modules to instead of having a common_d3 dir, to use the micro ...Jose Ivan Vargas2017-12-183-43/+35
* optimized d3 v4 with a custom made bundleJose Ivan Vargas2017-12-183-4/+4
* Update d3 to v4 and migrated the prometheus dashboardJose Ivan Vargas2017-12-183-43/+47
* Reduce the size of the deploy flag when there's no tag available38032-deploy-markers-should-be-more-verboseJose Ivan Vargas2017-12-071-3/+11
* Changed the deploy markers on the prometheus dashboard to be more verboseJose Ivan Vargas2017-12-075-32/+92
* Replaced vue-resource for axios in the prometheus dashboardjivl-replace-vue-resource-prometheus-dashboardJose Ivan Vargas2017-11-221-8/+5
* make legend X-offset into a constantmultiple-query-prometheus-graphsMike Greiling2017-11-062-6/+8
* fix eslint max-lineMike Greiling2017-11-061-1/+2
* correctly set the domain of a result set when it is different on other tracksMike Greiling2017-11-062-11/+11
* simplify legend label for additonal tracksMike Greiling2017-11-061-1/+1
* fix karma failuresMike Greiling2017-11-061-1/+1
* add dashed and dotted line styles for multiple-query graphsMike Greiling2017-11-064-10/+31
* add track information to data legendMike Greiling2017-11-061-3/+7
* process all queries within a graphMike Greiling2017-11-061-16/+24
* pass all graph queries into createTimeSeriesMike Greiling2017-11-062-2/+3
* fix bug in which axes are scaled only to first data setMike Greiling2017-11-061-2/+3
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
* allow legend to properly handle NaN valuesMike Greiling2017-10-061-1/+5
* allow prometheus graphs to handle non-congiuous paths (with NaN, +Inf, and -Inf)Mike Greiling2017-10-061-0/+4
* Merge branch '37105-monitoring-graph-axes-labels-are-inaccurate-and-inconsist...Tim Zallmann2017-10-062-8/+10
|\
| * fix linter errors and karma specs37105-monitoring-graph-axes-labels-are-inaccurate-and-inconsistentJose Ivan Vargas2017-10-051-1/+1
| * fix x-axis pixel scale to account for transform x-offsetMike Greiling2017-10-051-1/+1
| * rename graph_paths.vue consistent with all other sub-components of graph.vueMike Greiling2017-10-052-1/+1
| * fix spelling ("outter" -> "outer")Mike Greiling2017-10-051-2/+2
| * fix formattingMike Greiling2017-10-051-4/+6
* | Merge branch '38031-monitoring-hover-info-is-clipped' into 'master'Tim Zallmann2017-10-052-1/+14
|\ \
| * | Fixed deployment flag having content hidden when being too far rightJose Ivan Vargas2017-09-272-1/+14
| |/
* | Merge branch '38789-prometheus-graphs-occasionally-have-incorrect-y-scale' in...Tim Zallmann2017-10-051-1/+1
|\ \
| * | ensure prometheus graph values are properly typecast as numbersMike Greiling2017-10-041-1/+1
| |/
* | Resolve "Hover and legend data should be linked"Jose Ivan Vargas Lopez2017-10-055-18/+58
* | Resolve "Monitoring graph empty states are gigantic on `screen-sm` viewport s...Mike Greiling2017-10-052-31/+16
|/
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-222-8/+24
* Merge branch 'master' into 37220-es-modulesMike Greiling2017-09-182-55/+58
|\
| * Refactor MonitoringService classMike Greiling2017-09-132-54/+56
* | Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-2/+2
* | Use modules in common utilsFilipa Lacerda2017-09-091-1/+2
|/
* flipped series and when keysJose Ivan Vargas2017-09-071-2/+2
* Changed how the backend response is handled for when instead of seriesJose Ivan Vargas2017-09-071-3/+2
* addressed code quality observationsJose Ivan Vargas2017-09-071-25/+12
* refactored the pickColors methodJose Ivan Vargas2017-09-071-15/+18
* Improved color selector and addressed observationsJose Ivan Vargas2017-09-072-51/+38
* small fixes to code and specsJose Ivan Vargas2017-09-071-20/+14
* Added support for named colors, also added interpolations for the graphsJose Ivan Vargas2017-09-073-16/+84
* Renamed some componentsJose Ivan Vargas2017-09-073-30/+9
* Use flexbox for prometheus graph row grouping instead of bootstrap classesMike Greiling2017-09-065-81/+13
* Corrected collate functionJose Ivan Vargas2017-09-011-1/+1