Skip to content

Fix/0.5.2 bugfixes1 - #199

Merged
Codyjackson0321 merged 8 commits into
release/0.5.2from
fix/0.5.2-bugfixes1
Sep 6, 2026
Merged

Fix/0.5.2 bugfixes1#199
Codyjackson0321 merged 8 commits into
release/0.5.2from
fix/0.5.2-bugfixes1

Conversation

@Codyjackson0321

Copy link
Copy Markdown
Collaborator

Bug Fixes
Connection Manager – Cloud ID field bleed-through: Fixed a bug where switching from Cloud ID to URL connection type with a Cloud ID already entered would attempt to use the Cloud ID value to establish the connection instead of the URL.
SNMP – Graceful "no data yet" error: Resolved an unhelpful error message shown to users who had successfully created a device in SNMP but for whom no data had yet been written to Elasticsearch. The experience is now clean and friendly.
SNMP – Cancel icon color in Safari: Fixed a cross-browser rendering issue where cancel/delete icons (which should be pink) were rendering as green in Safari.
Windows – Logging file handler: Updated the logging file handler configuration so that it works correctly on Windows (file rotation and path handling were broken on Windows previously).
Pre-commit – Windows line endings: Fixed the add_license_headers.py script to prevent CRLF line endings from being injected when adding the NOTICE header to source files on Windows. Also retroactively corrected headers added to files that were previously missing them.

Refactors
Modal close confirmation: Added a confirmation dialogue to modal close handlers for modals with significant user input (e.g. Connection, SNMP Device, Network, Profile modals). This prevents accidental data loss when a user clicks outside the modal.
SNMP Device – IPv6 support: Relaxed the IP address validation on SNMP devices to accept IPv6 addresses in addition to IPv4.

Docs & Chores
build.md updated: Added instructions for setting up the Git pre-commit hook.
NOTICE.txt / license headers: Propagated license headers to files that were previously missing them as part of the pre-commit fix.

fix: prevented windows line endings from being created when we add the notice to the top of all source code files
chore: updating the fix (so I could push the refactor) resulted in adding headers to files that didn't previously have them.
…dy created a device, but no data had been written to Elastic
…rl with cloud id already prefilled would result in trying to use the cloud Id to create the connection
…odals that have enough input that it would be painful to lose your input by accidentally clicking off of the modal
@Codyjackson0321
Codyjackson0321 merged commit 81189fb into release/0.5.2 Sep 6, 2026
1 of 2 checks passed
@Codyjackson0321
Codyjackson0321 deleted the fix/0.5.2-bugfixes1 branch September 6, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant