- Jan 28, 2016
-
-
Cameron Sparr authored
closes #601
-
Cameron Sparr authored
closes #599
-
- Jan 27, 2016
-
-
Cameron Sparr authored
This will basically make the root directory a place for storing the major telegraf interfaces, which will make telegraf's godoc looks quite a bit nicer. And make it easier for contributors to lookup the few data types that they actually care about. closes #564
-
Cameron Sparr authored
closes #592
-
- Jan 25, 2016
-
-
Tim Raymond authored
We are unifying the way that we handle configuration across the products into the influxdata/config package. This provides the same API as naoina/toml that was used previously, but provides some additional features such as support for documenting generated TOML configs as well as support for handling default options. This replaces all usage of naoina/toml with influxdata/config.
-
- Jan 23, 2016
-
-
Jack Zampolin authored
-
Cameron Sparr authored
Also moved some objects out of config.go and put them in their own package, internal/models fixes #568 closes #285
-
- Jan 20, 2016
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- Jan 19, 2016
-
-
Cameron Sparr authored
closes #460
-
- Jan 15, 2016
-
-
Cameron Sparr authored
closes #514
-
- Jan 14, 2016
-
-
Philip Silva authored
With HTTP JSON or Elasticsearch, one can also process values nested in arrays.
-
- Jan 08, 2016
-
-
Cameron Sparr authored
-
- Jan 07, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Jan 06, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Dec 08, 2015
-
-
Cameron Sparr authored
-
- Dec 04, 2015
-
-
Tait Clarridge authored
Reuses same logic as the plugins for filtering points, should be only a marginal performance decrease to check all the points before writing to the output. Added examples to the README as well (for generic pass/drop as well as output pass/drop/tagpass/tagdrop). X-Github-Closes #398 closes #398 closes #401
-
Cameron Sparr authored
godep seems to have a problem when dependencies have `internal` packages. So removing `godep go build` and `godep go test` from the build process in favor of just checking out the correct revisions using `godep restore` into the regular GOPATH. This basically means that we are not actually using anything within the Godeps directory except Godeps.json. I should probably make a separate go dependency management system that does this.
-
- Nov 30, 2015
-
-
Cameron Sparr authored
-
- Nov 26, 2015
-
-
Cameron Sparr authored
-
- Nov 11, 2015
-
-
Cameron Sparr authored
-