Joe Nelson
|
bb511f0df2
|
WIP: call stored pprocedures that emit plain text
The beginning of #114
|
2015-08-20 21:52:46 -07:00 |
|
Joe Nelson
|
f564fb0977
|
Rename QualifiedTable to encompass proc names as well
|
2015-08-20 21:35:12 -07:00 |
|
Joe Nelson
|
010e18ea0b
|
Merge pull request #269 from diogob/build_with_stack
Build with stack
|
2015-08-20 15:29:10 -07:00 |
|
Joe Nelson
|
acd8e92d24
|
Note the NOT IN addition
|
2015-08-17 09:40:49 -07:00 |
|
Joe Nelson
|
559d370a89
|
Merge pull request #263 from rall/notin
NOT IN queries
|
2015-08-17 09:38:45 -07:00 |
|
Joe Nelson
|
ebc8c387e0
|
Thanks @diogob!
|
2015-08-15 12:14:20 -07:00 |
|
Joe Nelson
|
734484714c
|
CSV responses!
|
2015-08-15 11:59:12 -07:00 |
|
Joe Nelson
|
adac39bd7c
|
Use Content-Type text/csv for CSV responses
|
2015-08-15 11:57:57 -07:00 |
|
Joe Nelson
|
894455f2cd
|
Relax hasql deps for packdeps checker
|
2015-08-12 00:05:38 -07:00 |
|
Joe Nelson
|
6cb73062a9
|
Better shields
|
2015-08-11 23:18:47 -07:00 |
|
Joe Nelson
|
86c68d191c
|
Updated maintenance note in contributing doc
|
2015-08-09 14:04:57 -07:00 |
|
Joe Nelson
|
d20c252cb3
|
Adjust version of hasql-postgres for packdeps
|
2015-08-08 12:57:44 -07:00 |
|
Joe Nelson
|
cd6b688f7f
|
Merge pull request #244 from diogob/adds_materialized_views_to_root
Adds materialized views to list of relations in GET / [#242]
|
2015-08-01 16:16:23 -07:00 |
|
Joe Nelson
|
49f41d8edb
|
Merge pull request #243 from diogob/fix_count_column_name_case
Fixes error code 42803 when trying to query a view with a column named count
|
2015-08-01 16:15:02 -07:00 |
|
Joe Nelson
|
e724c2df00
|
Merge pull request #230 from edelans/master
Add link to Jonathan Harrington's nice tutorial
|
2015-07-26 10:17:39 -07:00 |
|
Joe Nelson
|
12dc180065
|
Merge pull request #237 from datasaur/master
Enable log capture if stdout is not a terminal (issue #229)
|
2015-07-24 09:51:37 -07:00 |
|
Joe Nelson
|
e1d7dc3dea
|
Note computed columns in changelog
|
2015-07-21 22:34:45 -07:00 |
|
Joe Nelson
|
28a2826fa8
|
Merge pull request #221 from diogob/allow_virtual_fields_in_where
Qualifies columns of WHERE clauses so we can use computed columns as filters
|
2015-07-21 22:31:10 -07:00 |
|
Joe Nelson
|
c0d44232a5
|
Note Debian changes in changelog
|
2015-07-09 22:52:14 -07:00 |
|
Joe Nelson
|
e34e92eb44
|
Merge pull request #216 from mkhon/master
Debian init script for postgrest.
|
2015-07-09 22:49:11 -07:00 |
|
Joe Nelson
|
956f73d997
|
Regression test for situation reported in issue #203
|
2015-07-03 22:51:04 -07:00 |
|
Joe Nelson
|
df04d26c15
|
Merge pull request #219 from diogob/check_postgresql_version
Verifies PostgreSQL version is supported (+9.2) before spawning server
|
2015-07-02 13:21:29 -07:00 |
|
Joe Nelson
|
6604293ac1
|
Remove regex-tdfa-text to allow building in GHC 7.10
Fixes #212
|
2015-07-01 21:55:35 -07:00 |
|
Joe Nelson
|
25492a089b
|
Merge pull request #214 from diogob/refactor_to_bool
Removes toBool function as we now cast the 'YES/NO' values to boolean in PostgreSQL's queries
|
2015-06-22 22:29:07 -07:00 |
|
Joe Nelson
|
1937363fc8
|
Note @diogob's contribution
|
2015-06-21 22:18:51 -07:00 |
|
Joe Nelson
|
d68cbec25c
|
Merge pull request #209 from diogob/insertable_views_with_triggers
Changes the insertable to true in views that are insertable through triggers [fixes #206]
|
2015-06-21 22:16:43 -07:00 |
|
Joe Nelson
|
e93c96a6f8
|
Link to Heroku troubleshooting Wiki in readme
|
2015-06-21 14:01:42 -07:00 |
|
Joe Nelson
|
070f67e9c6
|
Merge pull request #213 from begriffs/packdeps
Loosen dependency version constraints for packdeps
|
2015-06-20 12:16:05 -07:00 |
|
Joe Nelson
|
61dac3b02b
|
Loosen dependency version constraints for packdeps
|
2015-06-20 12:12:36 -07:00 |
|
Joe Nelson
|
169157ec6d
|
Thanks @framp
|
2015-06-17 20:24:10 -07:00 |
|
Joe Nelson
|
bd304c9fc3
|
Bump version
|
2015-06-03 21:22:17 -07:00 |
|
Joe Nelson
|
3989aaa144
|
Note @framp's auth id change
|
2015-05-26 14:58:59 -07:00 |
|
Joe Nelson
|
1d51a5f543
|
Merge pull request #201 from framp/master
User_id support (via user_vars)
|
2015-05-26 14:55:56 -07:00 |
|
Joe Nelson
|
e4dafad64d
|
Use github release feature to host binaries
|
2015-05-25 21:56:47 -07:00 |
|
Joe Nelson
|
3f31c60f1d
|
Mention JWT in readme
|
2015-05-25 21:46:05 -07:00 |
|
Joe Nelson
|
1cc53245c5
|
Full text search in changelog
|
2015-05-23 08:21:02 -07:00 |
|
Joe Nelson
|
f24ba048af
|
Merge pull request #199 from diogob/tsearch_operator
Tsearch operator
|
2015-05-23 08:15:44 -07:00 |
|
Joe Nelson
|
b070994912
|
Patch version bump for conditional -Werror flag
|
2015-05-21 00:18:26 -07:00 |
|
Joe Nelson
|
988df54e53
|
Use Werror on CI
|
2015-05-21 00:18:03 -07:00 |
|
Joe Nelson
|
4bbf053896
|
Bump version
|
2015-05-20 09:42:51 -07:00 |
|
Joe Nelson
|
da79f1da3e
|
Merge pull request #193 from srid/makelibrary
Make postgrest a library
|
2015-05-19 23:59:16 -07:00 |
|
Joe Nelson
|
035acebf59
|
Update CHANGELOG.md
|
2015-05-19 22:23:49 -07:00 |
|
Joe Nelson
|
0b665676d7
|
Update CHANGELOG.md
|
2015-05-19 22:21:28 -07:00 |
|
Joe Nelson
|
dcf62b020f
|
Merge pull request #194 from framp/jwt
JWT support
|
2015-05-19 22:17:34 -07:00 |
|
Joe Nelson
|
e35ad0f340
|
Update changelog, remove debugging
|
2015-05-12 10:55:51 -07:00 |
|
Joe Nelson
|
709e70561f
|
Provide more information in PATCH response
* 404 if no records updated
* Range header for number updated
* Full results depending on Prefer header
Fixes #187
Fixes #182
|
2015-05-12 10:47:55 -07:00 |
|
Joe Nelson
|
ef0dc26de5
|
Merge pull request #186 from jcristovao/patch-2
GHC 7.10.1 support
|
2015-04-24 09:37:27 -07:00 |
|
Joe Nelson
|
13cda09c7e
|
Contributing
|
2015-04-22 17:22:39 -07:00 |
|
Joe Nelson
|
5688030104
|
Allow posting JSON array and object
Fixes #168
Fixes #156
|
2015-04-19 17:46:11 -07:00 |
|
Joe Nelson
|
02228b76cc
|
Bump version
|
2015-04-17 16:26:27 -07:00 |
|
Joe Nelson
|
4d7cc3d67e
|
Merge branch 'bulk-insert'
|
2015-04-17 15:55:42 -07:00 |
|
Joe Nelson
|
ad8700e996
|
bulk insert in changelog
|
2015-04-17 15:52:57 -07:00 |
|
Joe Nelson
|
fbc90bdb84
|
Tests for csv bulk import
Fixes #17
|
2015-04-17 15:42:58 -07:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Joe Nelson
|
6e6769ea16
|
Bump version
|
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 |
|
Joe Nelson
|
eafb1a848f
|
Bump minor version, add changelog
|
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 |
|
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 |
|
Joe Nelson
|
58f18181c2
|
Update order by params to new style introduced from master
|
2015-02-15 16:13:06 -08:00 |
|
Joe Nelson
|
eea1bc0cac
|
Quasiquote json to fix vim syntax highlighting
|
2015-02-15 16:03:31 -08:00 |
|
Joe Nelson
|
e37d5d9b25
|
Style tweak
|
2015-02-15 15:59:49 -08:00 |
|
Joe Nelson
|
5280b9fd6d
|
Merge pull request #138 from jcristovao/patch-1
order does not work
|
2015-02-12 08:41:40 -08:00 |
|