Go to file
Andrew Watkins c78b2ee19a chore(chronograf): Add SourceContext and fix source typing
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-07-24 14:23:18 -04:00
.circleci makefile: fix make file to run go generate 2018-07-23 17:42:03 -04:00
.github Update PR template to include checkbox for Swagger docs 2018-04-18 12:15:21 -07:00
bolt Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
chronograf chore(chronograf): Add SourceContext and fix source typing 2018-07-24 14:23:18 -04:00
cmd feat(cmd/idpd): use chronograf asset handler in idpd command 2018-07-24 14:13:53 -04:00
context fix(http): fix auth header 2018-06-04 15:26:50 -07:00
docker/flux feat(docker): create a fluxd nightly docker image 2018-07-17 15:06:31 -05:00
http feat(http): create asset handler for serving chronograf assets 2018-07-24 14:13:47 -04:00
kit go test examples must follow a very specific format when not referring to a specific identifier 2018-07-19 07:28:59 -07:00
mock Merge pull request #435 from influxdata/js-427-cancel-enqueue 2018-07-19 13:59:00 -05:00
prometheus chore(prometheus): don't use global prometheus registry 2018-07-11 16:54:23 -07:00
query Merge pull request #435 from influxdata/js-427-cancel-enqueue 2018-07-19 13:59:00 -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 chore: Add testing helpers for DBRPMapping 2018-07-12 13:43:06 -06:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore makefile: fix make file to run go generate 2018-07-23 17:42:03 -04:00
.goreleaser.yml feat(docker): create a fluxd nightly docker image 2018-07-17 15:06:31 -05:00
Gopkg.lock makefile: fix make file to run go generate 2018-07-23 17:42:03 -04:00
Gopkg.toml makefile: fix make file to run go generate 2018-07-23 17:42:03 -04:00
LICENSE Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
Makefile makefile: fix make file to run go generate 2018-07-23 17:42:03 -04:00
README.md Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -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
dashboard.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
dashboard_test.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
dbrp_mapping.go fix(dbrp): use validName from influx 1.x 2018-07-19 11:15:14 -05:00
dbrp_mapping_test.go fix(dbrp): use validName from influx 1.x 2018-07-19 11:15:14 -05: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
owner.go feat(platform): add owner mapping structs/interfaces 2018-07-19 00:39:34 -07:00
owner_mapping.go feat(platform): add owner mapping structs/interfaces 2018-07-19 00:39:34 -07:00
task.go feat(platform/task): add organization to tasks 2018-06-26 14:52:01 -07: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.

Introducing Flux

We recently announced Flux, the MIT-licensed data scripting language (and rename for IFQL). The source for Flux is in this repository under query. Learn more about Flux from CTO Paul Dix's presentation.