-
Notifications
You must be signed in to change notification settings - Fork 222
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
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
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
Reenabling skipped tests
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
hashlist helpers implemented
#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
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.
No description provided.