Skip to content
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

merge updates from dev to master for next release #1049

Merged
merged 17 commits into from
Mar 19, 2024
Merged

merge updates from dev to master for next release #1049

merged 17 commits into from
Mar 19, 2024

Conversation

s3inlc
Copy link
Member

@s3inlc s3inlc commented Mar 19, 2024

No description provided.

rixvet and others added 17 commits September 5, 2023 21:20
The task object priority is servering asl  'dummy' for  normal tasks.

Related taskwrapper object should be updated as well,
since the 'real' priority scheduling is done using the
Taskwrapper object.

Fixes: #989
Production is using mysql:8.0
Fix update priority on task does not apply to taskwrapper
Usefull when developing feature which require large sets.
Like pagination and expansion.
Instead of fetching the related object one object at the time,
requested all related objects ,via fetchExpandObjects, for given list
of objects.

This will reduce DB queries required for expansion from
O(<num-objects> * <num-expands>) to O(<num-expands>)

Added bonus we do not fetch duplicated objects anymore,
 reducing the amount of objects which requires processing.

Fixes #1017
implemented exportCrackedHashes helper on new API
…n int which causes issues with the new API not sending an int where an int is expected.

as the autoincremented IDs in MySQL always will be of type int, we cast it after retrieving
added tests to test different import scenarios
… left lists for hashlists

added tests for both helper actions
#1044)

* added helper functions for assigning and unassigning agents from tasks

* pass delete=True for test object creation

* call tearDown for other test class manually to clean up
@s3inlc s3inlc merged commit fb352c2 into master Mar 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants