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
Joe Nelson
625f2ce8d7
Update subzero message
2017-04-05 23:07:30 -05:00
Ruslan Talpa and Joe Nelson
42dd4ab607
subzero domain change ( #47 )
2017-04-05 22:57:48 -05:00
Steve Chávez and Joe Nelson
8a6b429c16
Add example for complex boolean logic ( #52 )
2017-04-04 23:25:22 -05:00
Ted Kornish and Joe Nelson
10f6ce45db
Add instructions on running tests to CONTRIBUTING.md ( #793 )
2017-04-04 22:08:39 -05:00
Dan Kamenov and Joe Nelson
1cab8cf82d
Fix Bad SQL coding practices in "Computed Columns" example ( #51 )
2017-03-29 21:51:39 -05:00
Marios Koulakis and Joe Nelson
9b4b45671c
Accept empty string as empty json body when calling an rpc ( #832 )
2017-03-27 21:34:03 -07:00
Dan Kamenov and Joe Nelson
27bcd8074f
Fix duplicate wording ( #48 )
2017-03-26 20:28:52 -07:00
Joe Nelson
0f87137387
More improvements
...
When to use RAISE in procs
Fix broken links
2017-03-26 16:05:12 -07:00
Joe Nelson
e54fb2a264
Misc improvements
...
How to pass a single json object to stored proc
List HTTP codes for db errors
Point out 404 semantics of singular responses
OR query workaround
Include nginx example for singular rewrite
2017-03-25 22:57:27 -07:00
Steve Chávez and Joe Nelson
8e6410e55d
Add section for binary output ( #46 )
2017-03-24 14:14:28 -07:00
Steve Farmer and Joe Nelson
0b486ccf44
Increase Warp connection timeout ( #834 )
2017-03-21 19:50:24 -07:00
Steve Chávez and Joe Nelson
47b023e858
Fix proc resource embedding issue with search_path and refactor return type ( #831 )
2017-03-20 23:50:42 -07:00
Joe Nelson
708e0cd0b6
Another site in production
2017-03-16 00:33:54 -07:00
Joe Nelson and Joe Nelson
8b170afe49
More extensions, example apps, client side libs ( #45 )
2017-03-13 09:51:52 -07:00
Diogo Biazus and Joe Nelson
206ab163b6
Refactor error type and fix nested error message [ fix #791 ] ( #829 )
2017-03-12 22:02:13 -07:00
Joe Nelson
b8f2ffc0a3
Instructions for building docs locally
2017-02-27 09:38:21 -08:00