Commit Graph

4747 Commits (f912e07e314f1dac04b7aaf1c538878c61f817fc)

Author SHA1 Message Date
Andrew Watkins bfb124b196 Merge pull request #1855 from influxdata/experiment/separate-data-explorer
REFACTOR:  Visualization / QueryBuilder components
2017-08-14 14:49:49 -07:00
Andrew Watkins bacf991d5f 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 42f1f68f40 Move SchemaExplorer to shared dir 2017-08-14 14:29:11 -07:00
Andrew Watkins 934e474cd2 Move DB, Meas, and Field List components to /shared 2017-08-14 14:27:10 -07:00
Andrew Watkins 4e80460dff Implicitly return from sfc 2017-08-14 14:23:07 -07:00
Andrew Watkins 361a1cb3f9 Use spread instead of concat 2017-08-14 14:20:46 -07:00
Andrew Watkins d38d12c666 Rename component 2017-08-14 14:17:34 -07:00
Andrew Watkins c02edbb85e Add templates back to query text editor 2017-08-14 14:15:48 -07:00
Andrew Watkins 730be0434c Remove unused props 2017-08-14 14:02:21 -07:00
Timothy J. Raymond 783a1b81fc Merge pull request #1843 from influxdata/feature/tr-abs-time
Add absolute time range support to :interval:
2017-08-14 13:38:07 -07:00
Hunter Trujillo 036ebf4d3c Merge pull request #1795 from influxdata/fix/1633-windows-uptime-status
Fix telegraf windows uptime status
2017-08-14 14:24:23 -06:00
Andrew Watkins a09fa07d3b Merge branch 'master' into fix/1633-windows-uptime-status 2017-08-14 13:24:04 -07:00
Andrew Watkins 2b4f4aee77 Merge branch 'master' into fix/1633-windows-uptime-status 2017-08-14 13:23:38 -07:00
Hunter Trujillo 6001b65b44 Merge pull request #1715 from influxdata/fix/ie11-support
Initial IE 11 rendering support
2017-08-14 14:22:29 -06:00
Tim Raymond efb18b1e58 Update CHANGELOG with data corruption notes 2017-08-14 15:26:09 -04:00
Hunter Trujillo eb0ab9523b Merge branch 'master' into fix/ie11-support 2017-08-14 12:47:58 -06:00
Hunter Trujillo 9509180c08 Change time range shortcut method name from moving time range due to refined issue scope. 2017-08-14 12:32:06 -06:00
Tim Raymond b547a93622 Update CHANGELOG and version for v1.3.6.1 2017-08-14 14:27:18 -04:00
Tim Raymond 899f8d3e1d Merge single-stat hotfix (#1866) 2017-08-14 14:19:01 -04:00
Timothy J. Raymond 246cf75ce7 Merge pull request #1866 from influxdata/bugfix/tr-missing-cell-type
Fix missing cell type
2017-08-14 14:04:36 -04:00
Tim Raymond f89d95eb02 Update CHANGELOG w/ fix for single stat 2017-08-14 14:03:49 -04:00
Jared Scheib 2353a7e242 Merge pull request #1863 from influxdata/update/type_new_sources-1861
Add 'type' to new-sources server flag example
2017-08-14 10:56:10 -07:00
Andrew Watkins 8573b99ed0 Update CHANGELOG.md 2017-08-14 10:43:24 -07:00
Tim Raymond 74f464800d Fix missing cell type
Because we are now creating new instances of dashboards when we create a
response, it's critical to copy every element of Dashboards from the
previous to the new instance.

We were not previously copying the Type field of cells, so this was
defaulting to the empty string zero value. This patch adds "Type" to the
tests and ensures that it's properly copied
2017-08-14 13:41:31 -04:00
Luke Morris 7fc79035a0 No longer need to bind component class methods + cleanup 2017-08-11 19:42:33 -07:00
Luke Morris f53b83ba06 Target can be either grooveKnob or its container 2017-08-11 19:27:35 -07:00
Jared Scheib 751c008b90 WIP Remove Timeouts to make OptIn simpler and more reliable 2017-08-11 17:57:33 -07:00
Andrew Watkins dd543bd271 Merge branch 'master' into experiment/separate-data-explorer 2017-08-11 15:04:17 -07:00
Jared Scheib d59d3c8fcd WIP Wire up OptIn input with basic onClickOutside 2017-08-11 14:48:29 -07:00
Andrew Watkins 686f1d79b1 Remove unused props and proptypes 2017-08-11 14:45:31 -07:00
Andrew Watkins 380b4bbea9 Rename handler 2017-08-11 14:42:03 -07:00
Andrew Watkins 5b79db1f90 Remove template variable logic from DataExplorer 2017-08-11 14:38:55 -07:00
Andrew Watkins 6a536b4a10 Move QueryStatus component to shared dir 2017-08-11 14:31:25 -07:00
Andrew Watkins d8941fffd6 Use QueryStatus component 2017-08-11 14:29:17 -07:00
Andrew Watkins 251cf72e2e Remove QueryBuilder component
Dont worry!  It's been replaced by smaller more
reusable components.
2017-08-11 14:19:04 -07:00
Andrew Watkins 3b8417897c Break QueryBuilder into smaller components 2017-08-11 14:18:24 -07:00
Andrew Watkins a2a360d1dc Make DataExplorer's QueryMaker an SFC 2017-08-11 14:05:58 -07:00
Jared Scheib 2115a19243 Update boolean names to be more semantic 2017-08-11 13:58:20 -07:00
Andrew Watkins 492618500d Move QueryTabList to shared dir 2017-08-11 13:57:50 -07:00
Jared Scheib d3c4804af1 Remove unused prop 2017-08-11 13:56:15 -07:00
Jared Scheib 3d14432f38 Remove obsolete comments 2017-08-11 13:53:50 -07:00
Andrew Watkins 86e5dc217b Use QueryTabList component 2017-08-11 13:53:13 -07:00
Andrew Watkins e949ac9091 Move handlers into parent 2017-08-11 13:47:51 -07:00
Jared Scheib 736ea42628 Make syntax more sugary 2017-08-11 13:46:29 -07:00
Andrew Watkins 58f3dba17c Remove unused class property 2017-08-11 13:36:52 -07:00
Andrew Watkins 72f574c165 Remove templates from DataExplorer 2017-08-11 13:34:27 -07:00
Jared Scheib 26847e0316 Update changelog 2017-08-11 13:34:26 -07:00
Alex P c1f855b273 Updoot changelog 2017-08-11 13:33:51 -07:00
Nathan L Smith 920974c7af Fixes for file upload
- [ ] CHANGELOG.md updated with a link to the PR (not the Issue)
  - [X] Rebased/mergable
  - [X] Tests pass
  - [X] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)

Connect #

* When clicking on the upload file button in the write data form, nothing
  happens. This is because the div with the outline that says "Drag & Drop a File
  to Upload" is positioned in front of the button with opacity 0, so clicks
  intended for the button are just clicking on that transparent div instead.
* If you drag a file over the window then cancel the drag (usually by pressing
  ESC), the window will not return to its previous state, but stay with the drag
  & drop prompt until the page is reloaded.

* Make it so the drag & drop prompt is always present and the button is moved
  to be below the outlined prompt. The button label has also been changed to
  more closely match that of the drag outline.

Before:

![before screenshot](https://www.dropbox.com/s/t3j76wagracjw99/chronograf-drag-before.png?dl=0)

After:

![after screenshot](https://www.dropbox.com/s/6e68rgba8fq59jw/chronograf-drag-after.png?dl=0)

* Add an `onDragExit` handler to handle the case where the drag is exited
  rather than left.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-11 19:16:20 +00:00
Jared Scheib 974e9eaf7d Add 'type' to new-sources server flag example 2017-08-11 11:54:16 -07:00