Go to file
Jeff Wendling 0af8de9a3c
Merge pull request #1001 from influxdata/jmw-refactor-storage-reads
Refactor storage reads
2018-10-09 10:54:12 -06:00
.circleci ci(gofmt): check go formatting with each PR 2018-10-08 17:23:54 -05:00
.github
bolt Merge pull request #974 from influxdata/filter-owners 2018-10-08 18:57:09 -07:00
chronograf Move flux editor over to v2 2018-10-08 16:25:03 -07:00
cmd chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
context fix(context): add {Get,Set}Authorization methods in context package 2018-10-02 14:11:44 -04:00
docker
etc ci(gofmt): check go formatting with each PR 2018-10-08 17:23:54 -05:00
flux
gather try to restore the test 2018-10-01 17:38:11 -04:00
http Merge pull request #974 from influxdata/filter-owners 2018-10-08 18:57:09 -07:00
inmem test for finding multiple dashboards by id 2018-10-08 18:56:22 -07:00
internal/testutil Initial import of tsm1.Engine 2018-10-01 12:08:37 +01:00
kit kit/cli: Add support for []string 2018-10-03 11:24:46 -07:00
mock fix(http): support multiple IDs in dashboard GET params 2018-10-08 18:54:40 -07:00
models Initial import pkg package 2018-10-01 12:03:20 +01:00
nats Integrate WAL into engine 2018-10-05 12:44:27 +01:00
pkg chore(fmt): fix and simplify go formatting 2018-10-08 17:23:54 -05:00
prometheus
query chore(fmt): fix and simplify go formatting 2018-10-08 17:23:54 -05:00
rand
snowflake Initial import pkg package 2018-10-01 12:03:20 +01:00
source refactor(http): prefer Addr over URL in field names 2018-10-04 13:59:58 -07:00
storage share some more code with reads 2018-10-09 09:51:13 -06:00
task allow run shows to work with an actual org id. (#981) 2018-10-08 14:07:08 -06:00
testing Merge pull request #974 from influxdata/filter-owners 2018-10-08 18:57:09 -07:00
tsdb Merge pull request #1001 from influxdata/jmw-refactor-storage-reads 2018-10-09 10:54:12 -06:00
zap
.gitignore
.goreleaser.yml remove windows target from goreleaser because a prometheus dependency is causing issues (#985) 2018-10-05 16:23:50 -04:00
Jenkinsfile
LICENSE
Makefile ci(gofmt): check go formatting with each PR 2018-10-08 17:23:54 -05:00
README.md
auth.go fix(idpe): add IsActive method back into platform for idpe 2018-10-02 14:11:44 -04:00
authz.go feat(http): add authentication handler middleware 2018-10-02 14:11:44 -04:00
bucket.go
dashboard.go feat(http): add ids param to dashboard endpoint 2018-10-08 18:51:16 -07:00
dbrp_mapping.go
dbrp_mapping_test.go
error.go
errors.go
errors.md
errors_test.go
go.mod fix: dont conflict on metrics namespace and mod tidy 2018-10-05 16:25:59 -06:00
go.sum fix: dont conflict on metrics namespace and mod tidy 2018-10-05 16:25:59 -06:00
id.go
id_test.go
macro.go
macro_test.go
onboarding.go
organization.go
query.go
scraper.go
session.go feat(http): add authentication handler middleware 2018-10-02 14:11:44 -04:00
source.go
status.go
task.go allow run shows to work with an actual org id. (#981) 2018-10-08 14:07:08 -06:00
token.go
tools.go
usage.go feat(usage): add query usage metrics 2018-10-02 22:39:52 -05:00
user.go
user_resource_mapping.go fix(http): support multiple IDs in dashboard GET params 2018-10-08 18:54:40 -07:00
user_resource_mapping_test.go add tests for resource types 2018-10-08 18:52:41 -07:00
view.go chore(fmt): fix and simplify go formatting 2018-10-08 17:23:54 -05:00
view_test.go feat: line plus single stat view type (#936) 2018-10-03 10:17:14 -07:00

README.md

InfluxData Platform CircleCI

This is the monorepo for InfluxData Platform, a.k.a. Influx 2.0 OSS.

Installation

This project requires Go 1.11 and Go module support. Set GO111MODULE=on or build the project outside of your GOPATH for it to succeed.

For information about modules, please refer to the wiki.

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.