calebmer
|
2f6254f44c
|
Rename DbStructure names
|
2015-11-12 15:01:23 -05: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 |
|
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 |
|
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
|
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
|
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 |
|
Ruslan Talpa
|
b3e88a37d3
|
Refacttoring
|
2015-11-02 23:31:35 +02: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 |
|
Diogo Biazus
|
2c1236652e
|
Fixes hlint suggestions
|
2015-11-01 16:49:21 -05:00 |
|
Ruslan Talpa
|
246c47dba4
|
cleanup
|
2015-10-30 12:19:35 +02:00 |
|
Ruslan Talpa
|
6fd0d5648f
|
PUT path commented, DELETE rewritten, all statementT functions commented
|
2015-10-30 12:08:25 +02:00 |
|
Ruslan Talpa
|
738989c375
|
Cleanup 2
|
2015-10-29 16:22:31 +02:00 |
|
Ruslan Talpa
|
9458ee3292
|
Cleanup / Refactoring
|
2015-10-29 16:04:16 +02:00 |
|
Ruslan Talpa
|
915ce0fa9d
|
Fix for detecting many2many relations when the link table for more then 2 tables
|
2015-10-28 10:41:16 +02:00 |
|
Diogo Biazus
|
4369a5617e
|
Fixes 500 when set returning function returns an empty row set [fix #332]
|
2015-10-27 21:19:55 -04:00 |
|
Ruslan Talpa
|
482a43d722
|
PATCH path rewriten in new style
|
2015-10-27 16:27:44 +02:00 |
|
Ruslan Talpa
|
f7e6005087
|
cleanup
|
2015-10-27 14:14:04 +02:00 |
|
Ruslan Talpa
|
f02b8381ea
|
shape the response after inserting
|
2015-10-27 13:16:14 +02:00 |
|
Ruslan Talpa
|
d43bac6e8f
|
Code cleanup (lint suggestions)
|
2015-10-26 16:19:54 +02:00 |
|
Ruslan Talpa
|
1fdb700bc8
|
Fix a few tests
|
2015-10-26 13:50:56 +02:00 |
|
Ruslan Talpa
|
5390fb702d
|
Fix for #321
|
2015-10-24 23:06:19 +03:00 |
|
Ruslan Talpa
|
0ed8ec9868
|
Fix for #321
|
2015-10-24 22:50:03 +03:00 |
|
Ruslan Talpa
|
cd3a149aa4
|
Merge remote-tracking branch 'begriffs/v3' into v3
|
2015-10-24 21:25:01 +03:00 |
|
Joe Nelson
|
7692693aae
|
Enforce GHC >= 7.10 and fix Stack warnings
|
2015-10-23 10:33:27 -07:00 |
|
Ruslan Talpa
|
e40dcb1324
|
simplify operator formatting function
|
2015-10-23 12:53:31 +03:00 |
|
Ruslan Talpa
|
826de74a5d
|
rearange paths to put the most used ones at the top in the case expression
|
2015-10-23 12:31:46 +03: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 |
|
Ruslan Talpa
|
c606149c43
|
code cleanup 2
|
2015-10-23 10:45:35 +03:00 |
|
Ruslan Talpa
|
d4a8716a0e
|
code cleanup
|
2015-10-23 10:13:51 +03:00 |
|
Ruslan Talpa
|
21bd921ee7
|
Merge remote-tracking branch 'begriffs/v3' into v3
|
2015-10-23 09:15:00 +03:00 |
|
Ruslan Talpa
|
cea4cc5860
|
a bit of warning cleanup
|
2015-10-22 18:01:47 +03:00 |
|
Ruslan Talpa
|
ca4014f751
|
a few more tests fixed (2)
|
2015-10-22 17:03:06 +03:00 |
|
Ruslan Talpa
|
2662e24991
|
a few more tests fixed
|
2015-10-22 16:17:23 +03:00 |
|
Ruslan Talpa
|
2b8f5f791a
|
using query fragments instead of query transformers o generate queries
|
2015-10-22 13:47:34 +03:00 |
|
Diogo Biazus
|
d000a6c61a
|
Eliminates SET role duplication and changes Auth module interface
|
2015-10-22 00:08:02 -04:00 |
|