-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix/remove unneeded tree lookups on ooi views #4032
Merged
+65
−37
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
27a0709
small cleanups on ooi detail page
underdarknl c21b37c
Merge branch 'main' of github.com:minvws/nl-kat-coordination
underdarknl 8cc480f
only lookup inference params when we actualy have inference origins.
underdarknl b7d9877
dont do a full tree lookup when we are not even using the tree
underdarknl bb268b9
Merge branch 'main' into fix/remove-unneeded-tree-lookups
underdarknl 393c106
Some fixes
ammar92 e3d212a
Languages file updated
ammar92 a22c5c9
Merge branch 'main' into fix/remove-unneeded-tree-lookups
underdarknl 1f5e89e
Merge branch 'main' into fix/remove-unneeded-tree-lookups
dekkers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-11 11:14+0000\n" | ||
"POT-Creation-Date: 2025-01-23 20:12+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1093,7 +1093,6 @@ msgstr "" | |
|
||
#: katalogus/templates/partials/plugin_settings_required.html | ||
#: rocky/templates/findings/finding_add.html | ||
#: rocky/templates/partials/ooi_detail_related_object.html | ||
#: rocky/templates/partials/ooi_list_toolbar.html | ||
msgid "Add" | ||
msgstr "" | ||
|
@@ -3055,7 +3054,6 @@ msgstr "" | |
#: reports/report_types/dns_report/report.html | ||
#: reports/report_types/findings_report/report.html | ||
#: reports/report_types/vulnerability_report/report.html | ||
#: reports/templates/report_overview/scheduled_reports_table.html | ||
#: reports/templates/summary/selected_plugins.html | ||
#: rocky/templates/crisis_room/crisis_room_findings_block.html | ||
#: rocky/templates/findings/finding_list.html | ||
|
@@ -6437,11 +6435,11 @@ msgid "Related objects" | |
msgstr "" | ||
|
||
#: rocky/templates/partials/ooi_detail_related_object.html | ||
msgid "No related objects added to" | ||
msgid "No related object known for" | ||
msgstr "" | ||
|
||
#: rocky/templates/partials/ooi_detail_related_object.html | ||
msgid "Use the button below to add a related object." | ||
msgid "Add related" | ||
msgstr "" | ||
|
||
#: rocky/templates/partials/ooi_detail_toolbar.html | ||
|
@@ -6737,13 +6735,12 @@ msgid "Manually added" | |
msgstr "" | ||
|
||
#: rocky/templates/tasks/ooi_detail_task_list.html | ||
#: rocky/templates/tasks/plugin_detail_task_list.html | ||
msgid "There are no tasks for" | ||
msgid "There have been no tasks" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/ooi_detail_task_list.html | ||
#: rocky/templates/tasks/plugin_detail_task_list.html | ||
msgid "List of tasks for" | ||
#: rocky/templates/tasks/partials/tab_navigation.html | ||
msgid "List of tasks" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/partials/stats.html | ||
|
@@ -6762,10 +6759,6 @@ msgstr "" | |
msgid "Could not load stats, Scheduler error." | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/partials/tab_navigation.html | ||
msgid "List of tasks" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/partials/task_actions.html | ||
msgid "Yielded objects" | ||
msgstr "" | ||
|
@@ -6778,6 +6771,14 @@ msgstr "" | |
msgid "Download task data" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/plugin_detail_task_list.html | ||
msgid "There are no tasks for" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/plugin_detail_task_list.html | ||
msgid "List of tasks for" | ||
msgstr "" | ||
|
||
#: rocky/templates/two_factor/_wizard_actions.html | ||
msgid "Log in" | ||
msgstr "" | ||
|
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Is this check still needed? the tree uses the self.observed_at property of the view anyway.
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.
I'm not sure. That might apply to the tree-based views, but I think this check is also used within the detail view