Joe Nelson
|
8876e533ed
|
Merge pull request #82 from begriffs/no-pending
All tests passing, none pending
|
2014-10-14 17:09:24 -07:00 |
|
Joe Nelson
|
37c0a2d831
|
All tests passing, none pending
Standardize the order of enum value lists
|
2014-10-14 15:03:07 -07:00 |
|
Joe Nelson
|
36b62de998
|
Merge pull request #79 from begriffs/favicon
Added a favicon, so important!
|
2014-10-14 13:47:15 -07:00 |
|
Joe Nelson
|
e15043f01a
|
Merge pull request #81 from begriffs/content-location
Fix Content-Location header when there are no params
|
2014-10-14 12:54:06 -07:00 |
|
Joe Nelson
|
f1feaecf27
|
Fix Content-Location header when there are no params
Fixes #68
|
2014-10-14 11:49:36 -07:00 |
|
Joe Nelson
|
f7751c45a2
|
Merge pull request #80 from begriffs/empty-response
Return [] rather than nothing on no results
|
2014-10-14 11:34:20 -07:00 |
|
Joe Nelson
|
aa992f0d92
|
Add constraint to wai-middleware-static
|
2014-10-14 11:32:12 -07:00 |
|
Joe Nelson
|
21e4e583ec
|
Return [] rather than nothing on no results
Fixes #70
|
2014-10-14 11:23:26 -07:00 |
|
Joe Nelson
|
17ada69411
|
Merge pull request #78 from begriffs/lookup
Remove getHeader, fixes #77
|
2014-10-14 11:14:48 -07:00 |
|
Joe Nelson
|
2338d000e1
|
Added a favicon, so important!
Fixes #71
|
2014-10-14 11:13:55 -07:00 |
|
Joe Nelson
|
80c55789b5
|
Remove getHeader, fixes #77
|
2014-10-14 10:30:23 -07:00 |
|
Joe Nelson
|
605c876bf5
|
Merge pull request #76 from begriffs/order-by
Accept order query param
|
2014-10-13 22:51:18 -07:00 |
|
Joe Nelson
|
fbb13f4ab3
|
Accept order query param
Fixes #66
|
2014-10-13 22:29:28 -07:00 |
|
Joe Nelson
|
901df91d6c
|
Merge pull request #75 from begriffs/errors
Errors
|
2014-10-13 18:23:59 -07:00 |
|
Joe Nelson
|
9c84cf9c3d
|
Fix lint warnings
|
2014-10-13 18:16:41 -07:00 |
|
Adam C. Baker
|
5630ee52fd
|
Merge branch 'master' into errors
Conflicts:
src/Main.hs
src/Middleware.hs
|
2014-10-13 17:45:32 -07:00 |
|
Adam C. Baker
|
fd237b33b1
|
fix/unpend tests.
|
2014-10-13 16:54:21 -07:00 |
|
Adam C. Baker
|
1cee5b57ce
|
fixing up the test app
|
2014-10-13 16:54:05 -07:00 |
|
Adam C. Baker
|
f81ca8bf0b
|
move auth out of dbapi, use middleware, put in main
|
2014-10-13 16:52:14 -07:00 |
|
Adam C. Baker
|
fff84cca90
|
rename reportPgErrors to clientErrors
|
2014-10-13 16:51:21 -07:00 |
|
Adam C. Baker
|
dcdca445b5
|
authenticated middleware
|
2014-10-13 16:48:20 -07:00 |
|
Adam C. Baker
|
f7c825f646
|
rename pgSetRole, pgResetRole to setRole, resetRole
|
2014-10-13 16:46:33 -07:00 |
|
Adam C. Baker
|
2028500da7
|
withSavepoint middleware
|
2014-10-13 13:04:25 -07:00 |
|
Joe Nelson
|
bd1d365143
|
Merge pull request #69 from begriffs/https-redirect
Remove internal TLS, add option for HTTPS redirection
|
2014-10-13 12:09:33 -07:00 |
|
Joe Nelson
|
abccb295a3
|
Remove internal TLS, add option for HTTPS redirection
|
2014-10-12 19:52:20 -07:00 |
|
Adam C. Baker
|
a984fe3bf9
|
flip args to inTransaction
|
2014-10-10 17:32:17 -07:00 |
|
Adam C. Baker
|
e4669dcb37
|
handle all requests in a transaction.
|
2014-10-10 17:16:56 -07:00 |
|
Adam C. Baker
|
57f4d478fc
|
pending failing options test.
|
2014-10-10 17:01:20 -07:00 |
|
Adam C. Baker
|
a973020748
|
handle inserting no data correctly
with "insert into [table] default values"
|
2014-10-10 16:52:01 -07:00 |
|
Adam C. Baker
|
0879ed7110
|
flip app args
|
2014-10-10 15:54:05 -07:00 |
|
Joe Nelson
|
94e0a4b96a
|
Merge pull request #65 from begriffs/put-status-code
Successful PUT requests actually return 200
v0.1.0.0
|
2014-10-10 11:50:15 -07:00 |
|
Joe Nelson
|
a34051b177
|
Successful PUT requests actually return 200
|
2014-10-09 18:00:37 -07:00 |
|
Adam C. Baker
|
ddc5b789f2
|
Merge pull request #64 from begriffs/cleanup
Cleanup
|
2014-10-09 15:18:35 -07:00 |
|
Adam C. Baker
|
e5db9bc58e
|
remove top level binding in test script
|
2014-10-09 14:14:53 -07:00 |
|
Adam C. Baker
|
ef6b38ea1e
|
reformat raw sql for readability
|
2014-10-09 14:11:35 -07:00 |
|
Adam C. Baker
|
ea17642f08
|
Better error for mkColumn
|
2014-10-09 14:11:21 -07:00 |
|
Adam C. Baker
|
5dd3f9c79a
|
Merge branch 'fk'
Conflicts:
src/PgStructure.hs
test/Feature/StructureSpec.hs
test/fixtures/schema.sql
|
2014-10-09 12:30:39 -07:00 |
|
Joe Nelson
|
64e3d21889
|
Merge pull request #61 from begriffs/enum
Include "enum" field in column details
|
2014-10-08 17:05:05 -07:00 |
|
Adam C. Baker
|
195e904817
|
make compound_pk owned by dbapi_anonymous
|
2014-10-08 17:04:44 -07:00 |
|
Joe Nelson
|
ecff987f31
|
Include "enum" field in column details
|
2014-10-08 16:51:42 -07:00 |
|
Adam C. Baker
|
ee02a98cf2
|
emit references for columns with foreign keys
|
2014-10-08 16:38:12 -07:00 |
|
Adam C. Baker
|
e17c51e2f1
|
clean up spec helper
|
2014-10-08 16:37:53 -07:00 |
|
Adam C. Baker
|
c9fc2154ab
|
fix basic auth parsing
|
2014-10-08 16:37:30 -07:00 |
|
Adam C. Baker
|
5d64258140
|
fix test to reflect more tables
|
2014-10-08 16:36:47 -07:00 |
|
Adam C. Baker
|
40f3056ef4
|
some more setup/teardown actions
|
2014-10-08 15:21:18 -07:00 |
|
Adam C. Baker
|
f0e8d23dd2
|
getting foreign key data with a column.
|
2014-10-08 15:20:26 -07:00 |
|
Adam C. Baker
|
59f9855362
|
return a map of foreign keys
|
2014-10-08 15:20:26 -07:00 |
|
Adam C. Baker
|
d16ecdc28f
|
data/procedure for foreign key
|
2014-10-08 15:20:26 -07:00 |
|
Adam C. Baker
|
5063dfe894
|
simple unit tests for existing functionality
|
2014-10-08 15:20:26 -07:00 |
|
Adam C. Baker
|
e302bb1d19
|
add table with fk for testing.
|
2014-10-08 15:20:26 -07:00 |
|