This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
Releases: andrewinci/Insulator
Releases · andrewinci/Insulator
Release 0.3.5
Add tombstone checkbox in producer view to allow users deleting records.
Read more at: https://andrea-vinci.github.io/Insulator/wiki/Delete%20Records/
Release 0.3.4
Add consumer group view (#155) * Add describe consumer group to adminApi * Port view and view model from previous version * Draft consumer group view * Reorganize insulator.di package * Style treeview * Fix PR lint * Add integration test for kafka conmsumer group * Add integration test for the consumer group view * Use dark theme in integration tests * Fix PR lint * Update Readme.md * Update Readme.md Co-authored-by: Auto Lint <[email protected]>
Release Candidate 0.3.3
Update brew tap url
Release 0.3.2
Fix a bug in the cluster configuration view
Add the list of consumer groups view
Release 0.3.1
Add Topic configurations view
Releas 0.3.0
Add Create schema registry view (#142) * Draft create schema registry view * Allow to refresh a schema to pull new versions * Fix an exception thrown when changing schema * Fix json formatter exception when an empty array is parsed * Lint * Fix tests * Move refreshButton to ui components * Split json formatter logic * Rename the schema text area * Lint * Add text to ConsumeFrom enum * Fix tests * Add integration test for refresh a single schema * Fix integration test * Fix cached error * Add create new schema test * Increate timeout * Disable localClusterTest and consumer test on windows * Fix PR lint * Test update4j as last step Co-authored-by: Auto Lint <[email protected]>
Release Candidate 0.2.3
Fix deprecaated usage of get-env
Release 0.2.2
Add kotlin reflect to the bootstrap
Release 0.1.78
Add refresh button (#138) * Cache list topic in cluster scope * Add refresh button * Add test refresh button in topic list * Add test for refresh schema registry list * Fix PR lint * Add unit test for register schema * Remove code duplication * Rename buttons * Fix text in button alignment Co-authored-by: Auto Lint <[email protected]>
Release 0.1.77
Add bootstrap for auto update (#137) * POC autoupdate * WIP: Bootstrap update UI * Fix PR lint * Refactor * Fix PR lint * Fix run build auto-update config * Update release workflow * Comment out the version check on startup * Fix jacoco test report * Refactoring * Fix PR lint * Update path * Update path * Fix PR lint Co-authored-by: Auto Lint <[email protected]>