Roman Mogilatov
|
878f1d49aa
|
Removing old examples
|
2015-07-24 12:21:27 +03:00 |
|
Roman Mogilatov
|
2c2d4f7434
|
Removing of Factory restriction to operate with class types only, factory methods are valid now
|
2015-07-24 00:28:52 +03:00 |
|
Roman Mogilatov
|
040aad93f8
|
Make all protected attributes _protected
|
2015-07-22 16:42:36 +03:00 |
|
Roman Mogilatov
|
541d3c0e4b
|
Refactoring of utils checks
|
2015-07-22 10:53:16 +03:00 |
|
Roman Mogilatov
|
1b4c6dbf8b
|
Renaming of Provider.__provide__() -> Provider._provide() for improving providers extending
|
2015-07-22 10:26:34 +03:00 |
|
Roman Mogilatov
|
fd8be77635
|
Provider overriding first pages
|
2015-07-21 09:57:13 +03:00 |
|
Roman Mogilatov
|
6b482d87e0
|
Removing coveralls key from tox job
|
2015-07-21 09:48:50 +03:00 |
|
Roman Mogilatov
|
27441353d9
|
Updating coveralls job
|
2015-07-21 09:42:21 +03:00 |
|
Roman Mogilatov
|
7d3460deba
|
Add functionality for resetting of last overriding provider
|
2015-07-21 09:29:50 +03:00 |
|
Roman Mogilatov
|
0efebb337f
|
Adding explanation for Singleton and Callable providers delegation
|
2015-07-20 19:31:31 +03:00 |
|
Roman Mogilatov
|
996fc4ecbf
|
Updating singleton examples
|
2015-07-20 18:58:39 +03:00 |
|
Roman Mogilatov
|
2690d9b9d4
|
Adding docs for factories delegation
|
2015-07-20 18:46:45 +03:00 |
|
Roman Mogilatov
|
311c15d389
|
Fixing minor typos in heading table
|
2015-07-20 13:00:03 +03:00 |
|
Roman Mogilatov
|
92a5982792
|
Replaceing pypip.in badges with shields.io ones
|
2015-07-20 12:58:51 +03:00 |
|
Roman Mogilatov
|
ab5bc6a503
|
Fixing bad for py3 dict.iteritems() usage after refactoring of Catalog using metaclasses
|
2015-07-17 19:43:23 +03:00 |
|
Roman Mogilatov
|
71101d98f8
|
Fixing py3 errors after recatoring of Catalog using metaclasses
|
2015-07-17 19:39:54 +03:00 |
|
Roman Mogilatov
|
0e272f9d58
|
Refactoring of Catalog using metaclass
|
2015-07-17 19:31:44 +03:00 |
|
Roman Mogilatov
|
3b9d36f2d2
|
Adding fixes for ExternalDependecy provider docs
|
2015-07-17 10:01:27 +03:00 |
|
Roman Mogilatov
|
839888f445
|
Adding some minor updates for providers delegation example
|
2015-07-16 02:50:55 +03:00 |
|
Roman Mogilatov
|
ec808b1361
|
Updating callable docs
|
2015-07-16 02:39:21 +03:00 |
|
Roman Mogilatov
|
67fb4181f4
|
Reverting of removing callable provider example
|
2015-07-16 00:49:20 +03:00 |
|
Roman Mogilatov
|
54eb60698b
|
Reverting removing of Callable docs
|
2015-07-16 00:48:30 +03:00 |
|
Roman Mogilatov
|
295c6b56eb
|
Removing of Callable provider docs
|
2015-07-15 16:15:45 +03:00 |
|
Roman Mogilatov
|
7f92b886bd
|
removing example of callalbe provider
|
2015-07-15 16:14:40 +03:00 |
|
Roman Mogilatov
|
7224fd4b37
|
Updating callable provider docs
|
2015-07-14 02:37:25 +03:00 |
|
Roman Mogilatov
|
acc9259ddd
|
Removing delegate option from injections
|
2015-07-11 23:34:23 +03:00 |
|
Roman Mogilatov
|
e38cecfae0
|
Updating example
|
2015-07-11 17:27:28 +03:00 |
|
Roman Mogilatov
|
4620ad7f29
|
Adding delegate option for injections
|
2015-07-11 17:21:36 +03:00 |
|
Roman Mogilatov
|
77f5d05071
|
Updating gitignore
|
2015-07-06 16:53:09 +03:00 |
|
Roman Mogilatov
|
4db4629c75
|
Fixing comment in catalogs
|
2015-07-06 16:52:51 +03:00 |
|
Roman Mogilatov
|
d3ee3edc4e
|
Updating license file
|
2015-06-29 21:32:03 +03:00 |
|
Roman Mogilatov
|
db09503426
|
Adding better scalling for some factory and singleton documentation images
|
2015-06-26 10:21:23 +03:00 |
|
Roman Mogilatov
|
c56cb70a24
|
Adding images for singleton docs
|
2015-06-24 12:29:58 +03:00 |
|
Roman Mogilatov
|
c05879bada
|
Updating factory provider doc images
|
2015-06-23 16:21:37 +03:00 |
|
Roman Mogilatov
|
a612e42a99
|
First steps with providers delegation docs
|
2015-06-19 12:44:46 +03:00 |
|
Roman Mogilatov
|
6a92056608
|
Removing old docs for config provider
|
2015-06-19 12:16:15 +03:00 |
|
Roman Mogilatov
|
8b479a1898
|
Removing old external dependency provider example
|
2015-06-18 16:37:19 +03:00 |
|
Roman Mogilatov
|
ab548df0b2
|
Minor Factory and Singleton provider docs update
|
2015-06-18 16:35:00 +03:00 |
|
Roman Mogilatov
|
e3ea517d72
|
Minor ExternalDependency provider updates, Adding ExternalDependency provider docs
|
2015-06-18 16:34:26 +03:00 |
|
Roman Mogilatov
|
dbc368d5f6
|
Minor updates for static provider docs
|
2015-06-18 14:55:13 +03:00 |
|
Roman Mogilatov
|
ef41688e61
|
Minor fixes in singleton docs
|
2015-06-18 14:45:26 +03:00 |
|
Roman Mogilatov
|
7f439137d6
|
Adding callable provider docs and some minor changes to factory docs
|
2015-06-16 11:05:12 +03:00 |
|
Roman Mogilatov
|
91ea2a54f6
|
Adding static provider docs
|
2015-06-16 10:37:57 +03:00 |
|
Roman Mogilatov
|
d386969004
|
Adding Singleton docs & making some changes for Factory docs
|
2015-06-10 12:00:43 +03:00 |
|
Roman Mogilatov
|
3123574cf6
|
Changing provider docs structure
|
2015-06-10 09:53:15 +03:00 |
|
Roman Mogilatov
|
bb7cfcc124
|
Finishing of Factory provider docs
|
2015-06-08 11:33:27 +03:00 |
|
Roman Mogilatov
|
7c1c32db80
|
Updating Factory docs and examples
|
2015-06-05 12:28:12 +03:00 |
|
Roman Mogilatov
|
776bbc7dde
|
small fixes for Factory docs and examples
|
2015-06-05 11:39:01 +03:00 |
|
Roman Mogilatov
|
2e8f59115f
|
Complete of Factory docs, new Factory examples
|
2015-06-05 11:29:36 +03:00 |
|
Roman Mogilatov
|
d9952d5d85
|
Factory docs update
|
2015-06-03 15:50:13 +03:00 |
|