hishtory/backend/server/internal/server
2023-09-24 16:14:05 -07:00
..
api_handlers.go Augment IsOfflineError(err) so that it detects if the hishtory server is down, and will then treat all API errors as offline errors 2023-09-23 16:40:03 -07:00
debug_handlers.go Move all handlers into either api_handlers.go for client-exposed handlers, or debug_handlers.go for debug/admin functionality 2023-09-21 11:47:16 -07:00
middleware.go Fix metrics tag format so handler tags are properly exported to datadog 2023-09-17 22:46:31 -07:00
server_test.go Remove testutils.Check(t, err) and replace it with require.NoError which gives a clearer error message and a full stacktrace 2023-09-24 16:05:01 -07:00
srv.go Fix bug in updateUsageData that caused it to not record usage data for newly created users 2023-09-24 16:14:05 -07:00
util.go Add GreaterThan method for comparing versions 2023-09-23 11:34:02 -07:00