Andrew Watkins
65fbc38ed0
Update test copy
2018-03-05 08:46:23 -08:00
Andrew Watkins
c6fc8ef312
Add test for handleFilterKeyPress
2018-03-05 08:46:23 -08:00
Andrew Watkins
d35f695815
Introduce handleFilterKeyPress test
2018-03-05 08:46:23 -08:00
Andrew Watkins
3b558fc11b
Refine <DropdownInput/> rendering test
2018-03-05 08:46:23 -08:00
Andrew Watkins
91a1f63595
Add thread-loader to babel build step
2018-03-05 08:44:53 -08:00
Iris Scholten
3874927ace
add styles to TableGraph
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-03-02 12:35:35 -08:00
Deniz Kusefoglu
9a9b92245a
Merge pull request #2905 from influxdata/feature/graph-table
...
TableGraph base functionality
2018-03-02 11:57:09 -08:00
Deniz Kusefoglu
39f354f962
Add comment indicating location of feature flag
2018-03-02 11:25:46 -08:00
Deniz Kusefoglu
89965890e2
Respond to PR review
2018-03-02 10:02:44 -08:00
Deniz Kusefoglu
4fd4d5dc50
Respond to PR review
2018-03-02 09:54:37 -08:00
Luke Morris
f69d518553
Exclude hot-update files
2018-03-01 16:35:05 -08:00
Luke Morris
debc21c1c8
Higher signal to noise ratio in incremental output
2018-03-01 16:28:46 -08:00
Iris Scholten
305d756500
fix linter errors
2018-03-01 16:26:38 -08:00
Iris Scholten
ce941c1b6a
turn off TableGraph feature flag
2018-03-01 16:24:01 -08:00
Iris Scholten
6846cb1d6e
add higherorder functions to ones that require it in TableOptions
...
Co-authored-by "Deniz Kusefoglu" <deniz@influxdata.com>
2018-03-01 16:19:46 -08:00
Iris Scholten
25d17bd8ca
change TableGraph to get height from the wrapping div instead of passed in cellheight and remove extra stuff from TableOptions
...
Co-authored-by: "Deniz Kusefoglu" <deniz@influxdata.com>
2018-03-01 16:03:25 -08:00
Alex Paxton
ac2d303d76
Merge pull request #2887 from influxdata/goodbye-bootstrap
...
Goodbye Bootstrap
2018-03-01 13:54:32 -08:00
Deniz Kusefoglu
cf4e31b615
use uuid instead of node-uuid
2018-03-01 13:50:12 -08:00
Alex P
913a2c4edc
One last fix
2018-03-01 13:42:12 -08:00
Deniz Kusefoglu
92a08a4648
add react-virtualized dependency
2018-03-01 13:41:47 -08:00
Alex P
4654483211
Remove unused social brand icons from icon font
...
Also the icons are sorted alphabetically, so it’s a weird diff
2018-03-01 13:40:43 -08:00
Alex P
a36bfad1ca
Changes from review feedback
2018-03-01 13:40:16 -08:00
Deniz Kusefoglu
006565127f
Merge branch 'master' into feature/graph-table
2018-03-01 13:39:18 -08:00
Andrew Watkins
7c8c8df448
Update non-vendor asset build script to yarn start:fast
2018-03-01 14:28:47 -07:00
Iris Scholten
becd42ec4e
change Grid to MultiGrid in TableGraph and added a function to trasform data into an accepted format
...
Co-authored-by: "Deniz Kusefoglu" <deniz@influxdata.com>
2018-03-01 12:57:45 -08:00
Luke Morris
3494729d88
Merge branch 'master' into goodbye-bootstrap
2018-03-01 12:20:24 -08:00
Luke Morris
436e83928a
Updated yarn.lock
2018-03-01 12:16:49 -08:00
Andrew Watkins
78a6aa3a63
Update node-uuid to uuid
2018-03-01 12:13:38 -07:00
Andrew Watkins
e84d578229
Have test use mount so they can access refs
2018-03-01 11:42:24 -07:00
Andrew Watkins
26e3244d5a
Add --runInBand to help with CI test performance
2018-03-01 11:25:02 -07:00
Andrew Watkins
0fb20983a0
Christmas time
2018-03-01 11:19:32 -07:00
Andrew Watkins
d17e999da3
Add babel-jest
2018-03-01 11:18:23 -07:00
Andrew Watkins
7287781135
Cleanup
2018-03-01 11:18:23 -07:00
Andrew Watkins
760c5d3dfc
Add test for handleSelection
2018-03-01 11:18:23 -07:00
Andrew Watkins
74b78dd20b
Add test for handleClick instance method
2018-03-01 11:18:23 -07:00
Andrew Watkins
2128d5f2e9
Introduce instance method tests
2018-03-01 11:18:23 -07:00
Andrew Watkins
6b85a0b541
Add DropdownInput test
2018-03-01 11:18:23 -07:00
Andrew Watkins
7e90245dba
Refactor Dropdown component and specs
2018-03-01 11:18:23 -07:00
Andrew Watkins
1a809b4c81
Add introductory Dropdown component test
2018-03-01 11:17:35 -07:00
Andrew Watkins
d3b810a08e
Add linter to tests
2018-03-01 11:16:29 -07:00
Andrew Watkins
f0726f6d8e
Fix prop-types and other warnings
2018-03-01 11:16:29 -07:00
Andrew Watkins
4287a4b29f
Remove karma et al
2018-03-01 11:16:29 -07:00
Andrew Watkins
84dac1d6fd
Fix moment warnings
2018-03-01 11:16:03 -07:00
Andrew Watkins
cabb4bde46
Reinstall jest
2018-03-01 11:16:03 -07:00
Andrew Watkins
0bd01545f2
Update watch script
2018-03-01 11:16:03 -07:00
Andrew Watkins
d47c85c95c
Replace deprecated node-uuid with uuid - fixes console node-uuid warnings
2018-03-01 11:16:03 -07:00
Andrew Watkins
863335d349
Change test scripts
2018-03-01 11:16:02 -07:00
Andrew Watkins
d586967615
Will pass all tests using jest
2018-03-01 11:16:02 -07:00
Andrew Watkins
dc3cf7faf8
WIP Enable jest to resolve all modules
2018-03-01 11:16:02 -07:00
Andrew Watkins
8b304bb312
Rename spec dir to test
2018-03-01 11:16:02 -07:00
Andrew Watkins
a8e7d89b4a
Rename tests to match jest regex
2018-03-01 11:16:02 -07:00
Andrew Watkins
24f5d469ee
Remove unused dependencies
2018-03-01 11:16:02 -07:00
Andrew Watkins
d3d49e31cf
Move typsecript to dev dependency
2018-03-01 11:16:02 -07:00
Andrew Watkins
64745085c2
Remove unused package:
2018-03-01 11:16:02 -07:00
Andrew Watkins
311b5e538d
Only create reference to vendor.dll.js in developement
...
Also changed filenames to fit with more modern webpack conventions
2018-03-01 11:16:02 -07:00
Andrew Watkins
0df1ce1c08
Tweak package.json scripts
2018-03-01 11:16:02 -07:00
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
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
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
Iris Scholten
75b4fe1493
WIP adding react-virtualized grid component to TableGraph
2018-02-28 17:50:38 -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
Iris Scholten
661a7347c3
create TableGraph component and use it in RefreshingGraphs
...
Co-authored-by: "Deniz Kusefoglu" <deniz@influxdata.com>
2018-02-28 15:39:56 -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
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