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