Joe Nelson
cd81e9346f
Do not do table count when plurality=singular
...
Rebasing commits by @ruslantalpa
2016-03-23 20:30:51 -07:00
Joe Nelson
e5fed86965
Changelog
2016-03-13 14:33:00 -07:00
Joe Nelson
4cc08a11e7
Prevent duplicate call to stored procs
...
Reuse a CTE for results of call
2016-03-12 18:28:36 -08:00
Joe Nelson
358254639a
Merge @ruslantalpa's fk improved detection
2016-03-12 12:42:57 -08:00
Joe Nelson
508d722fb2
Allow SQL functions to generate registered JWT claims
2016-03-10 21:58:43 -08:00
Remco Bloemen
82c74ed21f
Use CMD exec in Dockerfile
...
Without exec the `postgrest` process is not run with PID 1 (it
is a child process of the shell that starts it). This means
signals send to the docker (like `docker stop` or ^C) will
not be handled correctly.
However, Linux treats PID 1 as special and sets the SIGTERM
handler to ignore by default. It is also necessary to install
a SIGTERM handler.
This commit adds `exec` to resolve this problem, as per the
recommendation in the Dockerfile documentation:
https://docs.docker.com/engine/reference/builder/#shell-form-entrypoint-example
2016-03-07 18:30:40 +01:00
Remco Bloemen
e5d420b2db
Gracefull exit on sigTERM
...
Like the sigINT that was already handled, postgrest
should gracefuly shut down on a sigTERM. This is a
common way of stopping processes, used amongst
others by docker.
See: https://stackoverflow.com/questions/4042201/how-does-sigint-relate-to-the-other-termination-signals
2016-03-07 17:45:53 +01:00
Ruslan Talpa
155d1dee6b
changelog entry
2016-02-29 13:59:04 +02:00
Joe Nelson
4cd2475bf2
v0.3.1.0
2016-02-28 21:45:17 -08:00
Joe Nelson
fc4c792f9e
Move section in changelog
2016-02-26 12:17:24 -08:00
Diogo Biazus
4496a95014
Updates changelog
2016-02-26 14:41:27 -05:00
Joe Nelson
d466ea45ff
Add changelog entry
...
Nice work guys, this took a lot of cooperation
2016-02-26 10:06:54 -08:00
Joe Nelson
0dd8a498b2
v0.3.0.4
2016-02-12 20:45:03 -08:00
Joe Nelson
e73a4c66bc
Do not block threads on libpq ffi
...
Fixes #445
2016-02-12 14:43:00 -08:00
Joe Nelson
56426b896a
Changelog entry
2016-02-04 16:38:35 -08:00
calebmer and Joe Nelson
33757e537b
Fix options on non existant tables, closes #442
2016-02-03 11:20:45 -08:00
Joe Nelson
a0ef4eae4d
Issue http 405 for anything but POST on RPC
...
Fixes #481
2016-02-01 22:52:57 -08:00
Joe Nelson
2c1f9e7eac
v0.3.0.3
2016-01-08 18:27:14 -08:00
calebmer
04e1186f08
Consistent read query escaping
2015-12-29 15:24:27 -05:00
Ruslan Talpa
72002f452e
add chengelog entry
2015-12-25 08:18:24 +02:00
Joe Nelson
079cf0aa54
v0.3.0.2
2015-12-16 17:19:19 -08:00
calebmer
6446fc962d
Add changelog note
2015-12-16 18:24:03 -05:00
Ruslan Talpa
4544ce3255
Fix #399 insert records in tables with no SELECT privileges
2015-12-16 10:16:14 +02:00
Ruslan Talpa
1acd07cb61
fix #414 revert to separate count query
2015-12-15 12:04:04 +02:00
Joe Nelson
2cf903cebe
Merged feature/default-schema
2015-12-14 08:49:52 -08:00
calebmer
6ef9000b31
pgFmtIdent always quotes #388
2015-12-13 16:58:56 -05:00
calebmer
bacc899fb4
Change default schema #389
2015-12-13 16:36:32 -05:00
Ruslan Talpa
dad41cd3ed
Fix #396 include records with missing parents and remove CTE related to parent relation
2015-12-09 14:21:27 +02:00
Joe Nelson
3bc1ad0133
Changelog
2015-12-07 16:55:45 -08:00
Joe Nelson
24b7a7d3e9
Merge pull request #403 from ruslantalpa/master
...
Detect relations event when authenticator does not have rights to intermediate tables
2015-12-07 15:06:21 -08:00
Joe Nelson
e88fa7db31
Docs and changelog
2015-12-05 19:59:30 -08:00
Ruslan Talpa
093874469e
Detect relations event when authenticator does not have rights to intermediate tables
2015-12-04 17:45:50 +02:00
Diogo Biazus
c2e3dd716c
Updates CHANGELOG
2015-12-02 15:28:27 -05:00
Joe Nelson
cbc6685725
bcrypt is no longer a required dependency
...
Fixes #395
2015-11-29 23:02:34 -08:00
Caleb Meredith
ed51502387
Add unreleased line to top of changelog
2015-11-28 18:03:27 -05:00
Caleb Meredith
e7a47215f0
Update CHANGELOG.md
2015-11-28 17:56:37 -05:00
Joe Nelson
19b856db3b
v0.3.0.1
2015-11-27 13:04:47 -08:00
Ruslan Talpa
c0fa5c3d4a
changelog entry
2015-11-25 10:13:34 +02:00
Joe Nelson
6f9fc7adac
Mark release in changelog
2015-11-24 00:08:31 -08:00
Joe Nelson
a5e7d9aff0
Update changelog
2015-11-23 11:15:30 -08:00
calebmer
79caba278e
Add changelog entry
2015-11-18 17:30:37 -05:00
Caleb Meredith
62951f29ac
Update CHANGELOG.md
2015-11-15 11:05:52 -05:00
Ruslan Talpa
6c0966f656
shape mutation response feture mention in changelog
2015-11-15 08:27:34 +02:00
Joe Nelson
a6cfecbc29
Merge v3
2015-11-14 17:52:05 -08:00
Joe Nelson
6cc493da6b
Version 0.2.12.1
2015-11-12 11:06:11 -08:00
Joe Nelson
22c50392e5
Merge pull request #344 from calebmer/feature/jwt-expire
...
Ensure JWT expires
2015-11-11 08:31:20 -08:00
calebmer
c024687629
Remove secure flag entirely
2015-11-08 13:03:50 -05:00
calebmer
34c153086c
Do not redirect insecure requests
2015-11-05 17:42:48 -05:00
calebmer
aab2f0d1f1
Ensure JWT expires
2015-11-05 17:04:54 -05:00
Ruslan Talpa
5113187bb1
changelog update and lint fix
2015-11-02 23:35:59 +02:00