steve-chavez
|
75a42b77ea
|
Fix M2M resource embedding on RPC and mutations
|
2019-09-28 13:45:18 -05:00 |
|
steve-chavez
|
94f5894d7f
|
Fix self join resource embedding on PATCH
|
2019-09-28 13:45:18 -05:00 |
|
 Steve ChávezandGitHub
|
186381bab2
|
Add support for Prefer: count=planned/estimated on GET /table (#1386)
|
2019-09-18 10:13:48 -05:00 |
|
steve-chavez
|
e044488f73
|
Make costly bulk call query optional
Bulk Call should be used by specifying
the `Prefer: params=multiple-objects` header.
|
2019-09-11 12:01:41 -05:00 |
|
steve-chavez
|
620721dea7
|
Add support for HEAD request
|
2019-09-03 13:38:53 -05:00 |
|
 Steve ChávezandGitHub
|
713b214c9a
|
Bump to version v6.0.2
* Add missing CHANGELOG entry for #1368
|
2019-08-22 11:12:01 -05:00 |
|
steve-chavez
|
ae9e27a0c7
|
Fix #1348, go back to converting plus "+" to space
Not doing this conflicts with some http clients and proxies.
Use the alternative url-safe character '!' instead for
disambiguating resource embedding.
|
2019-08-21 10:34:28 -05:00 |
|
 Dan AmorosoandSteve Chávez
|
d5758523f3
|
Change raw-media-types to accept a string of comma separated MIME types (#1370)
|
2019-08-06 13:23:52 -05:00 |
|
steve-chavez
|
47c0141c49
|
Bump to v6.0.1
|
2019-07-30 22:34:28 +00:00 |
|
steve-chavez
|
e7544687d1
|
Fix/organize latest entries in CHANGELOG
|
2019-07-30 22:34:28 +00:00 |
|
 Dan AmorosoandSteve Chávez
|
f5cef205f1
|
Introduced raw-media-types config option (#1349)
* extracted rawOutputTypes to config variable raw-output-media-types
* removed CTTextHtml from Types.hs
|
2019-07-22 23:37:53 +00:00 |
|
 Eduardo JorgeandSteve Chávez
|
e639c77aa2
|
Add websearch_to_tsquery support (#1339)
|
2019-07-08 13:25:58 -05:00 |
|
 Steve ChávezandGitHub
|
dd86fe372c
|
Bump to v6.0.0 (#1329)
* Also update BACKERS.md
|
2019-06-21 13:11:48 -05:00 |
|
 Steve ChávezandGitHub
|
ea7d747107
|
Accept text/plain and text/html for raw output (#1330)
|
2019-06-21 11:51:54 -05:00 |
|
 Steve ChávezandGitHub
|
1df749a7a8
|
Add option for overriding root spec (#1317)
* Only for pg >= 9.6
* Disallow specifying schema on root-spec
* Increase memory test upper bound
|
2019-06-10 13:45:50 -05:00 |
|
 Dan AmorosoandSteve Chávez
|
78e5677fbe
|
Add server-unix-socket config option (#1303)
Add ncat workaround to test socket connection on CircleCI
|
2019-06-05 12:57:47 -05:00 |
|
 Xavier FranciscoandSteve Chávez
|
1cf54e6575
|
Small refactor around error responses and more tests (#1282)
* Fix #880, Clean and consolidate error responses
* Fix #1285, Abort on fatal errors
* Add / Detail tests
|
2019-05-22 09:30:33 -05:00 |
|
steve-chavez
|
3c7738a8c7
|
Deprecate '.' for disambiguating resource embedding
'+' should be used instead.
|
2019-05-19 13:18:03 -05:00 |
|
steve-chavez
|
181b608c04
|
Change server-host default of 127.0.0.1 to !4
This way the server works in LAN settings by default.
|
2019-05-19 13:18:03 -05:00 |
|
steve-chavez
|
37de12d376
|
Remove support for schema reloading with SIGHUP
SIGUSR1 should be used instead
|
2019-05-19 13:18:03 -05:00 |
|
 Xavier FranciscoandSteve Chávez
|
d32f373e1e
|
Add config option for pool timeout (#1280)
|
2019-04-25 12:23:20 -05:00 |
|
steve-chavez
|
2044f77d49
|
Fix #1273, don't ignore RPC arguments by default
* Add different error message for pg 9.4
|
2019-04-19 16:03:42 -05:00 |
|
 Xavier FranciscoandSteve Chávez
|
74e38a1d80
|
Fix invalid SQL generated for bulk upsert with empty array (#1270)
|
2019-04-12 23:26:36 -05:00 |
|
steve-chavez
|
bdfb11001e
|
Fix #1264, allow bulk RPC call
|
2019-04-05 19:10:00 -05:00 |
|
 fpuschandSteve Chávez
|
cefbe8f07f
|
Add numeric and character types to OpenAPI spec (#1259)
* Add numeric and character types
* Remove decimal type mapping
It is treated as numeric by PostgreSQL so the mapping was redundant.
|
2019-03-29 11:09:42 -05:00 |
|
 Vitor BaptistaandSteve Chávez
|
9387e70b66
|
Fixes #1239, support resource embedding on materialized views
|
2019-03-14 16:59:55 -05:00 |
|
steve-chavez
|
1f513f24a5
|
Fix #1242, embed a view having a select in a where
|
2019-03-09 16:03:26 -05:00 |
|
steve-chavez
|
c9b2830e52
|
Fix #690, add columns query arg for RPC/POST/PATCH
* Refactor normalizing json CTE
* Refactor CTE to use CASE instead of UNION
|
2019-02-26 11:38:21 -05:00 |
|
steve-chavez
|
673aa25082
|
Fix #1221, embedding when having a self join
|
2019-02-04 10:22:02 -05:00 |
|
 Steve ChávezandGitHub
|
04ab0ea753
|
Fix #1223, incorrect OpenAPI externalDocs url (#1232)
|
2019-01-25 12:04:36 -05:00 |
|
steve-chavez
|
1e732ac94a
|
Bump to v5.2.0
|
2018-12-12 18:59:10 -05:00 |
|
steve-chavez
|
6b2778749f
|
Add ability to quote column names on filters
|
2018-12-12 12:07:30 -05:00 |
|
steve-chavez
|
36f86827ee
|
Fix #1008, Handle columns that contain spaces
|
2018-12-12 12:07:30 -05:00 |
|
 Steve ChávezandGitHub
|
501edc718d
|
Add db-extra-search-path config (#1218)
For adding schemas to the search_path, solves issues related to extensions created in the public schema.
|
2018-12-08 11:39:31 -05:00 |
|
 周丰andSteve Chávez
|
0d6d112b38
|
Read db-uri configuration from a separate file. (#1215)
* Read dburi configuration from a separate file.
* Add changelog entry.
|
2018-12-04 13:58:29 -05:00 |
|
 Russell DaviesandSteve Chávez
|
473ac70789
|
Add support for parsing JSON Web Key Sets
|
2018-11-13 13:58:17 -05:00 |
|
steve-chavez
|
63ead89470
|
Fix #1181, correct qualify of function argument type
|
2018-11-06 11:54:10 -05:00 |
|
steve-chavez
|
ab23ed7999
|
Add CHANGELOG entry for allowing CORS on PUT
|
2018-10-21 13:38:34 -05:00 |
|
steve-chavez
|
5bfb68b982
|
Fix #1180, embedding on views with composite pks
Also add CHANGELOG entries for previous fixes.
|
2018-10-12 09:24:22 -05:00 |
|
steve-chavez
|
3cef4b70b0
|
Bump to v5.1.0
|
2018-08-31 22:09:03 -05:00 |
|
 mdr1384andSteve Chávez
|
dfa9055c34
|
Close #1158, Add summary to OpenAPI doc for RPC functions (#1170)
|
2018-08-27 10:22:21 -05:00 |
|
 Steve ChávezandGitHub
|
30b5859b28
|
Fix #1141, app.settings resetting on pool timeout (#1169)
* Add test for ensuring app.settings don't reset
|
2018-08-20 11:02:03 -05:00 |
|
 Steve ChávezandGitHub
|
0a1d83ce8f
|
Fix JWTIssuedAtFuture for valid iat claim (#1166)
* Add test for ensuring "iat" works with time cache
|
2018-08-16 12:29:32 -05:00 |
|
steve-chavez
|
d7511a2637
|
Add SIGUSR1 as another signal for schema reloading
|
2018-08-16 11:15:09 -05:00 |
|
steve-chavez
|
2066220244
|
Change server-host default of *4 to 127.0.0.1
|
2018-08-16 11:15:09 -05:00 |
|
steve-chavez
|
93f10adb3c
|
Fix #905, intermittent empty replies
|
2018-08-09 08:59:19 -05:00 |
|
 mdr1384andSteve Chávez
|
56bd5d5f91
|
Quote identifier names in RPC function arguments (#1153)
|
2018-07-30 09:11:09 -05:00 |
|
 Alexey AlekhinandSteve Chávez
|
70e95649fd
|
OpenAPI: Change GET response type to array (#1149)
|
2018-07-24 12:26:45 -05:00 |
|
 Alexey AlekhinandSteve Chávez
|
2b46afe1ec
|
OpenAPI: add required section for the non-nullable columns (#1148)
|
2018-07-23 11:11:45 -05:00 |
|
steve-chavez
|
b1a8bd2391
|
Close #709, add test for embedding a view with CTE
Also add test for embedding a view with subselect in FROM clause
|
2018-07-18 09:43:42 -05:00 |
|