Jade McGough
|
2731b1af1a
|
update changelog
|
2017-05-30 14:33:36 -07:00 |
Jared Scheib
|
d8af162555
|
Merge remote-tracking branch 'origin/master' into 1481-feature/reset_zoom_on_timerange_change
Conflicts:
ui/src/shared/components/LayoutRenderer.js
|
2017-05-26 19:05:41 -07:00 |
Alex Paxton
|
87d5535741
|
Merge pull request #1544 from influxdata/theme-refactor
Theme refactor
|
2017-05-26 18:37:11 -07:00 |
Alex P
|
b6e010a15c
|
Update Changelog
|
2017-05-26 17:49:04 -07:00 |
Jared Scheib
|
84ed57a143
|
Update changelog
|
2017-05-26 15:44:49 -07:00 |
Jared Scheib
|
0d89a6154e
|
Update changelog
|
2017-05-24 17:46:21 -07:00 |
Alex P
|
76428dd35c
|
Merge branch 'master' into theme-refactor
|
2017-05-23 14:42:56 -07:00 |
Alex Paxton
|
c7d74122b6
|
Merge pull request #1475 from influxdata/toggle-tempvars-controls
Toggle Visibility of Template Control Bar
|
2017-05-23 14:32:10 -07:00 |
Chris Goller
|
4bab0e3c46
|
Merge pull request #1530 from influxdata/fix/query_string_order
Update query config field ordering to always match input query
|
2017-05-23 09:11:26 -05:00 |
Alex P
|
302292b24f
|
Merge branch 'master' into theme-refactor
|
2017-05-23 02:46:34 -07:00 |
Jared Scheib
|
25f30550c2
|
Update changelog
|
2017-05-22 17:12:47 -07:00 |
Alex Paxton
|
49e81e1fb7
|
Merge branch 'master' into toggle-tempvars-controls
|
2017-05-22 15:36:57 -07:00 |
Alex Paxton
|
9de15a3def
|
Merge pull request #1524 from influxdata/kapacitor-ui-ux-improvements
Kapacitor UI/UX improvements
|
2017-05-22 15:34:07 -07:00 |
Regan Kuchan
|
3b81a09d9d
|
Update changelog to 1.3.1.0
|
2017-05-22 12:15:28 -07:00 |
Regan Kuchan
|
4838f77add
|
Merge branch '1.3.1.x'
|
2017-05-22 12:13:03 -07:00 |
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 |
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
|
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 |
Hunter Trujillo
|
890de21d3e
|
Update CHANGELOG.
|
2017-05-19 11:14:10 -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 |
Alex Paxton
|
b381e77782
|
Merge pull request #1500 from influxdata/dropdown-autocomplete
Dropdown Autocomplete
|
2017-05-18 12:52:47 -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 |
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
|
c3d6c8352b
|
Update Changelog
|
2017-05-17 16:15:32 -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
|
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
|
6c5c2c6505
|
Update CHANGELOG to mention using dep for vendoring
|
2017-05-16 17:17:33 -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 |
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 |
Max Chadwick
|
a0e95a4541
|
Update CHANGELOG
|
2017-05-14 22:16:27 -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
|
4526e29249
|
Update changelog
|
2017-05-12 10:56:36 -07:00 |
Alex P
|
14cac5f053
|
Update changelog
|
2017-05-12 10:04:23 -07:00 |
Alex Paxton
|
e1791f2226
|
Merge branch 'master' into improve-resizer
|
2017-05-10 17:27:58 -07:00 |
Alex P
|
f94fdd2bcd
|
Update Changelog
|
2017-05-10 11:42:18 -07:00 |
Alex P
|
ae9388850f
|
Update Changelog
|
2017-05-09 19:14:26 -07:00 |
Tim Raymond
|
8cae369cb6
|
Update CHANGELOG for infinite spinner basepath fix
|
2017-05-09 12:24:43 -07:00 |
Regan Kuchan
|
c6e3ae511d
|
Updates for 1.3.0
|
2017-05-08 19:31:15 -07:00 |
lukevmorris
|
9acea3831c
|
Add SourceIndicator to Configuration and Admin pages (#1439)
* Add SourceIndicator to ManageSources + SourcePage
* Update CHANGELOG
* Add Source Indicator to Admin Page
|
2017-05-08 18:22:53 -07:00 |
Andrew Watkins
|
5569867392
|
Merge branch 'master' into bugfix/click-meas-sadness
|
2017-05-08 17:50:12 -07:00 |