index
:
2git/jarmon
lukeshu/jsrrdgraph-integration
lukeshu/master
master
richardw/independent-ds-transformers-1188220
richardw/jsrrdgraph-integration
srix/master
https://launchpad.net/jarmon
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jarmonbuild
/
commands.py
Age
Commit message (
Collapse
)
Author
2016-12-11
include the README in the API docs
Luke Shumaker
2016-12-09
Switch from yuidoc to JSDoc3.
Luke Shumaker
Before it downloaded yuidoc for you; not it expects that jsdoc is already installed. Note that it was old-school, abandoned yuidoc, not its successor yuidocjs. The migration path from yuidoc->jsdoc actually seemed simpler than yuidoc->yuidocjs.
2016-12-08
Better release zip generation
Luke Shumaker
2016-12-08
Upgrade yuidoc 1.0.0b1 -> 50
Luke Shumaker
yuidoc 1.0.0b1 was crashing on jarmon.test.js.
2016-12-08
jarmonbuild: Adjust to use git instead of bzr
Luke Shumaker
2016-12-08
Move the closure-compiler parameters into commands.py
Luke Shumaker
This is clearer than having the old dependencies.js describe the new one. Build processes should be DAGs.
2011-08-08
Show copyright dates only in LICENCE file
Richard Wall
2011-06-18
fix yuidoc url
Richard Wall
2011-06-18
print a timestamp into compiled javascript file
Richard Wall
2011-06-18
Remove unused imports
Richard Wall
2011-06-18
parse @ style closure params
Richard Wall
2011-06-18
parse @ style closure params
Richard Wall
2011-06-18
use closure compiler @ prefixes
Richard Wall
2011-06-18
read params from existing dependencies.js file
Richard Wall
2011-06-18
write in chunks
Richard Wall
2011-06-18
add a command to closure compile javascripts
Richard Wall
2011-02-16
Rename inline functions to satisfy pyflakes.
Richard Wall
2011-02-16
Some pyflakes / pep8 fixes.
Richard Wall
2010-08-30
Add another RRA to demonstrate that jarmon is currently selecting the wrong RRA
Richard Wall
2010-08-30
more realistic rrd step sizes and data
Richard Wall
2010-08-29
build an rrd file with simple / testable content
Richard Wall
2010-08-28
Implement subcommand argument parsing
Richard Wall
2010-08-28
the start of a builder of simple, testable rrd files
Richard Wall
2010-08-22
Add tests for yuidoc dependencies
Richard Wall
2010-08-22
handle debug logging
Richard Wall
2010-08-22
Add a command hierarchy and complete the release command
Richard Wall
2010-08-22
move jarmon.js into a subfolder so that we can point yuidoc at only that file
Richard Wall
2010-08-22
the beginnings of a source package build system
Richard Wall
2010-08-22
Put the docs in a build subdir
Richard Wall
2010-08-22
Use long options for clarity
Richard Wall
2010-08-22
Add docstrings and don't remove the build dir on completion
Richard Wall
2010-08-22
Remove the existing docs before generating new ones, remove timestamps from ↵
Richard Wall
documentation templates
2010-08-22
Fix a log error and correct import in stub script
Richard Wall
2010-08-22
Add a documentation build script
Richard Wall