-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from muralibasani/4.4
Rich UI, validations, improvements, bug fixes
- Loading branch information
Showing
152 changed files
with
1,746 additions
and
2,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,147 @@ | ||
Kafkawize 4.4 | ||
|
||
1. Changes include improved User interface and few bug fixes. | ||
2. Metadata Synchronize option has been removed | ||
3. SSL connectivity to Kafka cluster has been removed | ||
4. Dashboard updated to show logged in Username, Team and Role | ||
5. Users can now only 4 environments DEV, TST, ACC and PRD. Hierarchy is defined in properties file. | ||
6. New model for UserInfo class is introduced to fix a password bug | ||
7. Password is not stored as encrypted text | ||
8. Validations bug in acls and topics requests | ||
9. Connect to Kafka clusters during start of Kafkawize | ||
10. Menu colors are updated | ||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 4.3 | ||
|
||
Changes include improved User interface and few bug fixes. | ||
Changes include improved User interface and few bug fixes. | ||
|
||
---------------------------------------------------------------- | ||
|
||
|
||
Kafkawize 4.2 | ||
|
||
Changes include | ||
1. Critical bug fix - concurrent user access | ||
1. Ability to have environments DEV, TST, ACC and PRD | ||
2. Ability to request for topics in DTAP environments | ||
3. Ability to view topic overview and subscriptions in one page | ||
4. Ability to view topic partitions and replication factor of all environments in topic overview page | ||
5. Ability to view topics and their existence in all environments | ||
6. Updated dashboard to view your team topics | ||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 4.1 | ||
|
||
Changes include | ||
1. New Bootstrap 4 User interface with new appealing look and feel | ||
2. New UI/UX - for great user experience | ||
3. Few bug fixes | ||
1. Critical bug fix - concurrent user access | ||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 4.0 | ||
|
||
|
||
Changes include | ||
1. About 320 Unit tests. Above 85% code coverage. | ||
2. Integration tests for both stores Cassandra and Rdbms, with EmbeddedCassandra and Embedded H2 sql database | ||
3. New UI for viewing topics | ||
4. New UI for viewing acls of topic | ||
5. New UI for approving topics | ||
6. New UI for approving acls | ||
7. New UI for login screen | ||
8. New UI for Dashboard, showing cluster api status and kafka cluster statuses | ||
9. Added License key validation | ||
10. Bug fixes and code enhancements | ||
|
||
There are several other changes and upgraded dependencies which improved the code quality and efficiency. | ||
1. New Bootstrap 4 User interface with new appealing look and feel | ||
2. New UX - for great user experience | ||
3. Few bug fixes | ||
|
||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 3.5 | ||
|
||
Changes include | ||
1. New page (Admin-ServerConfig) to display server configuration - application properties | ||
2. Default replication factor, default partitions and default max partitions can be configured from Clusters page. | ||
3. Couple of minor bug fixes | ||
1. About 320 Unit tests. Above 85% code coverage. | ||
2. Integration tests for both stores Cassandra and Rdbms, with EmbeddedCassandra and Embedded H2 sql database | ||
3. New UI for viewing topics | ||
4. New UI for viewing acls of topic | ||
5. New UI for approving topics | ||
6. New UI for approving acls | ||
7. New UI for login screen | ||
8. New UI for Dashboard, showing cluster api status and kafka cluster statuses | ||
9. Added License key validation | ||
10. Bug fixes and code enhancements | ||
|
||
There are several other changes and upgraded dependencies which improved the code quality and efficiency. | ||
|
||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 3.4 | ||
|
||
Changes include | ||
|
||
1. Decline Topic requests | ||
2. Decline Acl requests | ||
3. Bug fix in creating topic request | ||
1. New page (Admin-ServerConfig) to display server configuration - application properties | ||
2. Default replication factor, default partitions and default max partitions can be configured from Clusters page. | ||
3. Couple of minor bug fixes | ||
|
||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 3.3 | ||
|
||
Changes include search features in almost all screens, bug fixes and code improvements. | ||
Changes include | ||
1. Decline Topic requests | ||
2. Decline Acl requests | ||
3. Bug fix in creating topic request | ||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 3.2 | ||
|
||
Changes include search features in almost all screens, bug fixes and code improvements. | ||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 3.1 | ||
|
||
New features: | ||
1. Support for RDBMS store like MySql to store meta information. 1.0 only supports Apache Cassandra. It is one of the important feature which will support many customers who already have an SQL based solution. | ||
Changing property db.storetype=rdbms/cassandra will make the difference. | ||
|
||
Bug fixes: | ||
|
||
There are few bugs which are fixed in Topic requests, acls and schema registry modules. | ||
|
||
Changes include search features in almost all screens, bug fixes and code improvements. | ||
|
||
---------------------------------------------------------------- | ||
|
||
Kafkawize 2.0 | ||
|
||
Kafkawize is a Kafka Topic management tool (A Web application) which automates the process of creating and browsing Kafka components, by introducing roles/authorizations to users of various teams of an organization | ||
|
||
Changes include new feature Rdbms support for metastore, package restructuring, jpa/hibernate implementation, improved code quality and bug fixes. | ||
|
||
New features: | ||
1. Support for RDBMS store like MySql to store meta information. 1.0 only supports Apache Cassandra. It is one of the important feature which will support many customers who already have an SQL based solution. | ||
Changing property db.storetype=rdbms/cassandra will make the difference. | ||
|
||
Bug fixes: | ||
|
||
There are few bugs which are fixed in Topic requests, acls and schema registry modules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.