..
influxdb
fix(query): add Check method to query service interfaces ( #12866 )
2019-03-25 20:05:44 -07:00
mock
updates based on review
2019-01-23 09:29:50 -08:00
Makefile
Remove typescript client generation
2019-02-05 17:13:57 -08:00
README.md
Convert everything to /api/v2
2018-09-28 14:23:21 +02:00
api_handler.go
Merge pull request #12677 from influxdata/swagger_resource_buckets
2019-03-18 18:29:23 -04:00
api_handler_test.go
chore(http): make test diffs more readable ( #2203 )
2019-01-03 14:29:22 -08:00
assets.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
auth_service.go
fix(influxdb): revert functionality added in pr#10947
2019-02-06 15:54:09 -05:00
auth_test.go
fix(influxdb): revert functionality added in pr#10947
2019-02-06 15:54:09 -05:00
authentication_middleware.go
fix(ui): add session timeout notification ( #11281 )
2019-01-18 17:43:00 -05:00
authentication_test.go
fix(ui): add session timeout notification ( #11281 )
2019-01-18 17:43:00 -05:00
bucket_service.go
fix(http): remove newPatchLabelHandler, it should not exist
2019-03-27 14:31:04 -07:00
bucket_test.go
fix(http): update bucket write links to include org/bucket
2019-03-11 13:46:16 -05:00
chronograf_handler.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
client.go
refactor(query): make queryd present ProxyQueryService ( #12360 )
2019-03-07 07:32:13 -08:00
dashboard_service.go
fix(http): remove newPatchLabelHandler, it should not exist
2019-03-27 14:31:04 -07:00
dashboard_test.go
fix(http): log endpoint should be logs
2019-03-11 12:45:25 -05:00
debug.go
add spans to multiple services
2019-03-07 12:12:31 -07:00
document_service.go
fix(http): add check for nil document in post document request
2019-03-26 14:11:32 -07:00
duration.go
update(http): remove kerrors, change the default to be influxdb error
2019-01-25 10:29:26 -08:00
duration_test.go
feat(http) add microsecond and nanosecond durations
2018-09-25 15:15:06 -05:00
errors.go
update(http): changes based on review
2019-01-25 10:31:25 -08:00
errors_test.go
fix(http): fix task errors
2019-01-25 10:31:24 -08:00
handler.go
update(http): remove kerrors, change the default to be influxdb error
2019-01-25 10:29:26 -08:00
health.go
fix(http): health endpoint now returns pass
2018-12-20 21:53:54 -06:00
health_test.go
chore(http): make test diffs more readable ( #2203 )
2019-01-03 14:29:22 -08:00
label_service.go
fix(http): remove newPatchLabelHandler, it should not exist
2019-03-27 14:31:04 -07:00
label_test.go
pass tests
2019-03-19 07:00:43 -07:00
no_assets.go
feat(http): host swagger docs at /docs and /api/v2/swagger.json
2019-01-22 11:16:27 -06:00
onboarding.go
fix(http): rename platform to influxdb in package
2019-02-07 19:08:41 -05:00
onboarding_test.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
org_service.go
fix(http): remove newPatchLabelHandler, it should not exist
2019-03-27 14:31:04 -07:00
org_test.go
fix(http): fix org secrets delete
2019-03-19 15:03:30 -04:00
paging.go
update(http): remove kerrors, change the default to be influxdb error
2019-01-25 10:29:26 -08:00
paging_test.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
platform_handler.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
proto.go
feat(http): dashboards protos pagination
2019-01-17 12:35:00 +01:00
proto_test.go
fix(http): log endpoint should be logs
2019-03-11 12:45:25 -05:00
proxy_query_service.go
fix(query): add Check method to query service interfaces ( #12866 )
2019-03-25 20:05:44 -07:00
proxy_query_service_test.go
test(http): add unit test for proxy query service ( #12683 )
2019-03-26 06:49:51 -07:00
query.go
feat(http): convert user sessions to auth for query service
2019-03-07 16:01:31 -06:00
query_handler.go
fix(query): add Check method to query service interfaces ( #12866 )
2019-03-25 20:05:44 -07:00
query_handler_test.go
Merge branch 'master' into flux-staging
2019-03-27 09:42:48 -06:00
query_test.go
feat(influxd): Tracing refactor ( #12318 )
2019-03-04 11:48:11 -08:00
ready.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
redoc.go
feat(http): host swagger docs at /docs and /api/v2/swagger.json
2019-01-22 11:16:27 -06:00
requests.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
requests_test.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
router.go
log api panic with a stack trace
2019-01-15 11:58:42 +08:00
router_test.go
add test for logging http panics
2019-01-21 23:29:28 +08:00
scraper_service.go
docs(http): add members/owners links
2019-03-07 10:56:36 +08:00
scraper_service_test.go
remove argument index from fmt string in scraper tests
2019-03-07 11:10:09 +08:00
server.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
session_handler.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
session_test.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
source_proxy_service.go
fix(query): add Check method to query service interfaces ( #12866 )
2019-03-25 20:05:44 -07:00
source_service.go
fix(http): fix invalid source buckets
2019-03-25 14:03:24 -04:00
source_service_test.go
fix(http): fix source health endpoint
2019-03-13 11:04:16 -04:00
status.go
feat: Add optional http logging to handler
2018-07-30 16:16:37 -06:00
swagger.go
chore: serve swagger.json in development builds
2019-03-09 12:42:44 -08:00
swagger.yml
Merge pull request #12748 from influxdata/org_secret_delete
2019-03-26 16:12:13 -04:00
swagger_assets.go
chore: serve swagger.json in development builds
2019-03-09 12:42:44 -08:00
swagger_noassets.go
chore: serve swagger.json in development builds
2019-03-09 12:42:44 -08:00
swagger_test.go
Remove validation of cur_swagger
2019-02-06 16:28:49 -08:00
task_service.go
fix(http): remove newPatchLabelHandler, it should not exist
2019-03-27 14:31:04 -07:00
task_service_test.go
test(task): ensure task can be created over HTTP using org name
2019-03-14 21:23:14 -07:00
task_test.go
Update task servicetest to move dependency to the new TaskControlService ( #12817 )
2019-03-21 15:11:22 -06:00
telegraf.go
fix(http): remove newPatchLabelHandler, it should not exist
2019-03-27 14:31:04 -07:00
telegraf_test.go
fix(http/telegraf): add missing member/owner test links
2019-03-10 22:56:52 -05:00
tokens.go
Ensure error strings not capitalised ST1005
2018-11-30 10:54:24 +00:00
tokens_test.go
chore(bolt,http,mock,query,testing): fix megacheck errors
2018-11-01 12:54:46 -07:00
usage_service.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00
user_resource_mapping_service.go
feat(influxdb): add support for templates
2019-03-06 13:18:31 -08:00
user_resource_mapping_test.go
fix(http): log endpoint should be logs
2019-03-11 12:45:25 -05:00
user_service.go
fix(http): swagger change user pass reset resp
2019-03-25 12:46:56 -04:00
user_test.go
feat(kv): implemented key/value store with end-to-end integration tests
2019-02-19 17:47:19 -06:00
variable_service.go
Rename all occurences of Macro to Variable
2019-02-14 13:21:57 -08:00
variable_test.go
Rename all occurences of Macro to Variable
2019-02-14 13:21:57 -08:00
view_service.go
feat(http): view backend for view http handler
2019-02-06 19:18:23 +01:00
view_test.go
feat(http): view backend for view http handler
2019-02-06 19:18:23 +01:00
write_handler.go
use tracing.StartSpanFromContext
2019-03-07 12:12:31 -07:00
write_handler_test.go
chore: rename imports from platform to influxdb
2019-01-09 20:51:47 -08:00