Go to file
Jonathan A. Sternberg 0c422a863f
Merge pull request #28 from influxdata/js-http-server
feat(http): add common code for running an http server
2018-05-23 08:56:58 -05:00
.circleci add make vet 2018-05-23 00:21:26 -05:00
bolt feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
cmd migrate(cmd/transpilerd): migrate the transpiler and its http handler to platform 2018-05-22 11:13:30 -05:00
context migrate(platform): move public dependencies into platform 2018-05-14 17:12:53 -04:00
http feat(http): add common code for running an http server 2018-05-23 08:51:13 -05:00
kit/errors todo(kit/errors): add todo item to kit errors 2018-05-16 11:45:13 -04: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 make sure we are done processsing block before process exits 2018-05-23 00:41:24 -05: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 feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore chore: Add Makefile 2018-05-22 14:45:23 -06:00
Gopkg.lock Update Gopkg.lock 2018-05-23 00:35:19 -05:00
Gopkg.toml chore: Add Makefile 2018-05-22 14:45:23 -06:00
LICENSE Initial commit 2018-05-09 09:17:31 -07:00
Makefile add make vet 2018-05-23 00:21:26 -05: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.