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

UI small fixes and improvements #1891

Merged

Conversation

thfries
Copy link
Contributor

@thfries thfries commented Feb 4, 2024

Hi @thjaeckle,

please find some small updates on the UI:
- send message with timeout 0 and no payload showed incorrect error in the response field. Reason was that on 202 response.json() was called that throwed an error. I added now 202 as "no content" case.
- added category column on connection logs, so you can distinguish source and target log entries
- connections js editors had wrong read-only behavior
- connection log details ace editor now with word wrap, otherwise it is hard to read long message in one line. Btw.: is there a way to avoid that ditto transfers all HTTP headers into the ditto headers? The messages by default look polluted and with a lot of overhead in size.
- Bug: filter on incoming messages does not work on new incoming messages

- send message with timeout 0 showed incorrect error
- added category column on connection logs
- connections js editors had wron read-only behaviour
- connection log details ace editor now with word wrap
- Bug: filter on incoming messages

Signed-off-by: thfries <[email protected]>
Copy link
Member

@thjaeckle thjaeckle left a comment

Choose a reason for hiding this comment

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

Thanks a lot @thfries
LGTM 👍

Btw.: is there a way to avoid that ditto transfers all HTTP headers into the ditto headers? The messages by default look polluted and with a lot of overhead in size.

Not by default, the "header passthrough" is a feature - you can however configure which headers to ignore and not "pass through" via Ditto service configuration.

I think this was the place:

@thjaeckle thjaeckle added this to the 3.5.2 milestone Feb 5, 2024
@thjaeckle thjaeckle added UI Issues related to the Ditto explorer UI bug labels Feb 5, 2024
@thjaeckle thjaeckle merged commit 4a587ca into eclipse-ditto:master Feb 5, 2024
3 checks passed
@thfries thfries deleted the ui_small_fixes_and_improvements branch October 5, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug UI Issues related to the Ditto explorer UI
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants