Commit Graph

5349 Commits (7d483d87df66bdc628356ff7a2bf232dd9488d77)

Author SHA1 Message Date
Andrew Watkins 7d483d87df WIP change name to value 2017-10-17 12:44:16 -07:00
Andrew Watkins 54bb1de47f Remove irrlevant test 2017-10-17 12:42:58 -07:00
Andrew Watkins 2e208b54af Fix broken test 2017-10-17 12:42:58 -07:00
Andrew Watkins de460e6ce9 Adjust kapacitor components to accept new data shape 2017-10-17 12:42:58 -07:00
Andrew Watkins 17cd3e415a Fix applying funcs with initial group by time 2017-10-17 12:42:58 -07:00
Andrew Watkins 8bfebdee24 Iron kinks 2017-10-17 12:42:58 -07:00
Andrew Watkins faa7fd036d Pull component specific attributes out of group by selection 2017-10-17 12:42:58 -07:00
Andrew Watkins b553655e16 Move logic for initial field out of reducer 2017-10-17 12:42:58 -07:00
Andrew Watkins e6c82b88e0 Fix rawText keeping old state in the DE 2017-10-17 12:42:57 -07:00
Andrew Watkins 0beca4dd21 Christmas came early 2017-10-17 12:42:57 -07:00
Andrew Watkins 89c2334aea Max mean the default for new field 2017-10-17 12:42:57 -07:00
Andrew Watkins 3e964b86d9 Fix toggle field logic 2017-10-17 12:42:57 -07:00
Andrew Watkins 63960e107d Move kapacitor specific logic out of toggleField 2017-10-17 12:42:57 -07:00
Andrew Watkins a4656e8ea9 Add spec for REMOVE_FUNCS 2017-10-17 12:42:57 -07:00
Andrew Watkins 73f35be7e9 Start breaking up the sadness in applyFuncsToFields 2017-10-17 12:42:56 -07:00
Andrew Watkins 2c77ea9b52 New queryConfig shape 'works' in the DE 2017-10-17 12:42:56 -07:00
Andrew Watkins 5092185d48 Refactor FieldList to accept new shape 2017-10-17 12:42:56 -07:00
Chris Goller 92294923a3 Remove toggleFieldWithGroupByInterval 2017-10-17 12:42:56 -07:00
Chris Goller 446d729eca Fix import of field helper typos 2017-10-17 12:42:56 -07:00
Chris Goller ee2407c112 Update queryConfigSpec to remove deprecated mocha assertions 2017-10-17 12:42:56 -07:00
Chris Goller 322275962e Add spec tests for field helpers 2017-10-17 12:42:55 -07:00
Chris Goller 5d9047116f Update reducers to reflect new field helper location 2017-10-17 12:42:55 -07:00
Chris Goller 6930d25f93 Move fields helpers into shared reducers 2017-10-17 12:42:55 -07:00
Chris Goller ecc3f2ccb7 Update queryTransitions to use field helpers 2017-10-17 12:42:55 -07:00
Chris Goller 14f7b16f50 Fix field helper function to be javascript 2017-10-17 12:42:55 -07:00
Chris Goller 8324e13670 WIP 2017-10-17 12:42:55 -07:00
Chris Goller ebe75f1c5b Add functions to handle fields in new queryConfig 2017-10-17 12:42:55 -07:00
Andrew Watkins 326a00b153 Update kapacitory query reducer 2017-10-17 12:42:54 -07:00
Andrew Watkins 1cfe98ec09 Put add funcs to fields in one reducer function 2017-10-17 12:42:54 -07:00
Chris Goller 5ff766e728 Update query building to new queryConfig shape 2017-10-17 12:42:54 -07:00
Chris Goller 9652703e5b Move influxql spec file to correct location 2017-10-17 12:42:54 -07:00
Andrew Watkins c6c63afbe6 WIP adding funcs and fields to query config v2 2017-10-17 12:42:54 -07:00
Hunter Trujillo 42d508e35a WIP 2017-10-17 12:42:54 -07:00
Hunter Trujillo ef4b01513b WIP 2017-10-17 12:42:53 -07:00
Chris Goller 4de1eb299d Update InfluxQL field parsing to return strings rather than numbers 2017-10-17 13:52:26 -05:00
Chris Goller c8b0f34534 Refactor fill statement parsing to be an idomatic switch 2017-10-17 13:52:01 -05:00
Chris Goller 1ee1fd9040 Add test of InfluxQL parsing with aggregates and aliases 2017-10-17 13:50:52 -05:00
Chris Goller adb071be37 Refactor queryConfig fields to kapacitor to remove loops 2017-10-17 13:48:21 -05:00
Chris Goller 5711fe66f2 Update kapacitor variables to guard against invalid fields 2017-10-16 12:02:47 -05:00
Chris Goller fd8e3b3398 Update swagger documentation about queryConfig 2017-10-16 11:51:51 -05:00
Chris Goller 14e49c0ef9 Rename queryConfig field to Value and support top/bottom 2017-10-16 10:56:12 -05:00
Chris Goller 0d3762e272 WIP supporting integers/floats for influxql arguments 2017-10-11 14:45:01 -05:00
Chris Goller a5d28c3eca Update queryConfig arguments to be optional in JSON response 2017-10-10 23:32:08 -05:00
Chris Goller 7f3986f982 Refactor query config field arguments to be fields 2017-10-10 18:04:45 -05:00
Chris Goller 5f4ce64a11 Refactor queryConfig to have field aliases and function arguments 2017-10-10 17:01:50 -05:00
Nathan Haugo 490cb31192 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 41470d7bbd Update CHANGELOG.md
Fix markdown
2017-10-10 11:07:57 -07:00
Nathan Haugo 5a48394802 Merge branch 'master' into bug/fix-rp-copy 2017-10-10 11:07:06 -07:00
Andrew Watkins 3c9d78bd72 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 ad6fd8ee2e Merge pull request #2078 from influxdata/rule-builder-polish-2
UI IMPROVEMENT: Rule Builder Polish
2017-10-10 09:34:07 -07:00