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 |
|
Joe Nelson
|
20573632d7
|
Merge pull request #476 from begriffs/stack-ci
Switch to Stack on CircleCI
|
2016-01-29 14:34:27 -08:00 |
|
Joe Nelson
|
03468c83df
|
Merge pull request #477 from sscarduzio/patch-3
#475
|
2016-01-29 10:10:49 -08:00 |
|
Simone Scarduzio
|
4e3a04ea72
|
#475
|
2016-01-29 18:06:29 +00:00 |
|
Joe Nelson
|
e6e324e8ff
|
Trim unused packages
|
2016-01-28 17:32:38 -08:00 |
|
Joe Nelson
|
2175ae4d28
|
Build test deps in cacheable phase
|
2016-01-28 16:36:45 -08:00 |
|
Joe Nelson
|
c887f2b3b4
|
Move ghc-options in stack config and out of cabal file
|
2016-01-28 14:03:44 -08:00 |
|
Joe Nelson
|
1a3c54793d
|
Build only haddocks for postgrest, not deps
|
2016-01-28 14:00:33 -08:00 |
|
Joe Nelson
|
4679e2a514
|
Haddock coverage report not working, removing for now
|
2016-01-28 13:17:49 -08:00 |
|
Joe Nelson
|
e02dc2e92e
|
Remove redundant do
|
2016-01-27 18:51:53 -08:00 |
|
Joe Nelson
|
536acec820
|
Turn down warning level a little
|
2016-01-27 17:31:57 -08:00 |
|
Joe Nelson
|
55da918240
|
Build with stack on CI and use harsher setttings
|
2016-01-27 16:12:48 -08:00 |
|
Joe Nelson
|
f3d4d1fb60
|
Merge pull request #472 from begriffs/hasql-19
Upgrade to Hasql 19
|
2016-01-27 14:59:08 -08:00 |
|
Joe Nelson
|
dac31c4f2e
|
Use newer LTS to avoid potential aeson problem
|
2016-01-27 11:00:40 -08:00 |
|
Joe Nelson
|
677c73cfe5
|
New versions of Warp do not export Connection
|
2016-01-24 18:09:21 -08:00 |
|
Joe Nelson
|
b85fc37130
|
Protect against nulls that choke our decoder
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
f634b7fe98
|
Rollback test connection on errors
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
75ebd1bd24
|
Derp, it is "commit" not "end"
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
cbb2ba7d42
|
Appease hlint
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
616541aaee
|
Use reorder-goals in CI to make vanilla cabal work
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
bbf8365cd2
|
Upgrade hasql
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
a0b390e735
|
Avoid possibilities of null for our chosen decoder
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
1f557a92a4
|
Pass query args properly
|
2016-01-24 18:09:20 -08:00 |
|
Joe Nelson
|
51f71eb53d
|
Run queries in a transaction again
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
ac73e8d77b
|
Remove connection pooling in test
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
8b13e7dd73
|
Header cannot be null even when it is n/a
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
3be04d7f30
|
Upgrade hasql to fix connection error
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
b9fd083c77
|
It all compiles but all requests give a postgres error
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
fec316b087
|
WIP: fixing compiler errors in specs
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
3844f3ee96
|
The app compiles but totally untested
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
cb3977679d
|
App.hs compiles (dubiously)
Removed query body is no longer a maybe value
|
2016-01-24 18:09:19 -08:00 |
|
Joe Nelson
|
6122bc4108
|
Middleware compiles
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
abc30d5170
|
DbStructure compiles
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
4b515c5df4
|
WIP: converting DbStructure
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
2d5210464a
|
WIP: converting dbstructure
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
684b11badb
|
WIP: converting DbStructure
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
7b92449343
|
QueryBuilder compiles with hasql 19
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
72cd6c37bd
|
Change some import statements and Session types
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
d6102cc908
|
Use the correct Error types for hasql 0.19
|
2016-01-24 18:09:18 -08:00 |
|
Joe Nelson
|
5faa80b172
|
Merge pull request #470 from sscarduzio/patch-1
The correct HTTP status code for integrity constraint violation is 509, fixes #469
|
2016-01-24 15:31:55 -08:00 |
|
Simone Scarduzio
|
74d76c690f
|
Adding two test cases for 469
|
2016-01-24 14:52:14 +00:00 |
|
Joe Nelson
|
301d9b6a86
|
Merge pull request #468 from guido4000/patch-1
Rename endpoint for consistent endpoint names
|
2016-01-21 08:25:59 -08:00 |
|
Simone Scarduzio
|
b5e6a93b32
|
Being more specific
|
2016-01-21 15:21:30 +00:00 |
|
Simone Scarduzio
|
e7c711002a
|
The correct HTTP status code for integrity constraint violation is 509, fixes #469
|
2016-01-21 14:37:47 +00:00 |
|
Guido Hoermann
|
6dce40e454
|
Rename endpoint for consistent endpoint names
In line 126 the endpoint url is api_token. Therefore it should be the same in line 178.
|
2016-01-21 20:26:25 +07:00 |
|
Joe Nelson
|
9ba603660e
|
Merge pull request #466 from diogob/adds_multiple_insert_section
Adds section about multiple insertion/update to api/writing docs [#405]
|
2016-01-20 21:13:29 -08:00 |
|