Raul Ochoa
63d41e4843
CDB-3255 More secure test
2014-08-05 00:57:09 +02:00
Raul Ochoa
ce70e7252b
Callback requests send 200 status error even if the query failed
2014-08-04 15:56:43 +02:00
Raul Ochoa
78c5bcde21
Stubs next version
2014-08-04 14:51:54 +02:00
Raul Ochoa
8a4a08fb54
Release 1.12.0
2014-08-04 14:51:01 +02:00
Raul Ochoa
733109af7c
Merge branch 'master' of https://github.com/CartoDB/CartoDB-SQL-API
2014-08-02 20:37:08 +02:00
Raul Ochoa
919110570c
Unified naming for formats
2014-08-02 20:27:05 +02:00
Raul Ochoa
a747818cfa
Unifying require for formats
2014-08-02 20:26:01 +02:00
Raul Ochoa
0bc88f1687
Style changes
2014-08-02 20:23:47 +02:00
Raul Ochoa
893bde5794
Merge pull request #161 from CartoDB/CDB-3714
...
Streaming responses for JSON and GeoJSON formats
2014-07-31 09:08:53 +02:00
Raul Ochoa
4830b69a2f
Use streaming for geojson format
2014-07-31 03:17:14 +02:00
Raul Ochoa
73a195a7fa
Use streaming for json responses. Number of buffered rows can be specified by config.
2014-07-31 02:17:07 +02:00
Raul Ochoa
eaba2e20d4
Adds test to cover jsonp callbacks wrapped responses
2014-07-30 20:01:43 +02:00
Raul Ochoa
f5f89606af
Use separate method when there are skip fields
2014-07-30 19:48:57 +02:00
Raul Ochoa
3c6b5f1376
Internal renaming
2014-07-30 19:43:43 +02:00
Raul Ochoa
c55dabf5b4
Cached skipFields, better approach to call different methods if there are skip fields
2014-07-30 19:36:25 +02:00
Raul Ochoa
52743b3632
Updates news
2014-07-30 13:19:03 +02:00
Raul Ochoa
4431e448b1
Merge pull request #160 from CartoDB/CDB-3678
...
[CDB-3678] Add X-Served-By-Host header
2014-07-30 13:17:28 +02:00
Luis Bosque
6bb015bb14
[CDB-3678] Add X-Served-By-Host header
2014-07-30 12:39:03 +02:00
Raul Ochoa
cad38f4ab4
Stubs next version
2014-07-30 12:16:07 +02:00
Raul Ochoa
3cdd5630a6
Release 1.11.0
2014-07-30 12:15:12 +02:00
Raul Ochoa
abe273caa6
Merge branch 'master' of https://github.com/CartoDB/CartoDB-SQL-API into multiuser
...
Conflicts:
app/controllers/app.js
2014-07-30 12:02:17 +02:00
Raul Ochoa
5963e38ae2
Merge pull request #159 from CartoDB/CDB-3657
...
CDB-3657 Sends profiler data as json in X-SQLAPI-Profiler header
2014-07-30 11:43:20 +02:00
Raul Ochoa
2653314818
CDB-3657 Sends profiler data as json in X-SQLAPI-Profiler header
2014-07-29 19:29:16 +02:00
Raul Ochoa
ff5c87a50d
Merge pull request #158 from CartoDB/CDB-3629
...
CDB-3629 Pickup redis pool config values
2014-07-29 14:40:14 +02:00
Raul Ochoa
0f14118235
CDB-3629 Pickup redis pool config values
2014-07-29 13:58:16 +02:00
Raul Ochoa
d387215f24
Fixing version in shrinkwrap
2014-07-29 13:52:05 +02:00
Raul Ochoa
0feced83d4
Sets database host in redis test database
2014-07-29 13:52:05 +02:00
Raul Ochoa
a7d444ca92
Changes authentication to start using public user if it is defined in redis.
2014-07-29 13:52:04 +02:00
Raul Ochoa
1a390a3d40
Some style changes
2014-07-29 13:52:04 +02:00
Raul Ochoa
21d6924088
Removes the call to set the search path as it should get the correct public user from redis
2014-07-29 13:52:04 +02:00
javi
ca7b87d81a
fixed problem when a query raised a database error
2014-07-29 13:52:04 +02:00
Raul Ochoa
9c255c504b
Updates CDB_QueryTables to match the one from the extension. Fixes some tests to show the schema presence.
...
Skip some tests that we need to review because with the current implementation of CDB_QueryTables dont make sense.
CDB_QueryTables should be used from the extension as a dependency.
2014-07-29 13:52:04 +02:00
javi
755ed362d4
set scheme to host user when public user is accessing
2014-07-29 13:52:04 +02:00
javi santana
6285842dd1
removed "experimental" from python api
2014-07-18 11:57:39 +02:00
Carlos Matallín
6678cb901c
Merge pull request #156 from matallo/master
...
update doc
2014-07-09 14:17:50 +02:00
Carlos Matallín
1d958563b1
update doc
2014-07-09 14:13:40 +02:00
Raul Ochoa
131d6e4ccd
Fixing version in shrinkwrap
2014-07-04 17:21:26 +02:00
Raul Ochoa
26685c58af
Sets database host in redis test database
2014-07-04 17:01:58 +02:00
Raul Ochoa
572f8c59b7
Changes authentication to start using public user if it is defined in redis.
2014-07-04 16:47:59 +02:00
Raul Ochoa
080ef555a4
Some style changes
2014-07-04 16:47:43 +02:00
Raul Ochoa
ea75123ea9
Removes the call to set the search path as it should get the correct public user from redis
2014-07-04 12:57:20 +02:00
javi
9ab3567725
fixed problem when a query raised a database error
2014-06-30 19:55:47 +02:00
Raul Ochoa
ac0826dc91
Updates CDB_QueryTables to match the one from the extension. Fixes some tests to show the schema presence.
...
Skip some tests that we need to review because with the current implementation of CDB_QueryTables dont make sense.
CDB_QueryTables should be used from the extension as a dependency.
2014-06-26 11:22:40 +02:00
javi
2763dba289
set scheme to host user when public user is accessing
2014-06-26 09:22:51 +02:00
Raul Ochoa
e8eded48ce
Prepares for 1.10.2
2014-06-05 17:04:12 +02:00
Raul Ochoa
4d8a22afd6
Release 1.10.1
2014-06-05 17:00:42 +02:00
Raul Ochoa
e03737655b
Merge branch 'master' of https://github.com/CartoDB/CartoDB-SQL-API into cdb
2014-06-05 16:58:26 +02:00
Raul Ochoa
7906707130
Revert "Stream JSON responses"
...
This reverts commit 49ef1bc0c7
.
Conflicts:
NEWS.md
2014-06-04 20:57:11 +02:00
Raul Ochoa
bd6c1e7164
Adds support to append logs to file with log4js. It listens to HUP signal to re-open the log file. In case the specified log filename is not writeable the server will not start.
2014-06-04 19:46:13 +02:00
Raul Ochoa
55dcb50809
Prepares for 1.10.1
2014-06-04 15:44:13 +02:00