Skip to content

Notifications for the executed processes#120

Merged
Discookie merged 4 commits intoEricsson:mainfrom
Discookie:ericsson/complete-notifications
May 8, 2023
Merged

Notifications for the executed processes#120
Discookie merged 4 commits intoEricsson:mainfrom
Discookie:ericsson/complete-notifications

Conversation

@Discookie
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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