-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure scheduler storage module #3294
Conversation
Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍 I just have a few suggestions and notes to improve it even more
Co-authored-by: ammar92 <[email protected]>
Co-authored-by: ammar92 <[email protected]>
Checklist for QA:
What works:Looks good. Added 2 organisations and performed scanning activities with both. The tasks seem to run and complete and corresponding findings are created. Ready for merge. What doesn't work:n/a Bug or feature?:n/a |
Co-authored-by: ammar92 <[email protected]> Co-authored-by: Jan Klopper <[email protected]>
* main: Fix new boefjes issue for scheduler (#3297) Add audit logging to CRUD actions using Django signals (#3314) fix: Button height (#3316) Add user id to OOI (#3305) Translations update from Hosted Weblate (#3179) Restructure scheduler storage module (#3294) Fix CSRF error in API with token auth (#3313)
* feature/mula/refactor-queue: Fix new boefjes issue for scheduler (#3297) Add audit logging to CRUD actions using Django signals (#3314) fix: Button height (#3316) Add user id to OOI (#3305) Translations update from Hosted Weblate (#3179) Restructure scheduler storage module (#3294) Fix CSRF error in API with token auth (#3313)
Changes
Minor changes to the storage module.
get_task
change to fall in line with the other datastores and method namingDBConn.__init__
to use an attribute logging module instead of a 'global' one.QA notes
Changes done to the datastores, the main QA points of attention would be that the scheduler would perform its normal procedures.
Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.