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
Alex P
6c2f479708
Only show meta queries dropdown if in DE
2017-05-12 10:52:03 -07:00
Alex P
8d15489728
Make ternary more simple
2017-05-12 10:41:33 -07:00
Alex P
14cac5f053
Update changelog
2017-05-12 10:04:23 -07:00
Alex P
edce111f67
Fix #1423
...
Pretty straight up, yo
2017-05-11 17:15:57 -07:00
Alex P
d012455914
Remove "instructions" row in CSV type tempvars
...
Removed the “instructions” box that previously appeared when choosing
CSV type tempvars. It is safe to assume that users know the format, and
the real estate gain makes this change very worth it
2017-05-11 16:49:06 -07:00
Hunter Trujillo
3cf8e0c7d5
New version clears local storage.
2017-05-11 12:16:43 -07:00
Alex P
4751f06f87
Style placeholder text in kap rule data section
2017-05-11 11:50:34 -07:00