Commit Graph

3389 Commits (900702d6be25770f3566e30f5c407c3d59168b4a)

Author SHA1 Message Date
Andrew Watkins b5aa82fe08 Introduce TICKscript editor 2017-09-12 09:23:21 -07:00
Andrew Watkins 423f02ba73 Add skeleton for tickscript editor page 2017-09-12 09:23:21 -07:00
Chris Goller 2128c13163 Update kapacitor rule response with dbrps, various dates, error, and executing. 2017-09-09 10:19:52 -05:00
deniz kusefoglu 3b705139ab Refactor DataSection SFC 2017-09-08 12:35:42 -07:00
deniz kusefoglu 6ce54ec3fd Clean up 2017-09-08 12:24:46 -07:00
Deniz Kusefoglu cb8b812c14 Merge branch 'master' into fill-query-widget 2017-09-08 14:39:54 -04:00
Deniz Kusefoglu c79eaf7e7f Merge pull request #1971 from influxdata/bugfix/deadman
BUGFIX: deadman
2017-09-08 14:30:11 -04:00
Jared Scheib 9de78a35d9 Merge branch 'master' into fill-query-widget 2017-09-08 11:27:31 -07:00
Jared Scheib b5b56cd9e4 Only submit number input value on blur; cancel on escape 2017-09-08 11:26:07 -07:00
Jared Scheib 0f5a5d2ed7 Only submit fill number upon enter; ensure number value on blur 2017-09-08 11:26:07 -07:00
Hunter Trujillo 15e549696e Make Jared's belief system conversion look nicer
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-09-08 11:25:49 -07:00
Jared Scheib be0e1a066e Convert Jared to a believer in functional programming overlord technology 2017-09-08 11:24:48 -07:00
deniz kusefoglu fed1901014 Transform ValuesSection into an SFC 2017-09-08 11:16:34 -07:00
deniz kusefoglu 4e1f19f3a7 WIP Partially transform Values Section to an SFC 2017-09-08 10:36:35 -07:00
Nathan Haugo e89e8d137b Bump version to 1.3.8.0 2017-09-07 16:29:56 -07:00
Andrew Watkins 1ab705e431 Fix deadman UI 2017-09-07 15:21:20 -07:00
deniz kusefoglu 4e16fa33c4 WIP move sections some more 2017-09-07 14:08:39 -07:00
Jared Scheib b85bca0155 Merge branch 'master' into fill-query-widget 2017-09-07 12:58:06 -07:00
Jared Scheib 97ef8a52b5 Test client DE fill for ints and floats 2017-09-07 12:50:50 -07:00
Jared Scheib 2ab38d75e0 Test updating fill to non-null-string non-number value in client DE 2017-09-07 12:49:51 -07:00
Jared Scheib 8e5bed7a10 Test for explicit fill with group by time in client DE 2017-09-07 12:43:17 -07:00
Jared Scheib c2a7d21d09 Update modified queryTransition funcs to ES6 and spread operator 2017-09-07 12:39:15 -07:00
Andrew Watkins 54c1d45c07 WIP Move sections around 2017-09-07 11:43:30 -07:00
Andrew Watkins f4e6e70efe Remove redundant call to getChildContext
The CheckSources component already provedes source to this component
and its children.
2017-09-07 11:41:37 -07:00
Jared Scheib bb0dc81dd7 Rename onSelection func to onChooseFill for idiomacy 2017-09-07 11:35:51 -07:00
Jared Scheib 9e5b60c874 Move styles for groupby fill container into stylesheet 2017-09-07 11:32:01 -07:00
Jared Scheib 35a1d64036 Prettier 2017-09-07 11:31:24 -07:00
Jared Scheib 5f5e04459e Move defaultProps outside of class definition 2017-09-07 11:22:16 -07:00
Jared Scheib 390d970d3a Refactor KAPA_ADD_RULE to use spread operator; removed unused param 2017-09-07 13:14:59 -04:00
Jared Scheib cc72462d41 Add comments for two actions consumed by two reducers each 2017-09-07 13:11:02 -04:00
Jared Scheib 9059b03fd6 Refactor a ADD_QUERY reducer to use spread operator; remove unused param 2017-09-07 13:10:11 -04:00
Jared Scheib 632725d943 Change var name to clarify for condition when it's undefined 2017-09-07 12:34:50 -04:00
Andrew Watkins c36a78e84c Reform Relative into an SFC 2017-09-06 15:40:54 -07:00
Andrew Watkins 6e558e9653 Make Threshold an SFC 2017-09-06 14:58:56 -07:00
Andrew Watkins 7a4f105f5a Handle kapacitor range values being undefined 2017-09-06 14:01:22 -07:00
Andrew Watkins 13f938a896 WIP Move relative and threshold to separate file 2017-09-06 13:53:45 -07:00
Andrew Watkins 0c4662552e Transform Deadman to an SFC 2017-09-06 12:57:04 -07:00
Hunter Trujillo 147abd76d9 whoops! forgot my hat. 2017-09-06 11:56:04 -06:00
Hunter Trujillo 3764d4d650 Remove DE QC query string param code for this PR. 2017-09-06 11:50:02 -06:00
Jared Scheib d3420ff6f8 Merge remote-tracking branch 'origin/master' into fill-query-widget 2017-09-06 11:48:00 -04:00
Jared Scheib 7ac1057e0d Add comprehensive explicit fill test coverage 2017-09-06 11:44:22 -04:00
Jared Scheib 2bf7d64370 Test client explicit fill; clean up 2017-09-06 11:37:47 -04:00
Jared Scheib c33ea2d486 Add client test for implicit fill null made explicit 2017-09-06 11:31:04 -04:00
Jared Scheib 03e572965e Fix client tests w/r/t changes to defaultQueryConfig and fill 2017-09-06 11:27:16 -04:00
Hunter Trujillo 6c3d1668bf Refactor query string middleware. Adds novel DE query config functionality. 2017-09-05 17:57:52 -06:00
Andrew Watkins 482f69a196 Prettier and prettier 2017-09-05 15:35:45 -07:00
Andrew Watkins 3a75df0208 Move rule condition above query builder 2017-09-05 15:34:53 -07:00
Andrew Watkins eb2c761129 Convert to modern syntax 2017-09-05 15:01:13 -07:00
Andrew Watkins 7aec032aa4 Convert to modern syntax 2017-09-05 14:42:29 -07:00
Jared Scheib dbb8c32bd5 Fix destructuring error when no options passed to applyFuncsToField 2017-09-05 16:44:23 -04:00
Jared Scheib 86b883b154 Fix Kapacitor FieldList propTypes to prevent onFill func warning 2017-09-05 16:24:07 -04:00
Jared Scheib 18b7fe3cbe Prevent fill from being added to kapacitor query string 2017-09-05 16:23:35 -04:00
Jared Scheib a814dbc9b0 Ensure default influxql fill value of 'null' string 2017-09-05 15:56:19 -04:00
Jared Scheib 67ab19515c Fix bug to ensure GROUP BY is not added to toggled func-less field 2017-09-05 12:02:15 -04:00
Jared Scheib b43d33bc7d Add Fill to queryConfig when field toggled 2017-09-05 12:00:38 -04:00
Jared Scheib a6754857eb Change NULL const to NULL_STRING to avoid confusion 2017-09-05 11:59:28 -04:00
Jared Scheib 31f0ed3773 Only add Fill when to InfluxQL when there's a group by time 2017-09-05 11:00:11 -04:00
Jared Scheib 1371c6afad Merge remote-tracking branch 'origin/master' into fill-query-widget 2017-09-05 10:52:41 -04:00
Jared Scheib b882caa3ed Merge branch 'master' into feature/url-to-presentation-mode 2017-09-04 14:19:48 -04:00
Hunter Trujillo f59fc76657 Use only the boolean interface for the present query string. 2017-09-02 00:36:08 -06:00
Jared Scheib cfcb2ec260 Use different query config if for Kapacitor rule
This removes the 'fill' property from a default
query config if it is for use in a Kapacitor
alert rule

Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
2017-09-01 20:01:10 -04:00
Jared Scheib bcca6ec596 Remove obsolete getInitialState store helper func 2017-09-01 17:37:07 -04:00
Hunter Trujillo 1d23ccd587 Use src-relative path for importing enablePresentationMode action. Add query-string package. Use queryString library to parse location.search. 2017-09-01 15:07:37 -06:00
Andrew Watkins 33c32dcfeb All the implicit returns 2017-09-01 11:12:02 -07:00
Andrew Watkins 5a843836c9 Fix stacked graph bug 2017-09-01 10:09:52 -07:00
Andrew Watkins eff225e9c2 Merge pull request #1952 from influxdata/bugfix/crosshair-remove
BUGFIX: crosshair remove
2017-08-31 14:39:48 -07:00
Andrew Watkins ec05a50627 Merge pull request #1956 from influxdata/bugfix/alerts
Fix alerts table to display if alerts are missing a host, name, or level
2017-08-31 14:39:31 -07:00
Andrew Watkins a5f984bd36 Merge branch 'master' into bugfix/crosshair-remove 2017-08-31 14:16:29 -07:00
Andrew Watkins cd7de90642 Fix alerts table to display if alerts are missing a host, name, or level 2017-08-31 14:15:33 -07:00
Andrew Watkins 1ac66a364f Merge branch 'master' into bugfix/some-fields 2017-08-31 14:07:15 -07:00
Andrew Watkins f0b9088c9e Invoke line colors and stop wrapping 2017-08-31 14:06:28 -07:00
Andrew Watkins a674ef5edd Merge pull request #1943 from influxdata/bugfix/add-kapa-from-source
Fix inability to add kapacitor from source page
2017-08-31 13:12:09 -07:00
Andrew Watkins dc82dde36b Sugar 2017-08-31 13:06:55 -07:00
Andrew Watkins d4d2fb3618 Cleanup Dygraph component 2017-08-31 09:06:16 -07:00
Andrew Watkins d3637907f8 Slim crosshair and remove gradient 2017-08-31 09:00:36 -07:00
Andrew Watkins d64b737aac Make legend hide less sensitive 2017-08-31 09:00:36 -07:00
Andrew Watkins fd5560512a Remove crosshair when someone graph is moused out 2017-08-31 09:00:36 -07:00
Andrew Watkins c25e15c64d Fix inability to add kapacitor from source page
The kapacitors array on source was not yet defined.  So, I added
a default empty array to the kapacitors key off of source.  Also,
cleaned up some logic regarding the duplication of kapacitor names.
2017-08-31 08:59:18 -07:00
Andrew Watkins f40db15409 Add spec 2017-08-30 14:09:24 -07:00
Andrew Watkins 031f963d0a Update toggle field function to handle missing field key 2017-08-30 13:58:55 -07:00
Andrew Watkins 61985ac847 Make fields empty array if no key detected 2017-08-30 13:46:43 -07:00
Andrew Watkins 00b7a5c050 Refactor FieldList to ES6 class syntax 2017-08-30 13:37:31 -07:00
Timothy J. Raymond 3d2c012e72 Merge pull request #1929 from influxdata/bugfix/tr-abs-agb
Add nanosecond precision to :interval: calc
2017-08-30 16:28:21 -04:00
Andrew Watkins d597f07101 Fix DE freezing up when there is no field list 2017-08-30 13:28:15 -07:00
Hunter Trujillo 079d8a320e Add 'present' url query/search param to presentation mode middleware. 2017-08-30 10:52:04 -06:00
Alex P 822415f498 Use invisible triangle to prevent accidental hovers when mousing to a subnav item 2017-08-29 18:54:31 -07:00
Alex P afc911c1ce Highlight logo square when viewing status page 2017-08-29 18:34:39 -07:00
Alex Paxton bba01f6c6f Merge branch 'master' into fill-query-widget 2017-08-29 18:05:38 -07:00
Alex P 11c1d2c99a Recover accidentally removed styles 2017-08-29 17:51:39 -07:00
Alex P 5fa4fa9792 Focus on number input after Number is selected from dropdown
Instead of autofocus
2017-08-29 17:48:11 -07:00
Alex P ce5d091f93 Merge remote-tracking branch 'origin/fill-query-widget' into fill-query-widget 2017-08-29 17:42:26 -07:00
Alex P 012aacaa23 Use labels adjacent to dropdowns instead of inside "selected" 2017-08-29 17:40:22 -07:00
Alex P 91549f180d Switch order of group by and fill dropdowns 2017-08-29 17:39:32 -07:00
Alex Paxton 2ddcabdc2b Merge branch 'master' into fix-duration-cell-width 2017-08-29 16:30:09 -07:00
Andrew Watkins 16ab7f2598 Update placeholder 2017-08-29 16:25:28 -07:00
Andrew Watkins 93d7469729 Fix inability to add kapacitor from source page
The kapacitors array on source was not yet defined.  So, I added
a default empty array to the kapacitors key off of source.  Also,
cleaned up some logic regarding the duplication of kapacitor names.
2017-08-29 16:11:43 -07:00
Jared Scheib 9cb25917fc WIP 2017-08-29 16:00:07 -07:00
Jared Scheib ce6d21cc1a Fix FillQuery interpretation of number values 2017-08-29 15:32:47 -07:00
Jared Scheib d7f6761c3c Add fill to Data Explorer UI and queryConfigs 2017-08-29 15:32:22 -07:00
Jared Scheib b5ea9dbbca Remove FillQuery component from Kapacitor rule alert query builder 2017-08-29 15:31:12 -07:00
Alex P 0445d4722f Polish optional alert rules 2017-08-29 12:44:32 -07:00
Alex P 07e096ee78 Fix for 1932 2017-08-29 11:12:33 -07:00
Andrew Watkins ff58f3d71d Fix broken hostpage 2017-08-28 18:16:45 -07:00
Jared Scheib c40b0a35a0 Fix state setting when fill value is number 2017-08-28 14:40:03 -07:00
Jared Scheib 1a412319d4 Remove Kapacitor queryFill filtering from influx queries 2017-08-28 14:25:39 -07:00
Andrew Watkins 059a9f19fb Fix js rounding errors 2017-08-28 12:39:49 -07:00
Andrew Watkins 96e64df06b Cleanup TimeRangeDropdown's constructor 2017-08-25 12:25:35 -07:00
Andrew Watkins 0de80cbe1e Fix reprsent the zoomed time range in the header 2017-08-25 12:25:17 -07:00
Andrew Watkins 7e2bae10a5 Reset zoom 2017-08-25 10:38:55 -07:00
Jared Scheib b529b806e8 Add fill clause to all raw InfluxQL statements 2017-08-24 18:48:53 -07:00
Jared Scheib 84512700cc Comment out autofocus until more nuanced UX dreamt up 2017-08-24 18:46:18 -07:00
Jared Scheib 882a20b038 Filter fill types not supported by Kapacitor
Refactor FillQuery to use hson data for Dropdown consistency
2017-08-24 17:51:49 -07:00
Andrew Watkins 4e60305cc9 Fix timestamp format 2017-08-24 16:54:23 -07:00
Andrew Watkins 1d18a3d295 Add zoomed range to state and templates 2017-08-24 15:59:47 -07:00
Andrew Watkins 4a331408a3 Add default value prop 2017-08-24 15:59:47 -07:00
Andrew Watkins e9dbdf2702 Fix spelling 2017-08-24 15:59:47 -07:00
Andrew Watkins 88ee5b9ef6 Remove dup script 2017-08-24 15:59:46 -07:00
Andrew Watkins f1763b739e Fix graphs not resizing properly in cells 2017-08-24 15:59:46 -07:00
Andrew Watkins 38717ee7a3 Add a tooltip to value format toggle 2017-08-24 15:59:46 -07:00
Andrew Watkins 56e263cff9 Remove magic numbers 2017-08-24 15:59:46 -07:00
Andrew Watkins fc70cb97a9 Move DisplayOptionsInput into /dashboard dir 2017-08-24 15:59:45 -07:00
Andrew Watkins f28d5dfa65 Add ability to toggle between linear and logarithmic scale 2017-08-24 15:59:45 -07:00
Andrew Watkins 37721754e2 Make input SFC 2017-08-24 15:59:45 -07:00
Andrew Watkins 9552147a28 Use defaultProps instead of _.get() 2017-08-24 15:59:45 -07:00
Andrew Watkins 5a82e7fb11 Update dygraph based on user selected base 2017-08-24 15:59:45 -07:00
Andrew Watkins 1c3b7a845e Allow set base state on cell 2017-08-24 15:59:45 -07:00
Andrew Watkins b3183e9eff Fix incorrect empty y2 bound 2017-08-24 15:59:45 -07:00
Andrew Watkins 3665324a96 Fix incorrect positioning of labels on initial render 2017-08-24 15:59:45 -07:00
Andrew Watkins 3f51fc64c3 Actually resize Dygraph on component update 2017-08-24 15:59:44 -07:00
Andrew Watkins 179db102ab Cleanup 2017-08-24 15:59:44 -07:00
Andrew Watkins 169b1f8ee0 WIP Allow user to set prefix and suffix in y-axis 2017-08-24 15:59:44 -07:00
Andrew Watkins c510d1b832 Fix linter errors 2017-08-24 15:59:44 -07:00
Andrew Watkins 83594e7f8c WIP Import dygraphs number axis formatter 2017-08-24 15:59:44 -07:00
Andrew Watkins 49de19014a Move active query logic to container 2017-08-24 15:59:43 -07:00
Andrew Watkins d27c4fe3e5 Change height of table dynamically according to resizer 2017-08-24 15:59:42 -07:00
Hunter Trujillo 1715ef2d7a Add SHOW DATABASES integration test with Nightwatch.js. 2017-08-24 15:59:42 -07:00
Jared Scheib 458d3c60a2 Pass default Y label into DisplayOptions
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-24 15:59:42 -07:00
Jared Scheib af814be05b Add and wire up action creator and reducer for fill in query config 2017-08-24 15:15:45 -07:00
Jared Scheib 7fa10fbe2d Add comment and import const for 'null' string value on default config 2017-08-24 15:14:49 -07:00
Jared Scheib 2d473cd261 Add query transition for fill 2017-08-24 15:11:39 -07:00
Jared Scheib 5f8c9d4102 Remove parens from queryFill options 2017-08-24 15:10:48 -07:00
Jared Scheib b81ba1687e Make query fill options syntax consistent 2017-08-24 14:38:59 -07:00
Andrew Watkins 73db221798 Merge branch 'master' into bugfix/same-range 2017-08-24 14:26:38 -07:00
Jared Scheib ac3ca96df4 Remove copy in UI 2017-08-24 14:01:57 -07:00
Jared Scheib cc01f5a93b Make FillQuery only return a single string value 2017-08-24 14:01:42 -07:00
Jared Scheib 17ca51a319 Make 'none' the first value for fill 2017-08-24 14:01:05 -07:00
Andrew Watkins 2c72a7b68b Add default value prop 2017-08-24 12:59:54 -07:00
Andrew Watkins cfd8bac7b8 Fix spelling 2017-08-24 12:59:54 -07:00
Andrew Watkins accd502b06 Fix equal min max bug 2017-08-24 10:06:09 -07:00
Andrew Watkins 7cf47a12f2 Remove dup script 2017-08-24 09:25:46 -07:00
Andrew Watkins 5685b8fb13 Merge branch 'master' into feature/tr-aw-axis-display-opts 2017-08-23 21:23:03 -07:00
Andrew Watkins 21288e308f Fix graphs not resizing properly in cells 2017-08-23 21:08:18 -07:00
Andrew Watkins 39bf08acaf Add a tooltip to value format toggle 2017-08-23 21:08:18 -07:00
Andrew Watkins 87b9e0417b Remove magic numbers 2017-08-23 21:08:18 -07:00
Andrew Watkins ba442c2556 Move DisplayOptionsInput into /dashboard dir 2017-08-23 21:08:18 -07:00
Andrew Watkins be4ca9fcda Add ability to toggle between linear and logarithmic scale 2017-08-23 21:08:18 -07:00
Andrew Watkins f2ef91053f Make input SFC 2017-08-23 21:08:17 -07:00
Andrew Watkins 5e46f7150a Use defaultProps instead of _.get() 2017-08-23 21:08:17 -07:00
Andrew Watkins a4ecc243d9 Update dygraph based on user selected base 2017-08-23 21:08:17 -07:00
Andrew Watkins 80e383a152 Allow set base state on cell 2017-08-23 21:08:17 -07:00
Andrew Watkins e04c7191a0 Fix incorrect empty y2 bound 2017-08-23 21:07:36 -07:00
Andrew Watkins 1287500931 Fix incorrect positioning of labels on initial render 2017-08-23 21:07:36 -07:00
Andrew Watkins 430bc4ee55 Actually resize Dygraph on component update 2017-08-23 21:07:36 -07:00
Andrew Watkins 6eb828b4db Cleanup 2017-08-23 21:07:36 -07:00
Andrew Watkins 25bcb1c372 WIP Allow user to set prefix and suffix in y-axis 2017-08-23 21:07:36 -07:00
Andrew Watkins edd9fa41df Fix linter errors 2017-08-23 21:06:27 -07:00
Andrew Watkins b6b2fb0655 WIP Import dygraphs number axis formatter 2017-08-23 21:06:27 -07:00
Andrew Watkins 32c3874a94 Move active query logic to container 2017-08-23 16:15:01 -07:00
Andrew Watkins fb52d79821 Change height of table dynamically according to resizer 2017-08-23 16:09:07 -07:00
Hunter Trujillo a25d19c850 Add SHOW DATABASES integration test with Nightwatch.js. 2017-08-23 16:06:43 -07:00
Jared Scheib 0cb5523f5b Pass default Y label into DisplayOptions
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-23 16:04:01 -07:00
Nathan Haugo 16735c027f Bump to 1.3.7.0 2017-08-23 15:56:00 -07:00
Hunter Trujillo 20b069f5cc Merge pull request #1904 from influxdata/feature/tv-url-params
Template Variable URL Param Value Selection
2017-08-22 18:41:31 -06:00
Alex P 628d58c9ad Fix display of tablists in safari 2017-08-22 16:47:23 -07:00
Alex P 20563840d7 Fix appearance of opt-in component 2017-08-22 16:40:23 -07:00
Alex P 4bc7f8261c Make up for Safari's shortcomings 2017-08-22 16:10:52 -07:00
Alex P b57189e737 Add missing attributes for safari compatibility 2017-08-22 15:47:38 -07:00
Hunter Trujillo 9535be8f8a Remove test console.log. 2017-08-18 15:35:25 -06:00
Hunter Trujillo 8b843fa439 Add template variable name selection test and reducer. Fire action on dashboard load. 2017-08-18 15:32:12 -06:00
Alex P 70314681e2 Clean up component
Help from @121watts
2017-08-17 20:36:05 -07:00
Alex P 9b8e8752c9 Use handler instead of anonymous function 2017-08-17 20:35:47 -07:00
Alex P e21a6f25c6 Refactor data section to use fat arrow pattern 2017-08-17 20:35:24 -07:00
Alex P 66a7b080f0 Add a comment explaining the component 2017-08-17 17:43:38 -07:00
Alex P d60208c006 Merge branch 'master' into fill-query-widget 2017-08-17 17:38:51 -07:00
Alex P ba7bcc4d11 Refactor to use new style of binding 2017-08-17 17:38:40 -07:00
Hunter Trujillo 4cd967c601 Add the other part to the typing mechanism. 2017-08-17 18:35:10 -06:00
Hunter Trujillo bfffd16a03 Add some measure of typing mechanism... 🤷 2017-08-17 18:34:50 -06:00
Alex P 2ba3399683 Remove commented out markup 2017-08-17 17:10:12 -07:00
Alex P bbb34ea118 Remove missing file reference 2017-08-17 17:09:55 -07:00
Alex P 5fbf69c22b Use a new interaction pattern and new styles for file upload
- Largely mimicking the pattern featured in Dropzone.js (I feel this is
a great pattern for file drag & drop)
- Got rid of the button for uploading, change copy to read “Drop a file
here or click to upload”
- Made entire file upload div clickable
- After a file has been uploaded:
  - Submit button has been moved inside the div
  - Added a “Cancel” button and method to reset the state of the modal
