Ruslan Talpa
|
2f166088c8
|
response shaping and filtering for rpc proc calls
|
2016-06-28 12:09:58 +03:00 |
|
Ruslan Talpa
|
744bbf7203
|
cache the names of functions returning JWT and avoid extra query on each rpc call
|
2016-06-28 12:09:58 +03:00 |
|
Ruslan Talpa
|
a253ff325d
|
don't check if proc exists, just call it and return 400 if it does not
|
2016-06-28 12:09:57 +03:00 |
|
 Joe NelsonandGitHub
|
67668a02c2
|
Merge pull request #653 from bgamari/master
Add version bounds on http-types
|
2016-06-26 09:47:12 -07:00 |
|
Ben Gamari
|
cd27e9dcde
|
Add version bounds on http-types
Postgresst uses hAllow, which was only added in 0.9.
|
2016-06-26 06:02:30 -04:00 |
|
 Joe NelsonandGitHub
|
da97bb84e3
|
Merge pull request #651 from begriffs/upgrade-hasql-transaction
Upgrade hasql-transaction
|
2016-06-25 21:49:57 -07:00 |
|
Joe Nelson
|
0bf4146633
|
Speed up build time on CI
|
2016-06-25 21:35:40 -07:00 |
|
Joe Nelson
|
9c42a78cf3
|
Upgrade hasql-transaction
|
2016-06-25 21:24:21 -07:00 |
|
 Joe NelsonandGitHub
|
9106f70cfa
|
Merge pull request #650 from begriffs/split-docs
Move docs out of this repo
|
2016-06-24 14:54:16 -07:00 |
|
Joe Nelson
|
99d9984111
|
Move docs out of this repo
They live in a separate repo now
|
2016-06-24 13:05:27 -07:00 |
|
 Joe NelsonandGitHub
|
acd75a3997
|
Merge pull request #639 from hudayou/swagger2
Provide a swagger2 spec for the dynamic API
|
2016-06-20 15:12:58 -07:00 |
|
 Martin GammelsæterandJoe Nelson
|
46b3ce5631
|
Name custom types and domains on OPTIONS requests (#640)
|
2016-06-20 09:49:52 -07:00 |
|
Jacky Hu
|
e571cb9fcb
|
Ability to set addresses to listen on
Fixes #461
|
2016-06-18 10:46:02 +08:00 |
|
Jacky Hu
|
c1764c4976
|
Update changelog
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
86e81c135e
|
Use hjsonschema from the develop branch
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
1a25bb501f
|
Add 415 test for openapi req on none root path
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
a9ffde4d5f
|
Fix the invalid order parameter bug found by test
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
0220040341
|
Add test to validate openapi spec
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
11aeb4fbda
|
Add all supported successful responses
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
d3d1fbe7e5
|
Return HTTP 415 on non root path for openapi req
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
816d577f53
|
Add undocumented "return=none" preference
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
a7316aff01
|
Add a changelog entry
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
e88a0577e5
|
Avoid repeating mime types
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
c10bde8d65
|
Add a simple test for openapi
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
0be5f5299f
|
Reponse with the correct header for openapi
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
fd0b354cd0
|
Remove redundant consumes property for get operation
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
733b2cc05b
|
Move around encodeFn and realted helpers
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
077bb5a434
|
Verbose parse error for OpenAPI
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
d1ed884a8d
|
Introduce the OpenAPI header
Also bring back the original behavior of GET "/"
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
103fa0550c
|
Use a specific name for OpenAPI module
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
563c5fa778
|
Make hostname configurable
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
0e456543bf
|
Add a root path item
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
d34056b3b9
|
Work around hlint pattern error
See also: https://github.com/ndmitchell/hlint/issues/216
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
74ea4aba37
|
Fix all hlint errors except for pattern error
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
4b0c5cb36f
|
Disable schema test
|
2016-06-18 10:18:43 +08:00 |
|
Jacky Hu
|
cf4e157de7
|
Provide a swagger2 spec for the dynamic API
Related issue: #144
|
2016-06-18 10:18:43 +08:00 |
|
 Ruslan TalpaandJoe Nelson
|
b916ed907b
|
fix #637 (#647)
|
2016-06-17 10:45:25 -07:00 |
|
Joe Nelson
|
e8426671c0
|
v0.3.2.0
v0.3.2.0
|
2016-06-10 22:43:58 -07:00 |
|
 Joe NelsonandGitHub
|
455f086880
|
Remove unix dependency for tests (#636)
|
2016-06-10 22:35:29 -07:00 |
|
 Joe NelsonandGitHub
|
42110643a3
|
Use newer deps for GHC 8 compatibility (#619)
|
2016-06-09 18:50:13 -07:00 |
|
Joe Nelson
|
e315dbc91e
|
Include allow header in options response (#628)
|
2016-06-08 23:12:29 -07:00 |
|
Joe Nelson
|
e272c2ed08
|
Merge pull request #626 from edofic/update-operator-docs
Update operator documentation
|
2016-06-03 23:26:09 -07:00 |
|
Andraz Bajt
|
a875db2b82
|
Update operator documentation
|
2016-06-03 08:59:39 +02:00 |
|
Joe Nelson
|
02c6de4144
|
Merge pull request #618 from begriffs/post-empty-obj
Use table defaults for empty object insert
|
2016-06-02 08:46:47 -07:00 |
|
Joe Nelson
|
7563b5e2f4
|
Move unwords higher for branch parity
|
2016-06-02 08:40:24 -07:00 |
|
Joe Nelson
|
5e3d9442af
|
Use table defaults for empty object insert
Fixes #616
|
2016-06-02 08:40:24 -07:00 |
|
Joe Nelson
|
c0c1a260ba
|
Merge pull request #625 from ruslantalpa/return_data_on_delete
Implement select/return representation for DELETE queries (fix #518)
|
2016-06-02 08:38:46 -07:00 |
|
Ruslan Talpa
|
6ebd7fd2d7
|
implement select/return representation for DELETE queries (fix #518)
|
2016-06-02 13:37:33 +03:00 |
|
Joe Nelson
|
24dd4e8626
|
Merge pull request #608 from ruslantalpa/multilevel_limit
Limit embeded items
|
2016-05-31 07:57:16 -07:00 |
|
Ruslan Talpa
|
dc727f900d
|
suggested cleaup by @begriffs
|
2016-05-31 14:55:31 +03:00 |
|