0
I Use This!
Activity Not Available

Commits : Listings

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