- Hover state of clickable area matches drag-over state
2017-08-17 17:00:22 -07:00
Andrew Watkins 40d5db3c1b Merge branch 'master' into file-drag-polish 2017-08-17 15:21:47 -07:00
Hunter Trujillo 087a897124 Merge pull request #1899 from influxdata/testing/data-explorer-query-maker-date-sync
Fix Data Explorer Raw Query time range not getting updated through dropdown
2017-08-17 16:19:30 -06:00
Andrew Watkins ced052ae69 Update style for disabled calendar days 2017-08-17 15:16:46 -07:00
Alex P 97880705ed Make drag state fade in and out 2017-08-17 15:07:22 -07:00
Hunter Trujillo b4f12b086b Fix QueryMaker not updating query time range when a the time range was changed through the time range dropdown. 2017-08-17 16:07:14 -06:00
Andrew Watkins b41cd95fb1 Merge pull request #1898 from influxdata/feature/typee-calendar
FEATURE:  Typee calendar (with extra credit)
2017-08-17 15:04:18 -07:00
Alex P a5cb9444d9 Change micro-copy to be more clear 2017-08-17 15:04:09 -07:00
Andrew Watkins 0d64792d26 Add date validation to calendars
A user will now no longer be able to select an invalid time range.
i.e. an upper time lower than their lower time or a lower time
greater than their upper time. Yay.
2017-08-17 14:41:49 -07:00
Alex Paxton d72e2536cf Merge branch 'master' into fix-legend-stat-wrap 2017-08-17 14:01:01 -07:00
Alex P 052e041a66 Merge branch 'master' into file-drag-polish 2017-08-17 13:35:05 -07:00
Alex P 80c9d758f3 Redesign drag-over state for write data form 2017-08-17 13:34:53 -07:00
Andrew Watkins 856acd1de7 Add inputs for custom time ranges 2017-08-17 13:06:20 -07:00
Andrew Watkins 64e2c04745 Fix StatusPage 2017-08-17 09:43:28 -07:00
Andrew Watkins 678bc39d5e Fix TempVar dropdowns 2017-08-17 09:33:43 -07:00
Andrew Watkins c7031bc1bf Celebrate Christmas early 2017-08-17 09:33:43 -07:00
Andrew Watkins 3df15b2ee2 Remove bind in constructor 2017-08-17 09:33:43 -07:00
Andrew Watkins a60808a122 Remove binds in constructor of CEO 2017-08-17 09:33:42 -07:00
Andrew Watkins f5c2882008 Remove arrow props from DataExplorer 2017-08-17 09:33:42 -07:00
Andrew Watkins 87b19b0550 Update HostsTable to class syntax with arrow properties 2017-08-17 09:33:42 -07:00
Andrew Watkins f70fc84342 Move HostRow to own file 2017-08-17 09:33:42 -07:00
Andrew Watkins d5745603f5 Move SearchBar into separate file 2017-08-17 09:33:42 -07:00
Andrew Watkins a1436d1499 Update Alerts table to use arrow function properties 2017-08-17 09:33:42 -07:00
Andrew Watkins ab9cdc596b Update ManageSources to not use arrow functions in props 2017-08-17 09:33:42 -07:00
Andrew Watkins f205f8d0cd Remove arrow func from props and add arrow properties 2017-08-17 09:33:42 -07:00
Andrew Watkins 0692f41682 Remove arrow functions from props in ConfirmButtons 2017-08-17 09:33:41 -07:00
Andrew Watkins 546ebbbbbf Update DashboardHeader to use arrow props 2017-08-17 09:33:41 -07:00
Andrew Watkins cad47a9ecd Update DashboardPage to use arrow function properties 2017-08-17 09:33:41 -07:00
Andrew Watkins 380d266e7e Remove arrow function prop from TempVarManager 2017-08-17 09:33:41 -07:00
Andrew Watkins 091ee2b247 Remove arrow function from props in TemplateControlBar 2017-08-17 09:33:41 -07:00
Andrew Watkins 8248012701 Remove unused function 2017-08-17 09:33:41 -07:00
Andrew Watkins 9553cd1088 Refactor KapacitorRuleHeader 2017-08-17 09:33:41 -07:00
Andrew Watkins c5f36f52f7 Convert RuleMessageText to SFC 2017-08-17 09:33:41 -07:00
Andrew Watkins 141d83c770 Update KapacitorRules to use arrow function properties 2017-08-17 09:33:40 -07:00
Andrew Watkins 51564b17fa Update Dropdown to use arrow function properties 2017-08-17 09:33:40 -07:00
Andrew Watkins 672d2f449d Update NameableGraph to use arrow properties 2017-08-17 09:33:40 -07:00
Andrew Watkins aeecb7afdf Update DE Visualization component 2017-08-17 09:33:40 -07:00
Andrew Watkins 6bab959301 Update WriteData components to use arrow properties 2017-08-17 09:33:40 -07:00
Andrew Watkins 7ae728aea3 Update GraphTypeSelector to not use arrow func in props 2017-08-17 09:33:40 -07:00
Andrew Watkins feaba80a02 Refactor and move Template Variable components 2017-08-17 09:33:40 -07:00
Andrew Watkins ed0fc2603e Update RuleMessageOptions 2017-08-17 09:33:40 -07:00
Andrew Watkins a70014352e Update RuleMessage to remove anyonymous functions from props 2017-08-17 09:33:40 -07:00
Andrew Watkins f29db011e5 Update AdminPage to use arrow function properties 2017-08-17 09:33:39 -07:00
Andrew Watkins 173621b56d Update Templating use arrow func properties 2017-08-17 09:33:39 -07:00
Andrew Watkins ed1182769b Update DataExplorer Table component 2017-08-17 09:33:39 -07:00
Andrew Watkins 18612c9096 Update data explorer to use arrow function properties 2017-08-17 09:33:39 -07:00
Andrew Watkins 9b2aa48a84 Update FancyScrollBar to use arrow properties 2017-08-17 09:33:39 -07:00
Andrew Watkins 2b2f07eb1c Update OptIn component to use arrow func properties 2017-08-17 09:33:39 -07:00
Andrew Watkins 6ab5b77f89 Update AlertTabs component 2017-08-17 09:33:39 -07:00
Hunter Trujillo 43380c06e1 Refactor AlertaConfig. 2017-08-17 09:33:39 -07:00
Hunter Trujillo de4f886170 Refactor PushoverConfig. 2017-08-17 09:33:39 -07:00
Hunter Trujillo a92b1eb95a Refactor HipchatConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo d23dd6a82c Fix constructor on SMTPConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo 391348bb8a Refactor OpsGenieConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo 9b5eb16d25 Refactor PurgerDurtur. 2017-08-17 09:33:38 -07:00
Hunter Trujillo 151d7d9a09 Refactor SensuConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo e69d0f350f Refactor SlackConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo f765277b75 Refactor SMTPConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo 4c56ec5e6a Refactor Talk component and ref handler. 2017-08-17 09:33:38 -07:00
Hunter Trujillo f0c05f083c Refactor ref handler in TelegramConfig. 2017-08-17 09:33:38 -07:00
Hunter Trujillo 317bf4a59a Remove arrow function from ref callback 2017-08-17 09:33:37 -07:00
Andrew Watkins ea9beadc78 Remove :: in prop in MultiselectDropdown 2017-08-17 09:33:37 -07:00
Andrew Watkins 9ab5f28f96 Use arrow function properties in Dygraph 2017-08-17 09:33:37 -07:00
Andrew Watkins 13af7a5a3d Remove arrow function from props in DygraphLegend 2017-08-17 09:33:37 -07:00
Andrew Watkins 74c73654bf Remove deprecated component 2017-08-17 09:33:37 -07:00
Andrew Watkins fde1f478f4 Remove arrow functions from props 2017-08-17 09:33:37 -07:00
Andrew Watkins 4b914c0f5c Remove arrow function from props in RedactedInput 2017-08-17 09:33:37 -07:00
Andrew Watkins 5d88f95d25 Remove anonymous fucntion from props in DatabaseRow 2017-08-17 09:33:37 -07:00
Andrew Watkins 6a5155628f Add arrow function properties to database admin 2017-08-17 09:33:37 -07:00
Andrew Watkins d09c486ecd Update TagKeyDropdown component to use arrow function properties 2017-08-17 09:33:36 -07:00
Andrew Watkins 60a2edf71c Ignore ref binds 2017-08-17 09:33:36 -07:00
Andrew Watkins 388093d498 Use arrow function properties in DatabaseRow 2017-08-17 09:33:36 -07:00
Andrew Watkins bc0283d1a7 Update AutoRefresh component 2017-08-17 09:33:36 -07:00
Andrew Watkins 2686fc7b31 Update Notifications component 2017-08-17 09:33:36 -07:00
Andrew Watkins c22004b13a Add no binding rule 2017-08-17 09:33:36 -07:00
Andrew Watkins d42593c272 Include babel-eslint plugin
An eslint plugin companion to babel-eslint. babel-eslint does a great
job at adapting eslint for use with Babel, but it can't change the built
in rules to support experimental features. eslint-plugin-babel
re-implements problematic rules so they do not give false positives or
negatives.
2017-08-17 09:33:36 -07:00
Hunter Trujillo 13eb4620aa Merge pull request #1744 from influxdata/feature/1685-moving-time-ranges
Custom date picker shortcuts
2017-08-16 19:52:24 -06:00
Jared Scheib b6c460f73a Rename shared shortcuts.hson to timeRangeShortcuts.hson for specificity 2017-08-16 16:59:58 -07:00
Hunter Trujillo 96647ab208 Reset upper when shortcut is clicked. 2017-08-16 15:47:59 -06:00
Hunter Trujillo f2e1a0fc55 Split out shortcuts into an "hson" file. 2017-08-16 15:42:46 -06:00
Alex P aa26fe18e8 Tweak micro copy 2017-08-16 12:38:58 -07:00
Alex P 5b460d5268 Rework styles to prevent some UI clash 2017-08-16 12:37:36 -07:00
Alex Paxton 929151567c Merge branch 'master' into fix-legend-stat-wrap 2017-08-16 09:40:15 -07:00
Jade McGough 50797b9d4a send ‘service-key’ instead of serviceKey to pagerduty 2017-08-16 00:15:13 -07:00
Jared Scheib e2e684b5e2 Merge remote-tracking branch 'origin/1.3.6.x' 2017-08-15 15:03:20 -07:00
Alex P fffe421f76 Add FillQuery to rule builder 2017-08-15 14:18:25 -07:00
Alex P b9c139193a Add theme prop to FillQuery 2017-08-15 14:17:56 -07:00
Alex P ceac4b1810 Add size prop to FillQuery 2017-08-15 14:08:16 -07:00
Alex P 8d63168d8d Add FillQuery to Query builder in CEO
- Doesn’t actually do anything, but this is where it would get used
2017-08-15 13:19:10 -07:00
Alex P 2e7f1fcc75 Create fill query component 2017-08-15 13:17:46 -07:00
Jared Scheib 8a6f9f3cc1 Merge pull request #1858 from influxdata/feature/grooveknob
Refactor DisplayOptions UX to provide affirmative choice for 'auto', via a new component
2017-08-15 11:26:39 -07:00
Alex P a4ec9f25f5 Fix for 1872 2017-08-15 09:55:31 -07:00
Andrew Watkins e9680e3354 Prettier 2017-08-14 15:46:23 -07:00
Andrew Watkins 85462b2d91 Merge branch 'master' into chore/prop-on-div-error 2017-08-14 15:33:29 -07:00
Andrew Watkins 19fd7f7458 Merge pull request #1862 from influxdata/add-add-graph-to-cell-button
Add button to cell for improved user experience
2017-08-14 15:32:32 -07:00
Andrew Watkins 9200797839 Merge branch 'master' into nls/drag-fixes 2017-08-14 15:30:57 -07:00
Andrew Watkins 690046ad32 Merge branch 'master' into chore/prop-on-div-error 2017-08-14 15:26:56 -07:00
Jared Scheib 19a0a0ed9d Hide Absolute Time Range dropdown header in Rule Alert creation
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-08-14 15:22:20 -07:00
Andrew Watkins 766a3b0273 Fix console spam about prop being placed on div 2017-08-14 15:20:21 -07:00
Hunter Trujillo 9edece4a3a Merge pull request #1860 from smith/nls/npm-script-fixes
Improvements to npm scripts
2017-08-14 16:16:00 -06:00
Andrew Watkins 5c4cef1768 Fix auto refresh not rendering No Results when appropriate 2017-08-14 15:12:21 -07:00
Alex Paxton 7ab550b77c Adjust width of TimeRange Dropdown for Absolute vs Relative
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-14 15:07:08 -07:00
Andrew Watkins e9a1fd4910 Merge pull request #1855 from influxdata/experiment/separate-data-explorer
REFACTOR:  Visualization / QueryBuilder components
2017-08-14 14:49:49 -07:00
Andrew Watkins 21a0143d44 Merge branch 'experiment/separate-data-explorer' of github.com:influxdata/chronograf into experiment/separate-data-explorer 2017-08-14 14:30:35 -07:00
Andrew Watkins e4b8683323 Move SchemaExplorer to shared dir 2017-08-14 14:29:11 -07:00
Andrew Watkins 90c93cf9e9 Move DB, Meas, and Field List components to /shared 2017-08-14 14:27:10 -07:00
Andrew Watkins 942855cef3 Implicitly return from sfc 2017-08-14 14:23:07 -07:00
Andrew Watkins c34770091d Use spread instead of concat 2017-08-14 14:20:46 -07:00
Andrew Watkins 0ed9b8199c Rename component 2017-08-14 14:17:34 -07:00
Andrew Watkins 97be9399ff Add templates back to query text editor 2017-08-14 14:15:48 -07:00
Andrew Watkins fee6b5e6b5 Remove unused props 2017-08-14 14:02:21 -07:00