Commit Graph
3738 Commits
Author SHA1 Message Date
steve-chavez 9475f53fd7 Clarify important note about SIGHUP 2018-11-08 10:42:51 -05:00
steve-chavez dadfe965b9 Do hlint 2.1 hints 2018-11-06 11:54:10 -05:00
steve-chavez 63ead89470 Fix #1181, correct qualify of function argument type 2018-11-06 11:54:10 -05:00
Steve ChávezandGitHub 215bc80ff1 Move intro to index and add shields (#184)
* Add supporting development section
2018-10-21 17:54:21 -05:00
steve-chavez ab23ed7999 Add CHANGELOG entry for allowing CORS on PUT 2018-10-21 13:38:34 -05:00
Kyle RussellandSteve Chávez 2da6bd6d1c Config: apply CorsResourcePolicy to PUT requests
PUT requests are part of the public upsert API, so if postgrest
runs at a different origin, these requests will fail because they
don't pass CORS.
2018-10-21 13:30:52 -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 dc834572d6 Fix #1182, fix subselect view embedding for pg10 2018-10-12 09:24:22 -05:00
steve-chavez b48824bddd Fix #1065, correct test for pg10
Also add pg10 testing job on CircleCI
2018-10-12 09:24:22 -05:00
steve-chavez 6d326fe341 Update README.md 2018-10-12 09:22:58 -05:00
Roger LAMandSteve Chávez d94cf2ed72 tiny typo? 2018-10-11 09:00:27 -05:00
steve-chavez 27ca6b4e90 Pin hasql versions in cabal and stack 2018-09-28 08:57:26 -05:00
Ben GamariandSteve Chávez e0cc4d1571 Update hasql
Move to hasql 1.3.
2018-09-28 08:57:26 -05:00
steve-chavez 89c62aa7e3 Add a workaround for RLS in views 2018-09-24 09:09:24 -05:00
Kyle JohnsonandSteve Chávez f2e81062a0 Further clarify view RLS interaction 2018-09-24 08:38:55 -05:00
Kyle JohnsonandSteve Chávez 8752069934 Tweak view RLS warning 2018-09-24 08:38:55 -05:00
Kyle JohnsonandSteve Chávez dc9a285825 Note Postgres' (current) RLS limitations for views 2018-09-24 08:38:55 -05:00
steve-chavez 73e59a1643 Add pipenv instructions 2018-09-21 13:46:53 -05:00
steve-chavez 518b465ffa Fix highlighting and move running the server header 2018-09-20 10:47:52 -05:00
steve-chavez a1d4b3ed34 Add #fff background for snippets 2018-09-20 10:47:52 -05:00
steve-chavez 4b37af8f73 Fix #104, default privileges on functions 2018-09-20 10:47:52 -05:00
steve-chavez 7cff51c002 Fix some code highlighting and add computed col ref 2018-09-20 10:47:52 -05:00
steve-chavez d5365b6ead Reorder stored procedures section 2018-09-20 10:47:52 -05:00
steve-chavez d0c0312e35 Change server-host default 2018-09-20 10:47:52 -05:00
steve-chavez efb39e5e12 Add SIGHUP deprecation notice 2018-09-20 10:47:52 -05:00
steve-chavez 7052446abf Fix #160, reorder reloading note for functions 2018-09-20 10:47:52 -05:00
steve-chavez cf220c5a91 Fix #164, overloaded functions/named parameters 2018-09-20 10:47:52 -05:00
steve-chavez 83183ec8c6 Fix #171, postgres logging in docker 2018-09-20 10:47:52 -05:00
steve-chavez 0ec963b295 Fix #105, correct command for running postgrest 2018-09-20 10:47:52 -05:00
steve-chavez 8670ce6ffe Highlight 32 chars long and fix indentation 2018-09-20 10:47:52 -05:00
steve-chavez 9337f63823 Fix #153, add systemd service file 2018-09-20 10:47:52 -05:00
steve-chavez d78862996f Fix #165, add schemas for sign/login 2018-09-20 10:47:52 -05:00
steve-chavez 5e2f3b8d59 Fix #166, reorder docker instructions 2018-09-20 10:47:52 -05:00
steve-chavez bca1ddf0d6 Fix #168, Rename SSL to HTTPS 2018-09-20 10:47:52 -05:00
steve-chavez a924c4b12f Fix #173, add ref for jwt claim access 2018-09-20 10:47:52 -05:00
steve-chavez c9816f1661 Hyperlink config settings 2018-09-20 10:47:52 -05:00
steve-chavez 38610e0349 Change type of notes for reloading and deleting/updating 2018-09-20 10:47:52 -05:00
steve-chavez 99d878b13e Fix #175, add important note for computed column 2018-09-20 10:47:52 -05:00
steve-chavez 48ab4e91be Add header for JSON select feature 2018-09-20 10:47:52 -05:00
steve-chavez 24f796a329 Remove app.settings mention of being session scoped 2018-09-20 10:47:52 -05:00
steve-chavez c4e926af2d Update postgrest repo links 2018-09-20 10:47:52 -05:00
steve-chavez 54436e2dc6 Add default.nix and udpate README 2018-09-10 10:47:03 -05:00
steve-chavez bba1d35ade Fix #178, Add livereload script 2018-09-10 10:46:38 -05:00
steve-chavez 512862918f Change default theme to readthedocs 2018-09-10 09:55:45 -05:00
steve-chavez 02f7cba3d2 Fix install broken link and add rst cheatsheet 2018-09-06 13:26:48 -05:00
steve-chavez 3cef4b70b0 Bump to v5.1.0 v5.1.0 2018-08-31 22:09:03 -05:00
steve-chavez 6f97c34a86 Increase memory usage limit for tests
Sometimes there's more memory usage when running the tests on CircleCI
2018-08-31 22:09:03 -05:00
steve-chavez bdac90491d Add CHANGELOG and better categories to cabal file
Also update appveyor.yml
2018-08-31 22:09:03 -05:00
steve-chavez 5961f7a116 Update appveyor.yml 2018-08-31 09:09:17 -05:00
steve-chavez 17cd2725fd Pin hasql, protolude and jose versions in cabal 2018-08-31 09:09:17 -05:00