.. |
assets.go
|
Move URLPrefixer setup to mux, add default
|
2017-01-27 19:14:21 -05:00 |
auth.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
auth_test.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
builders.go
|
Add organization multistore over bolt and filesystem
|
2017-12-19 10:13:46 -08:00 |
builders_test.go
|
Make all Store names plural for consistency
|
2017-10-24 15:54:24 -07:00 |
cells.go
|
Add multiple dashboard stores to server
|
2017-12-19 10:07:07 -08:00 |
cells_test.go
|
Merge branch 'master' into multitenancy
|
2017-12-06 19:05:16 -08:00 |
config.go
|
Add PUT /config/:section route
|
2017-12-13 09:28:39 -08:00 |
config_test.go
|
Rename superAdminFirstUserOnly to superAdminNewUsers & flip default logic accordingly
|
2017-12-13 14:49:49 -08:00 |
context.go
|
Differentiate between SuperAdminContext and ServerContext
|
2017-11-10 11:09:16 -05:00 |
dashboards.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
dashboards_test.go
|
Merge branch 'master' into multitenancy
|
2017-12-06 19:05:16 -08:00 |
databases.go
|
Refactor data stores into a common interface
|
2017-10-31 16:41:17 -04:00 |
databases_test.go
|
Refactor data stores into a common interface
|
2017-10-31 16:41:17 -04:00 |
helpers.go
|
Refactor setting writer Location header
|
2017-10-11 10:14:57 -07:00 |
hsts.go
|
Add HSTS handler to add headers for upcoming TLS support
|
2017-02-12 18:21:49 -06:00 |
influx.go
|
Refactor data stores into a common interface
|
2017-10-31 16:41:17 -04:00 |
kapacitors.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
kapacitors_test.go
|
Merge remote-tracking branch 'origin/master' into multitenancy
|
2017-12-05 11:43:23 -08:00 |
layout.go
|
Remove Create/Update/Delete logic for Layouts
|
2017-12-05 17:11:16 -05:00 |
layout_test.go
|
Refactor data stores into a common interface
|
2017-10-31 16:41:17 -04:00 |
links.go
|
Add config.self & config.auth routes, update client routes & make PATCH a PUT
|
2017-12-13 13:54:23 -08:00 |
links_test.go
|
Clarify error output for missing Name or URL
|
2017-06-27 13:40:26 -07:00 |
logger.go
|
Fix logger and redirector to be flushers allowing HTTP chunking
|
2017-10-26 17:38:20 -05:00 |
logout.go
|
Fix OAuth when using Basepath
|
2017-05-08 14:40:50 -07:00 |
me.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
me_test.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
mountable_router.go
|
Fix OAuth when using Basepath
|
2017-05-08 14:40:50 -07:00 |
mountable_router_test.go
|
Implement a MountableRouter
|
2017-04-03 17:06:21 -04:00 |
mux.go
|
Add PUT /config/:section route
|
2017-12-13 09:28:39 -08:00 |
organizations.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
organizations_test.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
path.go
|
Fix PathEscape work for go 1.7
|
2017-04-07 15:32:35 -05:00 |
permissions.go
|
Refactor data stores into a common interface
|
2017-10-31 16:41:17 -04:00 |
permissions_test.go
|
Refactor data stores into a common interface
|
2017-10-31 16:41:17 -04:00 |
prefixing_redirector.go
|
Fix logger and redirector to be flushers allowing HTTP chunking
|
2017-10-26 17:38:20 -05:00 |
prefixing_redirector_test.go
|
Fix infinite spinner with /chronograf basepath
|
2017-05-09 12:12:42 -07:00 |
proxy.go
|
Merge branch 'master' into multitenancy
|
2017-11-14 00:05:18 -08:00 |
queries.go
|
Merge remote-tracking branch 'origin/master' into multitenancy
|
2017-12-05 11:43:23 -08:00 |
queries_test.go
|
Merge remote-tracking branch 'origin/master' into multitenancy
|
2017-12-05 11:43:23 -08:00 |
queryconfig.go
|
Add processing of incoming queryConfig
|
2017-11-10 16:02:08 -08:00 |
queryconfig_test.go
|
Add test for queryConfig validation
|
2017-11-10 16:02:35 -08:00 |
redoc.go
|
Miscellaneous lint cleanup
|
2016-12-20 12:59:56 -08:00 |
routes.go
|
Add config.self & config.auth routes, update client routes & make PATCH a PUT
|
2017-12-13 13:54:23 -08:00 |
routes_test.go
|
Add config.self & config.auth routes, update client routes & make PATCH a PUT
|
2017-12-13 13:54:23 -08:00 |
server.go
|
Add organization multistore over bolt and filesystem
|
2017-12-19 10:13:46 -08:00 |
service.go
|
Remove SuperAdminFirstUserOnly CLI flag
|
2017-12-13 11:55:36 -08:00 |
sources.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
sources_test.go
|
Complete 9ef1e57 by removing Role concept from sources in server
|
2017-11-30 19:03:56 -08:00 |
stores.go
|
Wire up bolt db ConfigStore in Server
|
2017-12-13 10:46:08 -08:00 |
stores_test.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
swagger.go
|
Miscellaneous lint cleanup
|
2016-12-20 12:59:56 -08:00 |
swagger.json
|
Bump version to 1.4.0.0-beta2
|
2017-12-14 12:45:44 -08:00 |
templates.go
|
Add multiple dashboard stores to server
|
2017-12-19 10:07:07 -08:00 |
templates_test.go
|
Refactor and simplify auto group by (:interval:) template variable
|
2017-11-09 10:02:24 -08:00 |
test_helpers.go
|
Add jsonEqual to test helpers file
|
2017-10-11 14:33:55 -04:00 |
url_prefixer.go
|
Bypass URLPrefixer if http.Flusher is unavailable
|
2017-04-04 10:33:14 -04:00 |
url_prefixer_test.go
|
Add test for creating NewSources via server flag
|
2017-07-07 12:56:12 -07:00 |
users.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
users_test.go
|
Change Organization ID to string from uint64
|
2017-12-19 10:13:43 -08:00 |
version.go
|
Update to fix go linter issues
|
2017-03-06 10:11:52 -06:00 |