Joe Nelson
|
d466ea45ff
|
Add changelog entry
Nice work guys, this took a lot of cooperation
|
2016-02-26 10:06:54 -08:00 |
|
Joe Nelson
|
7ba5363d25
|
Upgrade hasql to fix prepared statement problem
|
2016-02-26 08:18:47 -08:00 |
|
Joe Nelson
|
f28b03f419
|
Allow new hasql-transaction to do rollbacks
|
2016-02-25 20:13:03 -08:00 |
|
Joe Nelson
|
de772b9246
|
Modified the concurrent test to illustrate problem with prepared statement
|
2016-02-22 20:58:44 -08:00 |
|
Joe Nelson
|
c28b26d949
|
Run QueryLimitedSpec with its own server flags
|
2016-02-22 19:21:39 -08:00 |
|
Joe Nelson
|
c02dd4aa98
|
Enable real threads in test
|
2016-02-22 17:53:10 -08:00 |
|
Joe Nelson
|
b0974a4e36
|
Reset db between each test suite
|
2016-02-22 17:50:00 -08:00 |
|
Joe Nelson
|
17acd134c7
|
Suppress server logging in test mode
|
2016-02-22 17:48:33 -08:00 |
|
Joe Nelson
|
d4a4bbf966
|
Roll back on db errors
|
2016-02-22 16:52:50 -08:00 |
|
Joe Nelson
|
7b7babd1d1
|
Fix frozen tests
Problem found by @ruslantalpa
|
2016-02-22 08:41:31 -08:00 |
|
Joe Nelson
|
072a6ce4c7
|
Bump hasql to 0.19.8
|
2016-02-21 18:37:17 -08:00 |
|
Joe Nelson
|
d5c1438c6e
|
Use hasql-transaction
Also use hspec before-wrapper
|
2016-02-21 18:05:25 -08:00 |
|
Joe Nelson
|
30e5032ade
|
Use lower optimization to speed up regular dev builds
|
2016-02-21 14:11:46 -08:00 |
|
Joe Nelson
|
d7fe59f0b0
|
WIP: share server code between tests and program
- Share server code in Main
- Switch to hasql-pool
- Use pool in tests
- DRY up test runner
|
2016-02-21 12:22:18 -08:00 |
|
Joe Nelson
|
8a006f07a7
|
Show error text more clearly
|
2016-02-20 18:11:46 -08:00 |
|
 Diogo BiazusandJoe Nelson
|
01ab540ffe
|
Simplify return from withResource in Main.hs
|
2016-02-20 18:03:17 -08:00 |
|
 Diogo BiazusandJoe Nelson
