Raúl Marín
d22619c1f9
Merge pull request #973 from CartoDB/export_fix
...
Accept `layer` option in static map url request
2018-06-07 16:59:03 +02:00
Daniel G. Aubert
d8b59a18ed
Merge pull request #972 from CartoDB/unify-configuration
...
Unify configuration
2018-06-07 16:36:42 +02:00
Daniel García Aubert
fae6bdff05
Remove duplicated property
2018-06-07 16:33:52 +02:00
Eneko Lakasta
37182f5138
use new cartodb-redis version
2018-06-07 16:10:36 +02:00
Raul Marin
70e8ab8349
Update NEWs
2018-06-07 12:14:31 +02:00
Raul Marin
102244f467
Regression: Accept layer option in the static map urls
2018-06-07 12:14:31 +02:00
Raul Marin
db946b93ec
Test: Use cartodb-psql to reset connections instead of calling node-postgres directly
...
- Avoids an issue with newer npm not finding node-postgres during the tests
as it was required directly but not declared in package.json.
- Avoids an issue with the torque timeouts tests
2018-06-06 13:18:28 +02:00
Javier Goizueta
5b637577c8
Fix conflict resolution gone wrong
2018-06-05 16:30:27 +02:00
Javier Goizueta
0258051f06
Merge branch 'cartovl-130' of github.com:CartoDB/Windshaft-cartodb into cartovl-130
...
# Conflicts:
# test/acceptance/date-wrapping.spec.js
2018-06-05 15:43:13 +02:00
Javier Goizueta
2ab22882d6
Slight code trimming
2018-06-05 15:39:15 +02:00
Javier Goizueta
55f6241769
Add date wrapping metadata
2018-06-05 15:39:01 +02:00
Daniel García Aubert
9ec3325cd0
Remove duplicated comments
2018-06-05 15:10:52 +02:00
Daniel García Aubert
e0ab901600
Disable cache-features for test environment
2018-06-05 12:03:26 +02:00
Daniel García Aubert
fcaab30fe7
Enable cahce-features and disable twkb for test environment
2018-06-05 11:51:55 +02:00
IagoLast
e8ecd9b2e0
Fix new test
2018-06-05 11:44:30 +02:00
Daniel García Aubert
22da5a1ff0
Mapnik renderer: do not cache features
2018-06-05 11:35:42 +02:00
Daniel García Aubert
6d0c38371a
Do not log date twice
2018-06-05 11:28:42 +02:00
Javier Goizueta
b10cf4bebb
New test for casted dates metadata
2018-06-05 11:25:00 +02:00
Daniel García Aubert
6e9871ba4e
Revert change: comment analysis logger filename
2018-06-05 11:24:34 +02:00
Daniel García Aubert
13b23d9ec9
Revert change, comment log file configuration again
2018-06-05 11:14:13 +02:00
IagoLast
1491f29f96
Fix tests
2018-06-05 10:10:56 +02:00
IagoLast
9f4b6d5f43
Fix linter
2018-06-05 09:57:48 +02:00
IagoLast
a883514c8a
Remove control flag
2018-06-05 09:35:01 +02:00
IagoLast
9ee6d7fc91
Implement multiple layer date wrapping
2018-06-05 09:34:44 +02:00
IagoLast
7df1a19da4
Add test for multiple-layer date wrap
2018-06-05 08:58:44 +02:00
IagoLast
2ee6c8487d
PR style fixes
2018-06-05 08:44:20 +02:00
Daniel García Aubert
de3dbb8c1e
Missing attribute twkb_encoding set to true
2018-06-04 15:22:32 +02:00
Daniel García Aubert
f851423b68
Unify app configuration among the different enviroments
2018-06-01 16:52:23 +02:00
IagoLast
8ec2b35557
Fix tests
2018-06-01 12:25:36 +02:00
Ubuntu
ae4b233458
Pass tests
2018-06-01 10:18:07 +00:00
Ubuntu
6872d57581
Add tests
2018-06-01 10:08:34 +00:00
elenatorro
79962a7566
Refactor long line
2018-05-31 19:07:57 +02:00
elenatorro
d4c6282455
Refactor date wrapper
2018-05-31 18:53:01 +02:00
elenatorro
db3370cd21
Use wrapDates function from vector adapter
2018-05-31 18:46:23 +02:00
elenatorro
4213e3163a
Move queryPromise function
2018-05-31 18:37:43 +02:00
IagoLast
3850bbb68e
Send dates as unix epoch instead strings in .mvt files
...
This commit creates a new ConfigAdapter used in vector maps instantiations.
This adapter generates a new sql query for ONE SINGLE LAYER (carto-vl currently only supports one layer per mvt)
where the date columns are wrapped into a epoch using the `date_part` function.
Due this mvt files are smaller since we use numbers instead strings to represent dates, this is also faster in carto-gl
where we interpolate linearly between 0 and 1 to create animations.
Notice we should add a parameter to make this transformation optional.
We also should take into account the epoch precission.
2018-05-31 17:49:40 +02:00
Daniel García Aubert
ea95050d43
Extract base class in order to share createAffectedTables and getAffectedTables methods
2018-05-31 14:57:34 +02:00
Daniel García Aubert
c32dba1ecb
Use ES6 class syntax
2018-05-30 20:28:15 +02:00
Daniel García Aubert
94a5020faf
Do not use underscore
2018-05-30 20:10:59 +02:00
Daniel García Aubert
c0e6bf1299
Use ES6 class syntax
2018-05-30 20:08:35 +02:00
Daniel García Aubert
9fe8958e8c
Use ES6 class syntax
2018-05-30 20:02:38 +02:00
Daniel García Aubert
7c51895b0f
Use const and let instead of var
2018-05-30 19:50:07 +02:00
Daniel García Aubert
16bca85438
Do not use underscore
2018-05-30 19:43:23 +02:00
Daniel García Aubert
9d415d0dbe
Extract method to get and build context
2018-05-30 19:30:34 +02:00
Daniel García Aubert
1d0210a372
Reorder code
2018-05-30 19:07:28 +02:00
Daniel García Aubert
2fb6c08702
Remove unnecessary variables
2018-05-30 18:37:11 +02:00
Daniel García Aubert
f7c712f6eb
Avoid functions with side effects
2018-05-30 18:31:59 +02:00
Daniel García Aubert
eabd25ee6a
Use the returned template instead of the cached one
2018-05-30 18:18:42 +02:00
Daniel García Aubert
5fc49ab3c2
Remove duplicated assignment
2018-05-30 18:16:42 +02:00
Daniel García Aubert
1b6a722c0c
Remove step
2018-05-30 18:15:51 +02:00