Commit Graph

5135 Commits (9bcec4ea8efe00a15869455108ffe8437d8f67f0)

Author SHA1 Message Date
Jared Scheib 7f1dd2b780 Move defaultProps outside of class definition 2017-09-07 11:22:16 -07:00
Jared Scheib 4873627441 Refactor KAPA_ADD_RULE to use spread operator; removed unused param 2017-09-07 13:14:59 -04:00
Jared Scheib 7179d702d1 Add comments for two actions consumed by two reducers each 2017-09-07 13:11:02 -04:00
Jared Scheib 82f93819c4 Refactor a ADD_QUERY reducer to use spread operator; remove unused param 2017-09-07 13:10:11 -04:00
Jared Scheib f26885aa45 Change var name to clarify for condition when it's undefined 2017-09-07 12:34:50 -04:00
Andrew Watkins a5c1a83e90 Reform Relative into an SFC 2017-09-06 15:40:54 -07:00
Andrew Watkins ee95d97297 Make Threshold an SFC 2017-09-06 14:58:56 -07:00
Nathan Haugo c36748d81e Merge pull request #1969 from influxdata/feature/querystring-config-refactor
Refactor query string middleware
2017-09-06 14:06:37 -07:00
Andrew Watkins fd1d251af6 Handle kapacitor range values being undefined 2017-09-06 14:01:22 -07:00
Andrew Watkins 69f117b766 WIP Move relative and threshold to separate file 2017-09-06 13:53:45 -07:00
Andrew Watkins 79e9a5bf27 Transform Deadman to an SFC 2017-09-06 12:57:04 -07:00
Hunter Trujillo 708d96539e whoops! forgot my hat. 2017-09-06 11:56:04 -06:00
Hunter Trujillo 24f0fdf9c1 Remove DE QC query string param code for this PR. 2017-09-06 11:50:02 -06:00
Jared Scheib 681c700806 Test fill for floating point number on server 2017-09-06 12:27:13 -04:00
Jared Scheib 856f879924 Add server test for invalid fill 2017-09-06 12:21:44 -04:00
Jared Scheib f8a1a4b785 Update changelog 2017-09-06 11:48:59 -04:00
Jared Scheib a711fc1a69 Merge remote-tracking branch 'origin/master' into fill-query-widget 2017-09-06 11:48:00 -04:00
Jared Scheib 81f5e42352 Fix changelog PR number, clarify update 2017-09-06 11:47:46 -04:00
Jared Scheib b5604d8c37 Add comprehensive explicit fill test coverage 2017-09-06 11:44:22 -04:00
Jared Scheib 4543c89755 Test client explicit fill; clean up 2017-09-06 11:37:47 -04:00
Jared Scheib e551f3f55a Add client test for implicit fill null made explicit 2017-09-06 11:31:04 -04:00
Jared Scheib bd9b3ea9d5 Fix client tests w/r/t changes to defaultQueryConfig and fill 2017-09-06 11:27:16 -04:00
Jared Scheib fc0ddc0304 Fix query parser to return correct fill num value 2017-09-06 10:55:45 -04:00
Jared Scheib e0c93f3b2a Test fill number 2017-09-06 10:55:36 -04:00
Jared Scheib 888e8a8b9d Test implicit fill null made explicit 2017-09-06 10:50:02 -04:00
Hunter Trujillo 8fb6910447 Changelog. 2017-09-05 18:12:48 -06:00
Hunter Trujillo 0c6231a293 Refactor query string middleware. Adds novel DE query config functionality. 2017-09-05 17:57:52 -06:00
Jared Scheib 839932978a Test explicit null fill in server query parsing 2017-09-05 18:41:58 -04:00
Jared Scheib ae3751e43d Add fill to queryConfig in server response 2017-09-05 18:41:58 -04:00
Jared Scheib cc082dfcab Add query parser test for non-null fill 2017-09-05 18:41:50 -04:00
Jared Scheib a8d0b763c3 Add Fill prop to chronograf queryConfig 2017-09-05 18:40:40 -04:00
Andrew Watkins 217bee54b2 Prettier and prettier 2017-09-05 15:35:45 -07:00
Andrew Watkins 14d73ec9eb Move rule condition above query builder 2017-09-05 15:34:53 -07:00
Andrew Watkins d79bf2976f Convert to modern syntax 2017-09-05 15:01:13 -07:00
Andrew Watkins b8e2d1d21c Convert to modern syntax 2017-09-05 14:42:29 -07:00
Jared Scheib 1444d2f05b Fix destructuring error when no options passed to applyFuncsToField 2017-09-05 16:44:23 -04:00
Jared Scheib 08405d39bb Fix Kapacitor FieldList propTypes to prevent onFill func warning 2017-09-05 16:24:07 -04:00
Jared Scheib d4ac98b1d4 Prevent fill from being added to kapacitor query string 2017-09-05 16:23:35 -04:00
Jared Scheib c5bb9fd25a Ensure default influxql fill value of 'null' string 2017-09-05 15:56:19 -04:00
Jared Scheib 502ac19afe Fix bug to ensure GROUP BY is not added to toggled func-less field 2017-09-05 12:02:15 -04:00
Jared Scheib 5805b17ab9 Add Fill to queryConfig when field toggled 2017-09-05 12:00:38 -04:00
Jared Scheib 84d8f9c4f5 Change NULL const to NULL_STRING to avoid confusion 2017-09-05 11:59:28 -04:00
Hunter Trujillo 1257da76ad Merge pull request #1945 from influxdata/feature/url-to-presentation-mode
Add 'present' url param detection to presentation mode middleware
2017-09-05 09:03:34 -06:00
Jared Scheib 5bd7690e84 Only add Fill when to InfluxQL when there's a group by time 2017-09-05 11:00:11 -04:00
Jared Scheib 554615b90d Merge remote-tracking branch 'origin/master' into fill-query-widget 2017-09-05 10:52:41 -04:00
Jared Scheib e6fb0c9b8d Merge branch 'master' into feature/url-to-presentation-mode 2017-09-04 14:19:48 -04:00
Hunter Trujillo 343c544c85 CHANGELOG> 2017-09-02 00:36:40 -06:00
Hunter Trujillo f45a24ca9f Use only the boolean interface for the present query string. 2017-09-02 00:36:08 -06:00
Hunter Trujillo 77b5e7f742 UPDATE CHANGELOG. 2017-09-02 00:03:31 -06:00
Hunter Trujillo e0e8ce2fdf Update CHANGELOG. 2017-09-02 00:02:56 -06:00