workaround for customizing the build history table

I realize there are already tickets like https://youtrack.jetbrains.com/issue/TW-15905 which are years old, so I assume I have to look for workarounds to be able to customize the build history presentation.

Poking around in the webapp sources I see there is buildTypeStatusDiv.jsp but that just goes from the taglib into react, ReactUI.renderShortBuildTypeHistory which is somewhere in the compacted and unreadable /js/ring/bundle.js

So even with the static-ui-extensions plugin, there is no obvious/easy way to do things like
- change the width of the build number to handle wider values
- inline up to 3 tag names (not just the icon)
- add a TriggeredBy column.

Also, there appears to be some "middle ellipsis" processing that inserts "..." into the middle of the buildNumber column value, which would interfere with simple css workarounds for controlling width.

Any suggestions?

Thanks

0
1 comment

Hi,

From our side, I'm afraid that modifying the provided files is not supported. You can modify at your will if you know what you are doing but we won't provide support for it, as you can imagine.

0

Please sign in to leave a comment.