 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 |
|
 Lee Johnsonandsteve-chavez
|
3220373803
|
renamed to postgrest.conf
|
2018-11-26 09:32:02 -05:00 |
|
 Lee Johnsonandsteve-chavez
|
fed4c8c9af
|
Added link to variables settings
|
2018-11-26 09:31:43 -05:00 |
|
 Lee Johnsonandsteve-chavez
|
eb81bbc464
|
Update to include Heroku deploy steps
|
2018-11-26 09:31:27 -05:00 |
|
 Russell DaviesandSteve Chávez
|
6d1adaaa54
|
Clarify config and auth sections on JWKS.
See PostgREST/postgrest#1205.
|
2018-11-15 11:11:24 -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
|
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 |
|