Sandro Santilli
8aea5041c7
Release 1.3.5
2013-12-17 17:17:12 +01:00
Sandro Santilli
1856b824cb
Fix support for apostrophes in CartoCSS
...
Requires windshaft 0.13.7
Jira ref CDB-414
2013-12-17 17:17:12 +01:00
Sandro Santilli
a27cf1b41c
Do not let anonymous requests use authorized renderer caches
...
Puts dbuser in params, for correct use by Windshaft renderer cache.
Before this fix, and after commit 1c9f63c9
, the renderer cache key
did not contain the db user.
2013-12-17 17:17:12 +01:00
Sandro Santilli
b610b9aca2
tweak test description
2013-12-17 17:17:12 +01:00
Sandro Santilli
f5c24cf252
Add more profile slots
2013-12-17 17:17:11 +01:00
Sandro Santilli
8303068310
Remove spaces from configuration input, to make editing easier :)
2013-12-17 17:17:11 +01:00
Sandro Santilli
c17fd3b254
Make testsuite accept an installed mapnik version 2.1.0
...
See https://travis-ci.org/CartoDB/Windshaft-cartodb/builds/11286823
2013-12-17 17:17:11 +01:00
Sandro Santilli
d82838a137
Add travis widget, fix documented node dependency
2013-12-17 17:17:11 +01:00
Sandro Santilli
4506a9e905
Add travis configuration
2013-12-17 17:17:11 +01:00
Sandro Santilli
b4580943e8
Read test redis port configuration from test.js env
2013-12-17 17:17:11 +01:00
Sandro Santilli
730f9534dc
Clean handling of redis connection failures in testcase
2013-12-17 17:17:11 +01:00
Sandro Santilli
a7cc7ceeb8
Fix error for invalid text-name in CartoCSS. Closes #81 .
2013-12-17 17:17:11 +01:00
Sandro Santilli
7861852078
Add backward compatibility sqlapi configuration item in NEWS
2013-12-17 17:17:11 +01:00
Sandro Santilli
dbf6bb5fca
Only use sqlapi configuration "host" if "domain" is undefined
...
We'll consider an empty string domain as valid (it's actually used
for testsuite).
2013-12-17 17:17:11 +01:00
Javier Arce
d4d5272bf2
Sets the sqlapi domain. Fixes #82
2013-12-17 17:17:11 +01:00
Sandro Santilli
0c4bcca7c9
Read redis port from test.js environment when running tests
2013-12-17 17:17:11 +01:00
Sandro Santilli
0414307679
Fix use of blank-prefixed "zoom" variable in CartoCSS
2013-12-17 17:17:11 +01:00
Luis Bosque
0f3a5501d4
Target v1.3.5
2013-12-17 17:17:11 +01:00
Luis Bosque
9d4ce3f070
Merge branch 'release/staging'
2013-09-06 13:54:04 +02:00
Sandro Santilli
17fc934aa3
Fix check-submodules rule not to fail if a submodule is missing
2013-09-04 18:19:09 +02:00
Sandro Santilli
27eaad932a
Fix race condition in localization of external resources
2013-09-04 17:56:17 +02:00
Sandro Santilli
602b255ce5
Upgrade to latest windshaft for more stable test results
2013-09-03 18:15:37 +02:00
Sandro Santilli
efc6d5c857
Fix config/environments/test.js Makefile rule
2013-08-21 10:50:49 +02:00
Sandro Santilli
633e8d164b
Rename sqlapi.host configuration to sqlapi.domain. Closes #79 .
...
Support for "host" is retained for backward compatibility.
2013-08-21 10:11:30 +02:00
Sandro Santilli
db951234aa
Add note about cache dir need to be writable by server user
...
As per
https://groups.google.com/d/msg/cartodb/z06r9SwaoOM/b34In4TTdd0J
2013-08-21 10:04:43 +02:00
Sandro Santilli
60617e7641
Upgrade windshaft to improve CSS error messages
2013-08-13 13:03:24 +02:00
Luis Bosque
7b43a0f0bd
Merge branch 'release/staging'
2013-07-24 13:33:22 +02:00
Luis Bosque
06e68c1518
Target v1.3.4
2013-07-23 19:43:32 +02:00
Sandro Santilli
b4045353ea
Fix contributors, use short form for author
2013-07-19 12:34:20 +02:00
Sandro Santilli
22130f37df
Fix URLS and repository, add contributors, change author
...
Author became Vizzuality and contributors are the actual committers
2013-07-19 12:28:03 +02:00
Sandro Santilli
bce024961f
Add note about layergroup logging at creation
...
The change is due to Windshaft upgrade.
Closes #76
2013-07-18 11:51:00 +02:00
Sandro Santilli
3819d0d47b
Upgrade windshaft to improve profiling
2013-07-18 11:13:41 +02:00
Sandro Santilli
7cb69d1db9
Add example of including profile in response log line
2013-07-18 09:53:59 +02:00
Sandro Santilli
ec97381820
Add more timing in the profile, add useProfiler config variable
...
Default to useProfiler:true in staging and development
2013-07-16 16:33:03 +02:00
Sandro Santilli
25c46962cb
Add --environment switch to restrict output to given env
2013-07-15 13:59:55 +02:00
Sandro Santilli
23da8538a6
Add --with-sqlapi-port switch
2013-07-15 13:55:13 +02:00
Sandro Santilli
381b9a9edf
Take cache_buster value, if present, as a Last-Modified timestamp
...
This makes the Last-Modified header consistent across requests
using the same cache_buster (embedded in the token for multilayer
API).
2013-07-15 13:48:06 +02:00
Sandro Santilli
76c056c7a1
Revert "Use a constant Last-Modified time with cache_policy=persist"
...
This reverts commit 4b5899ff1a
.
The reason is that setting Last-Modified to a remote date in the past
triggers early expiration of cache (as max-age will be reached sooner)
2013-07-15 13:14:06 +02:00
Sandro Santilli
4b5899ff1a
Use a constant Last-Modified time with cache_policy=persist
...
After all if the client is asking for persistance it doesn't make
sense to set a different Last-Modified for different incoming
requests (even if we don't expect any) ....
2013-07-15 12:09:13 +02:00
Sandro Santilli
afd4c3b460
Set Last-Modified header to allow for 304 responses
2013-07-15 12:02:54 +02:00
Luis Bosque
8b7cc64567
Merge branch 'release/staging'
2013-07-09 16:08:07 +02:00
Luis Bosque
308246f324
Target v1.3.3
2013-07-09 10:26:43 +02:00
Luis Bosque
b0b40933d8
Merge branch 'release/staging'
2013-07-09 10:25:50 +02:00
Sandro Santilli
0e13228f5c
Update NEWS file
2013-07-08 12:15:01 +02:00
Sandro Santilli
65c7c5fc9c
Always serve multilayer tiles and grids with persisting cache request
2013-07-08 12:13:45 +02:00
Sandro Santilli
60242c80f4
Set default layergroup time to live in redis to 2 hours
2013-07-08 11:50:19 +02:00
Luis Bosque
5213216fc4
Target v1.3.2
2013-07-05 15:32:47 +02:00
Sandro Santilli
1c65cec6ed
Do not consider broken layergroup configs as good on second look
...
The fix is really in Windshaft, this commit simply requires a
newer version of it.
2013-07-04 17:05:59 +02:00
Sandro Santilli
316c9c209d
Add support for specifying tiler url
2013-07-04 12:50:57 +02:00
Sandro Santilli
563764dc4f
Only make curl verbose when -v is passed to commandline
2013-07-04 11:15:21 +02:00