Joe Nelson
|
cbbb1871bb
|
Add --max-rows option (no automated tests yet)
Fixes #288
|
2015-12-05 19:03:18 -08:00 |
|
Joe Nelson
|
614b4dfbab
|
Remove deps deemed unnecessary by packunused
Also sort build-depends
|
2015-11-29 23:32:13 -08:00 |
|
Joe Nelson
|
cbc6685725
|
bcrypt is no longer a required dependency
Fixes #395
|
2015-11-29 23:02:34 -08:00 |
|
Joe Nelson
|
19b856db3b
|
v0.3.0.1
|
2015-11-27 13:04:47 -08:00 |
|
Ruslan Talpa
|
50745ad48b
|
Type refactoring (ApiRequest/DbRequest)
|
2015-11-23 10:12:29 +02:00 |
|
Joe Nelson
|
a0af096ff4
|
WIP: translate HTTP request into user intent
The app code will base its logic off the intent data
|
2015-11-18 19:18:13 -08:00 |
|
Diogo Biazus
|
f47d5e52f4
|
Moves all PgQuery module to QueryBuilder
|
2015-11-14 22:54:55 -05:00 |
|
calebmer
|
7560fafbab
|
Refactor DbStructure
- Rename `dbstructure` to `db` in App.hs
- Rename PgStructure* to DbStructure*
- Move `DbStructure` creation to DbStructure.hs
|
2015-11-11 09:03:06 -05:00 |
|
Ruslan Talpa
|
cd3a149aa4
|
Merge remote-tracking branch 'begriffs/v3' into v3
|
2015-10-24 21:25:01 +03:00 |
|
Joe Nelson
|
af15046d3f
|
Use newer hspec
|
2015-10-23 11:08:59 -07:00 |
|
Joe Nelson
|
7692693aae
|
Enforce GHC >= 7.10 and fix Stack warnings
|
2015-10-23 10:33:27 -07:00 |
|
Ruslan Talpa
|
f5fb78ec99
|
version changed to 3, circle ci to use ghc 7.10.1, stricter import/export in PgQuery and remove of dead code
|
2015-10-23 12:23:46 +03:00 |
|
Diogo Biazus
|
8b5f4e8556
|
Removes lenses and uses simpler approach to generate JWT claims. Also fixes the setVar to avoid the ::unknown type cast from insertableValue
|
2015-10-18 17:14:11 -04:00 |
|
Diogo Biazus
|
241a38e958
|
Makes JWT generation possible in RPC endpoints
Fixes SET execution to execute in separate statements as Hasql uses
prepared statements we need to send 1 commend per statement.
|
2015-10-18 02:30:32 -04:00 |
|
Joe Nelson
|
e37b2d8c59
|
Provide detailed logging for any db errors caused internally by postgrest
|
2015-10-12 17:10:52 -07:00 |
|
Diogo Biazus
|
3a1f7938e8
|
Moves all config related code to PostgREST.Config module and
tweak the code to better encapsulate functionality.
|
2015-10-05 14:50:35 -04:00 |
|
Ruslan Talpa
|
7f2c39ef94
|
small cleanup suggested by @begriffs
|
2015-09-29 19:16:25 +03:00 |
|
Ruslan Talpa
|
94b1d2815c
|
small changes suggested by @diogob
|
2015-09-29 11:40:33 +03:00 |
|
Ruslan Talpa
|
dbf3d5809b
|
add bifunctors to cabal config
|
2015-09-28 16:23:57 +03:00 |
|
Ruslan Talpa
|
380cab6ca3
|
Merge branch 'master' into skin
|
2015-09-25 22:45:49 +03:00 |
|
Diogo Biazus
|
f08512eaa9
|
Updates optparse-applicative package version constraints
|
2015-09-25 12:19:24 -04:00 |
|
Ruslan Talpa
|
fb92b76a1a
|
integrated skin code gor generating Sql Query (only left to execute it)
|
2015-09-23 14:31:24 +03:00 |
|
Ruslan Talpa
|
a7b883c922
|
moved db structure detection at the beginning (2 tests failing)
|
2015-09-22 16:56:19 +03:00 |
|
Joe Nelson
|
1ef8cc5048
|
Bump patch version
|
2015-09-01 22:29:13 -07:00 |
|
Joe Nelson
|
3d670b9c03
|
bump minor version
|
2015-08-28 19:19:37 -07:00 |
|
Diogo Biazus
|
c34f96ce2e
|
Removes body matcher to compile and test against any aeson version >= 0.8
|
2015-08-20 16:43:57 -04:00 |
|
Diogo Biazus
|
f9d50018d9
|
Rollback to aeson 0.8.0.2 to allow building with stackage, and adds stack.yml
|
2015-08-20 15:50:28 -04:00 |
|
Joe Nelson
|
894455f2cd
|
Relax hasql deps for packdeps checker
|
2015-08-12 00:05:38 -07:00 |
|
Joe Nelson
|
d20c252cb3
|
Adjust version of hasql-postgres for packdeps
|
2015-08-08 12:57:44 -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
|
61dac3b02b
|
Loosen dependency version constraints for packdeps
|
2015-06-20 12:12:36 -07:00 |
|
Joe Nelson
|
bd304c9fc3
|
Bump version
|
2015-06-03 21:22:17 -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 |
|
Sridhar Ratnakumar
|
c3ad87ffaf
|
Make postgrest usable as a library
|
2015-05-19 23:40:39 -07:00 |
|
Federico Rampazzo
|
77aecc9e86
|
JWT support
|
2015-05-20 06:01:50 +01:00 |
|
Joe Nelson
|
02228b76cc
|
Bump version
|
2015-04-17 16:26:27 -07:00 |
|
Joe Nelson
|
fbc90bdb84
|
Tests for csv bulk import
Fixes #17
|
2015-04-17 15:42:58 -07:00 |
|
Joe Nelson
|
87acee924e
|
WIP: parsing csv
|
2015-04-05 17:13:16 -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
|
6e6769ea16
|
Bump version
|
2015-03-03 23:29:22 -08:00 |
|
Joe Nelson
|
eafb1a848f
|
Bump minor version, add changelog
|
2015-02-18 11:39:13 -08:00 |
|
Joe Nelson
|
e37d5d9b25
|
Style tweak
|
2015-02-15 15:59:49 -08:00 |
|
Joe Nelson
|
699d6d78dc
|
Bump patch version
|
2015-02-07 15:27:56 -08:00 |
|
Joe Nelson
|
d77b6df851
|
Use new optparse-applicative and bcrypt
Fixes #131 and affects #129
|
2015-02-07 14:21:40 -08:00 |
|
Joe Nelson
|
3662c1d428
|
Lint and check for restrictive package locks on ci
|
2015-02-07 13:48:04 -08:00 |
|
Joe Nelson
|
e909ef3e62
|
Mention all modules in .cabal file
per #129
|
2015-02-04 14:50:33 -08:00 |
|
Joe Nelson
|
9a393c8603
|
Bump patch version
|
2015-01-31 12:48:02 -08:00 |
|