-
Notifications
You must be signed in to change notification settings - Fork 387
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
Provide filter query by job displayName, add pristine jobs reports #897
Conversation
MGSousa
commented
Jan 25, 2021
•
edited
Loading
edited
- Provide filter query by job displayName in main search
- Change var DKRON_FAILED_JOBS to receive only "failed jobs"
- Added pristine jobs reports (jobs that have not yet been performed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I miss the change in React UI to use PRISTINE_JOBS
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whops! you will need to rebase your commits with master, or maybe open a new PR?
@Victorcoder Conflicts resolved |
@MGSousa but the history is polluted with commits from master, try to rebase and squash to one commit |
commit a127a76 Merge: ffaf975 347cf72 Author: Miguel Sousa <[email protected]> Date: Mon Mar 15 15:39:45 2021 +0000 Merge branch 'master' of https://github.com/MGSousa/dkron commit ffaf975 Author: Miguel Sousa <[email protected]> Date: Mon Mar 15 13:07:06 2021 +0000 Remove custom status for untriggered/pristine jobs && Minor changes commit 8c9440b Author: Miguel Sousa <[email protected]> Date: Mon Mar 15 11:44:07 2021 +0000 Added public directory commit aa96dcf Author: Miguel Sousa <[email protected]> Date: Wed Mar 10 12:52:52 2021 +0000 Added Pristine Jobs to React UI commit eb18129 Author: Miguel Sousa <[email protected]> Date: Mon Jan 25 11:53:02 2021 +0000 FIX change header name DKRON_PRISTINE_JOBS commit d1c3184 Author: Miguel Sousa <[email protected]> Date: Mon Jan 25 10:22:15 2021 +0000 Provide filter query by job displayName, add disabled pristine jobs reports commit 347cf72 Author: Miguel Sousa <[email protected]> Date: Mon Mar 15 13:07:06 2021 +0000 Remove custom status for untriggered/pristine jobs && Minor changes commit 92fd8f5 Author: Miguel Sousa <[email protected]> Date: Mon Mar 15 11:44:07 2021 +0000 Added public directory commit b6b593a Author: Yuri van Oers <[email protected]> Date: Sun Mar 14 23:40:46 2021 +0100 Fix XSS vulnerability (distribworks#922) * Tidy modules * Fix "can't import package" error * Fix XSS vulnerability commit 2b2a2b2 Author: Etienne Duclos <[email protected]> Date: Sun Mar 14 13:41:24 2021 -0400 feat(ui): add a filter on disabled state (distribworks#923) commit 31c6324 Author: Miguel Sousa <[email protected]> Date: Wed Mar 10 12:52:52 2021 +0000 Added Pristine Jobs to React UI commit 92a9709 Author: Victor Castell <[email protected]> Date: Tue Mar 9 09:37:53 2021 +0100 Update go.sum commit 296a9fa Author: Victor Castell <[email protected]> Date: Mon Mar 8 22:44:39 2021 +0100 Update changelog commit 1a982e0 Author: Victor Castell <[email protected]> Date: Mon Mar 8 22:30:55 2021 +0100 Add the ui/public dir (distribworks#919) It was missing because of wrong gitignore commit 20ab436 Author: Miguel Sousa <[email protected]> Date: Mon Jan 25 11:53:02 2021 +0000 FIX change header name DKRON_PRISTINE_JOBS commit 5be4196 Author: Miguel Sousa <[email protected]> Date: Mon Jan 25 10:22:15 2021 +0000 Provide filter query by job displayName, add disabled pristine jobs reports
@Victorcoder Commits already squashed, check if history yet prevails |
I would prefer it if 'pristine' was replaced with 'untriggered' in the front-end code as well, so it is consistent with the backend. Other than that, LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer it if 'pristine' was replaced with 'untriggered' in the front-end code as well, so it is consistent with the backend.
Agree with @yvanoers suggestion
Done |
Co-authored-by: Victor Castell <[email protected]>
Co-authored-by: Victor Castell <[email protected]>
Co-authored-by: Victor Castell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!