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

Remove unclosable CodeChecker analysis in progress window #64

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

csordasmarton
Copy link
Contributor

Closes #61

On large projects the analysis may take minutes. In this case it is
really annyoing for the user to show an unclosable pop-window.

Also this information whether an analysis is running is already available
in the bottom bar.

This patch will remove this pop-up window but will introduce a new tree
item on the overview sidebar to stop the analysis.

@csordasmarton csordasmarton added the enhancement New feature or request label Jan 31, 2022
@csordasmarton csordasmarton added this to the 1.0.1 milestone Jan 31, 2022
@csordasmarton csordasmarton force-pushed the remove_stop_analysis_window branch from 5ecd8bc to 7556efc Compare January 31, 2022 08:50
Copy link
Collaborator

@Discookie Discookie left a comment

Choose a reason for hiding this comment

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

export interface ProcessParameters {
/** Default: true, false when type is parse */
forwardStdoutToLogs?: boolean,
/** Default: true, false when type is parse or version */
showProgressBar?: boolean,

There's some extra logic in the executor process related to showing the progressbar that becomes redundant with this change. This option and its related functions should be removed as well.

On large projects the analysis may take minutes. In this case it is
really annyoing for the user to show an unclosable pop-window.

Also this information whether an analysis is running is already available
in the bottom bar.

This patch will remove this pop-up window but will introduce a new tree
item on the overview sidebar to stop the analysis.
@csordasmarton csordasmarton force-pushed the remove_stop_analysis_window branch from 7556efc to c6ff2a6 Compare January 31, 2022 11:13
@csordasmarton
Copy link
Contributor Author

@Discookie Done, please check it again.

Copy link
Collaborator

@Discookie Discookie left a comment

Choose a reason for hiding this comment

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

LGTM!

@Discookie Discookie merged commit e366a06 into Ericsson:main Jan 31, 2022
@csordasmarton csordasmarton deleted the remove_stop_analysis_window branch January 31, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't popup the "CodeChecker: analysis in progress..."
2 participants