Commit Graph

276 Commits (23e1b7f38f28586315503a3e4871d980c538387f)

Author SHA1 Message Date
ebb-tide 954558161e Fix tests and address PR review items 2018-04-30 15:38:38 -07:00
ebb-tide a41e756ac0 Merge branch 'master' into table/field-options 2018-04-30 15:15:02 -07:00
ebb-tide 9b1cf60a7c Implement Decimal Place Setting 2018-04-30 11:59:14 -07:00
Brandon Farmer 39af4a0244 Add tests for missing 'No Results' 2018-04-29 20:34:50 -07:00
ebb-tide 39f2eeb146 Add timeFormat and fieldOptions to default new cell 2018-04-26 12:30:01 -07:00
ebb-tide ebcdba9b66 Front end work for taking fieldOptions out of tableOptions on to cell 2018-04-24 23:31:16 -07:00
Andrew Watkins a73eb63e7e Merge pull request #3303 from influxdata/ifql/join
Introduce ability to use variable assignment in Time Machine
2018-04-24 15:55:34 -07:00
Andrew Watkins f0ee615e54 Fix tests 2018-04-24 15:02:19 -07:00
Andrew Watkins 80495027ed Repair adding a func node 2018-04-24 14:34:42 -07:00
ebb-tide dadd1179a2 Merge branch 'master' into table/field-options 2018-04-24 14:31:27 -07:00
Andrew Watkins 57fa9e1c16 Fix function argument editing 2018-04-24 13:36:59 -07:00
ebb-tide 7abc80729f Use timeSeriesTransform for dygraphs. 2018-04-24 13:31:30 -07:00
Andrew Watkins edd8ea27da Change expressionID to bodyID 2018-04-24 09:13:08 -07:00
ebb-tide d055b3391b Rename default time format 2018-04-23 23:09:36 -07:00
ebb-tide a444de21c6 Merge branch 'master' into table/group-by 2018-04-23 21:39:03 -07:00
Andrew Watkins 0f47bc8baa Merge pull request #3294 from influxdata/ifql/variables
Ifql/variables
2018-04-23 19:57:26 -07:00
ebb-tide 0ce5f64247 Fix breaking tests 2018-04-23 19:50:33 -07:00
Andrew Watkins b6e35a73ea Fix errors and warnings 2018-04-23 19:45:50 -07:00
ebb-tide 34323908b6 Move transformTableData to utils/tableGraph and rename it from processedTableData, Also combine sort field and direction 2018-04-23 18:32:19 -07:00
ebb-tide 752956ba52 Merge branch 'master' into table/group-by 2018-04-23 15:43:47 -07:00
Andrew Watkins f3116aaab0 WIP move / change shape of body function 2018-04-23 15:27:27 -07:00
Andrew Watkins 292d04e5a8 Add ability to handle literal and expression variables 2018-04-23 09:54:43 -07:00
Andrew Watkins 3acedd9a5e WIP introduce handling of variables 2018-04-23 09:54:43 -07:00
Alex P e7a8fb305b Write render tests for component 2018-04-20 20:34:55 -07:00
ebb-tide 2c5fdfe3ff Merge branch 'master' into table/group-by 2018-04-20 16:10:10 -07:00
ebb-tide 18b7f36159 Make tests pass 2018-04-20 16:08:13 -07:00
Alex Paxton 9a8d2db8ba Merge pull request #3266 from influxdata/bugfix/notify-new-cell-name
Show New Cell's Name in Notification
2018-04-20 10:08:46 -07:00
Iris Scholten 265897d17b WIP Move timeFormat and fieldNames/fieldOptions outside of tableOptions in the client 2018-04-19 18:57:22 -07:00
Andrew Watkins 6f8ec406c6 Merge pull request #3238 from influxdata/ifql/from
Ifql/from
2018-04-19 10:56:25 -07:00
Alex P 27443d4c7d Organize code to prevent new dashboards from having an unnamed cell 2018-04-19 10:24:45 -07:00
Andrew Watkins 2b3b93fb37 Fix test 2018-04-19 09:54:35 -07:00
Andrew Watkins e5a3e1fa41 Update addNode for use with multiple expressions 2018-04-18 17:27:57 -07:00
Andrew Watkins 5e7f93f22f Remove type / lint errors 2018-04-18 16:04:49 -07:00
Andrew Watkins d784af0018 WIP updated walker to return expression source 2018-04-18 14:37:27 -07:00
Alex Paxton 7d1bf83dec Merge pull request #3240 from influxdata/ux/dashboard-empty-state
Improve Dashboard Empty State
2018-04-18 14:24:22 -07:00
Andrew Watkins 86170ea325 WIP Introduce expressions 2018-04-18 14:12:56 -07:00
Alex P 2beef969b6 Merge branch 'master' into ux/dashboard-empty-state 2018-04-18 13:11:48 -07:00
Jared Scheib 2467f4258b Merge pull request #3233 from influxdata/bugfix/hostlist-customdb
Allow for use of custom Retention Policy when querying for hosts from Host List page & Host pages
2018-04-18 13:04:26 -07:00
Andrew Watkins 475ee04ca1 Add test for from component 2018-04-18 12:32:19 -07:00
Alex P 880e80d52b Implement cell type constants across app 2018-04-18 12:09:00 -07:00
Andrew Watkins cce1a0f8f4 Add prop for funcArg test 2018-04-18 12:08:43 -07:00
Jared Scheib 5111a35448 Move & rename generateTempVarsForHosts from constants to utils
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-04-18 11:56:17 -07:00
Brandon Farmer 3ba680adbe Fixes now() time parsing when requesting annotations 2018-04-18 11:29:14 -07:00
Jared Scheib 812e0b2855 Merge branch 'master' into bugfix/hostlist-customdb 2018-04-18 10:47:52 -07:00
Brandon Farmer c17b5817b2 Upgrade to react 16 2018-04-18 00:02:00 -07:00
Jared Scheib f96a34f12f Test HostsPage render all components & hosts
Update Source & SourceLinks types to be current with all fields.
Properly mocked hosts & env mock api fns for spying.
Add note about kapacitors field on Source type differing
between client and server.

Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-17 17:41:41 -07:00
Andrew Watkins 24c6a1c614 Add test 2018-04-17 15:08:05 -07:00
Alex Paxton 74921587bc Merge pull request #3215 from influxdata/polish/sticky-tempvar-controls
Attach Template Controls Bar to top of page
2018-04-17 11:08:31 -07:00
Andrew Watkins 9d2a93fc7c Add FundArgInput test 2018-04-17 09:47:45 -07:00
Andrew Watkins 0171aa36b5 Introduce FuncArg test 2018-04-17 09:30:50 -07:00