Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.2.0
configstacker
Browse files
Jul 23, 2019
Bump version: 0.1.1 → 0.2.0
· 6287fa9d
hakkeroid
authored
Jul 23, 2019
View commits for tag v0.2.0
v0.2.0
6287fa9d
Prevent failing when the source file does not exist
· 24d91c2a
hakkeroid
authored
Jul 21, 2019
24d91c2a
Jul 21, 2019
Allow enabling and disabling the cache feature on the fly
· cb36bf33
hakkeroid
authored
Jul 21, 2019
cb36bf33
Make sure DictSources updates the original dict
· 68654e11
hakkeroid
authored
Jul 21, 2019
68654e11
Prevent automatically creating private variables with auto_subsection.
· a14363d7
hakkeroid
authored
Jul 21, 2019
a14363d7
Set default section token to what is written in the docs
· a4335fda
hakkeroid
authored
Jul 21, 2019
a4335fda
Ensure empty yaml file returns empty dict instead of None
· 01ef3321
hakkeroid
authored
Jul 21, 2019
01ef3321
Jul 20, 2019
Bump version: 0.1.0 → 0.1.1
· d144b474
hakkeroid
authored
Jul 21, 2019
View commits for tag v0.1.1
v0.1.1
d144b474
Add missing metadata to package
· ac5b4ee9
hakkeroid
authored
Jul 21, 2019
ac5b4ee9
Add bumpversion
· 69bddeea
hakkeroid
authored
Jul 20, 2019
View commits for tag v0.1.0
v0.1.0
69bddeea
Update readme with latest urls
· 3bc8d402
hakkeroid
authored
Jul 20, 2019
3bc8d402
Also remove docs build dir
· 35ce50aa
hakkeroid
authored
Jul 20, 2019
35ce50aa
Add test for environment variable
· 829c0925
hakkeroid
authored
Sep 13, 2018
829c0925
Add integration with ipython and fix bad behavior of __getattr__
· 46f101dc
hakkeroid
authored
Jul 20, 2019
46f101dc
Add gitlab-ci integration
· 093c696a
hakkeroid
authored
Mar 03, 2019
093c696a
Remove eol pythons and add python3.7 compatibility
· dca755b4
hakkeroid
authored
Mar 03, 2019
dca755b4
Mar 03, 2019
Fix pytest warnings about implicit type conversion
· 70b0095b
hakkeroid
authored
Mar 03, 2019
70b0095b
Apply quality checks with pep8, flake8 and isort
· c775a083
hakkeroid
authored
Jun 04, 2018
c775a083
Remove etcdstore implementation due to bugs and old api version
· 54da978c
hakkeroid
authored
Jun 03, 2018
54da978c
Add api documentation
· 97f3117e
hakkeroid
authored
Nov 14, 2017
97f3117e
Jun 03, 2018
Add advanced use cases
· df856d8e
hakkeroid
authored
Aug 21, 2017
df856d8e
Add quickstart
· 82444bde
hakkeroid
authored
Aug 21, 2017
82444bde
Add documentation
· c8246bb9
hakkeroid
authored
Sep 03, 2017
c8246bb9
Make update work the same way as a dict
· 31f1a761
hakkeroid
authored
Jun 03, 2018
31f1a761
Make root section in INI files configurable
· 5bc6e9df
hakkeroid
authored
Jun 03, 2018
5bc6e9df
Simplify INI file handling in tests
· 92156abd
hakkeroid
authored
Jun 03, 2018
92156abd
Add compatibility for python < 3.5
· 86afd7ce
hakkeroid
authored
Apr 09, 2018
86afd7ce
Fix tox for documentation and add tdd command
· e632b364
hakkeroid
authored
Apr 09, 2018
e632b364
Apr 02, 2018
Make converters more flexibel by using a priority list and wildcards
· f615e74e
hakkeroid
authored
Mar 30, 2018
f615e74e
Apr 01, 2018
Fix and simplify some code parts
· d66104a8
hakkeroid
authored
Nov 14, 2017
d66104a8
Reorder some methods to block per interface
· b908ec70
hakkeroid
authored
Nov 14, 2017
b908ec70
Fix some public/private variables to make them editable
· 7d9ca41a
hakkeroid
authored
Nov 14, 2017
7d9ca41a
Use better naming for auto adding default subsections
· 5282586a
hakkeroid
authored
Nov 14, 2017
5282586a
Move user definable class information from underscore to Meta class
· 8416f83e
hakkeroid
authored
Nov 14, 2017
8416f83e
Rebase stackedconfig onto source class
· 025b8b91
hakkeroid
authored
Nov 14, 2017
025b8b91
Use keychain instead of linked parent only
· 096a4907
hakkeroid
authored
Mar 26, 2018
096a4907
Fix confusing reverse functionality
· a7caefa1
hakkeroid
authored
Oct 21, 2017
a7caefa1
Add default converters
· a299ba01
hakkeroid
authored
Oct 21, 2017
a299ba01
Mar 30, 2018
Rename custom type to converter for clarity
· ab71794d
hakkeroid
authored
Sep 14, 2017
ab71794d
Sep 13, 2017
Fix environment
· d42203ca
hakkeroid
authored
Sep 13, 2017
d42203ca
Loading