Commit Graph

1440 Commits (626ee4081e47bc7899f0401085f53a240811a1a4)

Author SHA1 Message Date
Chris Goller 8c33dbf7ea 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 26cab124a9 Add markdown to be used in a release 2017-01-04 23:10:04 -06:00
Chris Goller 471159cd99 Update License so Github will autodetect it. 2017-01-04 22:55:23 -06:00
Chris Goller 8dbaef6a9f Update License date 2017-01-04 22:32:49 -06:00
Chris Goller 6354dcb5c5 Update kapacitor alert rules to accept inside and outside range 2017-01-04 22:20:12 -06:00
Chris Goller 8e0376cec4 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 94474e1bcd 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 5105224943 Fix mongo layout to remove extra fields 2017-01-04 18:17:23 -06:00
Nathan Haugo 12d75a115a 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 8bd492f3ec Fix bug #711 range not set 2017-01-04 16:02:31 -08:00
Andrew Watkins fb94d79638 Fix case for ruleValues being undefined 2017-01-04 16:02:31 -08:00
Andrew Watkins a83a892077 Refactor addPadding function 2017-01-04 16:02:12 -08:00
Andrew Watkins 3d96b3fc6e Fix Rule visualization padding 2017-01-04 16:02:12 -08:00
Hunter Trujillo db13d42818 Closer to the goal! 2017-01-04 16:02:12 -08:00
Andrew Watkins c2b5d3bc9d Update visualization for out of range rule 2017-01-04 16:02:12 -08:00
Andrew Watkins 7473b527f9 Add range visualization to RuleGraph 2017-01-04 16:02:12 -08:00
Hunter Trujillo dd52ce9ac2 Add out of range to select. 2017-01-04 16:02:12 -08:00
Hunter Trujillo ca2e92ada6 Refactor story values into storiesOf. 2017-01-04 16:02:12 -08:00
Hunter Trujillo 72bce4b15c Forgot an import. 2017-01-04 16:02:12 -08:00
Hunter Trujillo 17c75ac3d6 Reorganized stories file. 2017-01-04 16:02:12 -08:00
Hunter Trujillo 021b83bbff Return results of action creator when spying on component actions. Add defaults to rule stub so there aren’t misses. It’s not a real object, but it reduces distracting errors. 2017-01-04 16:02:11 -08:00
Hunter Trujillo aca3b0482c Last-minute edits are usually bad, mkay. 2017-01-04 16:02:11 -08:00
Hunter Trujillo c98383f543 Add React Storybook, in addition to stories and stubs for ValuesSection. Also… Add a nifty corsless proxy courtesy of yt. 2017-01-04 16:02:11 -08:00
Hunter Trujillo 9375f927ae adding within range support: the good, the bad, and the ugly 2017-01-04 16:02:11 -08:00
Andrew Watkins 3865d7e6d4 Merge pull request #712 from influxdata/style-refactor
Styles Refactor
2017-01-04 16:17:41 -07:00
Andrew Watkins 36175126d0 Merge pull request #718 from influxdata/bugfix/tr-missing-apps
Fix bug that stopped apps from displaying
2017-01-03 22:49:10 -07:00
Will Piers de9069de7e Fix bug that stopped apps from displaying 2017-01-03 17:28:27 -05:00
Regan Kuchan fecc1c011b Merge pull request #715 from influxdata/updates-for-beta4
Update version to beta4
2016-12-30 14:36:56 -08:00
nathan haugo d498ab3dfb Add missing word to changelog 2016-12-30 14:36:03 -08:00
nathan haugo a3f6accbe3 Update change log for beta 4 2016-12-30 14:23:43 -08:00
nathan haugo f79ee261cd Update change log for beta 4 2016-12-30 14:21:17 -08:00
Nathan Haugo 92dceda778 Merge pull request #696 from influxdata/feature/tr-dashboard-frontend
Implement Dashboard Index Page
2016-12-30 14:12:53 -08:00
Regan Kuchan c87b18d295 Update version to beta4 2016-12-30 10:39:34 -08:00
Nathan Haugo 8205afdb35 Merge pull request #672 from influxdata/feature/tr-host-status
Spike: Use `system` metrics to indicate host status
2016-12-28 13:34:47 -08:00
Alex P 84e8c30bc8 Merge branch 'master' into style-refactor 2016-12-20 20:15:26 -08:00
Alex P ae51cc78c3 fire ze lazer 2016-12-20 20:08:27 -08:00
Alex P f8841ea006 fixing spacing on checkbox 2016-12-20 20:07:52 -08:00
Alex P c23040f539 styling responsive tables
Was previously bright white, now is dark
2016-12-20 19:54:23 -08:00
Alex P 51f98e3949 Organizing dygraphs stylesheet 2016-12-20 19:49:17 -08:00
Alex P de0b955d2f Sortable table styles moved to table component sheet 2016-12-20 19:49:00 -08:00
Alex P b9d9159aff Removing odd letter spacing on monotype table cells 2016-12-20 19:48:40 -08:00
Alex P 7195ceca69 code font variable 2016-12-20 19:48:22 -08:00
Alex P 148ed5e156 Deleting extra space 2016-12-20 19:47:57 -08:00
Alex P 0b59f34ccf Refactorus maximus
- Removing glyph icons and font awesome (not being used for anything)
- Removing unused stylesheets (there were a lot)
- Re-organizing all stylesheets in a more understandable way
2016-12-20 14:18:48 -08:00
Chris Goller 670818f0f0 Merge pull request #710 from influxdata/mr-lint-cleanup
Miscellaneous lint cleanup
2016-12-20 16:02:06 -06:00
Jade McGough c7428ef555 Merge pull request #709 from influxdata/feature/708-threshold-api
add kapacitor range alerting to API
2016-12-20 13:23:39 -08:00
Mark Rushakoff eda39410e7 Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
Jade McGough 2f39cb771c add kapacitor range alerting to API 2016-12-20 12:22:53 -08:00
Chris Goller ca377f87d2 Merge pull request #700 from influxdata/jz-add-uptime
Add server uptime reporting
2016-12-19 16:10:14 -06:00
Chris Goller aa0104ec78 Merge pull request #701 from influxdata/add-blog-link
Add link to beta3 blog
2016-12-19 15:32:25 -06:00