Roman Mogylatov
|
1ca6f303c9
|
Update changelog
|
2020-06-30 16:44:01 -04:00 |
|
Roman Mogylatov
|
8681500236
|
Start using twine for dist uploading to PyPI (#259)
|
2020-06-30 16:40:30 -04:00 |
|
Roman Mogylatov
|
17621d9fd7
|
Merge branch 'release/3.19.0' into master
|
2020-06-29 16:41:32 -04:00 |
|
Roman Mogylatov
|
1a5e7baf7b
|
Bump version to 3.19.0
|
2020-06-29 16:34:05 -04:00 |
|
Roman Mogylatov
|
a0a3da8f72
|
Improve List and Configuration provider docs
|
2020-06-29 16:32:48 -04:00 |
|
Roman Mogylatov
|
2513d1f600
|
Selector provider (#258)
* Add Selector provider
* Add Selector provider example
* Add tests for selector provider
* Update changelog
* Add pydocstyle ignore D101 for examples
* Fix repr() test
* Update changelog
* Add D203,D213 to examples pydocstyle ignore
* Add selector provider docs
|
2020-06-29 16:32:12 -04:00 |
|
Roman Mogylatov
|
783be3ad36
|
Merge branch 'release/3.18.1' into master
|
2020-06-25 23:49:37 -04:00 |
|
Roman Mogylatov
|
284b258879
|
Add docs for environment varibles interpolation in the Configuration provider
|
2020-06-25 23:48:55 -04:00 |
|
Roman Mogylatov
|
7491fc05a2
|
Fix ini files parsing
|
2020-06-25 23:37:01 -04:00 |
|
Roman Mogylatov
|
1cd25e701f
|
Add interpolation of environment variables for Configuration provider
|
2020-06-25 23:16:19 -04:00 |
|
Roman Mogylatov
|
5718140a82
|
Merge branch 'release/3.18.0' into master
|
2020-06-25 18:06:58 -04:00 |
|
Roman Mogylatov
|
525ddbc24c
|
Bump version to 3.18.0
|
2020-06-25 18:06:37 -04:00 |
|
Roman Mogylatov
|
f176b02045
|
Add flake8 config
|
2020-06-25 18:01:15 -04:00 |
|
Roman Mogylatov
|
62e1995a7d
|
Add configuration provider docs
|
2020-06-25 17:12:16 -04:00 |
|
Roman Mogylatov
|
507a832bb8
|
Add Configuration.from_env() method + refactoring
|
2020-06-25 12:50:42 -04:00 |
|
Roman Mogylatov
|
3217feb73b
|
Update providers.pyx code style
|
2020-06-24 21:27:40 -04:00 |
|
Roman Mogylatov
|
e5275cf3f2
|
Skip yaml testing for on Python 3.4
|
2020-06-24 21:23:29 -04:00 |
|
Roman Mogylatov
|
65db4f2b1d
|
Fix code style issue
|
2020-06-24 21:23:05 -04:00 |
|
Roman Mogylatov
|
ad2d8155d4
|
Remove yaml stub in providers module
|
2020-06-24 21:13:37 -04:00 |
|
Roman Mogylatov
|
c8b0fa22af
|
Add yaml extras install to tox.ini
|
2020-06-24 21:07:57 -04:00 |
|
Roman Mogylatov
|
e22edcdadd
|
Restore configuration methods
|
2020-06-24 21:04:30 -04:00 |
|
Roman Mogylatov
|
0dad8727cf
|
Fix setup.py
|
2020-06-24 21:01:33 -04:00 |
|
Roman Mogylatov
|
1a23b8b6f5
|
Try type(dict) fix
|
2020-06-24 17:38:52 -04:00 |
|
Roman Mogylatov
|
50d8363650
|
Pin virtualenv to 20.0.23
|
2020-06-24 17:26:58 -04:00 |
|
Roman Mogylatov
|
52c98bbe49
|
Comment yaml-related code
|
2020-06-24 17:16:46 -04:00 |
|
Roman Mogylatov
|
f7871dfc49
|
Update extras in tox.ini
|
2020-06-24 16:46:48 -04:00 |
|
Roman Mogylatov
|
597f5d772f
|
Add default value for name argument of Configuration provider
|
2020-06-24 16:40:53 -04:00 |
|
Roman Mogylatov
|
a76744805a
|
Add Configuration.from_yaml method
|
2020-06-24 16:29:44 -04:00 |
|
Roman Mogylatov
|
2c43a1c426
|
Remove undocumented positional parameter of DependenciesContainer provider
|
2020-06-24 14:39:07 -04:00 |
|
Roman Mogylatov
|
feab6b6814
|
Revert "Add overriding logic for Container provider"
This reverts commit b727be3f9a .
|
2020-06-24 13:24:57 -04:00 |
|
Roman Mogylatov
|
b727be3f9a
|
Add overriding logic for Container provider
|
2020-06-24 12:41:18 -04:00 |
|
Roman Mogylatov
|
f95dadfc23
|
Add Configuration.from_dict() method
|
2020-06-23 18:09:20 -04:00 |
|
Roman Mogylatov
|
a985952d0c
|
Fix Configuration.from_ini() to support Python 2
|
2020-06-23 16:53:22 -04:00 |
|
Roman Mogylatov
|
87bb5ff97d
|
Add Configuration.from_ini() method
|
2020-06-23 16:46:24 -04:00 |
|
Roman Mogylatov
|
3a0c746430
|
Merge branch 'release/3.17.1' into master
|
2020-06-23 12:48:37 -04:00 |
|
Roman Mogylatov
|
1e13727a94
|
Bump version to 3.17.1
|
2020-06-23 12:48:01 -04:00 |
|
Roman Mogylatov
|
2fd216bb5a
|
Hotfix dynamic container deep-copying
|
2020-06-23 12:47:48 -04:00 |
|
Roman Mogylatov
|
827f9b57bb
|
Merge branch 'release/3.17.0' into master
|
2020-06-23 12:14:28 -04:00 |
|
Roman Mogylatov
|
69e2230b80
|
Bump version to 3.17.0
|
2020-06-23 12:14:06 -04:00 |
|
Roman Mogylatov
|
c8b781e744
|
Container provider (#256)
* Add unit tests
* Add Container provider
* Update changelog
|
2020-06-22 22:45:16 -04:00 |
|
Roman Mogylatov
|
e6f096270e
|
Config linking (#255)
* Add config linking test
* Add provider linking
* Update changelog
|
2020-06-22 21:52:00 -04:00 |
|
Roman Mogylatov
|
86021f2948
|
Merge branch 'release/3.16.1' into master
|
2020-06-16 22:34:36 -04:00 |
|
Roman Mogylatov
|
7c3d961ae7
|
Bump version to 3.16.1
|
2020-06-16 22:34:19 -04:00 |
|
Roman Mogylatov
|
761fc84658
|
Update disqus.js
|
2020-06-16 22:32:47 -04:00 |
|
Roman Mogylatov
|
d90a490987
|
Add RobinsonMa to the list of contributors
|
2020-06-16 22:25:41 -04:00 |
|
Roman Mogylatov
|
eadac4b1cc
|
Fix warnings in API docs
|
2020-06-16 22:22:06 -04:00 |
|
RobinsonMa
|
c136663071
|
Update singleton_thread_locals.py (#252)
* Update singleton_thread_locals.py
fix
* Update singleton_thread_locals.py
* Update singleton_thread_locals.py
|
2020-06-16 21:53:00 -04:00 |
|
Roman Mogylatov
|
a0d4af15e9
|
Fix warnings at changelog
|
2020-06-16 21:40:01 -04:00 |
|
Roman Mogylatov
|
877275e7fc
|
Fix warning at docs/conf.py
|
2020-06-16 21:39:34 -04:00 |
|
Roman Mogylatov
|
29243ccdda
|
Fix make docs-live
|
2020-06-16 21:39:11 -04:00 |
|