.circleci
feat: save and restore the /go/pkg/mod directory in circleci
2018-10-11 16:11:36 -05:00
.github
Update PR template to include checkbox for Swagger docs
2018-04-18 12:15:21 -07:00
bolt
chore(bolt): log path of bolt file
2018-10-12 08:14:50 -07:00
chronograf
User can delete task
2018-10-12 13:26:53 -07:00
cmd
chore: default bolt db location to .influxdbv2 dir
2018-10-12 16:39:02 -07:00
context
fix(context): add {Get,Set}Authorization methods in context package
2018-10-02 14:11:44 -04:00
docker
ci(influxd): add influxd to goreleaser
2018-08-31 12:58:21 -05:00
etc
feat: checktidy will check the go.mod and go.sum files in circleci
2018-10-10 15:35:02 -05:00
flux
Flux/connections page ( #4026 )
2018-07-27 10:05:02 -07:00
gather
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00
http
draft of telegraf
2018-10-12 17:51:36 -04:00
inmem
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02: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
logger
refactor: move the logger package from influxdb to platform
2018-10-10 15:49:07 -05:00
mock
Initial Retention Service
2018-10-10 15:39:27 +01: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
feat(platform/id): using uint64 for platform.IDs
2018-10-11 09:54:18 -05:00
query
fix(storage): Add db/rp fields for InfluxDB OSS
2018-10-11 15:19:38 -07:00
rand
fix(rand): rename *_genator.go to *.go
2018-05-16 11:45:13 -04:00
snowflake
refactor(id): update name to IDLength
2018-10-11 09:54:19 -05:00
source
refactor(http): prefer Addr over URL in field names
2018-10-04 13:59:58 -07:00
storage
fix(reads): Ensure error returned from f is captured
2018-10-11 13:41:54 -07:00
task
feat(task): allow setting task status during creation
2018-10-15 09:20:47 -07:00
telegraf /plugins
add plugins
2018-10-12 10:24:31 -04:00
testing
fix scraper id
2018-10-12 10:03:06 +02:00
toml
refactor(toml): copy the toml utility package from influxdb to platform
2018-10-11 12:08:43 -05:00
tsdb
fix(engine): remove SeriesIDSets check in deletion
2018-10-12 15:25:10 -06:00
zap
fix(zap): porting to uint64 IDs
2018-10-11 09:54:18 -05:00
.gitignore
chore(cmd/influxd): rename idpd to influxd
2018-08-31 12:52:40 -05:00
.goreleaser.yml
remove windows target from goreleaser because a prometheus dependency is causing issues ( #985 )
2018-10-05 16:23:50 -04: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
feat: checktidy will check the go.mod and go.sum files in circleci
2018-10-10 15:35:02 -05:00
README.md
feat: switch to using go modules for building
2018-09-20 08:33:15 -07:00
auth.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
authz.go
feat(http): add authentication handler middleware
2018-10-02 14:11:44 -04:00
bucket.go
feat(http): buckets now use duration strings
2018-09-25 13:22:47 -05:00
dashboard.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
dbrp_mapping.go
feat(platform/id): using uint64 for platform.IDs
2018-10-11 09:54:18 -05:00
dbrp_mapping_internal_test.go
feat(platform/id): using uint64 for platform.IDs
2018-10-11 09:54:18 -05:00
dbrp_mapping_test.go
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00
error.go
feat(errors): add errors lib
2018-09-07 21:45:47 -05:00
errors.go
feat: add onboarding defaults
2018-09-27 15:02:17 -04:00
errors.md
feat(errors): add errors lib
2018-09-07 21:45:47 -05:00
errors_test.go
fix(platform_test): refactor platform tests to support uint64 platform.IDs
2018-10-11 09:54:18 -05:00
go.mod
fix some issues onboarding
2018-10-11 18:02:58 -04:00
go.sum
fix some issues onboarding
2018-10-11 18:02:58 -04:00
id.go
perf(id): decrease allocations for id decoding
2018-10-11 09:54:19 -05:00
id_test.go
perf(id): decrease allocations for id decoding
2018-10-11 09:54:19 -05:00
macro.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
macro_test.go
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00
measurement.go
Initial Retention Service
2018-10-10 15:39:27 +01:00
onboarding.go
feat: add onboarding defaults
2018-09-27 15:02:17 -04:00
organization.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
query.go
feat(platform): add uniform query endpoint for sources
2018-08-28 15:53:20 -04:00
scraper.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
session.go
feat(http): add authentication handler middleware
2018-10-02 14:11:44 -04:00
source.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
status.go
docs(http): authorization status is now active or inactive
2018-08-29 13:07:39 -05:00
task.go
allow run shows to work with an actual org id. ( #981 )
2018-10-08 14:07:08 -06:00
telegraf.go
add telegraf.go
2018-10-11 15:37:44 -04: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
feat(usage): add query usage metrics
2018-10-02 22:39:52 -05:00
user.go
fix(user): update comment about user service
2018-10-11 09:54:19 -05:00
user_resource_mapping.go
add and whitelist additional resource types
2018-10-11 11:15:02 -07:00
user_resource_mapping_test.go
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00
view.go
tests(http): add tests for creation without IDs
2018-10-12 10:03:06 +02:00
view_test.go
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00