Commit Graph

9166 Commits (d9462013a3d7ad8b24b6d4f748e803fd8e0802ad)

Author SHA1 Message Date
Alex Paxton ac788d1289
Merge pull request #3305 from influxdata/polish/de-invalid-data
Polish Line Graph Invalid Data State
2018-04-24 17:21:44 -07:00
Alex P 865b144698 Make time range dropdown more compact 2018-04-24 17:14:23 -07:00
Alex P 9353f61fec Make auto refresh dropdown more compact 2018-04-24 17:14:11 -07:00
Alex P bdabf83f74 Polish error state in line graph 2018-04-24 16:49:38 -07:00
Andrew Watkins b3593469d6
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
Alex P 4df9176f6f Set overlay back to initial state when dismissed 2018-04-24 15:54:10 -07:00
Deniz Kusefoglu 53fbc4d2fd
Merge pull request #3304 from influxdata/table/fix-click-to-sort
replace sortField and sortDirection everywhere
2018-04-24 15:51:07 -07:00
Brandon Farmer d30aa0ef63
Merge pull request #3302 from influxdata/fixes/de-graph-non-numeric-data
Add custom error handling for line graphs
2018-04-24 15:47:44 -07:00
Alex P 248c00e2a6 Cleanup 2018-04-24 15:38:03 -07:00
Alex P a96e484555 Convert to typescript 2018-04-24 15:24:00 -07:00
Alex P 7364c1aad7 Make error go bye bye 2018-04-24 15:17:31 -07:00
Andrew Watkins a3c97ae234 Fix tests 2018-04-24 15:02:19 -07:00
Andrew Watkins 40085f8b8f Fix not handling literal variable declarations 2018-04-24 15:02:13 -07:00
ebb-tide 6972d55fb5 replace sortField and sortDirection everywhere 2018-04-24 15:02:09 -07:00
Brandon Farmer 62522da08e Remove error handling debug flag 2018-04-24 15:00:08 -07:00
Brandon Farmer 2ebbebbe4c Add custom error handling for line graphs 2018-04-24 14:52:12 -07:00
Andrew Watkins 3cfc904ad8 Fix boolean arg 2018-04-24 14:51:38 -07:00
Alex P 7df174456b Merge branch 'master' into enhancement/introduce-overlay-layer 2018-04-24 14:51:27 -07:00
Alex P ceb3ca07cd Animate overlays in and out 2018-04-24 14:50:58 -07:00
Andrew Watkins dd8cabb512 Fix FROM db dropdown 2018-04-24 14:49:44 -07:00
Andrew Watkins a375cbe453 Repair adding a func node 2018-04-24 14:34:42 -07:00
ebb-tide 6ecd527f01 Merge branch 'master' into table/field-options 2018-04-24 14:31:27 -07:00
Brandon Farmer 1dce1e799d
Merge pull request #3297 from influxdata/fixes/infinite-looping-dygraph
Prevent dygraph from continously updating
2018-04-24 14:12:01 -07:00
Iris Scholten b014158239
Merge pull request #3299 from influxdata/fix/pager-duty-typo
Fix Deprecation to say PagerDuty v1 instead of v2
2018-04-24 13:53:44 -07:00
Deniz Kusefoglu 6d84434ac3
Merge pull request #3282 from influxdata/table/group-by
Table/group by
2018-04-24 13:43:47 -07:00
Iris Scholten 7cb56d1c55 Fix Deprecation to say PagerDuty v1 instead of v2 2018-04-24 13:41:39 -07:00
Andrew Watkins f8211117df Fix function argument editing 2018-04-24 13:36:59 -07:00
ebb-tide bb277189b1 Use timeSeriesTransform for dygraphs. 2018-04-24 13:31:30 -07:00
Brandon Farmer 972f386845 Fix linting errors 2018-04-24 13:18:24 -07:00
Brandon Farmer 1970f82daf Prevent dygraph from continously updating 2018-04-24 11:46:48 -07:00
Iris Scholten 558bcaf413
Merge pull request #3290 from influxdata/add-pager-duty-v2
Add pager duty v2 in UI
2018-04-24 11:16:00 -07:00
Iris Scholten 31f25f930b Update Changelog 2018-04-24 10:57:45 -07:00
Andrew Watkins 8ef5280e92 Fix delete to work with variable declarations 2018-04-24 10:54:17 -07:00
Iris Scholten f180222f21 Respond to PR Review
Fix types in Deprecation warning and Extract boolean comparison from ternary
2018-04-24 10:53:18 -07:00
Andrew Watkins e38c93c6fe Use correct ID in funcNode 2018-04-24 09:33:32 -07:00
Andrew Watkins 58cf2c200e Change expressionID to bodyID 2018-04-24 09:13:08 -07:00
ebb-tide 70b7d73040 Rename default time format 2018-04-23 23:09:36 -07:00
ebb-tide fae0831eee Fix linter errors 2018-04-23 22:36:06 -07:00
ebb-tide f691ba430a Merge branch 'master' into table/group-by 2018-04-23 21:39:03 -07:00
Andrew Watkins 8bab54d394
Merge pull request #3294 from influxdata/ifql/variables
Ifql/variables
2018-04-23 19:57:26 -07:00
ebb-tide de46a81d5f Fix breaking tests 2018-04-23 19:50:33 -07:00
Andrew Watkins 1e3a036cd9 Fix errors and warnings 2018-04-23 19:45:50 -07:00
Andrew Watkins ba9655af3a Linter 2018-04-23 19:32:07 -07:00
ebb-tide 4e7231eccf Make cell type a required prop again. 2018-04-23 19:20:55 -07:00
ebb-tide 1739020686 Refactor groupByTimeSeriesTransform 2018-04-23 19:16:34 -07:00
ebb-tide 9fd40c7a97 UpdateTableOptions with data chance instead of when queryASTs changes. 2018-04-23 18:33:02 -07:00
ebb-tide 0c7ae2cca4 Move transformTableData to utils/tableGraph and rename it from processedTableData, Also combine sort field and direction 2018-04-23 18:32:19 -07:00
Jared Scheib 49e5c88fb0
Merge pull request #3284 from influxdata/bugfix/basepath-logout
Fix logout when using basepath & simplify basepath usage
2018-04-23 17:41:33 -07:00
Alex P ef149fe114 Implement Overlay Technology on Template Variable Manager 2018-04-23 17:15:58 -07:00
Andrew Watkins e52b552b33 Introduce new context and ExpressionNode component 2018-04-23 17:12:14 -07:00