Jade McGough
626ee4081e
fix bugs
2017-01-27 04:51:31 -08:00
Jade McGough
e460f32dbc
augment boltdb to store dashboard query objects
2017-01-27 04:29:38 -08:00
Jade McGough
42815bfe74
dashboard graph rendering
2017-01-27 04:04:26 -08:00
Jade McGough
1140179a4b
fix dashboard unmarshalling
2017-01-27 01:23:19 -08:00
Jade McGough
7e06dbae59
remove dropdown menu for now
2017-01-27 00:54:28 -08:00
Jade McGough
bcca3e3e8f
add dashboard content, make request to API
2017-01-26 14:04:51 -08:00
Jade McGough
1f42ca8943
add dashboardpage to router
2017-01-13 17:40:40 -08:00
Jade McGough
287b055f76
add link to individual dashboard page
2017-01-13 17:40:40 -08:00
Jade McGough
dc04c9d5e4
get dashboards to load correctly
2017-01-13 17:40:40 -08:00
Chris Goller
8e8f768b2d
Update circle typos
2017-01-13 18:26:41 -06:00
Chris Goller
d836abaca7
Fix circle typo
2017-01-13 18:08:15 -06:00
Chris Goller
76cc94c51d
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
0cee62b53f
Remove periods
2017-01-13 15:15:09 -08:00
Chris Goller
b7d396c1a5
Update changelog to beta6
2017-01-13 16:46:32 -06:00
Andrew Watkins
1144047477
Merge pull request #766 from influxdata/rule-template
...
Rule template
2017-01-13 14:23:45 -08:00
Alex P
a65592ffa5
Update Changelog
2017-01-13 14:15:04 -08:00
Alex P
ad0c6200c0
Make rule message placeholder more informative
2017-01-13 14:12:14 -08:00
Alex P
b7dfae9ebf
Move rule message templates to correct constants file
2017-01-13 14:02:31 -08:00
Chris Goller
1f0deddf49
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
4e3be5f360
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
c8b8410ca1
Show pointer cursor on template hover
2017-01-13 12:02:13 -08:00
Andrew Watkins
e1e003b908
Add functionality to append templates to rule message
2017-01-13 11:56:17 -08:00
Andrew Watkins
0e420e80bc
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
cdcb2a42c2
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
d2eb8cea51
Fix not being able to add new source
2017-01-13 11:23:35 -08:00
Jade McGough
f4e7e8c143
add links to hosts in alerts table
2017-01-13 00:27:12 -08:00
Nathan Haugo
7b485e08f8
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
9721739345
Update build markdown output to be more user friendly
2017-01-12 18:42:48 -06:00
Chris Goller
a2ca59aa11
Update circle building of release tags to upload docker containers to quay
2017-01-12 18:11:12 -06:00
Chris Goller
542dfa48dd
Update CHANGELOG to fix bad link
2017-01-12 17:45:33 -06:00
Andrew Watkins
2885c223ba
Merge pull request #760 from influxdata/remove-checkboxes
...
Remove checkboxes
2017-01-12 15:27:39 -08:00
Andrew Watkins
79aafaf8fd
Change template hover to text cursor
2017-01-12 15:22:50 -08:00
Andrew Watkins
26792779a1
Refactor rule message template tooltips
2017-01-12 15:09:33 -08:00
Chris Goller
5e78dda63d
Merge pull request #758 from influxdata/unsafe-ssl
...
Unsafe ssl
2017-01-12 17:08:12 -06:00
Nathan Haugo
5de15eca21
Merge pull request #762 from influxdata/feature/596-select-host
...
Feature/596 select host
2017-01-12 14:53:15 -08:00
Andrew Watkins
3438723ec7
Merge pull request #765 from influxdata/get-range
...
Get range
2017-01-12 14:51:13 -08:00
Andrew Watkins
2f66af3e5a
Add tests for range calc
2017-01-12 14:19:48 -08:00
Hunter Trujillo
1c808ed683
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
e9362a2da9
Refactor to use async/await.
2017-01-12 14:59:07 -07:00
Andrew Watkins
a6c058cb8b
Export getRange to helper funciton
2017-01-12 13:44:22 -08:00
Alex P
ef2f71e46e
Create new CSS component page-header-dropdown
2017-01-12 13:16:38 -08:00
Alex Paxton
15567e769c
Merge pull request #763 from influxdata/misc-ui-polish
...
Misc UI Polish
2017-01-12 11:10:50 -08:00
Alex P
1c170634d9
Make text selection readable app-wide, not just inputs
2017-01-12 10:59:04 -08:00
Alex P
3118dbbdfc
Change style.css to chronograf.css to be more consistent and branded
2017-01-12 10:57:40 -08:00
Alex P
e05ed8c2e6
Change kapacitor copy from Metric to Time-Series
2017-01-12 10:56:11 -08:00
Jade McGough
be6d9a6c30
filter out hosts that don't match the current app
2017-01-12 06:48:52 -08:00
Jade McGough
80a29b0054
get apps for all hosts
2017-01-12 06:07:45 -08:00
Jade McGough
e4f6c1d525
cleanup
2017-01-12 04:34:12 -08:00
Andrew Watkins
28dbad2149
Merge pull request #761 from influxdata/rename-chronograf-folder
...
Rename src/chronograf to src/data_explorer
2017-01-11 16:37:55 -08:00
Andrew Watkins
588605dde4
Update test paths
2017-01-11 16:20:28 -08:00