Commit Graph

874 Commits (b9b37f3b9059154daecfe09f7afdde13b1592ee6)

Author SHA1 Message Date
Chris Goller 4472ac9636 Add Google login button
Need to update this eventually to use the dynamic routes
2017-02-14 23:05:03 -06:00
Tim Raymond 633a586d6f Fix route for links and Github OAuth route
On the backend, the trailing slash on /chronograf/v1/ caused that route
to escape detection by the authentication middleware, so auth was not
triggered. Also, routes were changed on the backend for Github's OAuth
authentication.
2017-02-14 17:26:39 -05:00
Hunter Trujillo 95add4909a Fix basepath support. 2017-02-14 10:07:15 -07:00
Hunter Trujillo 7c59c40fa7 Linter fixes. 2017-02-14 09:55:31 -07:00
Hunter Trujillo d87a3350f3 Add resource and id methods to AJAX method to access link URLs. 2017-02-13 13:19:34 -07:00
Andrew Watkins 0e0f0fc260 Merge pull request #864 from influxdata/http-tcp
Kapacitor Rule Alert Config for HTTP, TCP, Exec, SMTP, and Alerta (parsed pasted Tick script)
2017-02-10 15:20:53 -08:00
Hunter Trujillo bace30142b Fix kapacitor rules page checkbox JSX. 2017-02-10 16:09:12 -07:00
Hunter Trujillo 12e7688a49 Merge branch 'master' into http-tcp
# Conflicts:
#	CHANGELOG.md
2017-02-10 16:03:30 -07:00
Hunter Trujillo de66bff1a5 Fix AlertaConfig? 2017-02-10 15:59:43 -07:00
Alex P 6a893f82c6 Polish empty states in DE query builder 2017-02-10 14:57:30 -08:00
Chris Goller 1bdfbbdd6b Merge pull request #869 from influxdata/de-scroll-fix
Fix Scrolling Issue on DE Lists
2017-02-10 16:46:10 -06:00
Alex P 190457bbcd fix non-scrolling behavior on DE editor lists 2017-02-10 14:42:24 -08:00
Chris Goller f81cd7e7ad Merge pull request #868 from influxdata/disable-alert
Change rule status
2017-02-10 16:41:28 -06:00
Alex P d46e86f4e2 Make Checkbox centered 2017-02-10 14:35:58 -08:00
Alex P 509b13d2d6 Style checkboxes on kapacitor rules table 2017-02-10 14:32:22 -08:00
Hunter Trujillo 57bf5f571a Merge branch 'master' into http-tcp
# Conflicts:
#	CHANGELOG.md
2017-02-10 13:31:01 -07:00
Hunter Trujillo 2181532bf7 Refactor alert config input and label to a stateless component. 2017-02-10 13:28:39 -07:00
Andrew Watkins 8aa7dec87f Optimistically update status state 2017-02-10 12:15:45 -08:00
Hunter Trujillo c2f4629732 Not sure if it's needed here, but for consistency, I've added alerta to the ALERTS constant. 2017-02-10 13:06:16 -07:00
Hunter Trujillo d428aaf8c7 Refactor parseAlerta spec to test reducer, accessors, and parser separately. Refactor parseAlerta out of rules reducer into its own file in shared/prasing. Update appearance of AlertaConfig. Update appearance of RuleMessage input field. Remove smtp and alerta from default alerts. 2017-02-10 13:03:31 -07:00
Andrew Watkins 95e38a4767 Change rule status 2017-02-10 13:42:42 -06:00
Andrew Watkins e9d8b77a96 Move constants into constants file 2017-02-10 09:04:18 -08:00
Andrew Watkins 602725a06a Adjust min heights builder and visualizations 2017-02-10 08:20:11 -08:00
Hunter Trujillo a8eaa0979e Add Alerta tick script input to configure kapacitor rule alert config. 2017-02-10 00:19:20 -07:00
Hunter Trujillo 65cd297046 Add email support for kapacitor alert config. 2017-02-09 22:30:50 -07:00
Hunter Trujillo b66b3d0ff9 Add exec kapacitor rule alert support. 2017-02-09 22:25:00 -07:00
Hunter Trujillo cee683b49b Add UI support for HTTP and TCP kapacitor rule alert configs. 2017-02-09 21:54:00 -07:00
Hunter Trujillo f64df0d1f2 Healing merge. 2017-02-09 18:21:22 -07:00
Hunter Trujillo 65d578ed0c Merge branch 'master' into http-tcp
# Conflicts:
#	ui/src/kapacitor/components/RuleMessage.js
2017-02-09 18:15:34 -07:00
Alex P 364d2f0b92 Fix height of InfluxQL editor 2017-02-09 15:23:09 -08:00
Alex P 2c36a53d31 Fix Table view in DE graph 2017-02-09 15:20:39 -08:00
Alex P 780c6812ab DE Graph Labels cannot be selected 2017-02-09 13:55:12 -08:00
Alex P f427ca58b0 Merge remote-tracking branch 'origin/de-organize' into de-organize 2017-02-09 13:52:43 -08:00
Andrew Watkins 5d6fd473a8 Introduce ResizerHandle back into DE 2017-02-09 13:51:52 -08:00
Alex P c721de4167 Change groupbytime bg color to match adjacent toggles 2017-02-09 12:50:59 -08:00
Andrew Watkins b14c744d0a Update copy 2017-02-09 11:42:13 -08:00
Andrew Watkins 32ffc88a8b Improve and clarify Group BY tags 2017-02-09 11:15:51 -08:00
Andrew Watkins f43f89ca4d Merge branch 'de-organize' of github.com:influxdata/chronograf into de-organize 2017-02-09 10:27:27 -08:00
Andrew Watkins deb69d668c Merge github.com:influxdata/chronograf into de-organize 2017-02-09 10:26:59 -08:00
Alex P 7aafeaf8dd Fix Kapacitor Rule Builder weirdness 2017-02-09 09:53:48 -08:00
Andrew Watkins 1d2dfcf17a Fix new rule not loading 2017-02-09 09:39:34 -08:00
Alex P 4e24367b77 Polish query editor list items 2017-02-09 09:17:35 -08:00
Alex P b2a3b8ce89 Fix positioning of query editor list headers
measurements filter, group by time, and accept/reject
2017-02-09 09:14:07 -08:00
Alex P 232633da8f Fix vertical marker in DE 2017-02-09 08:47:11 -08:00
Chris Goller cb1aadf49c Update Makefile and webpack to make builds incremental 2017-02-08 21:15:56 -06:00
Chris Goller 7deaf845a7 Merge pull request #852 from influxdata/feature/kapacitor-detail-field
Update kapacitor alert rule to have detail field
2017-02-08 20:50:48 -06:00
Alex P 6e4f8f0cb4 Clean up the DE columns 2017-02-08 15:50:11 -08:00
Alex P 39f2c6a317 Style queries tab list in DE 2017-02-08 15:22:49 -08:00
Alex P d0684b4e97 Make DE graph huge 2017-02-08 15:22:35 -08:00
Andrew Watkins 31c64cbac7 Add column name headers 2017-02-08 14:24:01 -08:00