Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 27, 2014
1 parent 5ddf238 commit 89808e3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 12 deletions.
34 changes: 34 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]; 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
==================

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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
Expand All @@ -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%
```

Expand Down
2 changes: 1 addition & 1 deletion docs/web/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 89808e3

Please sign in to comment.