Joe Nelson
|
e0c99f52e0
|
Merge pull request #364 from ruslantalpa/master
Shape mutation response feture mention in changelog
|
2015-11-14 23:04:29 -08:00 |
|
Ruslan Talpa
|
6c0966f656
|
shape mutation response feture mention in changelog
|
2015-11-15 08:27:34 +02:00 |
|
Joe Nelson
|
a6cfecbc29
|
Merge v3
|
2015-11-14 17:52:05 -08:00 |
|
Joe Nelson
|
51e1d8d796
|
Merge pull request #353 from calebmer/feature/view-relations
Better view relations
|
2015-11-14 10:00:46 -08:00 |
|
calebmer
|
0bf3dd9b1c
|
Remove extraneous files
|
2015-11-14 08:02:09 -05:00 |
|
calebmer
|
3794d358b4
|
Prettify monads
|
2015-11-12 15:09:28 -05:00 |
|
calebmer
|
2f6254f44c
|
Rename DbStructure names
|
2015-11-12 15:01:23 -05:00 |
|
Joe Nelson
|
6cc493da6b
|
Version 0.2.12.1
v0.2.12.1
|
2015-11-12 11:06:11 -08:00 |
|
Joe Nelson
|
e8bac0c739
|
Merge pull request #355 from ruslantalpa/v3
Small bug fix introduced by the last JWT PR
|
2015-11-12 08:40:21 -08:00 |
|
calebmer
|
0f5bc34c04
|
Remove fromJust assumptions
|
2015-11-12 08:22:27 -05:00 |
|
Ruslan Talpa
|
6e9a28ba3c
|
fix the missing status400 include
|
2015-11-12 15:19:11 +02:00 |
|
calebmer
|
acb8f8a154
|
Fix failing insert test
|
2015-11-12 08:14:14 -05:00 |
|
Ruslan Talpa
|
eb94c507f9
|
remove secure flag from debian config
|
2015-11-12 15:07:40 +02:00 |
|
calebmer
|
1061854f35
|
Resolve SQL errors
|
2015-11-12 07:38:11 -05:00 |
|
calebmer
|
b8b073810f
|
Rename functions
|
2015-11-11 15:53:52 -05:00 |
|
Joe Nelson
|
22c50392e5
|
Merge pull request #344 from calebmer/feature/jwt-expire
Ensure JWT expires
|
2015-11-11 08:31:20 -08:00 |
|
calebmer
|
0374d4e651
|
Add tables back to DbStructure
|
2015-11-11 10:32:19 -05:00 |
|
calebmer
|
16af8fc61e
|
Better relations for views
- Better column synonyms detection
- Raise relations to accessible schema when possible
|
2015-11-11 09:11:57 -05:00 |
|
calebmer
|
e1e4fe6d5c
|
Types reference each other
|
2015-11-11 09:09:53 -05:00 |
|
calebmer
|
3a682360f3
|
Remove view relations from sql statement
|
2015-11-11 09:03:06 -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 |
|
calebmer
|
62cb8e0453
|
Cleanup JWT expires
|
2015-11-11 08:34:50 -05:00 |
|
Joe Nelson
|
3f1d2d8ed9
|
Merge pull request #342 from ruslantalpa/v3
Refactoring & Revert to the old way of displaying the list of tables
|
2015-11-11 01:03:07 -08:00 |
|
Joe Nelson
|
08fc83709c
|
Merge pull request #352 from ruslantalpa/master
A simpler way for non haskell devs to install postgrest
|
2015-11-10 08:28:33 -08:00 |
|
Ruslan Talpa
|
92174dc0d2
|
modify build from source steps to also copy the bin to the right location (remove small comment)
|
2015-11-10 10:31:22 +02:00 |
|
Ruslan Talpa
|
2d72847d39
|
modify build from source steps to also copy the bin to the right location
|
2015-11-10 10:30:07 +02:00 |
|
Ruslan Talpa
|
1b402abaf2
|
Merge remote-tracking branch 'begriffs/v3' into v3
|
2015-11-10 10:22:06 +02:00 |
|
Joe Nelson
|
368bf34842
|
Merge pull request #345 from calebmer/feature/insecure-forbidden
Do not redirect insecure requests
|
2015-11-08 10:24:01 -08:00 |
|
calebmer
|
c024687629
|
Remove secure flag entirely
|
2015-11-08 13:03:50 -05:00 |
|
Joe Nelson
|
4f7dd12133
|
Merge pull request #348 from xDAGRONx/homebrew
Add documentation for installing via Homebrew
|
2015-11-06 10:12:19 -08:00 |
|
JC Wilcox
|
8b16a1ee33
|
Add documentation for installing via Homebrew
Modify the server installation guide to include steps for installation
using Hombrew on OS X.
|
2015-11-06 10:23:33 -06:00 |
|
Joe Nelson
|
e210283a70
|
Merge pull request #346 from begriffs/jwt-proc-return
Encode JWT when proc return types end in jwt_claims
|
2015-11-05 17:58:45 -08:00 |
|
Joe Nelson
|
3d2a78e962
|
Encode JWT when proc return types end in jwt_claims
Fixes it when the jwt_claims type is defined in a non-default schema
|
2015-11-05 17:46:33 -08:00 |
|
calebmer
|
34c153086c
|
Do not redirect insecure requests
|
2015-11-05 17:42:48 -05:00 |
|
calebmer
|
aab2f0d1f1
|
Ensure JWT expires
|
2015-11-05 17:04:54 -05:00 |
|
Ruslan Talpa
|
cfad68f5cb
|
Fix test
|
2015-11-04 16:28:22 +02:00 |
|
Ruslan Talpa
|
37b1d7d692
|
fix debian scripts to match current parameters
|
2015-11-04 16:23:02 +02:00 |
|
Ruslan Talpa
|
28b7b80bbb
|
remove PUT from cors
|
2015-11-04 16:22:13 +02:00 |
|
Ruslan Talpa
|
14e806759d
|
Revert to the old way of displaying the list of tables
|
2015-11-03 09:31:56 +02:00 |
|
Joe Nelson
|
5e9d29e07b
|
Merge pull request #340 from ruslantalpa/master
Fix for #334
|
2015-11-02 17:27:33 -08:00 |
|
Ruslan Talpa
|
5113187bb1
|
changelog update and lint fix
|
2015-11-02 23:35:59 +02:00 |
|
Ruslan Talpa
|
b3e88a37d3
|
Refacttoring
|
2015-11-02 23:31:35 +02:00 |
|
Joe Nelson
|
4803d7c828
|
Merge pull request #339 from ruslantalpa/v3
Refactor to add operators in just one place, @> and <@ operators for …
|
2015-11-02 09:44:06 -08:00 |
|
Ruslan Talpa
|
ef08af359c
|
Fix for #334
|
2015-11-02 14:44:45 +02:00 |
|
Ruslan Talpa
|
2e4c862d25
|
Refactor to add operators in just one place, @> and <@ operators for #338 and #181
|
2015-11-02 10:49:22 +02:00 |
|
Joe Nelson
|
6b118819d7
|
Merge pull request #337 from diogob/changes_stack_resolver
Changes stack resolver to nightly.
|
2015-11-01 15:15:11 -08:00 |
|
Diogo Biazus
|
2c1236652e
|
Fixes hlint suggestions
|
2015-11-01 16:49:21 -05:00 |
|
Diogo Biazus
|
066d120c0e
|
Changes stack resolver to nightly.
|
2015-10-31 12:01:26 -04:00 |
|
Joe Nelson
|
6b7e833023
|
Merge pull request #331 from ruslantalpa/v3
Code refactoring POST/PUT/PATCH to be more like GET and use internal data type
|
2015-10-31 00:02:39 -07:00 |
|
Joe Nelson
|
31c3edc183
|
Merge pull request #335 from PierreR/jsonb
Add a test case for issue #334
|
2015-10-30 13:10:51 -07:00 |
|