Commit Graph

51 Commits

Author SHA1 Message Date
Kamil Myśliwiec
0e5b402a6f refactor(): update to the latest version of prettier 2020-03-22 12:10:49 +01:00
Kamil Myśliwiec
d3987342b2 test(): fix broken unit tests 2020-03-03 10:07:43 +01:00
Kamil Myśliwiec
50e643f045 fix(core): unsubscribe from shutdown signals on close 2020-02-13 09:22:56 +01:00
Kamil Myśliwiec
db08a609a2 style(core): move protected dispose under public methods 2019-12-10 17:19:44 +01:00
Kamil Myśliwiec
e9624b9dbb fix(core): fix app.select method (share token factory) 2019-12-05 18:07:43 +01:00
John Biundo
bed7ef1593 feat(core): Add documentation for public API 2019-08-26 22:18:04 +02:00
Kamil Mysliwiec
9d4d2abf46 Merge branch '6.6.0' into feat/resolve-scoped-classes 2019-08-26 12:38:15 +02:00
Livio
9c83b26486 feat(core): Add beforeApplicationShutdown hook 2019-08-22 08:53:59 +02:00
Kamil Myśliwiec
bdb0ede50d feat(core): add resolve method to load scoped classes 2019-07-31 11:37:22 +02:00
Kamil Myśliwiec
2487ab855e feat(microservice): register modules on init call #2350 2019-07-01 22:13:08 +02:00
Kamil Myśliwiec
6d2a8c8861 refactor(): resolve conflicts, remove duplicated init() 2019-05-30 13:57:59 +02:00
Kamil Myśliwiec
14768044e9 lint(): fix linter issues, set callable types 2019-03-15 17:17:16 +01:00
Kamil Myśliwiec
98cea88f32 refactor(core): remove useless typings app context 2019-03-15 16:49:49 +01:00
Kamil Myśliwiec
c4b92e9b16 style(): adjust coding style 2019-03-05 12:40:13 +01:00
Livio
83ec279f85 fix(@nestjs/core): Fix process.on memory leak bug in e2e testing 2019-03-04 12:56:48 +01:00
Livio
6c5108bf1e feat(@nestjs/core): Add init function on NestApplicationContext to API 2019-03-01 20:16:15 +01:00
Kamil Myśliwiec
404afdca93 merge(): resolve conflicts 2019-02-21 09:06:25 +01:00
Kamil Myśliwiec
218ab96b0a bugfix(core): fix hanging process (add process.exit - lifecycle hook) 2019-02-20 17:09:16 +01:00
Livio
c735dc646d test(core): Add tests for lifecycle hooks 2019-01-20 14:09:17 +01:00
Livio
1022bad2fb refactor(core): Add barrel file for hooks 2019-01-20 14:09:17 +01:00
Livio
f5531822c3 feat(core): Add onApplicationShutdown hook 2019-01-20 14:09:12 +01:00
Kamil Myśliwiec
9a3f760b6c bugfix(core) fix missing abstract type typing 2019-01-16 21:33:53 +01:00
Kamil Myśliwiec
d1ad94324b feature() support abstract classes in nest ctx 2019-01-16 21:15:29 +01:00
Livio
c4eeb7bdb0 refactor(core): add comments to the hook caller functions 2019-01-03 11:04:23 +01:00
Livio
17fff02dbb refactor(core): Cleanup unneeded imports in nest-application-context 2019-01-03 11:01:57 +01:00
Livio
d30c64d2a6 refactor(core): Move call onModuleDestroyHook into dedicated file 2019-01-03 10:56:36 +01:00
Livio
6f6cf0189f refactor(core): Move callOnAppBootstrapHook into dedicated file 2019-01-03 10:55:38 +01:00
Livio
93536ac7c2 refactor(core): Move callModuleInitHook into dedicated file 2019-01-03 10:47:11 +01:00
Kamil Myśliwiec
06dec9a897 feature() transient/request scope with circular deps 2018-12-24 14:45:32 +01:00
Kamil Myśliwiec
ed96171f38 chore() resolve conflicts (merge) 2018-12-21 10:19:24 +01:00
Kamil Myśliwiec
2e992d39ea tests() fix unit tests, update enhancers 2018-12-18 16:51:47 +01:00
Kamil Myśliwiec
a3fbb8816e feature() extract fastify, multer, cors, adapters 2018-12-01 21:02:36 +01:00
Kamil Myśliwiec
1cac0a99fd feature: more typings, refactor 2018-11-28 23:08:27 +01:00
Kamil Myśliwiec
1cb3ed7f87 refactor: general refactor reorganize, rename things 2018-11-24 16:01:29 +01:00
Kamil Myśliwiec
6ac9968ec0 Merge branch 'feature/property-injection' into feature/dynamic-create 2018-10-19 13:16:06 +02:00
Kamil Myśliwiec
62e0283098 feature(core) instantiate class dynamically (ModuleRef) 2018-10-04 16:28:51 +02:00
Jean-Baptiste Pionnier
66ee3ebe72 refactor clean as any 2018-10-04 10:49:07 +02:00
Jean-Baptiste Pionnier
4a8c8bc740 refactor Unnecessary 'await' 2018-10-03 15:25:43 +02:00
Jean-Baptiste Pionnier
ac295e68f6 refactor Unnecessary 'await' 2018-09-30 22:14:35 +02:00
Kamil Myśliwiec
f5f8255a37 bugfix(core) check bootstrap lifecycle hook 2018-09-05 09:36:23 +02:00
Kamil Myśliwiec
713e97f6c3 chore(nestjs) publish 5.3.1 release 2018-09-03 17:10:59 +02:00
Kamil Myśliwiec
c38c91217c feature(@nestjs/core) add hierarchical lifecycle hooks #938 2018-08-16 16:11:18 +02:00
Kamil Myśliwiec
946ed2e339 feature(@nestjs/core) add useLogger() to Nest context #926 2018-08-01 22:33:02 +02:00
Kamil Myśliwiec
1527e12013 feature(@nestjs/core) expose container to ModuleRef, add close() to NestContext 2018-07-24 22:07:14 +02:00
Kamil
8029796193 bugfix(@nestjs/core) testing utilities typings are too restrictive 2018-06-20 17:33:13 +02:00
Kamil Myśliwiec
5d28b98a8c feature(@nestjs/core) add async lifecycle hooks support 2018-04-21 13:55:58 +02:00
Kamil Myśliwiec
52acfe4ea2 tests(@nestjs) add dynamic modules & express instance integration tests 2018-04-21 00:04:18 +02:00
Kamil Myśliwiec
b144dbef8c chore(release) publish v5.0.0-beta.0 2018-04-17 18:22:27 +02:00
Kamil Myśliwiec
3855b3a710 lib(@nestjs) update package.json files 2018-03-28 19:03:47 +02:00
Kamil Myśliwiec
eb05d237af sample(@nestjs) add execution context app example 2018-03-27 13:26:50 +02:00