Commit Graph

8660 Commits (7aa09418f1a94c424a58b4ae9a2160d2a8f812b6)

Author SHA1 Message Date
Andrew Watkins fe3fdb57f0 Merge pull request #3142 from influxdata/timemachine
Timemachine
2018-04-06 13:05:39 -07:00
Iris Scholten 23f398fe3d Update sizing column function to determine whether is label more accureately 2018-04-06 13:03:04 -07:00
Jared Scheib 94835f36f7 Factor our getting root node into utils fn
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
Co-authored-by Brandon Farmer <bthesorceror@gmail.com>
2018-04-06 13:00:01 -07:00
Iris Scholten 41cdd2c003 Update column sizing funciton to take into account time format and field display names 2018-04-06 12:52:59 -07:00
Iris Scholten 7ea64ec332 Use calculated column widths instead of columnsizer widths 2018-04-06 12:51:42 -07:00
Jared Scheib cf7be217d2 Rename DataExplorer import to DataExplorerPage for consistency
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-06 12:28:13 -07:00
Andrew Watkins 6fa52b9ba8 Fix type errors 2018-04-06 12:15:28 -07:00
Alex P 52a04bf8fc Fix component test 2018-04-06 11:31:23 -07:00
Alex P 2e510a57b2 undestructure name to simplify component 2018-04-06 11:30:49 -07:00
Alex P b85a69a7b8 Make func list item active class into a getter 2018-04-06 11:30:20 -07:00
Alex Paxton f6e6c90311 Merge pull request #3130 from influxdata/bugfix/y-axis-title
Prevent Y Axis Title from exceeding height of graph
2018-04-06 10:39:01 -07:00
Alex Paxton 80e95cae81 Merge branch 'master' into bugfix/y-axis-title 2018-04-06 10:17:52 -07:00
Alex P ffc100f08b Simplify code 2018-04-05 18:02:55 -07:00
Alex P 57dd610732 WIP fix tests 2018-04-05 18:02:43 -07:00
Brandon Farmer d67f1d28dc Merge pull request #3137 from influxdata/fixes/regexp-queries
Fixes literal expression json serialization
2018-04-05 17:02:49 -07:00
Brandon Farmer 9c5a97a544 Update changelog 2018-04-05 16:45:34 -07:00
Brandon Farmer b64c261f12 Fixes issues with queries containing regexps
- \. was not being escaped properly
2018-04-05 16:44:05 -07:00
Alex P ae06a71952 Make availableFuncs back into getter 2018-04-05 16:30:44 -07:00
Alex P 98dfdb239c Introduce concept of "Selected Function" and allow arrow key selection 2018-04-05 16:04:47 -07:00
Alex P ac480a9fdc Add styles for function selector 2018-04-05 16:03:53 -07:00
Alex P 90c055b4bc Allow box-shadow styles on non-disabled buttons 2018-04-05 16:03:28 -07:00
Alex P 621227987b Introduce input component specifically for IFQL function selection 2018-04-05 16:02:45 -07:00
lukevmorris ba505959fd Merge pull request #3138 from influxdata/fix_migration_type_information
Correct type information in migration
2018-04-05 15:57:32 -07:00
Iris Scholten 874be501b5 Add calculations for column sizing 2018-04-05 15:52:36 -07:00
Luke Morris cf8d3fb2ac Correct type information in migration 2018-04-05 15:44:27 -07:00
Alex Paxton 399995cd1f Merge pull request #3122 from influxdata/bugfix/thresholds
Fix Thresholds Bugs
2018-04-05 15:22:29 -07:00
ebb-tide bfee0bc3ab Implement sort with react-dnd 2018-04-05 15:04:14 -07:00
Andrew Watkins 6ef22e3677 Merge pull request #3136 from influxdata/bugfix/de-time-range
Bugfix: DataExplorer time range
2018-04-05 14:50:25 -07:00
Andrew Watkins b6583060d5 Check queryConfig on component mount 2018-04-05 13:53:38 -07:00
Andrew Watkins 101459338c Change route in side nav 2018-04-05 10:07:45 -07:00
Andrew Watkins 8b30c8f281 remove component 2018-04-05 10:04:50 -07:00
Andrew Watkins f8ad5a04f6 Add style
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-05 10:02:42 -07:00
Andrew Watkins 315efc8441 Add function parameter inputs 2018-04-05 10:02:42 -07:00
Andrew Watkins 562dc839af Display arguments and thier values
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-05 10:02:42 -07:00
Andrew Watkins 7c487cf0c9 Rename Node to FuncNode
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-05 10:02:42 -07:00
Andrew Watkins 84d85ead7c WIP move rawquery logic in to DE container 2018-04-05 10:02:08 -07:00
ebb-tide 5eec65786b Implement sort with react-sortable-hoc 2018-04-04 20:46:42 -07:00
Brandon Farmer b45f23d49a Merge pull request #3134 from influxdata/handle-no-fields-for-measurement
handle no fields for a measurement gracefully
2018-04-04 18:02:18 -07:00
Brandon Farmer 02b2277a93 handle no fields for a measurement gracefully 2018-04-04 17:51:03 -07:00
Jared Scheib 79732a1865 Merge pull request #2832 from influxdata/feature/rest-measurements
Add API for measurements with pagination
2018-04-04 16:55:48 -07:00
Brandon Farmer 7127f366ae Merge pull request #3131 from influxdata/fixes/deleting-organization-500
If a org is missing then don't add it to list
2018-04-04 16:32:41 -07:00
Brandon Farmer 5dfac30134 Update changelog 2018-04-04 16:21:38 -07:00
Jared Scheib aac6a5c950 Merge branch 'master' into feature/rest-measurements 2018-04-04 16:21:16 -07:00
Jared Scheib 4d85760481 Test Measurements api for 'prev' link when offset > limit 2018-04-04 16:19:54 -07:00
Andrew Watkins 168361170a Convert QueryMaker to TypesScript and add test 2018-04-04 16:06:50 -07:00
Andrew Watkins 709bf895f3 Update async test 2018-04-04 15:39:46 -07:00
Andrew Watkins 6536d5d9c7 Move DataExplorer to TypeScript 2018-04-04 15:39:34 -07:00
Jared Scheib c672568e91 Remove redundant limit value check from newMeasurementsLinks 2018-04-04 15:33:26 -07:00
Brandon Farmer a39696c549 If a org is missing then don't add it to list
Requests to /me and deleting organization can result in a race condition
2018-04-04 15:25:58 -07:00
Brandon Farmer 4a8500d9f1 Merge pull request #3129 from influxdata/fixes/double-stateChangesOnly-alerts
Only add stateChangesOnly to new rules
2018-04-04 14:59:03 -07:00