Commit Graph

1689 Commits

Author SHA1 Message Date
Roman Mogylatov
9d6dd768f7 Make cosmetic fix to containers.pyx 2021-01-10 19:25:11 -05:00
Roman Mogylatov
167fb82224 Update changelog 2021-01-10 19:18:19 -05:00
Roman Mogylatov
8f10f2b18e Mute flake8 errors in async provider examples 2021-01-10 19:10:39 -05:00
Roman Mogylatov
c42bac1d74 Add cross links to async docs 2021-01-10 19:00:14 -05:00
Roman Mogylatov
0a484fa553 Add provider async mode docs 2021-01-10 18:49:43 -05:00
Roman Mogylatov
b146504675 Reword async provider docs 2021-01-10 17:09:14 -05:00
Roman Mogylatov
4e4d4a7fb0 Add docs on provider async mode enabling 2021-01-09 09:42:41 -05:00
Roman Mogylatov
40ae522231 Add providers async injections example 2021-01-09 08:54:24 -05:00
Roman Mogylatov
7f59ec25bd Add async injections page and update docs index, readme, and key features pages 2021-01-09 08:35:49 -05:00
Roman Mogylatov
efbb8df23f Add async injections docs for wiring 2021-01-09 08:11:32 -05:00
Roman Mogylatov
73263045d7 Refactor wiring docs 2021-01-09 08:06:46 -05:00
Roman Mogylatov
d98185c114 Add asynchronous resources docs 2021-01-08 17:38:09 -05:00
Roman Mogylatov
e14ddd17bc Refactor resource docs 2021-01-08 08:41:27 -05:00
Roman Mogylatov
ef0657426a Add references to FastAPI + Redis example 2021-01-08 08:14:23 -05:00
Roman Mogylatov
8e25a0d362 Add FastAPI + Redis example docs 2021-01-08 08:11:24 -05:00
Roman Mogylatov
24d99f970c Update module docblock in fastapi + redis example 2021-01-08 07:41:32 -05:00
Roman Mogylatov
8ea97f2193 Add missing development requirements 2021-01-07 18:01:04 -05:00
Roman Mogylatov
cd02128823 Make cosmetic fixes to FastAPI + Redis example 2021-01-03 22:20:27 -05:00
Roman Mogylatov
a782c6e1bc Add FastAPI + Redis example 2021-01-03 22:15:27 -05:00
Roman Mogylatov
dcea50b3a3 Fix Singleton and ThreadLocalSingleton to handle initialization errors 2021-01-03 18:07:37 -05:00
Roman Mogylatov
ea5af60669 Add test to cover resource initialization with an error 2021-01-03 17:51:59 -05:00
Roman Mogylatov
0aaae89328 Cover shutdown of not initialized resource 2021-01-03 17:38:20 -05:00
Roman Mogylatov
fe583ac9cf Fix typo in resource provider tests 2021-01-03 17:33:28 -05:00
Roman Mogylatov
bc07402b23 Add tests for async context kwargs injections 2021-01-03 17:28:48 -05:00
Roman Mogylatov
fe3ed6780a Improve resource typing stub 2021-01-03 17:17:49 -05:00
Roman Mogylatov
f1256a44fd Refactor provider typing stubs 2021-01-02 23:42:14 -05:00
Roman Mogylatov
cb2a36b216 Refactor Singleton typing stubs to return singleton from argument methods 2021-01-02 23:32:23 -05:00
Roman Mogylatov
644406b594 Add typing stubs for async_() method + tests 2021-01-02 23:29:17 -05:00
Roman Mogylatov
227d3494da Add Provider.async_() method + tests 2021-01-02 22:47:59 -05:00
Roman Mogylatov
141843e62f Refactor Resource provider to use async mode api 2021-01-01 22:50:27 -05:00
Roman Mogylatov
2c911ff1f2 Finish Singleton refactoring to use async mode api 2021-01-01 22:34:19 -05:00
Roman Mogylatov
3da1698f95 Refactor ThreadLocalSingleton provider to use async mode api 2021-01-01 22:31:48 -05:00
Roman Mogylatov
913b562369 Refactor ThreadSafeSingleton provider to use async mode api 2021-01-01 22:29:10 -05:00
Roman Mogylatov
cf69a63915 Refactor Singleton provider to use async mode api 2021-01-01 22:26:32 -05:00
Roman Mogylatov
e4fd36555f Add support of async mode for FactoryAggregate provider + tests 2020-12-30 22:40:31 -05:00
Roman Mogylatov
d5a8da8907 Add tests for Dependency provider async mode 2020-12-30 13:31:06 -05:00
Roman Mogylatov
c9242e51f6 Refactor Dependency provider to use async mode api 2020-12-30 13:31:06 -05:00
Roman Mogylatov
8bf641dd36 Refactor Provider.__call__() to use async mode api 2020-12-30 13:31:01 -05:00
Roman Mogylatov
eb6e19e60b Add tests for async mode auto configuration 2020-12-30 13:31:01 -05:00
Roman Mogylatov
0a30efec5a Add typing stubs & tests for async mode API 2020-12-30 13:31:01 -05:00
Roman Mogylatov
e09b93c21b Add async mode API + tests 2020-12-30 13:31:01 -05:00
Roman Mogylatov
fb296788e3 Refactor abstract* providers __call__() 2020-12-30 13:30:58 -05:00
Roman Mogylatov
a89602e690 Add typing stubs for async resource 2020-12-30 13:30:58 -05:00
Roman Mogylatov
541641d36c Add overload for Factory typing 2020-12-30 13:30:58 -05:00
Roman Mogylatov
b446dab559 Add async mode for the provider 2020-12-30 13:30:58 -05:00
Roman Mogylatov
32c4c6e29a Implement async mode for Dependency provider 2020-12-30 13:30:54 -05:00
Roman Mogylatov
0c42ff9242 Update .provided + fix resource concurent initialization issue 2020-12-30 13:30:51 -05:00
Roman Mogylatov
90a6cb3c6d Implement injections in thread-local and thread-safe singleton providers 2020-12-30 13:30:50 -05:00
Roman Mogylatov
6020c6caf4 Add singleton implementation + tests for all singleton types 2020-12-30 13:30:48 -05:00
Roman Mogylatov
f07f3e4943 Implement attribute injections and add tests 2020-12-30 13:30:46 -05:00