21 Commits

Author SHA1 Message Date
Haoliang Gao
58695707dd
feat: add time duration for dump config (#2485) (#2491) 2018-05-03 15:10:38 +08:00
Yiyu He
49ec2fc6e1
feat: emit request and response event (#2021) 2018-01-26 11:13:40 +08:00
Yiyu He
ba9ecd4808
fix: log cookie's key when cookie exceed limit length (#1997) 2018-01-22 10:12:31 +08:00
Khaidi Chu
4f6ec61acb feat: add 400 response for broken client request to instead of empty response (#1836) 2017-12-19 11:18:24 +08:00
fengmk2
710defcc06 feat: dump application router json
Store on `run/router.json`
2017-11-29 15:04:14 +08:00
Haoliang Gao
74c8a547cc feat: dump run/${type}_config_meta.json (#1155)
Show who define the property of the config

Closes https://github.com/eggjs/egg/issues/1132
2017-07-05 09:16:10 +08:00
Jackson Tian
b80bb1405c fix: don't cache the intermediate locals for application (#1146) 2017-07-04 16:36:52 +08:00
chenbin92
bfb8df58bc docs: typo (#1060) 2017-06-15 21:12:58 +08:00
Haoliang Gao
057bc47e4c test: add doc test (#989) 2017-06-09 10:38:24 +08:00
Yu Qi
fac3e0c730 refactor: rename private method name to symbol (#904) 2017-05-13 21:32:34 +08:00
Yiyu He
8c77e59078 feat: warn if some confused configurations exist in config (#637) 2017-03-24 18:07:32 +08:00
Yiyu He
4eaf3fb3bb feat: throw if config.keys not exists when access app.keys (#443) 2017-02-25 01:53:13 +08:00
fengmk2
80a06fcd07 feat: extend runInBackground on application (#442)
use mz-modules/sleep instead of ko-sleep
2017-02-24 12:56:52 +08:00
Haoliang Gao
3ba38b1faf feat: [BREAKING_CHANGE] reimplement view, use egg-view plugin (#402) 2017-02-23 14:31:59 +08:00
Yiyu He
b781db16c6 fix: listen CookieLimitExceed in app (#429) 2017-02-23 11:27:05 +08:00
Shawn
ed97533227 fix: close gracefully (#419) 2017-02-22 14:17:23 +08:00
Yiyu He
06b40280db feat: dump config both after loaded and ready (#377) 2017-02-15 11:03:32 +08:00
fengmk2
61f8907660 test: improve coverage to 100% (#333)
* test: remove all skip tests
2017-02-08 17:02:25 +08:00
Haoliang Gao
0e0bef541b feat: merge the api of application/agent from extend to instance (#294)
* feat: do not export app.View
* feat: remove ctx.runtime
2017-01-24 14:57:10 +08:00
Haoliang Gao
350d0f5aaf feat: [BREAKING_CHANGE] use egg-core (#44)
* feat: [BREAKING_CHANGE] use egg-core

* fix: miss app and config to publish

* deps: upgrade egg-rest

* deps: update using autod

* test: use supertest@2

* Release 0.1.0-beta.3

* feat: enable logrotater by default

* chore: add circleci

* refactor: rename logrotater => logrotator

* feat: remove log-reload event

* test: let examples pass test

* fix: remove more close event

* refactor: extract Symbol as a constant

* deps: upgrade egg-core

* Release 0.1.0-beta.4

* fix: use egg when customEgg is not specified
2016-08-18 15:42:20 +08:00
fengmk2
dadd208596 feat: init version sources (#15) 2016-07-17 12:48:09 +08:00