Joe Nelson and GitHub
104a7ed4fa
Use a mime type to request singular JSON responses ( #763 )
2017-01-16 15:11:37 -08:00
Ian Mackenzie and Joe Nelson
e72e4491d1
Fix broken link in README ( #782 )
...
At least for me the current link results in a 404 page.
2017-01-06 07:11:07 -08:00
Jeffrey and Joe Nelson
f52fb70e3d
Suggest swap file on systems with under 1GB of ram ( #30 )
2016-12-26 09:40:23 -08:00
Nikolay and Joe Nelson
b3fb9ff215
more about stored procedures ( #26 )
2016-12-20 21:14:05 -08:00
Ruslan Talpa and Joe Nelson
16fd3a57ff
Fix #746 ( #769 )
...
also fix broken text env
After the last couple of commits the tests ran correctly only on a
fresh db, in addition, the roles within the db were not created/dropped
on each request and we need that since their privileges differ and we
need to to have an absolute clean db on each execution
2016-12-18 15:46:53 -08:00
J Phani Mahesh and Joe Nelson
4d8272fa0d
fix typo in install.rst: s/text/text/ ( #27 )
2016-12-17 09:16:03 -08:00
Trevor Basinger and Joe Nelson
e364cbc3ff
Support binary (b64) JWT secrets ( #772 )
2016-12-11 09:01:03 -08:00
Trevor Basinger and Joe Nelson
349726cdc0
Documentation b64 option #772 ( #25 )
2016-12-11 08:56:39 -08:00
Diogo Biazus and Joe Nelson
649a841ef4
Fix embeded relations error message ( #767 )
2016-12-10 11:59:17 -08:00
Ruslan Talpa and Joe Nelson
15c95399f8
Prevent database memory cosumption by prepared statements caches ( #768 )
2016-12-09 09:46:28 -08:00
Joe Nelson
adb8522276
Sorting embedded resources
2016-12-05 16:14:28 -08:00
Joe Nelson
e84b4cbcfe
Fill out the API ops
2016-12-04 18:34:35 -08:00
Joe Nelson
6b255e9806
Mark inline code as code, not italics
2016-12-04 13:59:24 -08:00
Joe Nelson
564c51fe79
Stored procs
2016-12-04 13:34:33 -08:00
Joe Nelson
2c1eb9ab13
Add queueing bridges to docs
2016-12-02 15:50:02 -08:00
Joe Nelson
1f12dedce6
Include Ruslan's env_var helper function in note
2016-12-02 10:15:12 -08:00
dsimunic and Joe Nelson
0d85152e42
Improve test db management ( #747 )
2016-12-01 21:06:10 -08:00
Joe Nelson
8c2a95b98e
Test suite instructions from @dsimunic
2016-11-30 21:21:57 -08:00
Joe Nelson and GitHub
6c009b71d3
Add constraint for vanilla cabal builds ( #752 )
2016-11-30 19:33:44 -08:00
Joe Nelson and GitHub
0f66e99f78
Merge pull request #745 from diogob/moves_request_error_handling_to_user_api_request
...
Moves request error handling to user api request
2016-11-30 09:17:56 -08:00
Diogo Biazus
6c275fcec2
Coalesce types UniformObjects and Payload into the new PayloadJSON
2016-11-27 23:55:26 -05:00
Diogo Biazus
16ac034aab
Tidy up postgrest function body
2016-11-27 23:55:19 -05:00
Diogo Biazus
b158b4924e
Use rightToMaybe instead of case
2016-11-27 23:55:14 -05:00
Diogo Biazus
98ada3f9ee
Change nesting of if clause making code more symetrical
2016-11-27 23:55:07 -05:00
Diogo Biazus
090a62a2c8
Removes error case from Payload type. Now we don't build a payload when the parsing fails.
2016-11-27 23:55:02 -05:00
Diogo Biazus
654ac6e62e
Move function to conver ApiRequestError to a Http Response to the Error module.
2016-11-27 23:54:58 -05:00
Diogo Biazus
fec769c80e
Move range validation to userApiRequest.
2016-11-27 23:54:52 -05:00
Diogo Biazus
6a02d9efd5
Remove PayloadParseError matcher from main app case since now we validate the request before building an ApiRequest.
2016-11-27 23:54:48 -05:00
Diogo Biazus
b8ddc30252
Remove ActionInappropriate constructor from type Action since now we validate the request before building an ApiRequest.
2016-11-27 23:54:37 -05:00
Diogo Biazus
47c4fbc8ef
Introduce the type ApiRequestError and make userApiRequest return an Either ApiRequestError ApiRequest
2016-11-27 23:54:23 -05:00
Joe Nelson
5b95d22e2a
Base nginx conf from Ruslan
2016-11-27 12:28:10 -08:00
Joe Nelson
5a31320a8b
TeX description
2016-11-25 15:02:00 -08:00
Joe Nelson
6a2ba25414
Custom CSS
2016-11-25 15:01:52 -08:00
Joe Nelson
b35ffd4931
First draft of resource embedding
2016-11-21 23:04:06 -08:00
Joe Nelson
455dc5c8bc
OpenAPI overview
2016-11-20 22:41:05 -08:00
Joe Nelson
dacf39404e
Singular or plural
2016-11-20 22:03:04 -08:00
Joe Nelson
216550e959
Content negotiation
2016-11-20 21:39:35 -08:00
Joe Nelson
2a77ff5714
Schema cache rewrite
2016-11-20 16:37:18 -08:00
Joe Nelson
684a9f9566
Spell check, WIP Circle CI for sphinx
2016-11-20 14:26:50 -08:00
dsimunic and Joe Nelson
ae40641963
Introduce new 'Prefer' header, params=single-object ( #739 )
2016-11-20 14:14:39 -08:00
Joe Nelson
79de60db58
The -c param is no more
2016-11-20 11:18:29 -08:00
Joe Nelson
d1d6001a6d
Alternate url structure
2016-11-19 12:04:10 -08:00
Raphael Schmitt and Joe Nelson
954252ed16
corrected url ( #24 )
2016-11-18 09:22:51 -08:00
Joe Nelson and GitHub
4df853eff9
Take config path as first param, not flag
...
Include example config in usage message
2016-11-17 22:45:59 -08:00
Joe Nelson
aed5618d28
Suggest pg-safeupdate rather than nginx
2016-11-13 22:44:18 -08:00
Joe Nelson
8258631b03
Schema reloading
2016-11-13 18:11:50 -08:00
Joe Nelson
0ae281f15f
Debugging steps (sql logging, ngrep)
2016-11-13 17:19:13 -08:00
Diogo Biazus and Joe Nelson
41c1cf6e01
Reduce app function ( #733 )
...
Simplify the big app function
2016-11-10 20:42:00 -08:00
Joe Nelson
e5d4697507
Config section in admin page
2016-11-02 21:51:37 -07:00
Joe Nelson and GitHub
c3822da2d2
Merge pull request #728 from steve-chavez/master
...
Fix fatal error on postgres unsupported version, also fix #577 format…
2016-10-31 23:06:02 -07:00