Skip to content
Snippets Groups Projects
  1. Jan 28, 2016
  2. Jan 27, 2016
  3. Jan 25, 2016
    • Tim Raymond's avatar
      Change configuration package to influxdata/config · 40d0da40
      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.
      40d0da40
  4. Jan 23, 2016
  5. Jan 20, 2016
  6. Jan 19, 2016
  7. Jan 15, 2016
  8. Jan 14, 2016
  9. Jan 08, 2016
  10. Jan 07, 2016
  11. Jan 06, 2016
  12. Dec 08, 2015
  13. Dec 04, 2015
    • Tait Clarridge's avatar
      Add support for pass/drop/tagpass/tagdrop for outputs · 22afc99f
      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
      22afc99f
    • Cameron Sparr's avatar
      Update gopsutil godep dependency. Dont use godep go build anymore · e6517d41
      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.
      e6517d41
  14. Nov 30, 2015
  15. Nov 26, 2015
  16. Nov 11, 2015
Loading