summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2014-02-04hand config files on the command line to the daemonAzul
2014-02-04first interesting testsAzul
2014-02-04try to get require rubygems to work on travisAzul
2014-01-03make logging more preciseAzul
* do not log the SystemExit after the fork * log error classes alongside messages * unify logging in retry_request_once * debug now logs every step * info has one message per user created * warn only logs errors during the actions * error only logs crashes
2014-01-03better debug loggin, sleep before retryingAzul
2014-01-03ensure we log all errorsAzul
2013-12-22Version 0.3.1 with new flags --run-once, --rerun and --overwrite-security0.3.1Azul
--run-once will exit once all current changes have been processed --rerun will process all users again even those that were processed before --overwrite-security will overwrite security for user databases even if it has been set before.
2013-12-19add design docs on db creation, use PathnameAzul
Pathname makes dealing with files easier than String. Tapicero will look for design documents in design directory in the tapicero path for now.
2013-09-25log to file or syslog instead of STDOUTAzul
2013-09-10copying over skeleton from leap_ca which worked similarlyAzul