Go to file
Nathaniel Cook f4e94c8655 Merged pull request #525 from influxdata/nc-agg-errors
fix: More specific error messages for aggregate errors
2018-08-01 11:37:29 -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 Better naming for the ID length constant 2018-08-01 18:20:59 +02:00
chronograf refactor(query): move DefaultCompleter method to complete package 2018-07-30 10:54:06 -07:00
cmd MustIDFromString no more requires test instance 2018-08-01 18:20:59 +02: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 Refactoring code using platform.IDs 2018-08-01 18:20:59 +02: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 Refinements to delete authorization refactoring and tests 2018-08-01 18:20:59 +02:00
query Merged pull request #525 from influxdata/nc-agg-errors 2018-08-01 11:37:29 -06:00
rand fix(rand): rename *_genator.go to *.go 2018-05-16 11:45:13 -04:00
snowflake Better naming for the ID length constant 2018-08-01 18:20:59 +02:00
task Fixing last changes obtained from master to make them use uint64 IDs 2018-08-01 18:20:59 +02:00
testing Fixing IDs of DBRP mapping platform tests 2018-08-01 18:20:59 +02:00
ui/src/side_nav/components Bugfix/no org name (#4014) 2018-07-26 11:21:42 -04:00
zap feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
.gitignore chore(gitignore) add .vs to gitignore 2018-07-24 08:02:51 -07:00
.goreleaser.yml feat(docker): create a fluxd nightly docker image 2018-07-17 15:06:31 -05:00
Gopkg.lock Revert "Use platform branch on influxDB" 2018-07-27 11:50:35 -06:00
Gopkg.toml Revert "Use platform branch on influxDB" 2018-07-27 11:50:35 -06:00
LICENSE Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
Makefile hotfix(chronograf): add stub Asset functions to fix build 2018-07-26 14:58:20 -07:00
README.md Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
auth.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
bucket.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
dashboard.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
dashboard_test.go MustIDFromString no more requires test instance 2018-08-01 18:20:59 +02:00
dbrp_mapping.go Switch back logic of valid names within DBRP mappings 2018-08-01 18:20:59 +02:00
dbrp_mapping_internal_test.go Reintroducing valid name test again 2018-08-01 18:20:59 +02:00
dbrp_mapping_test.go Switch back logic of valid names within DBRP mappings 2018-08-01 18:20:59 +02:00
id.go Improvements to platform.ID errors 2018-08-01 18:20:59 +02:00
id_test.go Improvements to platform.ID errors 2018-08-01 18:20:59 +02:00
organization.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
owner.go Fix owner and owner mapping 2018-08-01 18:20:59 +02:00
owner_mapping.go Refactoring code using platform.IDs 2018-08-01 18:20:59 +02:00
owner_mapping_test.go MustIDFromString no more requires test instance 2018-08-01 18:20:59 +02: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 Refactoring code using platform.IDs 2018-08-01 18:20:59 +02: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.