Christopher Henn
a1b19295db
WIP
...
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Christopher Henn
d9942259db
WIP
...
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Christopher Henn
c575a09d89
WIP schema explorer
...
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Andrew Watkins
7cad3357c4
Handle script edge cases
...
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-24 13:06:46 -07:00
Andrew Watkins
264afed4b8
WIP add table vis to TimeMachine
2018-05-23 15:55:59 -07:00
Andrew Watkins
8bddfe43f4
Enable sidebar selection of IFQL script results
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-23 14:15:16 -07:00
Andrew Watkins
6e997a7f35
Add IFQL script response parser
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-23 11:30:52 -07:00
Andrew Watkins
173346beb1
WIP introduce tables
2018-05-22 16:44:45 -07:00
Andrew Watkins
cbab52c45a
Merge pull request #3507 from influxdata/ifql/save-service
...
Persist ifql script
2018-05-22 15:22:00 -07:00
Andrew Watkins
fc3be53e9e
Update action type to use enum
2018-05-22 15:06:13 -07:00
Andrew Watkins
7274928e5c
Persist ifql script
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-22 14:50:07 -07:00
Iris Scholten
b980d1a8b3
Rename getNested to getDeep
2018-05-22 10:13:56 -07:00
Iris Scholten
1ea21b36f9
Merge remote-tracking branch 'origin/master' into fix/ceo_source_change
2018-05-21 17:20:53 -07:00
Iris Scholten
c0e907b84f
Rename nested lodash get wrapper to getNested for idiomatic in-place clarity
2018-05-21 16:22:38 -07:00
Iris Scholten
da5af543cd
Fix source selection & CEO initialSource to always be Source type
...
Refactor lodash get usage in CEO to use wrapped get that
requires generics. Nested generics were at the root of
not being able to determine that initialSource() was not
always returning a Source, and was instead returning a string.
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-21 15:58:19 -07:00
Andrew Watkins
76d60b5962
Fix type errors
2018-05-21 10:45:28 -07:00
Andrew Watkins
c5fcb3c59f
Give services their own namespace in app state
2018-05-21 10:45:28 -07:00
Andrew Watkins
ea78bf3c66
WIP Introduce LOAD_SERVICES
2018-05-21 10:45:28 -07:00
ebb-tide
8abf433a6e
Add append handlers for join function
2018-05-21 10:45:28 -07:00
Andrew Watkins
fe29d93c9e
Introduce appendFrom funtionality
2018-05-21 10:45:28 -07:00
Andrew Watkins
9748d526a3
Fix broken tests
2018-05-21 10:45:28 -07:00
Andrew Watkins
f6a91342c2
Introduce foundation for forking
2018-05-21 10:45:27 -07:00
Andrew Watkins
4a0c3a8d7a
Introduce getting actual data
2018-05-21 10:45:27 -07:00
ebb-tide
7c532386f6
Merge branch 'master' into chore/tables-to-TS
2018-05-16 20:02:54 -07:00
Iris Scholten
568ecc27eb
Merge pull request #3474 from influxdata/polish/order-tickscript-names
...
Order tickscript names
2018-05-16 14:58:30 -07:00
Iris Scholten
de8352d75f
Add test for tasktable sorting
2018-05-16 14:38:23 -07:00
Jared Scheib
23a1a32fe1
Merge pull request #3446 from influxdata/ts_dashboards
...
Convert CEO actions, cell types, & more dashboards hootenanny to TypeScript
2018-05-16 14:14:36 -07:00
Jared Scheib
166aeded39
Type dashboards/constants/index
2018-05-14 14:44:42 -07:00
ebb-tide
bed0f0c75e
Merge master
2018-05-14 13:08:51 -07:00
Brandon Farmer
9452dff1a4
Add typescript wrapper for lodash get
2018-05-14 10:57:54 -07:00
Andrew Watkins
578badef1f
Convert MOAR to TS
2018-05-12 22:21:19 -07:00
Andrew Watkins
2b78be167a
Convert data_explorer/actions/index to ts
2018-05-12 22:21:19 -07:00
Andrew Watkins
528cf2a67e
Add back editRawText transition
2018-05-12 22:21:19 -07:00
Jared Scheib
64d6d30a2f
Type dashboards/graphics/graph & move cell types to types/dashboard
2018-05-11 14:51:47 -07:00
Jared Scheib
d40c904bfc
Type cellEditorOverlay actions & cellTypes
2018-05-11 13:46:51 -07:00
Jared Scheib
85e824b1e4
Convert test/dashboards/reducers/cellEditorOverlay.test.js to .ts
2018-05-11 12:15:00 -07:00
Jared Scheib
ebce7346b2
Merge pull request #3386 from influxdata/feature/kapa_kafka_alert_node
...
Feature/kapa kafka alert node
2018-05-11 11:09:17 -07:00
Iris Scholten
3e5329a3e4
Revert "WIP Test FieldList"
...
This reverts commit 56cf372207
.
2018-05-10 11:41:05 -07:00
ebb-tide
9d930c595f
Place table options in dashboard types
2018-05-10 11:36:50 -07:00
Andrew Watkins
1db9fe22c4
Fix up type errors
2018-05-10 10:48:36 -07:00
Iris Scholten
56cf372207
WIP Test FieldList
2018-05-09 18:31:15 -07:00
Jared Scheib
fc87409adf
Merge branch 'master' into feature/kapa_kafka_alert_node
2018-05-09 13:53:22 -07:00
Brandon Farmer
a8fa3aae68
Fix, clean up, and stronger-type CEO actions & reducer
...
Convert queryActions & queryTransitions to TS
Fix tests
2018-05-09 13:00:21 -07:00
Andrew Watkins
acc84cccc4
Populate Filter funciton from ast
2018-05-09 11:06:44 -07:00
Andrew Watkins
e3cfe8952e
Flatten binary expressions into ordered list
2018-05-08 11:18:28 -07:00
Andrew Watkins
ea513f15ea
WIP introduce in order traversal
2018-05-08 09:57:35 -07:00
ebb-tide
4ab0a73491
Removed unused functions, rename files, and add tests
2018-05-04 16:50:34 -07:00
ebb-tide
cdc9cf7d26
Change untitled cell to untitled graph
2018-05-04 09:18:44 -07:00
ebb-tide
b36b85640b
Remove untitled cell names other than "Untitled graph"
2018-05-03 16:41:37 -07:00
Iris Scholten
9931bb2bec
Simplify syntax in fixtures files
2018-05-02 14:57:49 -07:00