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 |
|
Joe Nelson
|
22c50392e5
|
Merge pull request #344 from calebmer/feature/jwt-expire
Ensure JWT expires
|
2015-11-11 08:31:20 -08: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
|
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
|
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
|
5113187bb1
|
changelog update and lint fix
|
2015-11-02 23:35:59 +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 |
|
Pierre Radermecker
|
2cfe3651b4
|
Add a test case for issue #334
|
2015-10-30 19:16:59 +01: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 |
|
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
|
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
|
21bd921ee7
|
Merge remote-tracking branch 'begriffs/v3' into v3
|
2015-10-23 09:15:00 +03:00 |
|
Diogo Biazus
|
91dfd47f1d
|
Adds another test case for jwt with empty claims
|
2015-10-22 23:20:16 -04:00 |
|
Diogo Biazus
|
aad19b53c7
|
Includes one test case for recovering from from 400 error and another for invalid JWT tokens
|
2015-10-22 23:12:14 -04: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 |
|
Diogo Biazus
|
81ee7cbd5e
|
Removes redundant do
|
2015-10-20 19:54:29 -04:00 |
|
Diogo Biazus
|
a192cadced
|
All green :D
|
2015-10-20 19:23:12 -04:00 |
|
Ruslan Talpa
|
609f1aabca
|
Merge remote-tracking branch 'begriffs/v3' into v3
|
2015-10-16 11:34:10 +03:00 |
|
calebmer
|
02c405ad80
|
Remove versioning feature
|
2015-10-11 13:16:59 -04:00 |
|
Ruslan Talpa
|
6ba4dc4617
|
Fix for #302
|
2015-10-08 11:33:42 +03:00 |
|
calebmer
|
8e107e5b24
|
Tolerate missing role in user creation
|
2015-10-07 20:01:46 -04:00 |
|
Ruslan Talpa
|
b675276f31
|
merge new test from @diogob
|
2015-10-04 07:26:05 +03:00 |
|
Diogo Biazus
|
4dd508a628
|
Adds a failing spec for child relation (comments) using a composite foreign key (references to users_tasks)
|
2015-10-03 15:02:02 -04:00 |
|
Ruslan Talpa
|
7754f96af8
|
Merge remote-tracking branch 'begriffs/master'
|
2015-10-01 22:22:14 +03:00 |
|
Ruslan Talpa
|
c7666c0a67
|
tests for table relations & bugfix for not detecting child relations of view
|
2015-10-01 14:20:40 +03:00 |
|
Diogo Biazus
|
f0ec46fd11
|
Fix count=none when we have filters
|
2015-09-30 16:50:52 -04:00 |
|
Ruslan Talpa
|
380cab6ca3
|
Merge branch 'master' into skin
|
2015-09-25 22:45:49 +03:00 |
|
Ruslan Talpa
|
bd4bf489dc
|
Merge remote-tracking branch 'begriffs/master'
|
2015-09-25 22:14:58 +03:00 |
|
Diogo Biazus
|
e28b2dd00e
|
Implements Prefer count=none header
Uses Maybe for total parameter in contentRangeH
|
2015-09-25 10:52:44 -04:00 |
|
Ruslan Talpa
|
54d1e4112a
|
detect primary keys for views & use cached info in PUT/PATCH requests
|
2015-09-25 10:30:19 +03:00 |
|
Diogo Biazus
|
1fbf276474
|
Adds spec for Prefer header set to count=none
|
2015-09-24 18:31:36 -04:00 |
|
Ruslan Talpa
|
8783615ebc
|
detect primary keys for views (fix #217)
|
2015-09-24 23:30:47 +03:00 |
|
Joe Nelson
|
aee0c2c731
|
Test that patch requests can set a field to null
Exploring situation mentioned in #233
|
2015-09-06 17:07:00 -07:00 |
|
Joe Nelson
|
cf2f576ec0
|
Merge pull request #276 from ruslantalpa/master
Support for &select=col1,col2,col3 as suggested in issue #227
|
2015-09-06 15:24:47 -07:00 |
|
Ruslan Talpa
|
cc418d3519
|
aditional tests for bad casting parameters
|
2015-09-05 15:31:36 +03:00 |
|
Ruslan Talpa
|
9c8ac2a489
|
tests for &select= feature and support for casting columns (usefull when extracting subfields from json columns)
|
2015-09-05 15:05:53 +03:00 |
|
Diogo Biazus
|
89c581816e
|
Adds */* as a valid media type that will return json [fix #274]
|
2015-09-01 15:57:59 -04:00 |
|
Joe Nelson
|
480800edbd
|
Problem after exceptions when authed
Reproduces #264
|
2015-08-26 20:49:23 -07:00 |
|
Diogo Biazus
|
52626cc86d
|
Adds test cases for not operator in equality, inequality, like, ilike, tesarch (@@) and is null queries
|
2015-08-21 15:08:52 -04:00 |
|
Diogo Biazus
|
32b97ef076
|
Adds not as a keyword that can optionally be prepended to any operator in a parameter value
|
2015-08-21 10:33:41 -04:00 |
|
Joe Nelson
|
d65d011e5e
|
Tests for rpc
|
2015-08-20 22:14:09 -07:00 |
|
 Diogo BiazusandJoe Nelson
|
3b017dfdf6
|
Adds 415 response for any non-empty Accept header different from application/json or text/csv. Uses apropriate Content-Type header when sending CSV format.
|
2015-08-20 20:47:36 -07:00 |
|