Commit Graph

3601 Commits (8acdd3a3772a42038fd8a4e4c32c28e547b38bb6)

Author SHA1 Message Date
Luke Morris e56d92c192 CHANGELOG_should_list_pulls 2017-05-22 11:23:55 -07:00
Alex P d07f64b2fd Update changelog 2017-05-22 11:09:57 -07:00
Alex P 0d34944113 Make update button even more clear 2017-05-22 11:07:43 -07:00
Alex P d7954a2b13 Fix reversed copy 2017-05-22 11:00:53 -07:00
Alex P fc18583819 Improve UI microcopy 2017-05-22 10:58:53 -07:00
Regan Kuchan bc7d569c24 Update changelog (#1511)
* Update changelog

* Update with latest ci to master and add thanks
2017-05-22 10:49:59 -07:00
Alex P fdffd58dbd Improve clarity of kapacitor node success message
Goal is to let users know that they are ready to go unless they want to
do more configuration
2017-05-22 10:48:44 -07:00
Alex P 5543a76d45 Increase minwidth of tempvar dropdowns such that "filter items..." is not truncated 2017-05-22 10:45:39 -07:00
Alex P 3e621c07e3 Remove css transition 2017-05-22 10:45:10 -07:00
Alex P a8df2ca3fe Merge branch 'master' into toggle-tempvars-controls 2017-05-22 10:41:27 -07:00
Jared Scheib 9c9ab895de Merge pull request #1508 from influxdata/feature/dashboard-rename-improvements
Enable expected Enter/Escape keys on Dashboard rename
2017-05-19 17:28:02 -07:00
Gunnar 8169c17fbe Merge pull request #1510 from influxdata/ga-license
Correct license in build/packaging script
2017-05-19 15:55:56 -07:00
gunnaraasen c2c7a6e965 Correct license in package script 2017-05-19 15:52:05 -07:00
Hunter Trujillo 9a85651eb9 Remove explicit setState. 2017-05-19 16:34:41 -06:00
Hunter Trujillo a901ed6450 Add autoComplete disable attribute to input. 2017-05-19 16:19:01 -06:00
Hunter Trujillo 18df19c24b Merge pull request #1349 from brianbaker/hotfix/windows-uptime
add query for windows uptime
2017-05-19 16:03:35 -06:00
Hunter Trujillo 890de21d3e Update CHANGELOG. 2017-05-19 11:14:10 -06:00
Hunter Trujillo 13ad0ae4ec Handlers for Dashboard Header Edit events: form submit, and escape keyup for canceling edit. 2017-05-19 11:00:00 -06:00
Brian Baker 2ce99a800c change array-join to multi-line template 2017-05-18 23:03:22 -06:00
Brian Baker 11f4ca8b9c update changelog to unreleased 1.3.1 2017-05-18 21:55:05 -06:00
Brian Baker 9ef79e66f6 Merge branch 'master' of github.com:brianbaker/chronograf into hotfix/windows-uptime 2017-05-18 21:51:47 -06:00
Jared Scheib e9ef5c26a2 Merge pull request #1504 from influxdata/fix/compact_TVs
Actually dedupe and remove whitespace characters from Template Variable input (and selectors)
2017-05-18 15:28:38 -07:00
Jared Scheib 76163f4a4f Show '(no values)' instead of 'Loading...' in TV selectors with no values 2017-05-18 15:17:30 -07:00
Jared Scheib 049882fd6f Clarify function name 2017-05-18 15:16:53 -07:00
Jared Scheib 0b9c80c213 Fix sanitization of CSV and other data 2017-05-18 14:52:09 -07:00
Alex Paxton b381e77782 Merge pull request #1500 from influxdata/dropdown-autocomplete
Dropdown Autocomplete
2017-05-18 12:52:47 -07:00
Alex Paxton b0003bb67e Merge pull request #1472 from influxdata/fix-1428
Only show meta queries dropdown if in DE
2017-05-18 12:48:56 -07:00
Alex Paxton 39754aa28a Merge branch 'master' into dropdown-autocomplete 2017-05-18 12:46:59 -07:00
Alex P 47f9b45ef9 Update changelog 2017-05-18 12:45:42 -07:00
Alex Paxton 6ff37c5919 Merge branch 'master' into fix-1428 2017-05-18 12:42:44 -07:00
Alex P a6154f1be8 Cleanup minor js issues 2017-05-18 12:40:40 -07:00
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