Go to file
Chris Goller 916b5f49a5 feat(http) add microsecond and nanosecond durations 2018-09-25 15:15:06 -05:00
.circleci feat: switch to using go modules for building 2018-09-20 08:33:15 -07:00
.github Update PR template to include checkbox for Swagger docs 2018-04-18 12:15:21 -07:00
bolt feat(http): add MacroService client 2018-09-20 09:32:04 -07:00
chronograf chronograf(feature): default dashboard and markdown view 2018-09-25 09:38:00 -07:00
cmd chore(cmd/influx): add units to influx command 2018-09-25 13:22:47 -05: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
gather feat: switch to using go modules for building 2018-09-20 08:33:15 -07:00
http feat(http) add microsecond and nanosecond durations 2018-09-25 15:15:06 -05:00
inmem add org member endpoints (#846) 2018-09-24 10:17:54 -07:00
kit fix(http): remove org parameter and add client tests 2018-09-14 18:03:38 -05:00
mock feat(http): add MacroService client 2018-09-20 09:32:04 -07: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 fix: the master build no longer uses -i when building the influx binary 2018-09-25 11:33:07 -05:00
rand fix(rand): rename *_genator.go to *.go 2018-05-16 11:45:13 -04:00
snowflake fix panic in global id 2018-09-13 16:07:29 -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 fix(task/backend): avoid data race in in-memory run log 2018-09-17 09:51:14 -07:00
testing fix(test): enforce order for user mapping tests (#862) 2018-09-25 08:43:29 -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 fix: Fix typo in goreleaser.yml 2018-09-18 09:07:00 -07:00
Jenkinsfile update Jenkinsfile 2018-09-06 10:41:23 -05:00
LICENSE Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00
Makefile fix: the master build no longer uses -i when building the influx binary 2018-09-25 11:33:07 -05:00
README.md feat: switch to using go modules for building 2018-09-20 08:33:15 -07:00
auth.go feat(http): add links to auth service response structures 2018-09-12 11:44:44 -04:00
bucket.go feat(http): buckets now use duration strings 2018-09-25 13:22:47 -05: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
go.mod chore: Update flux dep 2018-09-20 11:00:12 -07:00
go.sum fix: the master build no longer uses -i when building the influx binary 2018-09-25 11:33:07 -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
macro.go feat(http): add MacroService client 2018-09-20 09:32:04 -07:00
macro_test.go feat(http): add MacroService client 2018-09-20 09:32:04 -07: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
scraper.go feat(scraper): add scraper lib 2018-09-14 16:59:18 -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
tools.go feat: switch to using go modules for building 2018-09-20 08:33:15 -07: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 add org member endpoints (#846) 2018-09-24 10:17:54 -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.

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.