-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update scheduler architecture documentation #2387
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* main: Fix/394 Introduce clearance level control for objects imported by CSV (#2390) Update RabbitMQ to the latest version (#2392) Show created at and data from in reports (#2370) Rename invalid rpki finding to expired (#2377) Convert `docker-compose` to `docker compose` (#2341) Remove uWSGI (#2366) Prevent double github actions (#2374)
underdarknl
reviewed
Jan 30, 2024
underdarknl
reviewed
Jan 30, 2024
Lets add SVG files to the precommit exclusion settings. |
* main: Select all OOIS for Aggregate Reports (#2222) Add timeouts to CVE API downloader (#2455) Fix/normalizer produces, list was empty. is now populated and links to object page (#2411) Add mypy and application bootstrap test to boefjes (#2460) Add traces for pop and push to queue in scheduler (#2467) Feature/report benchmarks (#2447) Hotfix for default arg (#2458) Fix argument order and hence avoid the octopoes factory (#2454) upgrade forcediphttpsadapter (#2453)
No comments from QA. Looks good from what I can see. |
underdarknl
approved these changes
Feb 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Documentation to accurately describe the current architecture of the scheduler. Added diagrams in order to further explain the dataflows within the scheduler. Changes to code were mainly to structure the methods in a more practical order. The main changes are done in the architecture.md doc.