Richard Fox and Joe Nelson
71da89fdcc
intro.rst: Correct first example app link ( #87 )
2017-07-04 17:48:54 -05:00
Joe Nelson
6382b597fa
Zeroeth tutorial
2017-07-02 21:17:49 -05:00
Joe Nelson and GitHub
7cc38330a8
Interpolate boolean env vars from conf file ( #897 )
2017-06-25 23:30:23 -05:00
steve-chavez
f0bd507ab9
Add binary output to rpc, Fix #883
2017-06-24 22:45:53 -05:00
steve-chavez
ecd58e1ad2
Refactor rpc to not use count when returning scalar
2017-06-24 21:07:07 -05:00
steve-chavez
4cf1bcec64
Add test cases for procs that returns array and setof scalars
2017-06-24 21:07:07 -05:00
Steve Chávez and Joe Nelson
b007428142
Allow more than two conditions in a single and/or, Fix #889 ( #892 )
2017-06-21 00:52:21 -05:00
Joe Nelson
cee92cac05
How to read headers/cookies from a proc
2017-06-18 22:19:46 -05:00
Joe Nelson
e8cdd4463b
Example of quoted comma in IN operator
2017-06-18 21:52:53 -05:00
Joe Nelson
127fbb41d5
Note function volatility in RPC
...
Fixes #64
2017-06-18 12:06:21 -05:00
Joe Nelson
83e4ad41fe
Deprecate {} for resource embedding
2017-06-18 11:49:08 -05:00
Joe Nelson
35d5e930ea
Bump version
v0.4.2.0
2017-06-11 17:14:19 -05:00
Daniel Pfeifer and Joe Nelson
3165d5dbc0
Dockerfile: Clean up to save space ( #891 )
...
Running postgrest requires the libpq library runtime, not the -dev
package.
Make sure that tools that are used to download and extract the postgrest
package do not remain installed in the image.
2017-06-11 15:06:58 -05:00
Lucas Desgouilles and Joe Nelson
1c09058628
Fix broken link to 'building from source' in CONTRIBUTING ( #886 )
2017-06-08 09:10:29 -05:00
Leon du Toit and Joe Nelson
f4c6a99adb
Address JWT security in docs, related to postgrest issue #842 ( #79 )
2017-06-08 01:55:42 -05:00
Joe Nelson
174ccadb15
Update ecosystem
2017-05-29 18:09:08 -05:00
Steve Phillips and Joe Nelson
cb90e3e557
api.rst: de-duped a word, added commas ( #78 )
2017-05-29 17:28:37 -05:00
Steve Phillips and Joe Nelson
49af7dcbc2
api.rst: Added example alluded to in docs ( #77 )
2017-05-29 17:28:31 -05:00
Michel Pelletier and Joe Nelson
e35f2d28c7
Use current_setting optional param to suppress raise ( #70 )
2017-05-29 17:27:18 -05:00
Steve Phillips and Joe Nelson
6bb81b5d4b
api.rst typo: Directories -> Directors ( #74 )
2017-05-27 10:26:45 -05:00
Joe Nelson and GitHub
50de0536de
Allow csv formatting in rpc output ( #882 )
2017-05-27 00:07:23 -05:00
James Dalton and Joe Nelson
3cb2c0f297
switch tar command for xz instead of gzip ( #73 )
2017-05-24 22:56:29 -05:00
Joe Nelson and GitHub
74227d3c2b
Use env interpolation in config ( #826 )
2017-05-24 22:50:09 -05:00
Joe Nelson
3dbcf9cbc3
Heroku deploy button for master branch again
2017-05-24 21:37:22 -05:00
Joe Nelson
44b3bd5fa5
Demo server is down and I don't care to maintain it
2017-05-20 11:53:37 -05:00
Steve Phillips and Joe Nelson
b09b677cd8
README.md: Fixed typo (sentence fragment)
2017-05-16 22:02:57 -05:00
Matt Bretl and Joe Nelson
1a5cadb855
auth.rst: minor fixes to example scripts ( #68 )
2017-05-16 22:02:07 -05:00
SteveBash and Joe Nelson
8593600cfa
Transition IN operator and select query param to new block delimiters
2017-05-13 16:49:25 -05:00
SteveBash and Joe Nelson
b8eb2cd9c1
Add and/or params for complex boolean logic
...
* Add support for and/or params in GET, POST, PATCH and DELETE
* Restrict usage of IN in and/or to be inside parens e.g. in.(1,2,3)
* Allow quoting operators for values that have ',)' chars
inside and/or e.g. eq."(entity,1)"
2017-05-13 16:49:25 -05:00
SteveBash and Joe Nelson
59abecaf5b
Add missing tests for NOT IN accepting empty values and refactor
...
Go back to operators map since the previously defined
Operator constructors added innecesary complexity also
rename Path to EmbedPath
2017-05-13 16:49:25 -05:00
Steve Chávez and Joe Nelson
3e26c1a83f
Add connection retrying on startup and SIGHUP, Fix #742 ( #869 )
...
* Add connection retrying on startup and SIGHUP, Fix #742
* Ensure that only one connection worker can run at a time
* Change ConnectionError status code to 503 and add automatic connection retrying
2017-05-06 19:11:18 -05:00
Joe Nelson
c912601e1c
Merge branch 'build-0.4.1.0'
v0.4.1.0
2017-04-30 00:06:25 -05:00
Joe Nelson
7ba880e902
Re-enable openapi tests on CI
2017-04-29 21:07:42 -05:00
Joe Nelson
d99462be01
Revert "Fix swagger-ui when "server-proxy-uri" is not set ( #857 )"
...
This was a bug in swagger-ui, not postgrest
2017-04-29 21:02:14 -05:00
Joe Nelson
0b436d49e6
Bump version
2017-04-29 21:02:14 -05:00
Steve Phillips and Joe Nelson
fc65694c0a
api.rst typo: delting -> deleting ( #54 )
2017-04-23 22:31:03 -05:00
Steve Phillips and Joe Nelson
f2f392b0f4
api.rst typo: dahsboard -> dashboard ( #53 )
2017-04-23 22:30:51 -05:00
Joe Nelson
8f5a3f50c2
Another queue bridge
2017-04-23 21:45:47 -05:00
Joe Nelson
2ce053b69e
Add some things people have said
2017-04-23 20:25:44 -05:00
Joe Nelson
bfe6bd1165
Confirmed more production users
2017-04-23 20:12:42 -05:00
Will O'Brien and Joe Nelson
f52829d165
App metadata instead of user metadata ( #55 )
...
From the [docs](https://auth0.com/docs/metadata ):
> An authenticated user can modify data in their profile's user_metadata, but not in their app_metadata.
Seems role-type information should be stored in `app_metadata`.
2017-04-21 16:46:15 -05:00
Joe Nelson and GitHub
f4d84e4b58
Fix deploy to heroku button for v0.4 ( #863 )
...
* Bring back the Heroku button!
* New params for updated buildpack
2017-04-19 19:12:58 -05:00
Joe Nelson
c8f4173262
Add link to patreon campaign
2017-04-13 17:31:14 -05:00
Steve Chávez and Joe Nelson
0a9d9cdded
Fix #701 : allow quoted values for IN operator, refactor and Fix #641 : allow IN filter to have no values ( #854 )
2017-04-11 00:57:44 -05:00
Ruslan Talpa and Joe Nelson
5fffbbe381
Make HTTP headers available as GUCs #800 ( #849 )
2017-04-10 19:23:48 -05:00
Joe Nelson and GitHub
3e7a8b5f85
Use union merge strategy on changelog ( #859 )
2017-04-08 10:36:02 -05:00
Marios Koulakis and Joe Nelson
8557ee55f5
Update with empty json ( #852 )
2017-04-07 22:21:50 -05:00
Joe Nelson and GitHub
56bdf59e14
Read only proc tx ( #844 )
2017-04-07 12:52:16 -05:00
Feynman Liang and Joe Nelson
77af16c9e4
Fix swagger-ui when "server-proxy-uri" is not set ( #857 )
2017-04-07 08:51:29 -05:00
Feynman Liang and Joe Nelson
0cf49bb8b6
Adds application/json to inspect type ( #853 )
2017-04-06 10:43:56 -05:00