Commit Graph

9260 Commits (5f8564ffa2f13e2519a541c9748bf12e40a69e11)

Author SHA1 Message Date
Deniz Kusefoglu 550a82d1b8 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 6d93a7d0ad 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 aede92130b Cleanup 2018-04-24 15:38:03 -07:00
Alex P ae4fd18a89 Convert to typescript 2018-04-24 15:24:00 -07:00
Alex P 8171fd5c76 Make error go bye bye 2018-04-24 15:17:31 -07:00
Andrew Watkins f0ee615e54 Fix tests 2018-04-24 15:02:19 -07:00
Andrew Watkins ca1cb97225 Fix not handling literal variable declarations 2018-04-24 15:02:13 -07:00
ebb-tide 2a2a315e46 replace sortField and sortDirection everywhere 2018-04-24 15:02:09 -07:00
Brandon Farmer f7457f7753 Remove error handling debug flag 2018-04-24 15:00:08 -07:00
Brandon Farmer eaa3ef4623 Add custom error handling for line graphs 2018-04-24 14:52:12 -07:00
Andrew Watkins 996c143536 Fix boolean arg 2018-04-24 14:51:38 -07:00
Alex P c463699d5f Merge branch 'master' into enhancement/introduce-overlay-layer 2018-04-24 14:51:27 -07:00
Alex P ae28dd5385 Animate overlays in and out 2018-04-24 14:50:58 -07:00
Andrew Watkins 6d5924adb7 Fix FROM db dropdown 2018-04-24 14:49:44 -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
Brandon Farmer 534276dec3 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 9e97934c12 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 d2af17d1e5 Merge pull request #3282 from influxdata/table/group-by
Table/group by
2018-04-24 13:43:47 -07:00
Iris Scholten 8029b38604 Fix Deprecation to say PagerDuty v1 instead of v2 2018-04-24 13:41:39 -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
Brandon Farmer 8ebd3a3cd9 Fix linting errors 2018-04-24 13:18:24 -07:00
Brandon Farmer 22c094aa30 Prevent dygraph from continously updating 2018-04-24 11:46:48 -07:00
Iris Scholten 20ce9c4c1d 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 9c232b27a1 Update Changelog 2018-04-24 10:57:45 -07:00
Andrew Watkins 29fe9d1119 Fix delete to work with variable declarations 2018-04-24 10:54:17 -07:00
Iris Scholten 300986ba20 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 1b80d2a2ff Use correct ID in funcNode 2018-04-24 09:33:32 -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 66d64413ad Fix linter errors 2018-04-23 22:36:06 -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
Andrew Watkins 4bda9aeb41 Linter 2018-04-23 19:32:07 -07:00
ebb-tide 3481dc987d Make cell type a required prop again. 2018-04-23 19:20:55 -07:00
ebb-tide f5ea3727e2 Refactor groupByTimeSeriesTransform 2018-04-23 19:16:34 -07:00
ebb-tide d4a09d3dac UpdateTableOptions with data chance instead of when queryASTs changes. 2018-04-23 18:33:02 -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
Jared Scheib 7f1d870c2a 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 96b47b4dbe Implement Overlay Technology on Template Variable Manager 2018-04-23 17:15:58 -07:00
Andrew Watkins f6c387c809 Introduce new context and ExpressionNode component 2018-04-23 17:12:14 -07:00
Brandon Farmer fe35f189ed Test & refactor basepath validation into dedicated fn 2018-04-23 17:02:00 -07:00
Jared Scheib 9710854b25 Comment WithContext fn for context 2018-04-23 16:47:35 -07:00
ebb-tide 3b32ab98bc Fix DragDropContext error, by converting GraphOptionsCustomizeFields to a class. 2018-04-23 16:01:41 -07:00
ebb-tide 752956ba52 Merge branch 'master' into table/group-by 2018-04-23 15:43:47 -07:00
Alex P 352a5db058 Reorganize styles 2018-04-23 15:39:30 -07:00
Brandon Farmer 6211c59f18 Merge pull request #3291 from influxdata/fixes/csv-temp-vars
Only update template variables that are not csv type
2018-04-23 15:37:23 -07:00