You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added a link to a project's logs in our cloud provider and the link is slightly larger than 1000 characters. The resulting display clutters the project detail view considerably.
I'm thinking that we should truncate links by keeping the scheme, net-loc, and final path element. So a link like https://my-service.environment.example.com wouldn't be modified. Links like https://github.com/AWeber-imbi/imbi-ui would be truncated as https://github.com/.../imbi-ui where the literal ellipsis replaces the intervening path segments. The remainder of the URL (eg, query, fragment) would be omitted. This would only affect the display of course.
The text was updated successfully, but these errors were encountered:
We recently added a link to a project's logs in our cloud provider and the link is slightly larger than 1000 characters. The resulting display clutters the project detail view considerably.
I'm thinking that we should truncate links by keeping the scheme, net-loc, and final path element. So a link like
https://my-service.environment.example.com
wouldn't be modified. Links likehttps://github.com/AWeber-imbi/imbi-ui
would be truncated ashttps://github.com/.../imbi-ui
where the literal ellipsis replaces the intervening path segments. The remainder of the URL (eg, query, fragment) would be omitted. This would only affect the display of course.The text was updated successfully, but these errors were encountered: