Christopher Schmitt
Christopher Schmitt
If you're on the Cracked Passwords page for a Task and try to sort the passwords via the `cracked_at` column, the results will be incorrect. This is caused by the...
As an admin, I want the system to keep track of total runtime of a job so that we can potentially take action (stop the job) if it's not providing...
Let's evict a worker from the workmgr if we haven't gotten a ping from it in a period of time.
When a task is stopping due to a user requesting the job to stop, the job will exit but the last status sent is still "stopping" instead of "stopped".
Edge Schema's are ***awesome*** and allow you to store metadata about a relationship (like when 2 user's first became friends) but the gql generator places both edges (friends and friendship)...
Hi, This PR cleans up some of the XTRat code using to use the latest python standards which makes it easier to read (and could now potentially work on Python...