Rakesh Emmadi
377290a058
breaking: correct (de)serialisation of postgres numeric types in json ( fix #1523 ) ( #1662 )
2019-03-01 17:15:04 +05:30
Shahidh K Muhammed
097bfb6bfa
revert "forward response headers from remote servers ( #1664 )"
...
This reverts commit c19fe35f4e
.
2019-02-28 17:20:56 +05:30
Anon Ray
c19fe35f4e
forward response headers from remote servers ( fix #1654 ) ( #1664 )
2019-02-28 17:15:07 +05:30
Vamshi Surabhi
ec8b2c80b5
refactor to remove warnings especially with orphan instances ( #1163 )
...
* remove phase one/two distinction and hdbquery typeclass
* move extensions to default-extensions
* switch to LazyTx which only acquires a connection if needed
* move defns from TH module into Ops module
* remove tojson orphan instance for http exception
* remove orphan instance for dmlp1
* getTopLevelNodes will not throw any exceptions
2018-12-13 12:56:15 +05:30
Anon Ray
77cbf12bb7
merge types with same structure in remote schema ( closes #1112 , #1135 ) ( #1145 )
2018-12-12 17:31:18 +05:30
Rakesh Emmadi
29ba490296
conform to graphql subscription and error spec ( close #1056 , close #1059 ) ( #1126 )
2018-12-04 19:07:38 +05:30
Anon Ray
512ee6fb9f
adds basic support for remote schemas/schema stitching ( #952 )
2018-11-23 18:32:46 +05:30
Vamshi Surabhi
8b0082eac1
clean up user variables parsing logic and fix explain api ( #869 )
2018-10-26 21:27:22 +05:30
Vamshi Surabhi
199531cbd9
http and websocket logs now correctly have user information, closes #849 ( #850 )
2018-10-25 15:07:57 +05:30
Vamshi Surabhi
67168b3632
send 'completed' after an error when handling start in ws ( close #671 ) ( #776 )
2018-10-16 17:19:24 +05:30
Vamshi Surabhi
603461ad8f
track connection_init error on each ws connection ( close #682 ) ( #683 )
2018-10-09 15:51:05 +05:30
Vamshi Surabhi
67ee3fc0f2
on a conn_init error send connection_err message instead of closing the ws conn ( fix #537 ) ( #572 )
2018-09-29 13:21:49 +05:30
Anon Ray
75090d51b9
jwt config now takes a jwk url ( close #465 ) ( #527 )
...
JWT config now takes an optional jwk_url parameter (which points to published JWK Set). This is useful for providers who rotate their JWK Set.
Optional jwk_url parameter is taken. The published JWK set under that URL should be in standard JWK format (tools.ietf.org/html/rfc7517#section-4.8).
If the response contains an Expires header, the JWK set is automatically refreshed.
2018-09-27 16:52:49 +05:30
Vamshi Surabhi
85df9ac1e8
payload is now optional in connection_init message ( close #470 ) ( #471 )
2018-09-18 13:13:30 +05:30
Rakesh Emmadi
a0574307c3
set header variables in subscription transaction, fix #297 ( #299 )
2018-08-22 13:53:53 +05:30
Rakesh Emmadi
8ef2692eb7
improve logs on webhook errors ( closes #238 , #242 ) ( #243 )
...
* logging for webhook IO exceptions, fix log request for errors, fix #238
* log status code and response in case of any error for webhook
2018-08-03 14:13:35 +05:30
Vamshi Surabhi
e3f960da96
initial support for livequeries ( #176 )
...
fix #59
2018-07-20 12:52:46 +05:30