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

Missing possibility to refresh AV metrics #335

Closed
xakrurychle opened this issue Jul 4, 2023 · 2 comments
Closed

Missing possibility to refresh AV metrics #335

xakrurychle opened this issue Jul 4, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@xakrurychle
Copy link

Missing possibility to refresh metrics after updating for example issue template.

Scenario:

User updates AV's issue template, in SSC that actions prompts user to 'refresh' the application's metrics. I failed to find a command to do so in fcli.

@rsenden rsenden added the enhancement New feature or request label Jul 5, 2023
@rsenden
Copy link
Contributor

rsenden commented Jul 5, 2023

@xakrurychle Indeed, this would be good functionality to have in fcli. I guess we could have an fcli ssc appversion refresh command, or do you have any other suggestions as where this functionality should live in fcli?

Whether an application version needs to be refreshed is already visible in the output of ./fcli ssc appversion list -o json for example, but not visible in the default fcli output. Maybe we should look into adding this to the default table output as well if there's enough space; potentially we can just add a column displaying * if refresh is required (or potentially, we could display * if any attention is required, like refresh required, artifacts requiring approval, ..., although this may require additional endpoints to be queried and thus affect performance)

Also note that users can already use fcli query functionality to list only application versions for which refresh is (not) required; we should add these sample queries to #318:
image

@xakrurychle
Copy link
Author

@xakrurychle Indeed, this would be good functionality to have in fcli. I guess we could have an fcli ssc appversion refresh command, or do you have any other suggestions as where this functionality should live in fcli?

I believe fcli ssc appversion refresh is enough, any change that requires refresh is always within the application itself.

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 a pull request may close this issue.

2 participants