|
de848f64fa
|
Return the results from withResource function before applying the respond continuation. This ensures that the pool resource is freed as soon as the database operation is complete
|
2016-02-20 18:03:06 -08:00 |
|
Joe Nelson
|
52e689b830
|
Add concurrent test for "transaction in progress"
MonadBaseControl wizardry courtesy of @jwiegley
|
2016-02-20 17:45:55 -08:00 |
|
Joe Nelson
|
6b4b763bc4
|
Merge pull request #494 from begriffs/test-raw-cabal
Ensure plain cabal can determine a build plan
|
2016-02-15 11:46:31 -08:00 |
|
Joe Nelson
|
6b1c8b3e39
|
Ensure plain cabal can determine a build plan
For those wishing to use postgrest as a library
|
2016-02-14 22:17:26 -08:00 |
|
Joe Nelson
|
f3293cfac1
|
Do not name import of void directly as it is used conditionally
|
2016-02-12 23:15:09 -08:00 |
|
Joe Nelson
|
0dd8a498b2
|
v0.3.0.4
v0.3.0.4
|
2016-02-12 20:45:03 -08:00 |
|
Joe Nelson
|
f9b8e6879d
|
Merge pull request #492 from begriffs/threaded
Do not block threads on libpq ffi
|
2016-02-12 20:32:40 -08:00 |
|
Joe Nelson
|
e73a4c66bc
|
Do not block threads on libpq ffi
Fixes #445
|
2016-02-12 14:43:00 -08:00 |
|
Joe Nelson
|
fc3c885bb6
|
Merge pull request #491 from begriffs/payload-error
Ensure payload parse errors are not suppressed
|
2016-02-11 16:39:13 -08:00 |
|
Joe Nelson
|
8b3d224b80
|
Ensure payload parse errors are not suppressed
Fixes #490
|
2016-02-11 16:24:02 -08:00 |
|
Joe Nelson
|
ce6e52e9ba
|
Merge pull request #487 from motiz88/nitpick
Minor proofreading in InsertSpec
|
2016-02-08 08:23:22 -08:00 |
|
Moti Zilberman
|
4dd4eeb421
|
[ci skip] s/unkonwn/unknown/
|
2016-02-08 16:39:32 +02:00 |
|
Moti Zilberman
|
b50882db3a
|
[ci skip] Fix typo in InsertSpec
|
2016-02-08 15:53:15 +02:00 |
|
Moti Zilberman
|
0058b5df99
|
Minor proofreading in InsertSpec
s/csv/json/ in line 24
|
2016-02-08 14:29:47 +02:00 |
|
Joe Nelson
|
f7926e9f28
|
Merge pull request #486 from begriffs/improved-usage
Adjust usage message to indicate required arguments
|
2016-02-06 18:02:09 -08:00 |
|
Joe Nelson
|
f65557573c
|
Match new config param order in tests
|
2016-02-05 09:39:43 -08:00 |
|
Joe Nelson
|
4dec445b82
|
Add example db connection string to usage
|
2016-02-05 09:30:42 -08:00 |
|
Joe Nelson
|
ccb3eba9e3
|
Reorder arg list, note that schema is not required
|
2016-02-05 09:27:24 -08:00 |
|
Joe Nelson
|
56426b896a
|
Changelog entry
|
2016-02-04 16:38:35 -08:00 |
|
Joe Nelson
|
7702d38267
|
Update docs to note rquired arguments
|
2016-02-04 16:34:36 -08:00 |
|
Joe Nelson
|
a044398552
|
Adjust usage message to indicate required arguments
|
2016-02-04 16:27:54 -08:00 |
|
Joe Nelson
|
17db68ae2d
|
Merge branch 'feature/options-not-found-error'
|
2016-02-03 11:44:36 -08:00 |
|
Joe Nelson
|
e53fb10483
|
Fix lint
|
2016-02-03 11:36:17 -08:00 |
|
 calebmerandJoe Nelson
|
33757e537b
|
Fix options on non existant tables, closes #442
|
2016-02-03 11:20:45 -08:00 |
|
Joe Nelson
|
945ef61188
|
Merge pull request #483 from begriffs/rpc-post-only
Issue http 405 for anything but POST on RPC
|
2016-02-03 11:16:51 -08:00 |
|
Joe Nelson
|
f990a519a5
|
More extensive tests
|
2016-02-02 16:45:54 -08:00 |
|
Joe Nelson
|
2149bea8e3
|
Merge pull request #485 from motiz88/patch-1
Document default order direction correctly, fix #484
|
2016-02-02 15:47:14 -08:00 |
|
Moti Zilberman
|
7ce10dbcf1
|
Correct default order direction, fix #484
|
2016-02-03 01:36:54 +02:00 |
|
Joe Nelson
|
31f46d5220
|
Direct stack download is faster than apt-get
|
2016-02-01 23:40:02 -08:00 |
|
Joe Nelson
|
a0ef4eae4d
|
Issue http 405 for anything but POST on RPC
Fixes #481
|
2016-02-01 22:52:57 -08:00 |
|
Joe Nelson
|
aec11e34a7
|
Merge pull request #480 from eGullGolf/issue169
Explain how to connect without a password through Unix socket
|
2016-02-01 12:55:42 -08:00 |
|
Eric Bréchemier
|
95f26604ba
|
Explain how to connect without a password through Unix socket
I expanded the section 'Running the Server' in the documentation.
Based on this comment:
https://github.com/begriffs/postgrest/issues/169#issuecomment-177031035
Related issue: #169
|
2016-02-01 11:16:26 +01:00 |
|
Joe Nelson
|
c6d47eeb77
|
Merge pull request #478 from pra85/patch-1
Typo in Readme.md
|
2016-01-30 20:07:06 -08:00 |
|
Prayag Verma
|
8500067e0f
|
Typo in Readme.md
commicate > communicate
|
2016-01-31 09:18:39 +05:30 |
|