Go to file
Chris Goller 310a64fc97 feat(http): use proxy request in flux service 2018-09-13 13:00:27 -05:00
.circleci ci: restore cache for deploy job 2018-08-28 15:20:36 -07:00
.github Update PR template to include checkbox for Swagger docs 2018-04-18 12:15:21 -07:00
bolt add internal system buckets for orgs (#652) 2018-09-06 09:19:58 -07:00
chronograf chore(chronograf): parse flux response to dygraph format (#819) 2018-09-12 10:13:25 -07:00
cmd chore: Updates to be able to remove platform as a dependency of Flux 2018-09-12 10:18:54 -06:00
context fix(http): fix auth header 2018-06-04 15:26:50 -07:00
docker ci(influxd): add influxd to goreleaser 2018-08-31 12:58:21 -05:00
flux Flux/connections page (#4026) 2018-07-27 10:05:02 -07:00
http feat(http): use proxy request in flux service 2018-09-13 13:00:27 -05:00
kit kit/cli: Add boolean and duration flag types 2018-09-06 09:57:43 -07:00
mock feat(http): add links to auth service response structures 2018-09-12 11:44:44 -04:00
nats feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
prometheus refactor(http): update authorization to use active/inactive status 2018-08-29 13:07:39 -05:00
query feat(query/influxql): normalize the time for all aggregate queries 2018-09-12 16:25:51 -05:00
rand fix(rand): rename *_genator.go to *.go 2018-05-16 11:45:13 -04:00
snowflake specificy setting a machine ID on the generator 2018-09-10 09:51:31 -05:00
source chore: Updates to be able to remove platform as a dependency of Flux 2018-09-12 10:18:54 -06:00
task chore: Updates to be able to remove platform as a dependency of Flux 2018-09-12 10:18:54 -06:00
testing add internal system buckets for orgs (#652) 2018-09-06 09:19:58 -07:00
zap chore: Updates to be able to remove platform as a dependency of Flux 2018-09-12 10:18:54 -06:00
.gitignore chore(cmd/influxd): rename idpd to influxd 2018-08-31 12:52:40 -05:00
.goreleaser.yml ci(influxd): add influxd to goreleaser 2018-08-31 12:58:21 -05:00
Gopkg.lock feat(query/influxql): normalize the time for all aggregate queries 2018-09-12 16:25:51 -05:00
Gopkg.toml fix: remove constraints that were from the query package 2018-09-10 11:34:20 -05:00
LICENSE Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
Makefile ci(Makefile): add asset generation to nightly 2018-09-11 16:11:16 -05:00
README.md chore: add status badge to README 2018-08-30 09:24:50 -07:00
auth.go feat(http): add links to auth service response structures 2018-09-12 11:44:44 -04:00
bucket.go add internal system buckets for orgs (#652) 2018-09-06 09:19:58 -07:00
dashboard.go feat(errors): add errors lib 2018-09-07 21:45:47 -05:00
dbrp_mapping.go chore: Add string method to dbrp mapper filter 2018-08-08 15:31:37 -06:00
dbrp_mapping_test.go revert #442 2018-08-01 14:54:32 -04:00
error.go feat(errors): add errors lib 2018-09-07 21:45:47 -05:00
errors.go feat(errors): add errors lib 2018-09-07 21:45:47 -05:00
errors.md feat(errors): add errors lib 2018-09-07 21:45:47 -05:00
errors_test.go feat(errors): add errors lib 2018-09-07 21:45:47 -05: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
query.go feat(platform): add uniform query endpoint for sources 2018-08-28 15:53:20 -04:00
source.go feat(errors): add errors lib 2018-09-07 21:45:47 -05:00
status.go docs(http): authorization status is now active or inactive 2018-08-29 13:07:39 -05:00
task.go chore(platform): remove Last Run field from Task 2018-08-30 11:02:17 -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 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
view.go feat(errors): add errors lib 2018-09-07 21:45:47 -05:00
view_test.go feat(platform): move chronogaf v2 dashboards to platform 2018-08-24 13:22:58 -04:00

README.md

InfluxData Platform CircleCI

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.