Commit Graph

696 Commits

Author SHA1 Message Date
Raul Ochoa
93ed7a43be Merge pull request #165 from CartoDB/CDB-3255
CDB-3255 More secure test
2014-08-05 00:57:59 +02:00
Raul Ochoa
41fe1f4cb5 Merge pull request #164 from CartoDB/CDB-3780
Fixes for GeoJSON stream responses
2014-08-05 00:57:35 +02:00
Raul Ochoa
63d41e4843 CDB-3255 More secure test 2014-08-05 00:57:09 +02:00
Raul Ochoa
bbb82c2ceb CDB-3780 Adds stream start in case there were no rows. Adds regression test. 2014-08-05 00:47:49 +02:00
Raul Ochoa
15a3f4cc88 CDB-3780 Handle error at query end. Adds regression test. 2014-08-05 00:47:14 +02:00
Raul Ochoa
6dd08253bf Merge pull request #162 from CartoDB/CDB-3774
CDB-3774 Re-enables disabled tests
2014-08-04 18:48:35 +02:00
Raul Ochoa
117dccb3fc Merge pull request #163 from CartoDB/CDB-3255
Callback requests send 200 status error even if the query failed
2014-08-04 18:48:25 +02:00
Raul Ochoa
c3aefd16c1 CDB-3774 Re-enables disabled tests 2014-08-04 15:58:37 +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