Commit Graph

1604 Commits

Author SHA1 Message Date
Roman Mogylatov
4dcf03a3ec Fix flake8 errors 2020-11-15 15:26:36 -05:00
Roman Mogylatov
8d0b7050d2 Add @inject to the test samples 2020-11-15 15:22:50 -05:00
Roman Mogylatov
3facd648be Add new line to .gitignore 2020-11-15 15:19:46 -05:00
Roman Mogylatov
4057a79cf8 Add wiring registry 2020-11-15 15:19:46 -05:00
Roman Mogylatov
06d865c7b7 Update sanic example 2020-11-15 15:19:46 -05:00
Roman Mogylatov
7a6ff43b2c Update flask example and tutorial 2020-11-15 15:19:46 -05:00
Roman Mogylatov
15b32f9c01 Update FastAPI example 2020-11-15 15:19:46 -05:00
Roman Mogylatov
7cf804ea33 Update asyncio daemon example and tutorial 2020-11-15 15:19:46 -05:00
Roman Mogylatov
aa845d412e Update django example 2020-11-15 15:19:46 -05:00
Roman Mogylatov
8d0ff4dba0 Update decoupled packages example 2020-11-15 15:19:46 -05:00
Roman Mogylatov
38689b9929 Update single container example 2020-11-15 15:19:46 -05:00
Roman Mogylatov
c83b41a94e Update multiple containers example 2020-11-15 15:19:46 -05:00
Roman Mogylatov
38514c29c5 Update aiohttp example and tutorial 2020-11-15 15:19:46 -05:00
Roman Mogylatov
315f0c0a62 Update wiring docs and examples 2020-11-15 15:19:45 -05:00
Roman Mogylatov
357e618dce Update demo example 2020-11-15 15:19:45 -05:00
Roman Mogylatov
6c9cf9f45f Update cli application tutorial 2020-11-15 15:19:45 -05:00
Roman Mogylatov
a7fbbd018a Update movie lister example 2020-11-15 15:19:45 -05:00
Roman Mogylatov
fb47d5db0d Add type cast for @inject 2020-11-15 15:19:45 -05:00
Roman Mogylatov
ff29d84995 Add generic typing for @inject 2020-11-15 15:19:45 -05:00
Roman Mogylatov
a211d0291d Add .workspace dir to gitignore 2020-11-15 15:19:45 -05:00
Roman Mogylatov
f89a557759 Add @inject decorator 2020-11-15 15:19:45 -05:00
Roman Mogylatov
b43c7017ee Reengineer wiring 2020-11-15 15:19:45 -05:00
Roman Mogylatov
b39c1c8046 Bump version to 4.3.9: FastAPI example 2020-11-15 15:19:45 -05:00
Roman Mogylatov
bece33fc21 Fix fastapi example flake8 error 2020-11-12 17:56:47 -05:00
Roman Mogylatov
59f25241cc Add FastAPI mini app 2020-11-12 17:48:07 -05:00
Roman Mogylatov
af742b980a Merge branch 'release/4.3.8' into master 2020-11-12 16:32:31 -05:00
Roman Mogylatov
cdce5247c8 Bump version to 4.3.8 2020-11-12 16:31:20 -05:00
Roman Mogylatov
97c33442e0 Add wiring hotfix for fastapi 2020-11-12 15:54:49 -05:00
Roman Mogylatov
26a89d664b Merge branch 'release/4.3.7' into master 2020-11-10 17:02:56 -05:00
Roman Mogylatov
ccf6ccad54 Bump version to 4.3.7 2020-11-10 17:02:42 -05:00
Roman Mogylatov
985be71a04 Regenerate C sources after PR#322 2020-11-10 17:02:21 -05:00
Roman Mogylatov
bbaed9c061 Add Dmitry Rassoshenko to the list of contributors 2020-11-10 17:01:14 -05:00
Dmitry Rassoshenko
fb0d99c1c9
Fix race in ThreadSafeSingleton (#322) 2020-11-10 14:57:10 -05:00
Roman Mogylatov
4120afd1c3 Merge branch 'release/4.3.6' into master 2020-11-05 12:37:37 -05:00
Roman Mogylatov
3ff5c8ce82 Bump version to 4.3.6 2020-11-05 12:37:25 -05:00
Roman Mogylatov
02acaba034 Merge branch 'release/4.3.5' into master 2020-11-05 12:27:48 -05:00
Roman Mogylatov
6b93c2e412 Bump version to 4.3.5 2020-11-05 12:23:47 -05:00
Roman Mogylatov
3c71ba4b2a Fix wiring multiple imports, issue #320 2020-11-05 12:20:09 -05:00
Roman Mogylatov
4579e35d33 Merge branch 'release/4.3.4' into master 2020-11-05 10:20:39 -05:00
Roman Mogylatov
f3ec74a31f Bump version to 4.3.4 2020-11-05 10:20:23 -05:00
Roman Mogylatov
18ef566aae Fix issue #319 resulting in configuration.reset_override() not working properly 2020-11-05 10:16:39 -05:00
Roman Mogylatov
e847c357a6 Merge branch 'release/4.3.3' into master 2020-11-03 16:06:52 -05:00
Roman Mogylatov
25549d7cfe Bump version to 4.3.3 2020-11-03 16:06:42 -05:00
Roman Mogylatov
fb2d927cae Fix wiring for @classmethod and @staticmethod 2020-11-03 15:59:02 -05:00
Roman Mogylatov
c1cf1bfa1c Merge branch 'release/4.3.2' into master 2020-10-30 17:06:19 -04:00
Roman Mogylatov
b0d3f08aa6 Bump version to 4.3.2 2020-10-30 16:56:13 -04:00
Roman Mogylatov
e4e77d0cdb Fix wiring decorator 2020-10-30 16:55:37 -04:00
Roman Mogylatov
63977a73b2 Refactor wiring to reduce complexity 2020-10-30 16:47:26 -04:00
Roman Mogylatov
c5f799a1ec Fix issue with wiring and resource initialization 2020-10-30 16:40:27 -04:00
Roman Mogylatov
4c46d34b20 Merge branch 'release/4.3.1' into master 2020-10-29 23:00:53 -04:00