Commit Graph

1572 Commits (a31518de9c407dd81746cb022b8eff02c586d61b)

Author SHA1 Message Date
Andrew Watkins 9a0c866226 Remove multiple axes from DataExplorer
It doesn't make sense to have multiple axes in the DE with the
current UI.  A user can create n queries and has no way to indicate
which query should belong to which axis.  Making this intuitive an
not clunky is not trivial and requires some more thought and design.
2017-01-10 11:23:26 -08:00
Andrew Watkins e5171fc2e9 Add tests 2017-01-10 11:22:21 -08:00
Andrew Watkins 4ae13305aa Merge pull request #742 from influxdata/order-legend
Sort graph legend alphabetically
2017-01-10 12:20:57 -07:00
Andrew Watkins 6e3c35ab61 Refactor label sorting 2017-01-10 10:55:17 -08:00
Jade McGough 8e0327d4c5 add sort by status on hosts page 2017-01-10 02:54:22 -08:00
Chris Goller a8252b5cda Merge pull request #738 from influxdata/feature/go-orphan-kapacitor
Update source remove to also remove kapacitor and rules resources
2017-01-09 15:49:05 -06:00
Nathan Haugo 32f062a81f Merge pull request #744 from influxdata/docs/changelog-706-707
Add changelog for 706 and 707
2017-01-09 13:34:29 -08:00
nathan haugo c28fcafa3e Add changelog for 706 and 707 2017-01-09 13:33:54 -08:00
Chris Goller 16e1c0b251 Merge pull request #735 from influxdata/jz-rabbitmq
Add rabbitmq canned dash
2017-01-09 15:21:37 -06:00
Jack Zampolin 7fc07ad9d8 Add changelog 2017-01-09 13:21:06 -08:00
Jack Zampolin 0ad393e4fd Add to README.md 2017-01-09 12:33:58 -08:00
Jack Zampolin e852b493de Add rabbitmq canned dash 2017-01-09 12:33:22 -08:00
Andrew Watkins 1619f9be99 Sort graph legend alphabetically 2017-01-06 11:56:38 -08:00
Chris Goller 3dc578aa59 Merge pull request #733 from influxdata/feature/go-oauth-gh-orgs
Add Github organization restriction to authentication
2017-01-06 13:27:25 -06:00
Andrew Watkins 31adca6e77 Remove replace 'out of range' with 'outside range' 2017-01-06 11:01:11 -08:00
Andrew Watkins 1f09402b26 Merge pull request #725 from influxdata/feature/out-of-range#707
WIP Feature/out of range#707
2017-01-06 11:36:50 -07:00
Hunter Trujillo 695e9c6096 \"\" 2017-01-06 11:11:18 -07:00
Hunter Trujillo de5d4cc9fa Update frontend to use new API values. 2017-01-06 11:01:54 -07:00
Hunter Trujillo 10a0ea1c14 Clarifying operator values. 2017-01-06 10:45:54 -07:00
Chris Goller bc3a0e1b3d Add Github organization restriction to authentication 2017-01-06 11:39:20 -06:00
Hunter Trujillo 0df37155eb Remove RangeOperator from chronograf.go, upon @goller's instruction. 2017-01-06 10:35:57 -07:00
Hunter Trujillo c67282d989 Change fake information in stubs. 2017-01-06 10:29:57 -07:00
Hunter Trujillo 3f91e33a91 Fix styles path for stories. 2017-01-06 10:29:23 -07:00
Hunter Trujillo b21079f7db Merge commit '3da8375e7732063127a038b95bbb16e0850a3dd1' into feature/out-of-range#707
# Conflicts:
#	chronograf.go
2017-01-06 10:15:56 -07:00
Hunter Trujillo 190deaea7f gofmt chronograf.go. 2017-01-06 10:11:18 -07:00
Regan Kuchan 3da8375e77 Merge pull request #739 from influxdata/meta/1.1.0.beta5.changelog
Update changelog for 1.1.0-beta5
2017-01-05 15:56:30 -08:00
Regan Kuchan f768687c30 Update version 2017-01-05 15:55:18 -08:00
nathan haugo 81b63e9f41 Update changelog for 1.1.0-beta5 2017-01-05 15:40:15 -08:00
Chris Goller c852618342 Merge pull request #728 from influxdata/feature/go-insecure-tls
Add insecureSkipVerify option to source to accept all influxdb certs
2017-01-05 16:08:58 -06:00
Chris Goller 18b7dd1932 Fix formatting of swagger.json 2017-01-05 15:59:46 -06:00
Chris Goller d63ecdff10 Merge pull request #729 from influxdata/feature/go-inside-outside-range
Update kapacitor alert rules to accept inside and outside range
2017-01-05 14:59:24 -06:00
Chris Goller 291bab7f16 Update removal of sources to include removing kapacitor and rules resources 2017-01-05 14:47:44 -06:00
Chris Goller fe74634fa3 Merge pull request #730 from influxdata/feature/go-add-markdown-release
Add markdown to be used in a release
2017-01-05 12:40:03 -06:00
Chris Goller 3394c443b7 Add markdown to be used in a release 2017-01-04 23:10:04 -06:00
Chris Goller 4a1e98e019 Update License so Github will autodetect it. 2017-01-04 22:55:23 -06:00
Chris Goller bebdd65d4a Update License date 2017-01-04 22:32:49 -06:00
Chris Goller bf415e5eea Update kapacitor alert rules to accept inside and outside range 2017-01-04 22:20:12 -06:00
Chris Goller 439a4d32e8 Add insecureSkipVerify option to source to accept all influxdb certs
The insecureSkipVerify defaults to false, but when true, instructs
the server to accept any certificate coming from the InfluxDB server.
2017-01-04 19:35:07 -06:00
Chris Goller 29c6197691 Merge pull request #726 from influxdata/go-fix-mongo
Fix mongo layout to remove extra fields
2017-01-04 18:25:15 -06:00
Chris Goller 2339f93c0e Fix mongo layout to remove extra fields 2017-01-04 18:17:23 -06:00
Nathan Haugo cc0ea821f0 Change direction of shift for relative rules (#717)
* Change direction of shift for relative rules

* Update changelog

* Fix tests

* Fix tests

* Update changelog for 718
2017-01-04 18:03:41 -06:00
Andrew Watkins cb5e3edc89 Fix bug #711 range not set 2017-01-04 16:02:31 -08:00
Andrew Watkins 5464230c1b Fix case for ruleValues being undefined 2017-01-04 16:02:31 -08:00
Andrew Watkins b2d8d44ce7 Refactor addPadding function 2017-01-04 16:02:12 -08:00
Andrew Watkins e134bf5ea1 Fix Rule visualization padding 2017-01-04 16:02:12 -08:00
Hunter Trujillo cf40630113 Closer to the goal! 2017-01-04 16:02:12 -08:00
Andrew Watkins 25b54fb106 Update visualization for out of range rule 2017-01-04 16:02:12 -08:00
Andrew Watkins 11c8351adf Add range visualization to RuleGraph 2017-01-04 16:02:12 -08:00
Hunter Trujillo e166fc3969 Add out of range to select. 2017-01-04 16:02:12 -08:00
Hunter Trujillo e18eecab6b Refactor story values into storiesOf. 2017-01-04 16:02:12 -08:00