Go to file
Adam c5e0477b74
feat(query/querytest): test framework improvements to help generate output (#51)
updated helper program so users can now start with a .in.csv file, and a .ifql file, and
generate output.  program asks user to verify output before writing.  Also refactored the
location of test files from query_test  to querytest and put helper functions in new file
querytest/execute.go.
2018-05-25 14:38:50 -04:00
.circleci chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
bolt feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
cmd feat(http): perform error handling in the transpiler and the query service 2018-05-24 17:14:16 -05:00
context migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
http fix(query/csv): Encode result iterator errors 2018-05-24 16:38:50 -06:00
kit/errors feat(http): add a utility function for reading http errors 2018-05-23 13:29:48 -05:00
mock migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
prometheus feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
query feat(query/querytest): test framework improvements to help generate output (#51) 2018-05-25 14:38:50 -04:00
rand fix(rand): rename *_genator.go to *.go 2018-05-16 11:45:13 -04:00
snowflake fix(snowflake): rename *_generator.go to *.go 2018-05-16 11:45:13 -04:00
testing test(testing): fix find authorization by token test 2018-05-22 13:25:05 -04:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore chore(idp): Rename cmd/idp to cmd/influx 2018-05-24 11:34:39 -06:00
.goreleaser.yml chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
Gopkg.lock chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
Gopkg.toml chore(CI): Create nightly builds of ifqld 2018-05-23 09:13:46 -06:00
LICENSE Initial commit 2018-05-09 09:17:31 -07:00
Makefile chore(idp): Rename cmd/idp to cmd/influx 2018-05-24 11:34:39 -06:00
README.md migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
auth.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
bucket.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
id.go fix(platform): rename *_generator.go to *.go 2018-05-16 11:45:13 -04:00
organization.go migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
token.go fix(platform): rename *_generator.go to *.go 2018-05-16 11:45:13 -04:00
usage.go migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
user.go migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00

README.md

InfluxData Platform

This is the monorepo for InfluxData Platform, a.k.a. Influx 2.0 OSS.

Vendoring

This project is using dep for vendoring.

Use dep ensure -vendor-only when you only need to populate the vendor directory to run go build successfully, or run dep ensure to both populate the vendor directory and update Gopkg.lock with any newer constraints.