Commit Graph

169 Commits

Author SHA1 Message Date
Roman Mogilatov
2fcfa79ffd Fix singleton bugs related to thread-safety and checks for sequence types 2016-06-08 17:02:39 +03:00
Roman Mogilatov
1eee0fe529 Update containers documentation
+ Refactor provider overriding system
2016-06-06 11:26:53 +03:00
Roman Mogilatov
5db20f0027 Fix small type in declarative container docblock 2016-06-03 17:32:47 +03:00
Roman Mogilatov
84f1d27fa8 Update module docblocks 2016-06-03 12:03:27 +03:00
Roman Mogilatov
17d8283144 Remove UndefinedProviderError 2016-06-03 12:01:09 +03:00
Roman Mogilatov
ab7c8ac4d1 Rename Provider.inject() -> Provider.provide_injection() 2016-06-01 19:59:41 +03:00
Roman Mogilatov
3416728309 Add dynamic containers
+ Drop catalogs
2016-06-01 18:53:35 +03:00
Roman Mogilatov
be94a1badc Extract providers type checker into function 2016-06-01 16:00:11 +03:00
Roman Mogilatov
a35db5889d Add some functionality and tests for declarative containers
+ Add checks for valid provider type
+ Add some wider functionality for overriding
2016-05-30 23:34:14 +03:00
Roman Mogilatov
d8f03c4487 Add provider type checks for declarative container 2016-05-30 22:34:59 +03:00
Roman Mogilatov
83bbbd2be7 Update movie lister example 2016-05-30 22:34:58 +03:00
Roman Mogilatov
8fdb190118 Add latest containers module updates + movie_lister refactoring 2016-05-30 22:34:58 +03:00
Roman Mogilatov
97d1dab00a Add containers module 2016-05-30 22:34:56 +03:00
Roman Mogilatov
99b6e27ab4 Refactor injections 2016-05-29 16:39:39 +03:00
Roman Mogilatov
7d33e0e3a2 Drop catalogs name attribute 2016-05-22 17:01:27 +03:00
Roman Mogilatov
918335e0e4 Remove catalog bundles 2016-05-22 16:50:06 +03:00
Roman Mogilatov
7729d97a41 Make injections 2 times faster 2016-05-22 15:37:39 +03:00
Roman Mogilatov
d9aac553c5 Update factory and callable provider doc blocks 2016-05-22 14:57:25 +03:00
Roman Mogilatov
44d0555778 Restore Callable positional & keyword argument injections via __init__(*args, **kwargs) 2016-05-18 15:07:48 +03:00
Roman Mogilatov
65512366d2 Refactor callable and creational providers 2016-05-18 01:17:15 +03:00
Roman Mogilatov
f2a9b35c6d Change style and get first stable run 2016-05-18 00:05:10 +03:00
Roman Mogilatov
2878ea5515 Drop method injections 2016-05-17 22:37:50 +03:00
Roman Mogilatov
4a160ed999 Drop Config provider 2016-05-17 21:31:40 +03:00
Roman Mogilatov
1320c12780 Drop Static, Value, Function & Class providers 2016-05-17 21:28:22 +03:00
Roman Mogilatov
7392f35991 Drop backward compatibilities of 1.x 2016-05-17 21:13:55 +03:00
Roman Mogilatov
93bab98859 Bump version to 2.0.0 2016-05-17 21:01:08 +03:00
Roman Mogilatov
bef0a952b5 Fix bug with accessing declarative catalog attributes from instance level 2016-05-16 11:18:00 +03:00
Roman Mogilatov
a29508cb7a Implement add_injection() for Callable, Factory & Singleton providers 2016-05-16 11:16:14 +03:00
Roman Mogilatov
e2044cb560 Bump version to 1.17.0 2016-05-16 11:15:14 +03:00
Roman Mogilatov
69043d9c4e Release 1.16.8 2016-04-27 02:04:18 +03:00
Roman Mogilatov
cbc8d70151 Release 1.16.7 2016-04-26 13:14:39 +03:00
Roman Mogilatov
4e70d138fe Change some links due repository name switching 2016-04-25 11:39:35 +03:00
Roman Mogilatov
bb433b29ad Release 1.16.4 2016-04-23 15:24:38 +03:00
Roman Mogilatov
62d5aa514b Release 1.16.3 2016-04-23 15:19:01 +03:00
Roman Mogilatov
9e5c6a13c4 Release 1.16.2 2016-04-23 15:00:06 +03:00
Roman Mogilatov
edde8f8bff Bump version to 1.16.1 2016-04-20 18:15:23 +03:00
Roman Mogilatov
8eeedf9346 Set version to 1.16.0 2016-04-20 17:38:19 +03:00
Roman Mogilatov
c23803dedb Make small docblock fix for @copy decorator 2016-04-10 17:33:05 +03:00
Roman Mogilatov
fde062b9fc Add spike for providers copying 2016-04-10 17:17:55 +03:00
Roman Mogilatov
b4b93b4016 Remove copying functionality from dynamic catalog 2016-04-10 17:02:01 +03:00
Roman Mogilatov
7cdeede38a Add declarative catalog @copy decorator 2016-04-10 16:52:37 +03:00
Roman Mogilatov
43258e5fd9 Add force binding and copying functionaloty for DynamicCatalog 2016-04-10 16:41:54 +03:00
Roman Mogilatov
3a7b9c1e98 Refactor dependency_injector.providers package internals 2016-04-08 18:50:40 +03:00
Roman Mogilatov
f595b7f670 Refactor dependency_injector.catalogs package internals 2016-04-08 18:49:23 +03:00
Roman Mogilatov
fe12768114 Update version to 1.15.2 2016-04-04 23:57:56 +03:00
Roman Mogilatov
136b562a81 Split `catalogs` module into smaller modules 2016-04-03 23:47:34 +03:00
Roman Mogilatov
040d44d55b Split `providers` module into smaller modules 2016-04-03 22:54:08 +03:00
Roman Mogilatov
313d1857af Bumping version 2016-03-17 02:05:40 +02:00
Roman Mogilatov
92c099f499 Fix some small docblock errors in providers module 2016-03-17 02:03:09 +02:00
Roman Mogilatov
d51f2fa79a Add returning of overriding provider in provider overriding context 2016-03-14 00:08:41 +02:00