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

Commits on Sep 5, 2023

  1. 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
    rixvet committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ec67586 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Sync used mysql instance from prod to dev

    Production is using mysql:8.0
    rixvet committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    40d73c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #990 from hashtopolis/isssue/989

    Fix update priority on task does not apply to taskwrapper
    zyronix authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9f45eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aea19a5 View commit details
    Browse the repository at this point in the history
  3. Fixes maxAgent also being set when patching Task when not supertask

    Reenabling skipped tests
    zyronix committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    398ba31 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Add PoC for dummy data generation

    Usefull when developing feature which require large sets.
    Like pagination and expansion.
    Rick van der Zwet committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d642b30 View commit details
    Browse the repository at this point in the history
  2. 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 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a97071a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. implemented test for the exportCrackedHashes helper

    implemented exportCrackedHashes helper on new API
    s3inlc committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bbaf641 View commit details
    Browse the repository at this point in the history
  2. 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
    s3inlc committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e095b43 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. implemented importCrackedHashes helper

    added tests to test different import scenarios
    s3inlc committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    955b99c View commit details
    Browse the repository at this point in the history
  2. implemented the two remaining hashlist helpers to export wordlist and…

    … left lists for hashlists
    
    added tests for both helper actions
    s3inlc committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c1912c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    422e940 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    3163f6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1042 from hashtopolis/feature/hashlist-helpers

    hashlist helpers implemented
    s3inlc authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1c09b99 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. 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
    s3inlc authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    be80815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7836f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. updated agent to version 0.7.2

    s3inlc committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ddb3cc9 View commit details
    Browse the repository at this point in the history