add one more template config test case |
|
More...
|
almost 10 years ago
|
move position of --no-template option |
|
More...
|
almost 10 years ago
|
add help text of options --no-template |
|
More...
|
almost 10 years ago
|
add descriptions of options, -x/--ignore-missing and --no-template |
|
More...
|
almost 10 years ago
|
add test cases of template support of cli frontend |
|
More...
|
almost 10 years ago
|
add --no-template option to disable template support to the cli frontend |
|
More...
|
almost 10 years ago
|
rename parameter passed to anyconfig.api.*load(), from ctx to context |
|
More...
|
almost 10 years ago
|
make anyconfig.template.* and test code worked w/o Jinja2 |
|
More...
|
almost 10 years ago
|
add runtime dependency of Jinja2 for tests |
|
More...
|
almost 10 years ago
|
fix and update the changelog entries to note logs of contributers' works, etc. |
|
More...
|
almost 10 years ago
|
add runtime dependency (jinja2) as comments |
|
More...
|
almost 10 years ago
|
add support to load template config files, and add corresponding test cases |
|
More...
|
almost 10 years ago
|
add a global anyconfig.template.TEMPLATE_SUPPORT to reflect template support state |
|
More...
|
almost 10 years ago
|
add anyconfig.template.render_s to compile template string instead of template file |
|
More...
|
almost 10 years ago
|
make flake8 less verbose |
|
More...
|
almost 10 years ago
|
just update warning message when jinja2 is not available |
|
More...
|
almost 10 years ago
|
add (jinja2) template rendering module to generate config files from templates dynamically |
|
More...
|
almost 10 years ago
|
add test cases of anyconfig.templates.* |
|
More...
|
almost 10 years ago
|
add a doctest for anyconfig.compat.copen |
|
More...
|
almost 10 years ago
|
add ENCODING (a global), copen (an wrapper of codecs.open) and raw_input missing in python 3.x |
|
More...
|
almost 10 years ago
|
make pkg/runtest.sh not exit w/ code 0.7-5.el5.src even if flake8 is not found |
|
More...
|
almost 10 years ago
|
disable flake8 testing to avoid 'pkg_resources.VersionConflict' error looks caused by flake8 in pkg/test_requirements*.txt refered by travis-ci |
|
More...
|
almost 10 years ago
|
disable flake8 testing to avoid 'pkg_resources.VersionConflict' error looks caused by flake8 in tox.ini |
|
More...
|
almost 10 years ago
|
make flake8 ignoring .tox/**/*.py in tox.ini |
|
More...
|
almost 10 years ago
|
move py_iteritems() into the block not run in python 3, in anyconfig.compat; dict in python 3 does not have iteritems method |
|
More...
|
almost 10 years ago
|
disabled a test case of anyconfig.tests.common.mask_modules |
|
More...
|
almost 10 years ago
|
remove unused test case body |
|
More...
|
almost 10 years ago
|
add dummy test cases to test cases that if necessary module is not found, for yaml and json backend |
|
More...
|
almost 10 years ago
|
remove unused commented code |
|
More...
|
almost 10 years ago
|
add doctests for anyconfig.compat.*_iteritems |
|
More...
|
almost 10 years ago
|