Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Releases: andrewinci/Insulator

Release 0.3.5

27 Nov 07:54
f8b68bf
Compare
Choose a tag to compare

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

26 Nov 06:37
Compare
Choose a tag to compare
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

22 Nov 16:09
Compare
Choose a tag to compare
Pre-release
Update brew tap url

Release 0.3.2

20 Nov 04:52
db55523
Compare
Choose a tag to compare

Fix a bug in the cluster configuration view
Add the list of consumer groups view

Release 0.3.1

18 Nov 19:14
e6f0a50
Compare
Choose a tag to compare

Add Topic configurations view

Releas 0.3.0

17 Nov 07:48
6644d70
Compare
Choose a tag to compare
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

17 Nov 07:36
Compare
Choose a tag to compare
Pre-release
Fix deprecaated usage of get-env

Release 0.2.2

16 Nov 08:24
Compare
Choose a tag to compare
Add kotlin reflect to the bootstrap

Release 0.1.78

15 Nov 10:09
Compare
Choose a tag to compare
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

15 Nov 07:19
Compare
Choose a tag to compare
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]>