Commit Graph

746 Commits

Author SHA1 Message Date
Roman Mogilatov 489885fda9 Increase version to 2.2.5 2016-10-11 23:52:57 +03:00
Roman Mogilatov 0c88fb9a9a Fix typo in readme 2016-10-11 23:52:40 +03:00
Roman Mogilatov 08af0b18df Increase version to 2.2.4 2016-10-11 17:46:56 +03:00
Roman Mogilatov c93b6fcfdf Update run script for services example 2016-10-11 17:45:56 +03:00
Roman Mogilatov dde52a5d0f Update description of DI pattern in readme 2016-10-11 17:41:43 +03:00
Roman Mogilatov 9a14e8b659 Increase version to 2.2.3 2016-10-07 18:04:18 +03:00
Roman Mogilatov 7327ba9ed1 Update readme 2016-10-07 17:52:52 +03:00
Roman Mogilatov 55c7473b6f Update readme 2016-10-07 17:32:24 +03:00
Roman Mogilatov 5c3b58d653 Increase version to 2.2.2 2016-10-07 16:59:22 +03:00
Roman Mogilatov 432493801f Increment version to 2.2.1 2016-10-07 16:55:26 +03:00
Roman Mogilatov e64366ab09 Merge remote-tracking branch 'origin/docs-n-examples-improvements' 2016-10-07 16:52:24 +03:00
Roman Mogilatov 34a5cf8515 Update readme - add info about dependency injection 2016-10-07 16:44:45 +03:00
Roman Mogilatov 6c25c91146 Update short description on docs index page 2016-10-06 23:25:14 +03:00
Roman Mogilatov 8e290fb674 Update short description 2016-10-06 23:15:41 +03:00
Roman Mogilatov 8798ea1a56 Update services example 2016-10-06 22:48:43 +03:00
Roman Mogilatov 7b71d419fd Increase version to 2.2.0 2016-09-23 00:35:51 +03:00
Roman 53f60d6fed Merge pull request #136 from ets-labs/deprecate_inject_decorator
Deprecate inject decorator
2016-09-23 00:31:58 +03:00
Roman Mogilatov 38c9d2f18a Update docs 2016-09-23 00:24:45 +03:00
Roman Mogilatov 4e66c47f59 Update movie lister example 2016-09-22 14:40:45 +03:00
Roman Mogilatov bff0e58f7f Update miniapps/services example 2016-09-19 12:31:27 +03:00
Roman Mogilatov 81072832e4 Add deprecation warning when @inject is used 2016-09-16 16:02:59 +03:00
Roman Mogilatov d9f4aed43c Update version to 2.1.1 2016-09-07 11:00:24 +03:00
Roman df899727ce Merge pull request #133 from sirkonst/hotfix/normalized_package_name
Normalize package names by PEP-503
2016-09-07 10:55:10 +03:00
Konstantin Enchant a6b7a75136 Normalize package names by PEP-503 (https://www.python.org/dev/peps/pep-0503/) 2016-09-06 13:18:43 +03:00
Roman Mogilatov a309a2053d Increase version to 2.1.0 2016-08-19 01:16:43 +03:00
Roman Mogilatov 16e9c3399c Update API docs of creational providers 2016-08-19 01:13:38 +03:00
Roman 50e4de89b4 Merge pull request #132 from ets-labs/130_thread_local_singleton
130 thread local singleton
2016-08-19 01:05:53 +03:00
Roman Mogilatov 6cf8b1c9c6 Add documentation section about singleton providers and multi-threading 2016-08-19 01:00:16 +03:00
Roman Mogilatov 2646d23387 Add Konstantin Enchant to the list of contributors 2016-08-19 00:55:50 +03:00
Roman Mogilatov ada2e70e28 Add unit tests for ThreadLocalSingleton and DelegatedThreadLocalSingleton providers 2016-08-18 23:28:39 +03:00
Roman Mogilatov ac150bb2e4 Update thread-local singleton example 2016-08-18 00:59:44 +03:00
Roman Mogilatov f27fa60413 Add ThreadLocalSingleton, its delegated version and example of usage 2016-08-17 00:03:26 +03:00
Roman Mogilatov 1c47f73610 Merge remote-tracking branch 'origin/2.0' 2016-06-09 19:45:09 +03:00
Roman Mogilatov e92bf10531 Update changelog for 2.0.0 2016-06-09 19:44:05 +03:00
Roman Mogilatov 91a8dbfa18 Update provider overriding docs 2016-06-09 19:40:22 +03:00
Roman Mogilatov 486353bbea Update object provider docs 2016-06-09 17:49:09 +03:00
Roman Mogilatov 9969bc4761 Update external dependency provider docs 2016-06-09 17:47:55 +03:00
Roman Mogilatov b5337fefa6 Update provider docs index page 2016-06-09 01:46:32 +03:00
Roman Mogilatov c5518e0ec3 Update callable provider docs
+ Add providers class diagram
2016-06-09 01:43:25 +03:00
Roman Mogilatov 43cc6a2e06 Update overriding context docblock 2016-06-09 00:53:17 +03:00
Roman Mogilatov 7e1ee9b66a Update singleton provider docs 2016-06-08 17:46:40 +03:00
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 d963e9b562 Update identation in imports block for factory examples 2016-06-08 16:54:47 +03:00
Roman Mogilatov 8d1ae1a840 Update container examples with namedtuples 2016-06-08 16:52:58 +03:00
Roman Mogilatov 14ca5651df Update factory provider docs 2016-06-08 16:41:13 +03:00
Roman Mogilatov addaadac72 Refactor provider examples 2016-06-06 11:54:05 +03:00
Roman Mogilatov 1eee0fe529 Update containers documentation
+ Refactor provider overriding system
2016-06-06 11:26:53 +03:00
Roman Mogilatov 71c871caf7 Return injections module API docs 2016-06-06 11:05:48 +03:00
Roman Mogilatov 5ef01b0b07 Update declarative container docs 2016-06-03 19:20:34 +03:00
Roman Mogilatov 92ebbefd2f Update imports in several examples 2016-06-03 18:06:05 +03:00