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

Notifications for the executed processes #120

Merged
merged 4 commits into from
May 8, 2023

Conversation

Discookie
Copy link
Collaborator

Added notifications for adding CodeChecker log and analyze commands to the queue, and then executing them.
They are mainly displayed on the sidebar, and there's actions for killing the process or removing them from the queue.

@Discookie Discookie requested a review from vodorok December 9, 2022 10:14
@Discookie Discookie force-pushed the ericsson/complete-notifications branch from 3161d3f to 08095d8 Compare December 9, 2022 10:24
Copy link
Collaborator

@vodorok vodorok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

break;
case ProcessStatus.running:
this._processStatusChange.fire(ProcessStatus.running);
case ProcessStatus.queued:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the above fallthrough on line 280 intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, it's not really a fallthrough, just multiple values executing the same case with no extra code.

@vodorok
Copy link
Collaborator

vodorok commented May 5, 2023

Please resolve the yarn.lock confilcts then it can be merged.

@Discookie Discookie force-pushed the ericsson/complete-notifications branch from 08095d8 to 113f134 Compare May 8, 2023 11:57
@Discookie Discookie merged commit ca8ba24 into Ericsson:main May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants