Jade McGough
154f6f312c
fix dashboards routes
2017-01-27 04:59:13 -08:00
Jade McGough
fdb6de3503
fix bugs
2017-01-27 04:51:31 -08:00
Jade McGough
607aa033f4
augment boltdb to store dashboard query objects
2017-01-27 04:29:38 -08:00
Jade McGough
db11ce66a0
dashboard graph rendering
2017-01-27 04:04:26 -08:00
Jade McGough
e74b92a466
fix dashboard unmarshalling
2017-01-27 01:23:19 -08:00
Jade McGough
6cf85c98af
remove dropdown menu for now
2017-01-27 00:54:28 -08:00
Jade McGough
456ec00c95
add dashboard content, make request to API
2017-01-26 14:04:51 -08:00
Jade McGough
979cc311ef
add dashboardpage to router
2017-01-13 17:40:40 -08:00
Jade McGough
7e0c687476
add link to individual dashboard page
2017-01-13 17:40:40 -08:00
Jade McGough
6abd9f1090
get dashboards to load correctly
2017-01-13 17:40:40 -08:00
Chris Goller
16108f0321
Update circle typos
2017-01-13 18:26:41 -06:00
Chris Goller
5057f57e09
Fix circle typo
2017-01-13 18:08:15 -06:00
Chris Goller
5186e71be4
Merge pull request #771 from influxdata/feature/b6
...
Update changelog and release notes to beta6
2017-01-13 17:16:17 -06:00
Regan Kuchan
7de4cb2082
Remove periods
2017-01-13 15:15:09 -08:00
Chris Goller
975f11ac96
Update changelog to beta6
2017-01-13 16:46:32 -06:00
Andrew Watkins
9c84593d67
Merge pull request #766 from influxdata/rule-template
...
Rule template
2017-01-13 14:23:45 -08:00
Alex P
c2013be56a
Update Changelog
2017-01-13 14:15:04 -08:00
Alex P
4cfde2c6cc
Make rule message placeholder more informative
2017-01-13 14:12:14 -08:00
Alex P
2879f81150
Move rule message templates to correct constants file
2017-01-13 14:02:31 -08:00
Chris Goller
aebc05241a
Merge pull request #748 from influxdata/bugfix/tr-missing-kapa
...
Fix missing Kapacitor on Source index page
2017-01-13 14:29:14 -06:00
Tim Raymond
d35b64fa84
Fix missing Kapacitor on Source index page
...
When visiting the Sources page, any InfluxDB sources that had a
configured Kapacitor would not show them. This turned out to be racey
logic. Kapacitors for a particular source are fetched from the API. The
update to the component state happened outside of the promise chained
onto the API call, so the state update was racing against the fetch from
the API (and would always win, pushing the empty object).
Instead, the chained promises for each API fetch are collected, and each
promise updates a single kapacitors object. The final promise that
updates the state is then blocked on all those promises by Promise.all.
Performing updates like this saves some allocations, since we aren't
allocating an object for each source<->kapacitor pairing to send to
setState. It also reduces setState's work, since it doesn't have to
coalesce state updates.
2017-01-13 15:21:39 -05:00
Alex P
e0282bc6e8
Show pointer cursor on template hover
2017-01-13 12:02:13 -08:00
Andrew Watkins
c71a1113d9
Add functionality to append templates to rule message
2017-01-13 11:56:17 -08:00
Andrew Watkins
7dad6f41de
Merge pull request #770 from influxdata/add-source-bug
...
Fix not being able to add new source
2017-01-13 11:31:12 -08:00
Andrew Watkins
d12bc949bd
Merge pull request #768 from influxdata/feature/337-proper-link
...
add links to hosts in alerts table
2017-01-13 11:24:54 -08:00
Andrew Watkins
fc9050cb32
Fix not being able to add new source
2017-01-13 11:23:35 -08:00
Jade McGough
a3c160e13a
add links to hosts in alerts table
2017-01-13 00:27:12 -08:00
Nathan Haugo
3624bd48a1
Merge pull request #767 from influxdata/feature/add-docker-release-tag
...
Update circle builds of release tags to upload docker containers to quay
2017-01-12 17:39:33 -08:00
Chris Goller
5142932d6c
Update build markdown output to be more user friendly
2017-01-12 18:42:48 -06:00
Chris Goller
5932581bd6
Update circle building of release tags to upload docker containers to quay
2017-01-12 18:11:12 -06:00
Chris Goller
e5da9b6ace
Update CHANGELOG to fix bad link
2017-01-12 17:45:33 -06:00
Andrew Watkins
281fa44a71
Merge pull request #760 from influxdata/remove-checkboxes
...
Remove checkboxes
2017-01-12 15:27:39 -08:00
Andrew Watkins
165756b475
Change template hover to text cursor
2017-01-12 15:22:50 -08:00
Andrew Watkins
cb56391761
Refactor rule message template tooltips
2017-01-12 15:09:33 -08:00
Chris Goller
d85c91afba
Merge pull request #758 from influxdata/unsafe-ssl
...
Unsafe ssl
2017-01-12 17:08:12 -06:00
Nathan Haugo
848e62c1f3
Merge pull request #762 from influxdata/feature/596-select-host
...
Feature/596 select host
2017-01-12 14:53:15 -08:00
Andrew Watkins
03c1311e15
Merge pull request #765 from influxdata/get-range
...
Get range
2017-01-12 14:51:13 -08:00
Andrew Watkins
996c1d077b
Add tests for range calc
2017-01-12 14:19:48 -08:00
Hunter Trujillo
1b10041f4f
Merge branch 'feature/596-select-host' of github.com:influxdata/chronograf into feature/596-select-host
2017-01-12 14:59:13 -07:00
Hunter Trujillo
c9a77e0207
Refactor to use async/await.
2017-01-12 14:59:07 -07:00
Andrew Watkins
c2850bb670
Export getRange to helper funciton
2017-01-12 13:44:22 -08:00
Alex P
90138fcf3e
Create new CSS component page-header-dropdown
2017-01-12 13:16:38 -08:00
Alex Paxton
ee9a7bdd50
Merge pull request #763 from influxdata/misc-ui-polish
...
Misc UI Polish
2017-01-12 11:10:50 -08:00
Alex P
958cac834c
Make text selection readable app-wide, not just inputs
2017-01-12 10:59:04 -08:00
Alex P
4c48fe4acf
Change style.css to chronograf.css to be more consistent and branded
2017-01-12 10:57:40 -08:00
Alex P
2786831cf1
Change kapacitor copy from Metric to Time-Series
2017-01-12 10:56:11 -08:00
Jade McGough
5cde8362d1
filter out hosts that don't match the current app
2017-01-12 06:48:52 -08:00
Jade McGough
dedba07a75
get apps for all hosts
2017-01-12 06:07:45 -08:00
Jade McGough
77bbcd3de9
cleanup
2017-01-12 04:34:12 -08:00
Andrew Watkins
63adc6e556
Merge pull request #761 from influxdata/rename-chronograf-folder
...
Rename src/chronograf to src/data_explorer
2017-01-11 16:37:55 -08:00