David Arango
938a87cfe0
Bump to 1.3.5
2013-01-21 18:01:16 +01:00
Sandro Santilli
19fc0e5854
Fix crash when issuing SQL "COPY" command
...
This involved upgrade of node-postgresql module.
See https://github.com/brianc/node-postgres/issues/242
2013-01-17 10:14:29 +01:00
David Arango
f387903912
Bump to 1.3.4
2013-01-11 13:57:47 +01:00
Sandro Santilli
9550837fbe
Split CSV tests from main test file
2013-01-11 11:21:59 +01:00
Sandro Santilli
39669578b6
Initial support for TopoJSON ( #79 )
...
Does not include any attributes in the format
2013-01-09 17:43:23 +01:00
Sandro Santilli
050e1c8e05
Use own fork of pg module for correct timestamptz parsing
...
See https://github.com/brianc/node-postgres/pull/226
Closes #77
2012-12-07 17:08:56 +01:00
Sandro Santilli
2e85588d99
Format date fields in CSV output
2012-12-07 14:27:02 +01:00
Sandro Santilli
38e750e46d
Improve test runner: allow skipping preparation and specify testfiles
...
Call run_tests.sh with no args to get an help screen
2012-12-07 11:35:37 +01:00
Luis Bosque
3b9dc554f9
Target version 1.3.3
2012-11-28 16:45:49 +01:00
Sandro Santilli
c00cf6d390
Revert "Upgrade node-csv module to version 0.2.4"
...
This reverts commit 270e6280ed
.
The performance issue must be fixed before we can upgrade:
https://github.com/wdavidw/node-csv-parser/issues/64
2012-11-19 18:44:53 +01:00
Sandro Santilli
270e6280ed
Upgrade node-csv module to version 0.2.4
...
Will help with compressed-csv export format
2012-11-19 16:20:40 +01:00
Luis Bosque
e20c14e222
target v1.3.2
2012-11-14 18:24:26 +01:00
Luis Bosque
1914ab9196
target v1.3.1
2012-11-13 11:42:18 +01:00
Sandro Santilli
005ae48e3a
Support for specifying a list of fields to skip from output.
...
Closes #63
2012-11-12 17:11:17 +01:00
Luis Bosque
ab9c739995
removed -dev suffix from package.json version
2012-11-12 13:23:34 +01:00
Sandro Santilli
46cec7a0e5
Add support for specifying a filename for exports. Closes #64
...
Sets release target to 1.3.0, due to parameter addition
2012-11-12 12:40:53 +01:00
Luis Bosque
755fe738ca
target v1.2.2
2012-11-12 12:27:37 +01:00
Luis Bosque
62b22bb9f3
target version 1.2.1
2012-11-02 15:38:24 +01:00
Sandro Santilli
765dc101b0
Target 1.2.0, due to addition of new features since 1.1.0
...
NOTE: I haven't touched npm-shrinkwrap.json as that file will
get version from package.json on next regeneration
NOTE2: I added -dev suffix to the version so you can tell if
you're running a development version or the "official"
release (will get -dev removed)
2012-10-31 12:13:12 +01:00
Luis Bosque
4e0346a5a1
target version 1.1.1
2012-10-30 18:56:11 +01:00
Sandro Santilli
7fe09935cd
Restrict listening host to configured `node_host
`
2012-10-09 18:41:23 +02:00
Sandro Santilli
954e54c87d
Prepare for 1.1.0
2012-10-04 12:04:49 +02:00
Luis Bosque
4ec9bf34c1
fixed problem in cluster2 with pidfile name
2012-10-04 10:54:09 +02:00
Luis Bosque
686ff617b8
updated version to 1.0.0
2012-10-03 16:53:17 +02:00
Sandro Santilli
e94b06e10c
Switch to cluster2 for node-0.8 support
2012-09-28 13:19:28 +02:00
Sandro Santilli
2549560c58
Encode version in package.json -- now targetting 0.9.1-dev
2012-09-19 09:41:53 +02:00
Sandro Santilli
2ae5119bae
Raise express dependency to 2.5.11 where it also work with node-0.8
...
This version passed "make check" with:
- node 0.4.10
- node 0.6.19
- node 0.8.2
2012-07-16 19:10:50 +02:00
Sandro Santilli
7f8ab22c56
Require "zlib":"1.0.5", which would be needed by node-0.4
2012-07-16 19:03:22 +02:00
Sandro Santilli
e4f3a94256
Port tests to mocha. Closes #35 .
2012-07-13 10:29:09 +02:00
Sandro Santilli
debc0c2586
Run tests on "make check", using custom port for redis
...
Includes tweaks in the db preparation script and in the tests
for proper handling of async model. Only a single test is run
at the moment, being the only one that succeeded for me.
2012-07-12 18:10:56 +02:00
Simon Tokumine
0ae158ccf6
bump version
2012-04-13 16:59:41 +01:00
Simon Tokumine
4cbdf62cc2
make wellformed CSV and stream back to browser. #9
2012-04-13 15:37:09 +01:00
Simon Tokumine
2f87b54101
bump version
2012-04-13 00:32:51 +01:00
Simon Tokumine
80d5b6f894
bump version
2012-04-10 12:57:13 +01:00
Simon Tokumine
dd9de25616
node v0.6 compatibility
2012-03-16 13:50:07 +01:00
Simon Tokumine
b8e17d6b57
update readme and bump node deps to allow 0.6
2012-03-16 11:46:34 +01:00
Simon Tokumine
555e072195
tidy geojson, add content-disposition and remove KML for now. Closes #7
2011-10-28 12:11:18 +01:00
Simon Tokumine
eba7eb4e28
quick tidy
2011-10-07 17:28:07 +01:00
Andrew W. Hill
19b2829d73
added simple kml support to SQL API, format=kml will output
2011-09-20 19:15:43 -07:00
Simon Tokumine
5064ded0e7
upgraded pg package. tests updated
2011-09-07 15:33:40 +01:00
Simon Tokumine
b12df70030
revert changes to config - sorry andrew
2011-09-07 12:10:16 +01:00
Andrew W Hill
622d5658f1
had to set an explicit -socket path- in cluster.js to work on dev VM, set to /tmp
2011-09-05 17:51:15 -04:00
Simon Tokumine
fefa051450
added true oauth to application. got rid of bogus
2011-08-17 17:27:45 +01:00
Simon Tokumine
995fb705f4
added npm package file for dependencies
2011-06-30 12:13:39 +01:00