summaryrefslogtreecommitdiffstats
path: root/peekaboo/db.py
AgeCommit message (Expand)Author
2018-06-20Simplify database schema updateSebastian Deiss
2018-03-15Remove __str__() from database moduleSebastian Deiss
2018-03-15Update docstringsSebastian Deiss
2018-02-20Store the Cuckoo job ID along with other analysis information in the databaseSebastian Deiss
2018-01-16Update copyrightSebastian Deiss
2018-01-09Fix database connection loss during query with MySQLSebastian Deiss
2017-11-20Merge branch 'feature-toolbox-concept'Sebastian Deiss
2017-11-09Prevent duplicate entries of samples in the database.Sebastian Deiss
2017-10-13Massive refactoring to implement our toolbox / plugin conceptSebastian Deiss
2017-10-11Update _meta table definition to fix issues with MySQLSebastian Deiss
2017-10-11Fix removal of samples having the state 'inProgress' at startup.Sebastian Deiss
2017-09-22Implement new database schemaSebastian Deiss
2017-09-14Change logging format and make it configurableSebastian Deiss
2017-09-08Use readable job hashesSebastian Deiss
2017-08-31Added more unit tests and therefore refactored some modules.Sebastian Deiss
2017-08-30Fix issues with race conditions in the database moduleSebastian Deiss
2017-08-30Replace relative imports due to issues with cyclic importsSebastian Deiss
2017-08-30Remove util.py module, since it is no longer requiredSebastian Deiss
2017-06-21Prevent parallel analyses of same samplesSebastian Deiss
2017-05-30Improve database queriesSebastian Deiss
2017-05-30Save timestamp of analyses to DBSebastian Deiss
2017-05-23Import from our internal VCSSebastian Deiss