2044 bug missing color labeling of tasks#2053
Open
inadequate777 wants to merge 24 commits into
Open
Conversation
inadequate777
commented
May 5, 2026
- added missing fields for color in taskwrapperdisplay
Author
|
need to add some test before merge |
Co-authored-by: Copilot <copilot@github.com>
Author
|
Added test for color field |
jessevz
requested changes
May 6, 2026
Author
Author
|
jessevz
requested changes
May 12, 2026
| tw.taskWrapperId AS taskWrapperId, tw.priority AS taskWrapperPriority, tw.maxAgents AS taskWrapperMaxAgents, | ||
| tw.taskType AS taskType, tw.hashlistId AS hashlistId, tw.accessGroupId AS accessGroupId, | ||
| tw.taskWrapperName AS taskWrapperName, tw.isArchived AS taskWrapperIsArchived, tw.cracked AS cracked, | ||
| t.taskId AS taskId, t.taskName AS taskName, t.attackCmd AS attackCmd, t.chunkTime AS chunkTime, |
Contributor
There was a problem hiding this comment.
You cant change a migration that has already happened, this way systems that have performed the migration will end up in a bad state. You should create a new migration where you add this field
Author
|
added new files for updating taskwrapperdisplay view using CREATE OR REPLACE VIEW in both sql and postres |
jessevz
approved these changes
May 18, 2026
This file contains hidden or 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
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.