summaryrefslogtreecommitdiff
path: root/jimbrella/admin_log.py
AgeCommit message (Collapse)Author
2021-10-31Implement ADMIN_MODIFY_DB logsFrederick Yin
When an admin requests /admin/umbrella/edit and the request succeeds, an ADMIN_MODIFY_DB log is kept. `Database.update` will keep track of the updated columns.
2021-10-31AdminLog keeps log and skips when an entry cannot be readFrederick Yin
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