features
33dd355
] - feat: impl dist-tag hooks (#1612) (killa <killa123@126.com>)features
c6040b
] - performance: optimise query pkg latestModified (#1611) (killa <killa123@126.com>)features
39c3223
] - feat: new registry api (#1597) (killa <killa123@126.com>)45f2f8b
] - feat: impl registry token api (#1590) (killa <killa123@126.com>)e97835f
] - feat: support custom web middlewares (#1563) (fengmk2 <fengmk2@gmail.com>)3cb3fe0
] - feat: list all package versions by date (#1557) (fengmk2 <fengmk2@gmail.com>)a8ff647
] - feat: retry sync fail on cnpm registry (#1547) (fengmk2 <fengmk2@gmail.com>)2c511f2
] - feat: add unpublishRemoveTarball mode (#1536) (Khaidi Chu <i@2333.moe>)19563f5
] - feat: allow to disable npm audits proxy (#1430) (fengmk2 <fengmk2@gmail.com>)8e2367e
] - feat: dont check db data on tgz download request (#1477) (fengmk2 <fengmk2@gmail.com>)be05886
] - feat: add vary header on cdn (fengmk2 <fengmk2@gmail.com>)ea46399
] - feat: allow disable search page (fengmk2 <fengmk2@gmail.com>)581925d
] - feat: support cache-control header on registry request (#1468) (fengmk2 <fengmk2@gmail.com>)7f0c141
] - feat: allow config request protocol (fengmk2 <fengmk2@gmail.com>)807187e
] - feat: add redis cache to import list all versions api perf (#1441) (fengmk2 <fengmk2@gmail.com>)99c4c3f
] - feat: support customized middlewares (#1436) (Khaidi Chu <i@2333.moe>)4b57c11
] - feat: can override tgz download options (fengmk2 <fengmk2@gmail.com>)b395c66
] - feat: proxy npm audit request (#1419) (alsotang <alsotang@gmail.com>)a4a25f9
] - feat: use faster etag instead of koa-etag (#1409) (fengmk2 <fengmk2@gmail.com>)90580a7
] - feat: configurable view directory (#1400) (Khaidi Chu <i@2333.moe>)ad2d341
] - feat: sync downloads total <= 10000 unpublish package (fengmk2 <fengmk2@gmail.com>)25a9030
] - feat: allow to close mysql trace (fengmk2 <fengmk2@gmail.com>)017af69
] - feat: add badgeService define on config (#1387) (fengmk2 <fengmk2@gmail.com>)842c031
] - feat: show versions list on package page (#1386) (fengmk2 <fengmk2@gmail.com>)bd87907
] - feat: auto retry if download tgz error (#1363) (fengmk2 <fengmk2@gmail.com>)533c27f
] - feat: support nfs.url return multi urls (#1344) (fengmk2 <fengmk2@gmail.com>)e61c7fa
] - feat: support pass through querystring to tgz url (#1334) (fengmk2 <fengmk2@gmail.com>)34d3a1e
] - feat: auto sync delete packages which deleted in 24 hours (#1315) (fengmk2 <fengmk2@gmail.com>)4210b7b
] - feat: can config to not sync deleted versions (#1282) (fengmk2 <fengmk2@gmail.com>)56c9457
] - feat: let opensearch host can be config (#1258) (fengmk2 <fengmk2@gmail.com>)fixes
b7089d3
] - fix: set maintainer to current user if maintainer is undefined (#1592) (killa <killa123@126.com>)2b74e00
] - fix: release 3.0.0-rc.35 fix npm include functions dir (fengmk2 <fengmk2@gmail.com>)61549b4
] - fix: avoid "ENAMETOOLONG: name too long" error (#1583) (fengmk2 <fengmk2@gmail.com>)e7bafb2
] - fix: audit proxy test cases (#1537) (Khaidi Chu <i@2333.moe>)92b7216
] - fix: maintainer permission greater than scope (#1494) (Khaidi Chu <i@2333.moe>)f084eba
] - fix: cpu usage 100% in node@6.x (#1470) (Yiman Liu <413893093@qq.com>)8d57216
] - fix: add cache on total (fengmk2 <fengmk2@gmail.com>)585f55b
] - fix: download url pathname (fengmk2 <fengmk2@gmail.com>)da2f964
] - fix: dont override exists weburl (fengmk2 <fengmk2@gmail.com>)b094f56
] - fix: changes stream syncer without deps (fengmk2 <fengmk2@gmail.com>)65bca46
] - fix: don't cache npm_service.cnpmjs.org request (fengmk2 <fengmk2@gmail.com>)f9d4858
] - fix: avoid toString as downloads count key (#1438) (fengmk2 <fengmk2@gmail.com>)8a2f744
] - fix: don't update all downloads every times (#1417) (fengmk2 <fengmk2@gmail.com>)9bdb695
] - fix: proxy to source registry when package is public scoped with encoded path (#1415) (Albert Zhang <label4king@163.com>)8bd0a2d
] - fix: swap compress middleware and notFound position (#1413) (alsotang <alsotang@gmail.com>)93d5def
] - fix: show package when non-semver version of semver tag (#1411) (Khaidi Chu <i@2333.moe>)6a8434e
] - fix: Don't display sync info when the sync mode is none (#1410) (XingKai Zhang <jack_zhxk@163.com>)4a3a851
] - fix: use <%- instead of <%= in user profile page (#1404) (Khaidi Chu <i@2333.moe>)3497bae
] - fix: Obfuscate email address (#1391) (Ankur Kumar <ankurk91@users.noreply.github.com>)9b8491b
] - fix: use https://cdn.staticfile.org (fengmk2 <fengmk2@gmail.com>)fc79930
] - fix: should return [done] Sync {name}
string when task finished (#1382) (fengmk2 <fengmk2@gmail.com>)3c20267
] - fix: don't retry to save log when db error (#1381) (fengmk2 <fengmk2@gmail.com>)5149aa5
] - fix: proxy public package from source registry (#1375) (fengmk2 <fengmk2@gmail.com>)fc07a38
] - fix: make sure replicate pkg is the latest pkg (#1347) (fengmk2 <fengmk2@gmail.com>)17f8b66
] - fix: retry from registry when no_db_file error on replicate (fengmk2 <fengmk2@gmail.com>)d1fe6ce
] - fix: add other_urls on download dist tarball (#1345) (fengmk2 <fengmk2@gmail.com>)8fbad39
] - fix: use rimraf instead of fs.unlink (#1338) (Yiyu He <dead_horse@qq.com>)0121de3
] - fix: no need to resync again (#1336) (fengmk2 <fengmk2@gmail.com>)84a3037
] - fix: avoid query too frequently (#1329) (fengmk2 <fengmk2@gmail.com>)1f60a01
] - fix: replicate request error, try to request from official registry (#1316) (fengmk2 <fengmk2@gmail.com>)6f656a0
] - fix: save sync last time when successes > 1000 (fengmk2 <fengmk2@gmail.com>)1b30146
] - fix: npm >= v5.5.0 login need not email
(#1275) (#1304) (wmzy <1256573276@qq.com>)820ae23
] - fix: control sync frequency (fengmk2 <fengmk2@gmail.com>)bfb29f8
] - fix: use _npmUser reset the maintainers (fengmk2 <fengmk2@gmail.com>)95aa035
] - fix: make sure maintainers exists on sync worker (liang feng <anhulife@gmail.com>)6c69a38
] - fix: if replicate error, retry from official registry (#1230) (fengmk2 <fengmk2@gmail.com>)43ffa99
] - fix: "start" should wait for "stop" to remove the pid file(using Promise) (#1220) (cloudstone <baby31529@gmail.com>)6c019de
] - fix: changes_stream_syncer log url should not contain sync_upstream=true (fengmk2 <fengmk2@gmail.com>)others
522ad11
] - update readme for now situation (#1506) (alsotang <alsotang@gmail.com>)0c59791
] - Release Release 3.0.0-rc.19 (fengmk2 <fengmk2@gmail.com>)79fb163
] - chore: README fix typo ( not to use plural for code ) (#1448) (Paul Verest <enide.github@gmail.com>)be00b65
] - refactor: add detail message to error and keep reason (#1445) (alsotang <alsotang@gmail.com>)f7e9670
] - Release Release 3.0.0-rc.14 (fengmk2 <fengmk2@gmail.com>)d0c3f1b
] - test: shouldjs change from getter to function call (#1420) (alsotang <alsotang@gmail.com>)d889eba
] - deps: use agentkeepalive@4 (fengmk2 <fengmk2@gmail.com>)938a14d
] - chore: Hall of Fame integration on README (#1388) (Gwenael Pluchon <gwenael.pluchon+github@gmail.com>)26d7147
] - refactor: normalize database structure (#1376) (Khaidi Chu <i@2333.moe>)5334375
] - chore: add latest-3 tag (fengmk2 <fengmk2@gmail.com>)*
to latest tagenablePrivate
date >= $start and date <= $end
npm publish --tag beta
. fix #366yield next
instead of yield next
dependencies
propertyCopyright 2013 - present © cnpmjs.org | Home |