-
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
Commits on Sep 5, 2023
-
Fix update priority on task does not apply to taskwrapper
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
Configuration menu - View commit details
-
Copy full SHA for ec67586 - Browse repository at this point
Copy the full SHA ec67586View commit details
Commits on Oct 2, 2023
-
Sync used mysql instance from prod to dev
Production is using mysql:8.0
Configuration menu - View commit details
-
Copy full SHA for 40d73c7 - Browse repository at this point
Copy the full SHA 40d73c7View commit details
Commits on Oct 24, 2023
-
Merge pull request #990 from hashtopolis/isssue/989
Fix update priority on task does not apply to taskwrapper
Configuration menu - View commit details
-
Copy full SHA for 9f45eaf - Browse repository at this point
Copy the full SHA 9f45eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea19a5 - Browse repository at this point
Copy the full SHA aea19a5View commit details -
Fixes maxAgent also being set when patching Task when not supertask
Reenabling skipped tests
Configuration menu - View commit details
-
Copy full SHA for 398ba31 - Browse repository at this point
Copy the full SHA 398ba31View commit details
Commits on Oct 25, 2023
-
Add PoC for dummy data generation
Usefull when developing feature which require large sets. Like pagination and expansion.
Rick van der Zwet committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for d642b30 - Browse repository at this point
Copy the full SHA d642b30View commit details -
Add optimalisation on fetching related objects
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
Rick van der Zwet committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for a97071a - Browse repository at this point
Copy the full SHA a97071aView commit details
Commits on Feb 13, 2024
-
implemented test for the exportCrackedHashes helper
implemented exportCrackedHashes helper on new API
Configuration menu - View commit details
-
Copy full SHA for bbaf641 - Browse repository at this point
Copy the full SHA bbaf641View commit details -
lastInsertId() from MySQL returns the new ID as a string instead of a…
…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
Configuration menu - View commit details
-
Copy full SHA for e095b43 - Browse repository at this point
Copy the full SHA e095b43View commit details
Commits on Feb 17, 2024
-
implemented importCrackedHashes helper
added tests to test different import scenarios
Configuration menu - View commit details
-
Copy full SHA for 955b99c - Browse repository at this point
Copy the full SHA 955b99cView commit details -
implemented the two remaining hashlist helpers to export wordlist and…
… left lists for hashlists added tests for both helper actions
Configuration menu - View commit details
-
Copy full SHA for c1912c7 - Browse repository at this point
Copy the full SHA c1912c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422e940 - Browse repository at this point
Copy the full SHA 422e940View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3163f6d - Browse repository at this point
Copy the full SHA 3163f6dView commit details -
Merge pull request #1042 from hashtopolis/feature/hashlist-helpers
hashlist helpers implemented
Configuration menu - View commit details
-
Copy full SHA for 1c09b99 - Browse repository at this point
Copy the full SHA 1c09b99View commit details
Commits on Feb 24, 2024
-
added helper functions for assigning and unassigning agents from tasks (
#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
Configuration menu - View commit details
-
Copy full SHA for be80815 - Browse repository at this point
Copy the full SHA be80815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7836f - Browse repository at this point
Copy the full SHA 6a7836fView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddb3cc9 - Browse repository at this point
Copy the full SHA ddb3cc9View commit details