bump dependencies
flask update
update meta files
version detection
black reformat
allow overriding of configuration key/value pairs
use poetry for packaging
bye, bye PyCharm - hello Visual Studio Code!
fix: missing default values
add docstrings; arguments handling improved
auto increment field changed from 'minor' to 'patch'. DOH.
updated requirements
minor code cleanup
auto increment field changed from 'build' to 'minor'
period conversion helper methods
helper functions
stretchy state machine
never trust a .0
include sass compile in bundy
include script
version bumping helper supporting semantic and date versioning schemes
simple git version tag helper functions
updated requirements
add support for guessing app specific assets path
moved logging setup to CLI script
prevent leading new line
feature #6 prefer app specific specification
fix: missing path
...
do not overwrite existing files unless forced
include wolfication specification dummy contents
add parameters; add gitignore and cfignore contents
include cachelib as requirement
environment parameter; dry run support
template content and handling
support for app specific index file
fix: simplecache is part of cachelib
validate app name
don't call bundling
log settings
app specific trunk name
app name parameter support
ignore generated files
logging support; missing source handling; empty static file handling
never trust a .0 - fix #5: unused parameter
add means for not exposing data keys, closes #3
fix #2: add status code 500 if body cannot be JSON encoded
update requirements
add flask skeleton implementation of app specific swagger specification serving
glue functions
code cleanup
fix #1 - check if uWSGI configuration path is a directory
python version agnostic string type checks
CLI parameters support
...
ignore eggy stuff
import
prefer setuptools
moved stub/class
updated install requires; using stubs
Merge branch 'feature-webapp-generator'
ignore generated stuff
source bundling
web app generator: initial support
Merge branch 'py3-compat'
updated
fix unit test: cosh.json should not exists
use codecs
futurized code
fix: missing attribute
require UTF-8 encoded JSON content
absolute import
add closure compiler support
fix: wrong attribute name
select compiler/minifier
add a simple Closure Compiler Service API client script
rsync script deploy script support added
wording; force relative paths on some configuration keys
allow disabling of scripts by prefixing with 'OFF.'
code format
move default COSH_FILE_DEFAULT constant
allow overriding the css-html-js-minify script path; use config defaults; output paths created if needed; handle errors more gracefully
extract constants, add css-html-js-minify hint
move default configuration values
fixes, refactoring
fix
coshed-watcher translated to a controller class
add concatination of javascript files support (using css-html-js-minify for now)
file concatination script
docstrings updated
inotifywait args
move 'on change' function calls to separate function
gitignore update
add derived CoshedConfig class incapable of altering coshfile
add new behaviour: execute scripts in folder on change
generic defaults
add readme
add coshed configuration class
update gitignore
packaging meta files added