Commit Graph

5328 Commits (4e8e9b6cb2749d0af0cdf8af99e16516b0d38d8b)

Author SHA1 Message Date
Chris Goller 4e8e9b6cb2 Update reducers to reflect new field helper location 2017-10-17 12:42:55 -07:00
Chris Goller 1dc359e5f7 Move fields helpers into shared reducers 2017-10-17 12:42:55 -07:00
Chris Goller cf0245f953 Update queryTransitions to use field helpers 2017-10-17 12:42:55 -07:00
Chris Goller c14d44ae4f Fix field helper function to be javascript 2017-10-17 12:42:55 -07:00
Chris Goller bcf3943125 WIP 2017-10-17 12:42:55 -07:00
Chris Goller 1e8e8e2ddd Add functions to handle fields in new queryConfig 2017-10-17 12:42:55 -07:00
Andrew Watkins d8728cb925 Update kapacitory query reducer 2017-10-17 12:42:54 -07:00
Andrew Watkins 55d29f89e3 Put add funcs to fields in one reducer function 2017-10-17 12:42:54 -07:00
Chris Goller 0c72084fd8 Update query building to new queryConfig shape 2017-10-17 12:42:54 -07:00
Chris Goller d16249fce6 Move influxql spec file to correct location 2017-10-17 12:42:54 -07:00
Andrew Watkins ac126541b8 WIP adding funcs and fields to query config v2 2017-10-17 12:42:54 -07:00
Hunter Trujillo 1be7dbbd18 WIP 2017-10-17 12:42:54 -07:00
Hunter Trujillo b6757d4dd6 WIP 2017-10-17 12:42:53 -07:00
Chris Goller dd3399adcd Update InfluxQL field parsing to return strings rather than numbers 2017-10-17 13:52:26 -05:00
Chris Goller 9c9a0a4fc7 Refactor fill statement parsing to be an idomatic switch 2017-10-17 13:52:01 -05:00
Chris Goller 2c3c9f39cc Add test of InfluxQL parsing with aggregates and aliases 2017-10-17 13:50:52 -05:00
Chris Goller 312e74993f Refactor queryConfig fields to kapacitor to remove loops 2017-10-17 13:48:21 -05:00
Chris Goller 8f0966e570 Update kapacitor variables to guard against invalid fields 2017-10-16 12:02:47 -05:00
Chris Goller 725fd521dc Update swagger documentation about queryConfig 2017-10-16 11:51:51 -05:00
Chris Goller 7b786657aa Rename queryConfig field to Value and support top/bottom 2017-10-16 10:56:12 -05:00
Chris Goller 6d6a2d4a2a WIP supporting integers/floats for influxql arguments 2017-10-11 14:45:01 -05:00
Chris Goller 8e9d5cbc2c Update queryConfig arguments to be optional in JSON response 2017-10-10 23:32:08 -05:00
Chris Goller 3c1b09704e Refactor query config field arguments to be fields 2017-10-10 18:04:45 -05:00
Chris Goller 3ba1a4c94d Refactor queryConfig to have field aliases and function arguments 2017-10-10 17:01:50 -05:00
Nathan Haugo baedbf35c4 Merge pull request #2095 from influxdata/bug/fix-rp-copy
Fix copy for rp values
2017-10-10 11:08:22 -07:00
Nathan Haugo 865a11cc5e Update CHANGELOG.md
Fix markdown
2017-10-10 11:07:57 -07:00
Nathan Haugo 33b165edce Merge branch 'master' into bug/fix-rp-copy 2017-10-10 11:07:06 -07:00
Andrew Watkins 6eb11d6f02 Merge pull request #2080 from influxdata/keep-ceo-toggle-centered
Prevent CEO toggle from de-centering when no queries present
2017-10-10 11:04:21 -07:00
Alex Paxton dc296ba247 Merge pull request #2078 from influxdata/rule-builder-polish-2
UI IMPROVEMENT: Rule Builder Polish
2017-10-10 09:34:07 -07:00
Andrew Watkins 4aeb317562 Merge pull request #2083 from influxdata/feature/time-after-time
FEATURE: Persist dashboard time ranges per dashboard
2017-10-09 17:51:17 -07:00
Andrew Watkins a2d7afb900 Update CHANGELOG 2017-10-09 13:13:18 -07:00
Andrew Watkins 7845c86150 Update CHANGELOG 2017-10-09 13:02:49 -07:00
Andrew Watkins 0565a24e0a Fix tests 2017-10-09 13:01:40 -07:00
Andrew Watkins fc57e88133 Add format to timeRange 2017-10-09 13:01:40 -07:00
Andrew Watkins d1181554d7 Add more properties to timeRange proptypes 2017-10-09 13:01:40 -07:00
Andrew Watkins a4d37e773e Simplify reducer 2017-10-09 13:01:40 -07:00
Andrew Watkins 1b9318f6ed Gaurd against ranges being undefined 2017-10-09 13:01:39 -07:00
Andrew Watkins bb6a88972e Add dashboard to props 2017-10-09 13:01:39 -07:00
Andrew Watkins beebbfa227 Move coercion of string into id normalizer
If an when we move to using URI's as the dynamic parameters
in routes.  We will need a consolidate place to decocde them or
ensure they are of the proper types and shape.  This commit introduces
this pattern.
2017-10-09 13:01:39 -07:00
Andrew Watkins 6cf52ff5f3 Future proof buildInfluxQL function 2017-10-09 13:01:39 -07:00
Andrew Watkins b083e2c654 Semantics 2017-10-09 13:01:39 -07:00
Andrew Watkins cb3cb0ac18 Test cleanup 2017-10-09 13:01:39 -07:00
Andrew Watkins b10b52b7d9 Test cleanup 2017-10-09 13:01:39 -07:00
Andrew Watkins 5cff4f1b5b Update CHANGELOG 2017-10-09 13:01:38 -07:00
Andrew Watkins 354d318d69 Use lodash for object detection 2017-10-09 13:01:38 -07:00
Andrew Watkins 1656d2e8f2 Normalize dashboard time ranges on load and save to localStorage 2017-10-09 13:01:38 -07:00
Andrew Watkins 8d7d0bd254 Add number as valid type of bound 2017-10-09 13:01:38 -07:00
Andrew Watkins 59ad62686f Introduce dashboardTime normalizer 2017-10-09 13:01:38 -07:00
Andrew Watkins cd2a46d439 Fix delete 2017-10-09 13:01:38 -07:00
Andrew Watkins 33039b90b7 Add dashTimeV1 to localStorage 2017-10-09 13:01:38 -07:00