From 89808e398b9015d620d9e37f91299ca06e3f8f3d Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 27 Feb 2014 10:13:05 +0800 Subject: [PATCH] Release 0.3.0 --- History.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 20 ++++++++++---------- docs/web/readme.md | 2 +- package.json | 2 +- 4 files changed, 46 insertions(+), 12 deletions(-) diff --git a/History.md b/History.md index 9498f54e7..8a0a7ac2a 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,38 @@ +0.3.0 / 2014-02-27 +================== + + * fix typo and dont sync not exists pkgs + * use koa-middlewares + * fix signed cookie not work on npm@1.3.25; node --harmony-generators + * fix opensearch test case + * update koa bodyparser + * logger.error(err) should send err stack email notice + * json body parse limit and bug fix. + * fix sync 404 reason not clear + * all controllers to koa + * controller/web/user.js to koa + * change web connect to koa + * use outputError + * use yield exports.addPackageAndDist.call(this, next); + * add end() when ws write end + * fix yield coWrite + * fix all the test of registry module.test.js + * convert registry/module.js to koa type + * fix auth middleware + * finish registry user controller koa and update mm to support thunkify. fixed #196 + * change controllers/user.js to koa + * thunkify all proxy + * convert all middlewares to koa type + * change regsitry sync to koa + * addd koa-jsonp, koa-bodyparser, fix / controller + * first koa run registry home page / + * Merge pull request #212 from cnpm/fix-sync-404 + * return friendly 404 reason + * Merge pull request #211 from cnpm/bug-fix + * override json limit to default 10mb. fixed #209 + * fix #210 addPackageAndDist package version detect bug + 0.2.27 / 2014-02-19 ================== diff --git a/README.md b/README.md index 2c59666d9..ad678975b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ cnpmjs.org ## What is this? -Private npm registry and web for Enterprise, base on MySQL and [Simple Store Service](https://github.com/cnpm/cnpmjs.org/wiki/NFS-Guide). +Private npm registry and web for Enterprise, base on [koa](http://koajs.com/), MySQL and [Simple Store Service](https://github.com/cnpm/cnpmjs.org/wiki/NFS-Guide). @[JacksonTian](https://github.com/JacksonTian/) had a talk about [private npm](https://speakerdeck.com/jacksontian/qi-ye-ji-node-dot-jskai-fa). @@ -19,13 +19,13 @@ Private npm registry and web for Enterprise, base on MySQL and [Simple Store Ser ## Install ```bash -$ npm install +$ npm install --registry=http://r.cnpmjs.org --disturl=http://dist.u.qiniudn.com ``` ## Usage ```js -$ node dispatch.js +$ node --harmony-generators dispatch.js ``` ## Guide @@ -39,14 +39,14 @@ $ node dispatch.js $ git summary project : cnpmjs.org - repo age : 7 weeks - active : 132 days - commits : 315 - files : 88 + repo age : 3 months + active : 145 days + commits : 366 + files : 94 authors : - 190 fengmk2 60.3% - 122 dead_horse 38.7% - 2 4simple 0.6% + 217 fengmk2 59.3% + 146 dead_horse 39.9% + 2 4simple 0.5% 1 Alsotang 0.3% ``` diff --git a/docs/web/readme.md b/docs/web/readme.md index 6ed6720b1..2af7f52d7 100644 --- a/docs/web/readme.md +++ b/docs/web/readme.md @@ -6,7 +6,7 @@ ## What is this? -> Private npm registry and web for Enterprise, base on MySQL and [Simple Store Service](https://github.com/cnpm/cnpmjs.org/wiki/NFS-Guide). +> Private npm registry and web for Enterprise, base on [koa](http://koajs.com/), MySQL and [Simple Store Service](https://github.com/cnpm/cnpmjs.org/wiki/NFS-Guide). @[JacksonTian](https://github.com/JacksonTian/) had a talk about [private npm](https://speakerdeck.com/jacksontian/qi-ye-ji-node-dot-jskai-fa). diff --git a/package.json b/package.json index 971187e51..73d6ede21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmjs.org", - "version": "0.2.27", + "version": "0.3.0", "description": "Private npm registry and web for Enterprise, base on MySQL and Simple Store Service", "main": "index.js", "scripts": {