Commit Graph
5389 Commits
Author SHA1 Message Date
Javier Goizueta a5f985257c Tests for dates_as_numbers with tokens 2018-06-18 13:14:17 +02:00
Javier Goizueta 90efe14bfb Merge pull request #971 from CartoDB/cartovl-130
Send dates as unix epoch instead strings in .mvt files
2018-06-13 13:07:35 +02:00
Javier Goizueta fc9ae9ca20 Update NEWS 2018-06-13 12:54:57 +02:00
IagoLast 649297df83 Use early return 2018-06-13 09:42:53 +02:00
IagoLast ae7e7578db Use early return 2018-06-13 09:38:24 +02:00
Javier Goizueta 0cf6605b8d Use more precise function name 2018-06-12 12:59:10 +02:00
Javier Goizueta 4a52620d83 Various fixes
This avoids errors when trying to wrap dates or detect wrapped dates in non-mapnik layers
2018-06-12 12:05:31 +02:00
Javier Goizueta 251570b638 Fix tests 2018-06-12 12:04:13 +02:00
Daniel G. Aubert 7660a694cb Merge pull request #970 from CartoDB/mapconfig-provirers-refactor
Mapconfig providers refactor
2018-06-12 10:23:31 +02:00
Raúl Marín 7e7b268a66 Merge pull request #976 from Algunenano/auto_postgis
Test: Make POSTGIS_VERSION detection automatic
2018-06-12 10:09:40 +02:00
Javier Goizueta 660c1777e3 Fix per-layer date wrapping 2018-06-11 19:31:42 +02:00
Javier Goizueta 5407df03fa Implement missing tests 2018-06-11 19:31:15 +02:00
Javier Goizueta 84c34361a0 Fix loop limits, add per layer options in test mapconfig Factory 2018-06-11 19:30:48 +02:00
Raul Marin 50cf5e5c7a Avoid infinite loop 2018-06-11 16:01:29 +02:00
Daniel García Aubert aba737c61b Merge branch 'master' into mapconfig-provirers-refactor 2018-06-11 15:50:52 +02:00
Raul Marin 9bbbe9e7c1 Make POSTGIS_VERSION detection automatic 2018-06-11 14:47:39 +02:00
Eneko Lakasta 163f494b8a Merge pull request #949 from CartoDB/remove-auth-fallback
Remove auth fallback
2018-06-11 12:35:07 +02:00
Eneko Lakasta 7f7eb78d8c Merge branch 'master' into remove-auth-fallback 2018-06-11 12:02:58 +02:00
Daniel G. Aubert 462d25bebc Merge pull request #974 from CartoDB/fix-statsd-prefix
Use external module to get full qualified domain name properly
2018-06-08 15:30:42 +02:00
Daniel García Aubert 2bf8caf7fc Update fqdn-sync to version 0.2.2 2018-06-08 14:41:31 +02:00
Daniel García Aubert c6a74b66ce Use external module to get full qualified domain name properly 2018-06-08 13:46:42 +02:00
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