Commit Graph

3670 Commits (e79355fcddf18c002a002ed1d080b0c63808fd1e)

Author SHA1 Message Date
lukevmorris f5809b8989 Merge pull request #1503 from influxdata/1502-account-for-raw-text
After the query is parsed, return query string to :dashboardTime:
2017-05-18 12:10:18 -07:00
Alex P d40ea8ed00 Combine setStates together 2017-05-18 12:01:41 -07:00
Alex P 6fe8fd141f Fix regex special character filter match bug and revert Query Editor autocomplete filter 2017-05-18 12:01:27 -07:00
Luke Morris ea41394105 After the query is parsed, return to :dashboardTime: 2017-05-18 11:43:34 -07:00
Alex P c83c537a78 Actually use the directive 2017-05-18 10:54:13 -07:00
Alex P ffc174529b Visually distinguish between previously selected value and highlighted value 2017-05-18 10:45:44 -07:00
Alex P ec6970876f Change prop name to "useAutoComplete" 2017-05-18 10:43:05 -07:00
Alex P 44b19f1087 Use Sass directive to cut down on repetitive styles 2017-05-18 10:11:38 -07:00
Jared Scheib d7dcb06529 Notify user via UI if their local storage is cleared (#1499)
* Notify user via UI if their local storage is cleared

* Upbate changebog
2017-05-17 16:21:20 -07:00
Alex P 0803f2df64 Remove comments 2017-05-17 16:18:10 -07:00
Alex P c3d6c8352b Update Changelog 2017-05-17 16:15:32 -07:00
Alex P 8c7aab617a Use autocomplete in tempvar dropdowns 2017-05-17 16:11:18 -07:00
Alex P 49f109420f Add optional autocomplete to dropdown component 2017-05-17 16:10:57 -07:00
Alex P 64838ea0d8 WIP add optional autocomplete to dropdown component 2017-05-17 15:01:00 -07:00
Jared Scheib 843ee32c72 Fix bug on selecting single-stat Visualization Type when no queries (#1484)
* Fix single-stat bug when no queries yet

* Bupdate changebog
2017-05-17 10:58:07 -07:00
Hunter Trujillo 5b4fc6cdf9 Merge pull request #1458 from influxdata/feature/version-clears-localstorage
New version clears local storage.
2017-05-17 11:55:00 -06:00
Hunter Trujillo f4a21c94ba Merge branch 'master' into feature/version-clears-localstorage 2017-05-17 11:54:53 -06:00
Nathan Haugo f9602792af Merge pull request #1491 from influxdata/feature/godep
Update our go vendoring to use dep
2017-05-17 09:25:43 -06:00
Nathan Haugo 606cb9c027 Merge pull request #1478 from influxdata/feature/canned-influx-units
Update canned influx layout to use milliseconds of duration
2017-05-17 09:25:03 -06:00
Chris Goller dcbf625117 Merge pull request #1490 from influxdata/feature/bumpversion
Add bumpversion to help script releases
2017-05-16 20:36:09 -05:00
Alex P 62d83cc915 Import new theme 2017-05-16 16:48:43 -07:00
Nathan Haugo d8ebfb0848 Merge pull request #1489 from influxdata/feature/go-1.8.1_node-6.10.3
Update to Go 1.8.1 and Node 6.10.3
2017-05-16 16:25:17 -06:00
Chris Goller 6c5c2c6505 Update CHANGELOG to mention using dep for vendoring 2017-05-16 17:17:33 -05:00
Chris Goller 283f6e7ec7 Update makefile tests to handle vendoring 2017-05-16 17:16:42 -05:00
Chris Goller 9d56d3f2ef Revert go-bindata to go get 2017-05-16 17:16:42 -05:00
Chris Goller ba30cff8d7 Update vendoring and makefile to remove gdm 2017-05-16 17:16:41 -05:00
Chris Goller ab1e31f6c6 Add go-bindata to vendor 2017-05-16 17:16:41 -05:00
Chris Goller c7618acd2e Add godep and vendoring 2017-05-16 17:16:41 -05:00
Chris Goller 1d87e8fc6b Add bumpversion to help script releases 2017-05-16 17:07:07 -05:00
Chris Goller 9ccaaa91c4 Update to Go 1.8.1 and Node 6.10.3 2017-05-16 17:04:02 -05:00
Jared Scheib 1e98d7fd14 Filter out any template variable values that are empty, whitespace, or duplicates (#1485)
* Filter out any empty, whitespace, or duplicate template variable values

* Update changelog
2017-05-15 15:17:51 -07:00
Chris Goller 0120cd5e50 Fix queryEditor error handling to not allow objects.
The local storage was getting corrupted with an object instead of a
string if the queryEditor had a problem.  As a result, the application
would stop working altogether.
2017-05-15 17:11:20 -05:00
Jared Scheib 08d7061fee Change behavior of Template Variables autocomplete filtering in Query Editor to match from front of string only (#1474)
* Filter template variables by exact match from front of string

* Changedate uplog

* Use a more semantic method for filtering

* Clarify changebog
2017-05-15 10:50:48 -07:00
Hunter Trujillo b1b6cd09cf Update CHANGELOG. 2017-05-15 11:41:23 -06:00
Chris Goller b0a9afcdd4 Update CHANGELOG to mention InfluxDB rendered as milliseconds 2017-05-15 08:57:11 -05:00
Chris Goller 0316ea451a Update canned influx layout to use milliseconds of duration 2017-05-14 23:32:10 -05:00
Chris Goller 7a25532984 Merge pull request #1477 from mpchadwick/feature/log-alert
Add ability to log alerts
2017-05-14 21:19:48 -05:00
Max Chadwick a0e95a4541 Update CHANGELOG 2017-05-14 22:16:27 -04:00
Max Chadwick 2595a223ef Test kapacitor log extraction 2017-05-14 22:09:15 -04:00
Max Chadwick 1416d617b1 Extract log from alerts 2017-05-14 22:01:08 -04:00
Max Chadwick 2b8abf1651 Add log alert tests 2017-05-14 21:42:41 -04:00
Max Chadwick 90afb717da Add ability to log alerts 2017-05-12 22:04:38 -04:00
Alex Paxton 8fff51bef3 Merge branch 'master' into toggle-tempvars-controls 2017-05-12 17:00:28 -07:00
Alex P af5c8ab68f Update changelog 2017-05-12 15:05:30 -07:00
Alex P 363606cdaa Create empty state for TempVars Control Bar
Changed the button text back to “Manage” because the label “Template
Variables” felt very redundant now that the page header has a tempvars
button
2017-05-12 14:54:04 -07:00
Alex P 7222ee212c Create "toggled" state for template variables toggle 2017-05-12 14:52:53 -07:00
Alex P 1d059a2155 Use non conflicting css class 2017-05-12 14:37:21 -07:00
Alex P ec248d33d8 Add button in dashboard header to toggle visibility of template control bar 2017-05-12 14:35:19 -07:00
Alex Paxton 75822a70cf Merge pull request #1464 from influxdata/misc-polish
Misc Polish
2017-05-12 10:59:28 -07:00
Alex P 4526e29249 Update changelog 2017-05-12 10:56:36 -07:00