Go to file
Lyon Hill e1ecceaca0 refactor(task): make setting now on every execution
By switching to passing a spec it allows us more control
2018-08-08 12:50:24 -06:00
.circleci ci(deploy): nightlies use circleci/golang:1.10.3-node-browsers 2018-07-25 17:27:33 -05:00
.github Update PR template to include checkbox for Swagger docs 2018-04-18 12:15:21 -07:00
bolt review(bolt): update pr with review comments 2018-08-07 11:08:51 -04:00
chronograf Fix overzealous deletion 2018-08-07 10:50:42 -04:00
cmd make necessary changes 2018-08-07 16:51:33 -06: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
flux Flux/connections page (#4026) 2018-07-27 10:05:02 -07:00
http make necessary changes 2018-08-07 16:51:33 -06: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 Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
prometheus revert #442 2018-08-01 14:54:32 -04:00
query Merge pull request #541 from influxdata/js-flux-readme 2018-08-06 14:04:57 -05:00
rand fix(rand): rename *_genator.go to *.go 2018-05-16 11:45:13 -04:00
snowflake revert #442 2018-08-01 14:54:32 -04:00
task refactor(task): make setting now on every execution 2018-08-08 12:50:24 -06:00
testing chore(testing): update test package to use correct source type 2018-08-07 10:50:41 -04:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore chore(platform): add .vscode to gitignore 2018-08-07 10:45:13 -04:00
.goreleaser.yml feat(docker): create a fluxd nightly docker image 2018-07-17 15:06:31 -05:00
Gopkg.lock review(bolt): update pr with review comments 2018-08-07 11:08:51 -04:00
Gopkg.toml refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
LICENSE Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
Makefile refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
README.md Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
auth.go revert #442 2018-08-01 14:54:32 -04:00
bucket.go fix(platform): omit id from bucket if empty in JSON response 2018-08-07 10:45:14 -04:00
dashboard.go revert #442 2018-08-01 14:54:32 -04:00
dashboard_test.go revert #442 2018-08-01 14:54:32 -04:00
dbrp_mapping.go revert #442 2018-08-01 14:54:32 -04:00
dbrp_mapping_test.go revert #442 2018-08-01 14:54:32 -04:00
id.go revert #442 2018-08-01 14:54:32 -04:00
id_test.go revert #442 2018-08-01 14:54:32 -04:00
organization.go revert #442 2018-08-01 14:54:32 -04:00
source.go feat(platform): add bucket service to source struct 2018-08-07 10:45:13 -04:00
task.go feat(task): allow tasks to be enabled and disabled. 2018-08-06 15:24:34 -06: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 revert #442 2018-08-01 14:54:32 -04:00
user_resource_mapping.go owner mapping -> user resource mapping 2018-08-02 11:07:03 -07:00
user_resource_mapping_test.go owner mapping -> user resource mapping 2018-08-02 11:07:03 -07: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.