Joe Nelson
f4c49f03f4
Allow NULL in csv field and unquote the multipart headers
2015-04-16 12:43:22 -07:00
Joe Nelson
a87f13f9bb
Fix original tests
2015-04-16 10:45:24 -07:00
Joe Nelson
7d03a71fed
All tests but one are passing
2015-04-12 19:56:33 -07:00
Joe Nelson
70d33445db
WIP: nice but doomed approach to making multipart response
2015-04-12 13:03:16 -07:00
Joe Nelson
4dbcf45555
WIP: typechecking but not yet sending back links
...
Rather amazing how well this actually works given
it only type checked
2015-04-11 21:41:32 -07:00
Joe Nelson
87acee924e
WIP: parsing csv
2015-04-05 17:13:16 -07:00
Joe Nelson
a22cf82688
Build sql for inserting multiple rows
2015-04-04 20:20:13 -07:00
Joe Nelson
532cfdff95
Merge pull request #183 from begriffs/jsonb
...
Filter results using properties in a jsonb column
2015-04-04 18:35:40 -07:00
Joe Nelson
5807b41997
Add jsonb to changelog
2015-04-04 18:33:08 -07:00
Joe Nelson
c78d323989
Specify hasql versions exactly to help ci
2015-04-04 17:43:14 -07:00
Joe Nelson
9792b9b46a
Allow filtering by values inside json columns
2015-04-04 17:38:54 -07:00
Joe Nelson
ca1c524ede
WIP: working on querying and ordering with jsonb paths
...
Affects #118
2015-03-30 00:51:52 -07:00
Joe Nelson
a1822a8e08
Update whitespace
2015-03-29 12:32:14 -07:00
Joe Nelson
066cdbc697
Merge pull request #176 from brikou/patch-2
...
Add link to GUI demo
2015-03-23 18:35:02 -07:00
Brikou CARRE
b9c3902bd8
Add link to GUI demo
...
You can read more about using ng-admin with postgREST here http://marmelab.com/blog/2015/03/23/using-ng-admin-with-postgrest.html
2015-03-23 15:54:34 +01:00
Joe Nelson
03613e2f8e
Add link to tutorial
...
Thanks @prio
2015-03-22 20:27:54 -07:00
Joe Nelson
de7eecb166
Document fix from pull request
2015-03-16 21:11:57 -07:00
Joe Nelson
417d98d7fa
Merge pull request #172 from GaloisInc/master
...
Show long help output with defaults on usage errors
2015-03-16 21:09:57 -07:00
Jonathan Daugherty
6dfbe854a0
Make postgrest show long help output with defaults on usage errors
...
This makes optparse-applicative show the long version of help output.
Its default behavior is not to do this since the showHelpOnError
setting defaults to False. This turns it on.
2015-03-16 13:27:22 -07:00
Joe Nelson
a9bc119b82
Merge branch 'insert-nulls'
...
Fixes #166
2015-03-15 18:30:47 -07:00
Joe Nelson
42d3d0de6c
Fix location header for inserted objects with nulls
2015-03-15 18:26:32 -07:00
Joe Nelson
ddb5ba8b64
Can now post nulls, but header link is wrong
...
affects #166
2015-03-15 16:30:42 -07:00
Joe Nelson
185d5b1c62
Merge branch 'jcristovao-isnull'
2015-03-15 15:22:28 -07:00
Joe Nelson
f7ff08edf7
Test is.null matcher
2015-03-15 15:20:31 -07:00
João Cristóvão and Joe Nelson
f4e0c12cba
IS/IS NOT null, true, false
2015-03-15 13:37:45 -07:00
Joe Nelson
8ed599a769
Merge branch 'jcristovao-nullsFirst'
2015-03-15 12:30:34 -07:00
Joe Nelson
aeb62e75bd
Add nullsfirst to changelog
2015-03-15 12:30:17 -07:00
Joe Nelson
5c7ee1effc
Fix problems caused by my rebase
2015-03-15 12:24:30 -07:00
João Cristóvão and Joe Nelson
01c67ab793
Added tests for nullsfirst / nullslast
2015-03-15 11:37:06 -07:00
João Cristóvão and Joe Nelson
97c9bfe93f
Added support for nulls first / nulls last
2015-03-15 10:28:21 -07:00
Joe Nelson
6e6769ea16
Bump version
v0.2.7.0
2015-03-03 23:29:22 -08:00
Joe Nelson
1e417aef90
Note schema override in changelog
2015-03-03 23:20:13 -08:00
Joe Nelson
60eb826cb0
Merge branch 'v1-schema-override'
...
Affects #155
Affects #158
Fixes #117
2015-03-03 23:18:59 -08:00
Joe Nelson
3d3c7277c7
Allow user to override schema used for v1 of api
2015-03-03 22:29:37 -08:00
Joe Nelson
5be0b5d5ae
Return inserted object from POST when Prefer: return=representation
...
Fixes #27
Fixes #159
2015-03-01 21:42:05 -08:00
Joe Nelson
11e5918690
Merge branch 'select-in'
...
Fixes #98
Affects #158
2015-03-01 19:18:21 -08:00
Joe Nelson
c207e7ee30
Add IN filter to changelog
2015-03-01 18:38:36 -08:00
Joe Nelson
6474a83221
Support IN query param operator
2015-03-01 18:30:08 -08:00
Joe Nelson
9b15071f23
Log requests
...
Fixes #141
2015-02-28 09:31:00 -08:00
Joe Nelson
51b379d78b
Clarify the --secure command line option
2015-02-19 21:28:07 -08:00
Joe Nelson
cac5daca01
Merge pull request #154 from brikou/patch-1
...
Fix URL to video
2015-02-19 10:30:20 -08:00
Brikou CARRE
4bc66c4ca3
Fix URL to video
2015-02-19 10:04:45 +01:00
Joe Nelson
eafb1a848f
Bump minor version, add changelog
v0.2.6.0
2015-02-18 11:39:13 -08:00
Joe Nelson
328f27e7bd
Merge pull request #152 from brikou/expose_location_header
...
Add 'Location' to exposed headers
2015-02-18 08:41:00 -08:00
Brikou Carré
a93e6c050d
Add 'Location' to exposed headers
2015-02-18 10:22:24 +01:00
Joe Nelson
337b49f386
Expose Content-Range response header (and others) in CORS
...
Fixes #148
2015-02-16 19:35:25 -08:00
Joe Nelson
92daa7d11a
Merge branch 'like'
...
Fixes #132
2015-02-15 17:37:40 -08:00
Joe Nelson
fa48c86195
Logically simplify (i)like test cases
2015-02-15 17:34:26 -08:00
Joe Nelson
b88192f95a
Remove lint
2015-02-15 16:31:53 -08:00
Joe Nelson
5a1ae934b9
Put array open bracket nearer to the json
2015-02-15 16:14:25 -08:00