Commit Graph

7526 Commits (d5b10c7e23da2aeef4ad5f7c0679a3ddd163b3dc)

Author SHA1 Message Date
Andrew Watkins d5b10c7e23 Remove thread loader from babel build to speed up hot reload 2018-03-01 11:16:02 -07:00
Andrew Watkins 215fa3b294 gzip compress prod build 2018-03-01 11:16:02 -07:00
Andrew Watkins 37038f0e5a Add additional UgliffyJSPlugin options 2018-03-01 11:16:02 -07:00
Andrew Watkins 1c238de939 Fix react unminified in prod 2018-03-01 11:16:02 -07:00
Andrew Watkins 5ef181f53d Optimize prod && dev build with threads and babel-preset-env 2018-03-01 11:16:02 -07:00
Andrew Watkins c61ca3a6f8 Update UglifyJsPlugin 2018-03-01 11:16:02 -07:00
Andrew Watkins a9ed30664a Update tsconfig exclude 2018-03-01 11:16:02 -07:00
Andrew Watkins 44eb84d3ee Modify prod clean script 2018-03-01 11:16:02 -07:00
Andrew Watkins ac5bc33a6d Update build scripts 2018-03-01 11:16:02 -07:00
Andrew Watkins 1f9f93460b Introduce DllPlugin 2018-03-01 11:16:02 -07:00
Andrew Watkins 5eff3ef204 Add thread and fork-ts-checker-webpack-plugin 2018-03-01 11:16:02 -07:00
Andrew Watkins 57d3b2a002 Update babel loader to use modern webpack config syntax 2018-03-01 11:15:33 -07:00
Andrew Watkins d48e2f7896 Add 2016 babel-preset 2018-03-01 11:15:33 -07:00
Andrew Watkins dcf6b2026d Remove unused / incomplete integration tests 2018-03-01 11:15:33 -07:00
Andrew Watkins f5bfe670d0 Remove storybook 2018-03-01 11:15:33 -07:00
Andrew Watkins e356b932d4 Enable synthetic default imports 2018-03-01 11:14:55 -07:00
Andrew Watkins dc5503975f Update prodConfig with ts-loader 2018-03-01 11:14:55 -07:00
Andrew Watkins a37f75ed90 Introduce first TypeScript file to project 2018-03-01 11:14:55 -07:00
Andrew Watkins 59b8128cd8 Enable HMR via upgrade of webpack-dev-server 2018-03-01 11:14:14 -07:00
Andrew Watkins 70a83477fd Prettier 2018-03-01 11:13:44 -07:00
Andrew Watkins 577e71617e Upgrade to webpack 3 2018-03-01 11:13:44 -07:00
Andrew Watkins facad119f3 Update karma dependencies et al 2018-03-01 11:13:27 -07:00
Andrew Watkins 80be48d12f Make test watching simpler 2018-03-01 11:12:49 -07:00
Andrew Watkins 84d0ed66cb Fix karma loader errors 2018-03-01 11:12:49 -07:00
Andrew Watkins 87bed89c08 Update prod config to support webpack 2 2018-03-01 11:12:49 -07:00
Andrew Watkins a4a491508c Upgrade babel-loader to remove deprecation warning 2018-03-01 11:12:48 -07:00
Andrew Watkins 21a9380d08 Add eslint-config-prettier and fix prettier spam 2018-03-01 11:12:14 -07:00
Andrew Watkins f239990733 WIP: initial upgrade path to Webpack 2 2018-03-01 11:11:30 -07:00
Luke Morris 156ee2007c Update changelog 2018-02-28 23:24:01 -08:00
Luke Morris 5777ee718e Bump version number 2018-02-28 23:23:27 -08:00
Luke Morris d44adb5803 Refreshing graphs are by default inView 2018-02-28 23:06:59 -08:00
Luke Morris b4aa74a2a3 RuleGraph is always in view 2018-02-28 22:57:42 -08:00
Luke Morris 099c66e95d Fix kapacitor url update event 2018-02-28 22:55:24 -08:00
Luke Morris ff73d82aa2 Bump version number 2018-02-28 21:28:29 -08:00
Luke Morris de44d31e7c Update CHANGELOG 2018-02-28 21:25:35 -08:00
Luke Morris 4b54081cf8 Revert :interval: work
Squashed commit of the following:

commit 8b18f78098953c5aba744dd16a215b6ed4cd5143
Author: Luke Morris <lukevmorris@gmail.com>
Date:   Wed Feb 28 20:44:46 2018 -0800

    Revert "Merge pull request #2663 from influxdata/feature/migrate-time-interval"

    This reverts commit 935186984c, reversing
    changes made to e5b8889bc6.

commit 8f17059d24cc1a1bb4b8675be70fb9adb3f3a3e3
Author: Luke Morris <lukevmorris@gmail.com>
Date:   Wed Feb 28 20:44:23 2018 -0800

    Revert "Merge pull request #2890 from influxdata/fix/time-interval"

    This reverts commit bb01a569ca, reversing
    changes made to 3609bc7d3a.
2018-02-28 20:47:16 -08:00
lukevmorris 50da0a12d5
Merge pull request #2885 from influxdata/CEO-static-legend-update-speed
Pass dygraphSeries as prop to static-legend to improve update respons…
2018-02-28 16:21:58 -08:00
lukevmorris bacfab3402
Merge pull request #2886 from influxdata/prevent-threshold-jumping
Prevent Threshold Jumping
2018-02-28 16:20:21 -08:00
lukevmorris 39155d8a01
Merge pull request #2891 from influxdata/single-stat-line-graph-zindex
Fix Single Stat Line Graph Appearance
2018-02-28 15:47:21 -08:00
Alex P a8dbd442be Clean up logic 2018-02-28 15:17:08 -08:00
Alex P f230b34691 Simplify logic 2018-02-28 15:16:36 -08:00
lukevmorris bb01a569ca
Merge pull request #2890 from influxdata/fix/time-interval
Ensure backwards compat for old GROUP BY :interval:
2018-02-28 15:02:27 -08:00
Alex P 2f45dad9e4 Clone SingleStat inside of Dygraph to get access to staticLegendHeight
This way the SingleStat doesn’t obscure the static legend if it is
present
2018-02-28 15:00:48 -08:00
Alex P fcb15f10d2 Cleanup 2018-02-28 14:38:55 -08:00
Alex P efbaa90411 Fix console error 2018-02-28 14:36:26 -08:00
Alex P 0327a32eff Ensure single stat appears above line graph & annotations 2018-02-28 14:30:27 -08:00
Michael Desa 1c9ee296a0 Ensure backwards compat for old GROUP BY :interval: 2018-02-28 17:21:15 -05:00
Andrew Watkins 3609bc7d3a Add yarn-error.log to .gitignore 2018-02-28 10:29:42 -07:00
Luke Morris 512a103631 Duplicate entries 2018-02-27 19:30:43 -08:00
Luke Morris a0053428e0 Merge branch 'master' into prevent-threshold-jumping 2018-02-27 19:29:45 -08:00