Raul Ochoa
69fa13ab50
Do not track CDB_ sql function files
2016-03-08 14:09:15 +01:00
Raul Ochoa
dbe033112d
Rethrow error but do not fail when getting affected tables
2016-03-08 14:00:31 +01:00
Daniel García Aubert
9e67d21a05
Passed test
2016-03-02 10:55:35 +01:00
Daniel García Aubert
fbaebfe8f2
Fixed weird message in Batch SQL API
2016-03-02 10:31:14 +01:00
csobier
6ceec10d8d
update error code?
...
@dgaubert , the Update / error code looks weird. Is this how it actually appears? Can we wordsmith the error message a bit? How about "The job status is not pending, it cannot be updated."
2016-03-01 09:41:50 -05:00
csobier
05efab7d39
fixed some typos
2016-03-01 09:26:52 -05:00
csobier
24d7519907
tested output of sql updates in doc
2016-02-29 15:34:11 -05:00
csobier
525660bf64
applied some minor sql api clean-up and added batch api doc
2016-02-29 14:56:51 -05:00
Alejandro Martínez
9262223de4
Add Surrogate-key specs
2016-02-24 11:44:27 +01:00
Alejandro Martínez
cd593e12ce
Join all Surrogate-Keys in one line
2016-02-24 11:43:43 +01:00
Alejandro Martínez
7d024dbf3f
Fix include in query_controller
2016-02-22 19:10:59 +01:00
Alejandro Martínez
613cdeffdd
Rename node-cartodb-query-tables to cartodb-query-tables
2016-02-22 19:08:29 +01:00
Alejandro Martínez
5411aa3a01
Use Date.now() fallback value for getLastUpdatedTime
2016-02-22 19:08:04 +01:00
Alejandro Martínez
2c4b659100
Properly discard errors fetching updated tables
2016-02-22 19:07:41 +01:00
Alejandro Martínez
15f6d1fc1b
Update shrinkwrap
2016-02-22 12:51:11 +01:00
Alejandro Martínez
4be3b8e47c
Fix package.json
2016-02-22 12:37:13 +01:00
Alejandro Martínez
5e06711b4b
Use node-cartodb-querytables library
2016-02-22 12:24:05 +01:00
Raul Ochoa
028e0d1553
Add a valid SPDX license expression
2016-02-04 15:23:34 +01:00
Raul Ochoa
355c28fa77
Stubs next version
2016-02-02 01:30:12 +01:00
Raul Ochoa
84a40dfa86
Release 1.25.3
2016-02-02 01:28:51 +01:00
Raul Ochoa
f2406ee131
Update news
2016-02-02 01:25:58 +01:00
Raul Ochoa
6259174f3e
Merge pull request #269 from CartoDB/query-tables-api-affected-tables-cache
...
QueryTablesApi caches affected tables and retrieves last modification
2016-02-02 01:24:21 +01:00
Raul Ochoa
15f90c1a78
QueryTablesApi only caches affected tables and always retrieve last modification
2016-02-02 01:16:24 +01:00
Raul Ochoa
8130d1fc6d
Stubs next version
2016-02-01 17:59:12 +01:00
Raul Ochoa
cd03229dcf
Release 1.25.2
2016-02-01 17:57:35 +01:00
Raul Ochoa
e0ecf31ae7
Update news
2016-02-01 17:56:53 +01:00
Raul Ochoa
e02e7e2f88
Merge pull request #268 from CartoDB/skip-query-tables-api-cache
...
Skip query-tables-api for authenticated requests
2016-02-01 17:51:57 +01:00
Raul Ochoa
c41d4550ce
Fix style
2016-02-01 17:22:51 +01:00
Raul Ochoa
9deab814c9
Skip query-tables-api for authenticated requests
2016-02-01 16:53:28 +01:00
Raul Ochoa
9b0a3b190c
Fix async-queue version and regenerate npm-shrinkwrap.json
2016-01-28 16:43:00 +01:00
Daniel García Aubert
e1e6a56277
Merge branch 'master' of github.com:CartoDB/CartoDB-SQL-API
2016-01-28 16:33:10 +01:00
Daniel García Aubert
a68d32e0ab
Removed unused module in dev dependencies in package.json
2016-01-28 16:32:08 +01:00
Raul Ochoa
1b4f2ac7f3
Stubs next version
2016-01-28 16:19:10 +01:00
Raul Ochoa
7d3dcc181f
Release 1.25.1
2016-01-28 16:01:07 +01:00
Raul Ochoa
c94d9fae7e
Merge pull request #266 from CartoDB/fix-last-modified-header
...
Fix X-Cache-Channel generation when request are not authenticated
2016-01-28 15:47:27 +01:00
Raul Ochoa
24ecf130a1
Namespace queries so two users don't share results
...
For instance 'select * from table' should result in different affected
tables (schema+table) depending on the database.
2016-01-28 15:38:08 +01:00
Raul Ochoa
1bacae3621
Merge branch 'master' into fix-last-modified-header
...
Conflicts:
app/services/user_database_service.js
2016-01-28 14:59:31 +01:00
Raul Ochoa
65bcdad657
Fix cyclomatic complexity
2016-01-28 14:48:12 +01:00
Raul Ochoa
7774c10c66
Remove commented out code
2016-01-28 14:44:50 +01:00
Raul Ochoa
fb352b1796
Update news
2016-01-28 14:44:42 +01:00
Raul Ochoa
86ecc3ad0a
Implements authDbParams interface
...
Uses user and pass from redis and relies on rest of params prepared
for normal dbParams
2016-01-28 14:38:02 +01:00
Raul Ochoa
e70a21a2b4
Adds documentation about values passed over callback in getConnectionParams
2016-01-28 14:25:03 +01:00
Raul Ochoa
a654c90b6d
X-Cache-Channel generation only requires affected tables
...
mayWrite is redundant, and it's not its responsibility
2016-01-28 14:18:38 +01:00
Raul Ochoa
131d798653
Change interface to return also authenticated connection params
2016-01-28 14:18:10 +01:00
Raul Ochoa
235e7f9bc1
Rename method to match returning connection params behaviour
2016-01-28 14:14:31 +01:00
Raul Ochoa
023d06fd19
Affected tables and last modified behind QueryTablesApi
...
It handles the internal cache and exposes an unified result
2016-01-28 14:08:18 +01:00
Raul Ochoa
7dad90a108
Remove unused dependencies from job controller
2016-01-28 13:10:21 +01:00
Raul Ochoa
98f697849a
Remove select permission from CDB_TableMetadata on publicuser
...
Some tests will start to fail
2016-01-28 12:36:06 +01:00
Raul Ochoa
31ca347dd0
Fix style
2016-01-28 12:33:57 +01:00
Raul Ochoa
3be769a67e
Fix style
2016-01-28 12:33:32 +01:00