graphql-engine/server/src-lib/Hasura/Server
Anon Ray 1a0af29920 remove 's' unit from query_execution_time in logs (close #509) (#553)
Removes the seconds unit (trailing `s`) from `query_execution_time` in logs.

- [x] Server

It was a string before, changed to double.

- [x] Bug fix (non-breaking change which fixes an issue)

Docs should mention the type/unit of `query_execution_time` is numeric/double.
2018-09-27 18:02:21 +05:30
..
Auth jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
App.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
Auth.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
CheckUpdates.hs update checks on ci systems (close #319) (#383) 2018-09-12 16:33:36 +05:30
Init.hs add custom namespace in jwt claims (close #350) (#364) 2018-09-07 11:30:50 +05:30
Logging.hs remove 's' unit from query_execution_time in logs (close #509) (#553) 2018-09-27 18:02:21 +05:30
Middleware.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
Query.hs implement api to deliver a particular event (close #371) (#373) 2018-09-07 17:21:01 +05:30
Utils.hs uri-decode database uri strings (fix #372) (#424) 2018-09-12 11:49:08 +05:30
Version.hs check for updates every 24 hrs in background (fix #204) (#209) 2018-07-27 15:04:50 +05:30