summaryrefslogtreecommitdiff
path: root/jimbrella/admin_log.py
AgeCommit message (Collapse)Author
2021-10-29Fix description format tokens in AdminLog.read()Frederick Yin
2021-10-29Change entry key names in AdminLogFrederick Yin
Because the module that calls it is no longer database, but routine.
2021-10-28AdminLog: `read()` returns friendly logsFrederick Yin
2021-10-28Change arguments to AdminLog.logFrederick Yin
Several keys of a monolithic dict are now discrete args
2021-10-28AdminLog: _write is now called log and takes one entry onlyFrederick Yin
2021-10-28Make AdminLog._write less repetitiveFrederick Yin
2021-10-27Separate Lockfile into new classFrederick Yin
2021-10-24Implement basic I/O of AdminLogFrederick Yin