Add tile and grid fetching checks at layergroup creation time

Basically requires windshaft 0.12.6, which implements this
This commit is contained in:
Sandro Santilli 2013-06-21 12:46:13 +02:00
parent e984811eae
commit 4b1d6cd729
3 changed files with 44 additions and 3 deletions

View File

@ -2,6 +2,7 @@
------
* Fix deadlock on new style creation
* Fix database authentication with multi-table layergroups
* Add tile and grid fetching checks at layergroup creation time
1.3.0
------

44
npm-shrinkwrap.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.3"
},
"windshaft": {
"version": "0.12.5",
"version": "0.12.6",
"dependencies": {
"grainstore": {
"version": "0.13.4",
@ -72,7 +72,47 @@
"version": "0.3.4"
},
"sqlite3": {
"version": "2.1.7"
"version": "2.1.10",
"dependencies": {
"tar.gz": {
"version": "0.1.1",
"dependencies": {
"fstream": {
"version": "0.1.22",
"dependencies": {
"rimraf": {
"version": "2.1.4"
},
"graceful-fs": {
"version": "1.2.2"
},
"inherits": {
"version": "1.0.0"
}
}
},
"tar": {
"version": "0.1.17",
"dependencies": {
"inherits": {
"version": "1.0.0"
},
"block-stream": {
"version": "0.0.6"
}
}
},
"commander": {
"version": "1.1.1",
"dependencies": {
"keypress": {
"version": "0.1.0"
}
}
}
}
}
}
},
"mime": {
"version": "1.2.9"

View File

@ -20,7 +20,7 @@
"dependencies": {
"node-varnish": "0.1.1",
"underscore" : "~1.3.3",
"windshaft" : "~0.12.5",
"windshaft" : "~0.12.6",
"step": "0.0.x",
"generic-pool": "~2.0.3",
"redis": "~0.8.3",