-
Notifications
You must be signed in to change notification settings - Fork 5
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
[NCL-8675] Add latest Brew Push column to Group Build Builds list #486
base: main
Are you sure you want to change the base?
Conversation
Problems:
|
* | ||
* @param requestConfig - Axios based request config | ||
*/ | ||
export const getBuildsWithBrewPush = async ( |
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.
dead code, it should be removed until it's really need
* | ||
* @param requestConfig - Axios based request config | ||
*/ | ||
export const getBuildsWithBrewPush = async ( |
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.
Current implementation is blocking whole lits just because of one column, even if some users / use-cases don't need that column at all. Anyway soon we will be implementing the similar functionality on other top-level pages, where blocking way would be very limiting and probably not possible due to performance issues.
Possible solution could be creating separated latestBrewPush component managing its state independently?
I understand there can be some other technical difficulties, if so, feel free to reach me directly and we can investigate other possible solutions together.
No description provided.