.. |
assets.go
|
Move URLPrefixer setup to mux, add default
|
2017-01-27 19:14:21 -05:00 |
auth.go
|
Set Scheme to be OAuth2 explicitly for all users
|
2017-10-19 14:32:33 -05:00 |
auth_test.go
|
Move Mock Authenticator into mocks package
|
2017-10-26 15:46:06 -07:00 |
builders.go
|
Make all Store names plural for consistency
|
2017-10-24 15:54:24 -07:00 |
builders_test.go
|
Make all Store names plural for consistency
|
2017-10-24 15:54:24 -07:00 |
cells.go
|
Refactor set membership validation
|
2017-08-24 15:45:51 -04:00 |
cells_test.go
|
Add validation around Base and Scale
|
2017-08-24 15:37:19 -04:00 |
dashboards.go
|
Add Organizations to Dashboards
|
2017-10-25 14:00:06 -04:00 |
dashboards_test.go
|
Merge remote-tracking branch 'origin/multitenancy' into multitenancy_orgs
|
2017-10-26 18:21:30 -04:00 |
databases.go
|
Rename vestigial receiver 'h' on Service to 's'
|
2017-10-10 15:27:58 -07:00 |
databases_test.go
|
Make all Store names plural for consistency
|
2017-10-24 15:54:24 -07: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
|
Rename vestigial receiver 'h' on Service to 's'
|
2017-10-10 15:27:58 -07:00 |
kapacitors.go
|
Merge remote-tracking branch 'origin/multitenancy' into multitenancy_orgs
|
2017-10-26 18:21:30 -04:00 |
kapacitors_test.go
|
Rename queryConfig field to Value and support top/bottom
|
2017-10-16 10:56:12 -05:00 |
layout.go
|
Add Organization to layouts
|
2017-10-25 12:52:56 -04:00 |
layout_test.go
|
Make all Store names plural for consistency
|
2017-10-24 15:54:24 -07:00 |
links.go
|
Conserve memory allocation for customLinks slice
|
2017-06-27 12:00:05 -07:00 |
links_test.go
|
Clarify error output for missing Name or URL
|
2017-06-27 13:40:26 -07:00 |
logger.go
|
Add HTTP status code to logs
|
2017-05-08 14:40:50 -07:00 |
logout.go
|
Fix OAuth when using Basepath
|
2017-05-08 14:40:50 -07:00 |
mappings.go
|
Make all Store names plural for consistency
|
2017-10-24 15:54:24 -07:00 |
me.go
|
Change organization in meOrganizationRequest to currentOrganization
|
2017-10-26 16:02:29 -07:00 |
me_test.go
|
Test MeOrganization for setting and changing current org
|
2017-10-26 16:03:01 -07: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
|
Provide route to change current users organization
|
2017-10-26 18:06:52 -04:00 |
organizations.go
|
Fix typo in organization comment
|
2017-10-23 14:16:31 -04:00 |
organizations_test.go
|
Add tests for server/organizations.go
|
2017-10-23 14:16:52 -04:00 |
path.go
|
Fix PathEscape work for go 1.7
|
2017-04-07 15:32:35 -05:00 |
permissions.go
|
Rename vestigial receiver 'h' on Service to 's'
|
2017-10-10 15:27:58 -07:00 |
permissions_test.go
|
Update user/role responses to return empty arrays
|
2017-03-10 13:24:48 -06:00 |
prefixing_redirector.go
|
Fix infinite spinner with /chronograf basepath
|
2017-05-09 12:12:42 -07:00 |
prefixing_redirector_test.go
|
Fix infinite spinner with /chronograf basepath
|
2017-05-09 12:12:42 -07:00 |
proxy.go
|
Rename vestigial receiver 'h' on Service to 's'
|
2017-10-10 15:27:58 -07:00 |
queries.go
|
correct TemplateVar collection type in Queries
|
2017-06-14 10:52:29 -04:00 |
queryconfig.go
|
Update rawtext in queryconfig to be null and not omitempty
|
2017-04-07 17:32:10 -05:00 |
redoc.go
|
Miscellaneous lint cleanup
|
2016-12-20 12:59:56 -08:00 |
routes.go
|
Pass through CustomLinks error message directly
|
2017-06-26 18:02:22 -05:00 |
routes_test.go
|
Only test one CustomLink to avoid map key order failing test
|
2017-06-26 16:12:54 -05:00 |
server.go
|
Provide route to change current users organization
|
2017-10-26 18:06:52 -04:00 |
service.go
|
Provide route to change current users organization
|
2017-10-26 18:06:52 -04:00 |
sources.go
|
Add Organization to Sources
|
2017-10-25 11:51:15 -04:00 |
sources_test.go
|
Generalize chronograf.UsersStore Get method
|
2017-10-18 14:17:42 -04:00 |
swagger.go
|
Miscellaneous lint cleanup
|
2016-12-20 12:59:56 -08:00 |
swagger.json
|
Update changelog and version number for 1.3.10.0
|
2017-10-24 09:34:31 -04:00 |
templates.go
|
Add measurements and databases to template variables
|
2017-04-20 14:32:02 -05:00 |
templates_test.go
|
Add support for :autoGroupBy: template variable
|
2017-06-13 14:59:56 -04: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
|
Merge remote-tracking branch 'origin/multitenancy' into multitenancy_orgs
|
2017-10-26 18:21:30 -04:00 |
users_test.go
|
Merge remote-tracking branch 'origin/multitenancy' into multitenancy_orgs
|
2017-10-26 18:21:30 -04:00 |
version.go
|
Update to fix go linter issues
|
2017-03-06 10:11:52 -06:00 |