Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							a85d89e6f2 
							
						 
					 
					
						
						
							
							Amend docs and add another example for `@containers.copy()` decorator  
						
						
						
					 
					
						2021-02-19 08:11:05 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							8806405f0f 
							
						 
					 
					
						
						
							
							Add docs on @containers.copy() decorator  
						
						
						
					 
					
						2021-02-18 08:38:35 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							0d8f2ff44e 
							
						 
					 
					
						
						
							
							Add cross-links between container singletons and reset container singletons docs pages  
						
						
						
					 
					
						2021-02-14 18:51:55 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8eea9c4e45 
							
						 
					 
					
						
						
							
							Implement container.check_dependencies() ( #396 )  
						
						... 
						
						
						
						* Add implementation, typing stubs, and tests
* Add docs and example
* Update changelog 
						
					 
					
						2021-02-14 18:47:15 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							47aa8c11fe 
							
						 
					 
					
						
						
							
							Move Self provider docs to providers section  
						
						
						
					 
					
						2021-02-09 07:34:46 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							674a6b0f9e 
							
						 
					 
					
						
						
							
							Container "self" injections ( #392 )  
						
						... 
						
						
						
						* Add implementation
* Add Self provider tests
* Add container tests
* Remove ellipsis from tests to make them pass on Python 2
* Add tests
* Add docs
* Improve traverse() typing stubs
* Update changelog 
						
					 
					
						2021-02-07 14:13:23 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c964253204 
							
						 
					 
					
						
						
							
							Container.reset_singletons() ( #390 )  
						
						... 
						
						
						
						* Rename container tests
* Add implementation + tests
* Update changelog
* Add examples and docs 
						
					 
					
						2021-02-05 17:14:10 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ca6dd9af1 
							
						 
					 
					
						
						
							
							Providers traversal ( #385 )  
						
						... 
						
						
						
						* Implement providers traversal in first precision
* Implement traversal for all providers
* Update traverse interface + add some tests
* Refactor tests
* Add tests for callable provider
* Add configuration tests
* Add Factory tests
* Add FactoryAggrefate tests
* Add .provides attribute to singleton providers
* Add singleton provider tests
* Add list and dict provider tests
* Add resource tests
* Add Container provider tests
* Add Selector provider tests
* Add ProvidedInstance provider tests
* Add AttributeGetter provider tests
* Add ItemGetter provider tests
* Add MethodCaller provider tests
* Refactor container interface
* Update resource provider string representation
* Add .initializer attribute to Resource provider
* Add docs and examples
* Remove not needed EOL in the tests
* Make cosmetic refactoring
* Ignore flake8 line width error in traverse example 
						
					 
					
						2021-02-01 09:42:21 -05:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c1486e1a3 
							
						 
					 
					
						
						
							
							Un deprecate container decorators ( #310 )  
						
						... 
						
						
						
						* Remove deprecation warnings
* Add example and docs
* Update changelog 
						
					 
					
						2020-10-22 12:00:46 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							ca986698e9 
							
						 
					 
					
						
						
							
							Update key features page and remove structure page  
						
						
						
					 
					
						2020-09-03 16:20:04 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							e29bf348ea 
							
						 
					 
					
						
						
							
							Rename the container overriding docs page  
						
						
						
					 
					
						2020-09-02 21:21:18 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ad852d193 
							
						 
					 
					
						
						
							
							Factory provider docs update ( #287 )  
						
						... 
						
						
						
						* Update index page
* Update providers index page
* Make a little wording fix on containers index page
* Refactor factory provider docs header
* Update factory injection docs
* Update factory init injections example and picture
* Start work on underlying providers
* Finish the docs for factory arguments to the underlying providers
* Edit providers delegation section
* Edit section about specialized factory provider
* Edit abstract factory section
* Edit FactoryAggregate docs
* Add meta keywords and description 
						
					 
					
						2020-08-31 21:26:21 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							d2828519b4 
							
						 
					 
					
						
						
							
							Update container overriding docs  
						
						
						
					 
					
						2020-08-16 01:10:08 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							75c65f334e 
							
						 
					 
					
						
						
							
							Update container provider type specialization docs  
						
						
						
					 
					
						2020-08-16 00:53:37 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							cfdcbaa77a 
							
						 
					 
					
						
						
							
							Improve declarative and dynamic container docs  
						
						
						
					 
					
						2020-08-15 22:09:41 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
						
						
							
						
						
							e479e2cb94 
							
						 
					 
					
						
						
							
							Update the declarative container docs  
						
						
						
					 
					
						2020-08-14 16:27:17 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogylatov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6eff213a68 
							
						 
					 
					
						
						
							
							Migrate to alabaster ( #264 )  
						
						... 
						
						
						
						* Add bootstrap and remove created at from ghnav-flask app
* Update readme
* Add logo to the docs
* Update key features description
* Update README
* Change headers of API docs
* Add alabaster theme config
* Update docs index
* Add tutorials section
* Update what is DI page
* Update DI in Python page
* Update tutorials index page
* Update provider docs
* Update container docs
* Update examples docs 
						
					 
					
						2020-07-18 00:40:14 -04:00 
						 
				 
			
				
					
						
							
							
								Roman Mogilatov 
							
						 
					 
					
						
						
						
						
							
						
						
							256abed2ef 
							
						 
					 
					
						
						
							
							Add disqus comments for container documents  
						
						
						
					 
					
						2017-02-28 22:08:52 +02:00 
						 
				 
			
				
					
						
							
							
								Roman Mogilatov 
							
						 
					 
					
						
						
						
						
							
						
						
							bf00e5c0fa 
							
						 
					 
					
						
						
							
							Update docs  
						
						
						
					 
					
						2016-11-11 17:05:25 +02:00 
						 
				 
			
				
					
						
							
							
								Roman Mogilatov 
							
						 
					 
					
						
						
						
						
							
						
						
							1eee0fe529 
							
						 
					 
					
						
						
							
							Update containers documentation  
						
						... 
						
						
						
						+ Refactor provider overriding system 
						
					 
					
						2016-06-06 11:26:53 +03:00 
						 
				 
			
				
					
						
							
							
								Roman Mogilatov 
							
						 
					 
					
						
						
						
						
							
						
						
							b86760e467 
							
						 
					 
					
						
						
							
							Make huge updates for docs (not atomic commit)  
						
						
						
					 
					
						2016-06-03 00:48:06 +03:00