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
Andrew Watkins
bba5a35621
Update test paths
2017-01-11 16:20:28 -08:00
Andrew Watkins
9bbd5ebd48
Rename src/chronograf to src/data_explorer
2017-01-11 16:00:56 -08:00
Chris Goller
8a63fe3d1c
Merge pull request #756 from influxdata/ga-rpm-install
...
Remove RPM posttrans scriptlet and small fixes
2017-01-11 17:53:07 -06:00
gunnaraasen
f6477f301f
Remove RPM posttrans scriptlet and small fixes
2017-01-11 15:52:06 -08:00
Andrew Watkins
4ba7c274a6
Remove the send all explicitly checkbox from Telegram
2017-01-11 15:46:35 -08:00
Andrew Watkins
9d25cc3631
Remove the send all explicitly checkbox from HipChat
2017-01-11 15:39:38 -08:00
Andrew Watkins
dd564690b5
Remove the send all explicitly checkbox from PagerDuty
2017-01-11 15:34:56 -08:00
Andrew Watkins
d183b65f9f
Delete archaic component and copy
2017-01-11 14:48:57 -08:00
Andrew Watkins
f10db6d3da
Include UnsafeSSL checkbox for insecureSkipVerify
2017-01-11 14:47:03 -08:00
Andrew Watkins
7573807804
Turn SourceForm into true container
2017-01-11 13:58:25 -08:00
Jade McGough
f3eac33942
add host dropdown to host page
2017-01-11 00:51:43 -08:00
Nathan Haugo
4dcfcc68d3
Merge pull request #755 from influxdata/feature/fix-kapacitor-auth
...
Fix kapacitor auth with basic auth in header
2017-01-10 17:16:22 -08:00
Chris Goller
2e3ed8e410
Update changelog for kapacitor basic auth
2017-01-10 19:13:09 -06:00
Chris Goller
a8729df725
Fix kapacitor auth with basic auth in header
...
Proxying the basic auth via URL path was not working, so, this
places it directly into the header.
2017-01-10 18:51:25 -06:00
Jade McGough
3c7e25b3b7
Merge pull request #747 from influxdata/feature/672-sort-status
...
add sort by status on hosts page
2017-01-10 12:48:34 -08:00
Andrew Watkins
302a0a89b1
Merge pull request #740 from influxdata/weird-graph
...
Graph weirdness
2017-01-10 12:49:12 -07:00
Andrew Watkins
3e476352fe
Simplify if block
2017-01-10 11:23:26 -08:00