Joe Nelson
|
da6318f5a2
|
Fix warnings, lint, and ambiguous hasql imports
|
2015-01-28 20:37:19 -08:00 |
|
Adam C. Baker
|
3151aa2ebc
|
fix table parsing
|
2015-01-26 18:42:46 -08:00 |
|
Adam C. Baker
|
e1ad5cb1ae
|
handle errors in the app too
|
2015-01-26 18:07:38 -08:00 |
|
Adam C. Baker
|
ead346816b
|
reporting errors, but not passing tests.
|
2015-01-26 17:31:59 -08:00 |
|
Joe Nelson
|
b504473790
|
WIP: Upgrade to hasql 7
Still fails handling query errors
|
2015-01-25 18:33:50 -08:00 |
|
Joe Nelson
|
8073c84809
|
More informative cabal file for hackage release
|
2015-01-17 11:08:46 -08:00 |
|
Joe Nelson
|
d28dee41a1
|
Heroku deployment button on README
|
2015-01-17 10:46:58 -08:00 |
|
Joe Nelson
|
003685ff46
|
Add support for DELETE verb
Fixes #125
v0.2.5.0
|
2015-01-17 00:48:49 -08:00 |
|
Joe Nelson
|
61f8f41a36
|
Temporarily remove heroku button while I get it working properly
|
2015-01-07 23:45:58 -08:00 |
|
Joe Nelson
|
55f6318dcd
|
Deploy button and thanks
|
2015-01-07 23:09:10 -08:00 |
|
Joe Nelson
|
96d108d724
|
Merge pull request #121 from begriffs/fix-order-by
Do not add WHERE clause if only param is order
v0.2.4.10
|
2015-01-05 23:07:29 -08:00 |
|
Joe Nelson
|
d77924a9d1
|
Update links to binaries
|
2015-01-05 23:03:51 -08:00 |
|
Joe Nelson
|
4c74e54ae1
|
Do not add WHERE clause if only param is order
Fixes #119
|
2015-01-05 22:37:49 -08:00 |
|
Joe Nelson
|
591f0eb78d
|
Video link
|
2014-12-30 14:52:58 -08:00 |
|
Adam C. Baker
|
c9b960f955
|
only create schema once
|
2014-12-29 17:57:31 -08:00 |
|
Adam C. Baker
|
23a75aefcc
|
bump hspec version.
use new version for before_
|
2014-12-29 17:57:31 -08:00 |
|
Adam C. Baker
|
3756309b22
|
create items in test, not in the schema.
|
2014-12-29 17:57:31 -08:00 |
|
Adam C. Baker
|
2ae99daa12
|
resetDb once for each set of tests.
|
2014-12-29 17:57:31 -08:00 |
|
Joe Nelson
|
796de39762
|
More prominent demo server link
|
2014-12-29 16:12:17 -08:00 |
|
Joe Nelson
|
c541f83cef
|
Link to demo server and its schema
|
2014-12-29 15:27:29 -08:00 |
|
Joe Nelson
|
a142128915
|
Fix logo typo
|
2014-12-29 15:07:09 -08:00 |
|
Joe Nelson
|
ee8f754d7a
|
Consolidate guides to make them easier to spot
|
2014-12-29 11:45:43 -08:00 |
|
Joe Nelson
|
3d02abc844
|
Link to binaries
|
2014-12-29 11:18:09 -08:00 |
|
Joe Nelson
|
a049a8d5cd
|
Update performance stats
|
2014-12-29 10:31:19 -08:00 |
|
Joe Nelson
|
2c635cfde8
|
Optimization when auth role coincides with anon role
No need to set/reset role because it is already correct
v0.2.4.9
|
2014-12-29 09:39:13 -08:00 |
|
Joe Nelson
|
24f70f5bdf
|
Add @casalaina's awesome logo
|
2014-12-29 08:58:35 -08:00 |
|
Joe Nelson
|
d7d5473664
|
Link to load test graph
|
2014-12-28 21:13:58 -08:00 |
|
Joe Nelson
|
d7e0fb948e
|
Tweak future features
|
2014-12-28 11:11:33 -08:00 |
|
Joe Nelson
|
8200f54ae4
|
Bump version
v0.2.4.8
|
2014-12-25 17:47:23 -08:00 |
|
Joe Nelson
|
5eca8668ef
|
Better docs
|
2014-12-25 14:28:06 -08:00 |
|
Joe Nelson
|
30e9733719
|
Hide db details on connection failure
|
2014-12-22 15:40:35 -08:00 |
|
Joe Nelson
|
0830772384
|
Provide better diagnostics for exception parse failure
|
2014-12-22 15:40:20 -08:00 |
|
Joe Nelson
|
2bf45d4f02
|
Bump patch version
v0.2.4.7
|
2014-12-21 19:58:08 -08:00 |
|
Joe Nelson
|
f689ce684a
|
Provide proper JSON details for errors
Refines HTTP codes for server vs client problems
Fixes #92
Fixes #40
|
2014-12-21 19:34:21 -08:00 |
|
Joe Nelson
|
07b039370d
|
Postgres error message parser
|
2014-12-17 14:15:12 -08:00 |
|
Joe Nelson
|
dbe1f59066
|
Update project name in strings
Fixes #105
|
2014-12-17 10:24:24 -08:00 |
|
Joe Nelson
|
5f4212e2fd
|
Link to CI report from badge
|
2014-12-16 20:48:17 -08:00 |
|
Joe Nelson
|
9712549d64
|
Use "::unknown" type casts to overcome binary protocol restrictions
Fixes #112
|
2014-12-16 20:09:01 -08:00 |
|
Joe Nelson
|
19b62c00ee
|
Enclose entire app response in single Tx
|
2014-12-12 13:55:09 -08:00 |
|
Joe Nelson
|
d763e27bb2
|
More readable conditional
|
2014-12-07 21:32:36 -08:00 |
|
Joe Nelson
|
4f9132af43
|
Adjust tests to use new-style app config
|
2014-12-07 18:54:27 -08:00 |
|
Adam C. Baker
|
638cd3d49d
|
update run example for new CLI
|
2014-12-07 18:51:51 -08:00 |
|
Joe Nelson
|
b302843e10
|
Parse args more sensibly, and use correct port for postgres connection
|
2014-12-07 18:42:18 -08:00 |
|
Joe Nelson
|
1fd757c2ad
|
Remove coerce dependency for ghc 7.6
|
2014-12-07 14:46:33 -08:00 |
|
Joe Nelson
|
782d6520a2
|
Upgrade hasql to 0.4.0
|
2014-12-07 00:11:14 -08:00 |
|
Joe Nelson
|
4d8c508a17
|
Parse db uri again
|
2014-12-06 23:21:49 -08:00 |
|
Joe Nelson
|
beb61d8a05
|
Pend a test until complication is resolved with #107
|
2014-12-06 18:46:34 -08:00 |
|
Joe Nelson
|
c0e4d64423
|
Merge branch 'logisch'
|
2014-12-06 17:43:04 -08:00 |
|
Joe Nelson
|
605372f829
|
Set permissions correctly for structure spec
|
2014-12-06 17:42:42 -08:00 |
|
Joe Nelson
|
7d58097449
|
Be sure to reset db before ALL tests
|
2014-12-06 17:42:42 -08:00 |
|