Copilot commented on code in PR #1376: URL: https://github.com/apache/dubbo-admin/pull/1376#discussion_r2646430479
########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] Review Comment: Spelling error: "Milstone" should be "Milestone" ```suggestion # 0.7.0 [Milestone] ``` ########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] +## Summary +This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile, +the frontend ui is redesigned and completely rewritten using Vue3. +The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes, +deep integration of observability system and form-based traffic rule publishing. + +## Refactor +- Migration the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) +- Reorganize the project structure and tidy up the legacy code . [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311) + +## New Features +- Support resource-level isolation of store. [#1310](https://github.com/apache/dubbo-admin/pull/1310) +- Introduce informer framework to support discovery and engine. [#1314](https://github.com/apache/dubbo-admin/pull/1314) +- Support memory type of store based on cache in client-go. [#1332](https://github.com/apache/dubbo-admin/pull/1332) +- Kubernetes implemention of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) +- Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) +- Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) +- Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) +- Nacos Implemention of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) +- Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) +- Zookeeper Implemention of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) Review Comment: Spelling error: "Implemention" should be "Implementation" ```suggestion - Kubernetes implementation of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) - Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) - Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) - Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) - Nacos Implementation of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) - Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) - Zookeeper Implementation of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) ``` ########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] +## Summary +This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile, +the frontend ui is redesigned and completely rewritten using Vue3. +The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes, +deep integration of observability system and form-based traffic rule publishing. + +## Refactor +- Migration the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) Review Comment: Grammatical error: "Migration" should be "Migrate" (verb form) to be consistent with other bullet points ```suggestion - Migrate the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) ``` ########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] +## Summary +This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile, +the frontend ui is redesigned and completely rewritten using Vue3. +The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes, +deep integration of observability system and form-based traffic rule publishing. + +## Refactor +- Migration the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) +- Reorganize the project structure and tidy up the legacy code . [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311) + +## New Features +- Support resource-level isolation of store. [#1310](https://github.com/apache/dubbo-admin/pull/1310) +- Introduce informer framework to support discovery and engine. [#1314](https://github.com/apache/dubbo-admin/pull/1314) +- Support memory type of store based on cache in client-go. [#1332](https://github.com/apache/dubbo-admin/pull/1332) +- Kubernetes implemention of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) +- Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) +- Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) +- Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) +- Nacos Implemention of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) +- Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) +- Zookeeper Implemention of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) + +## Bug Fixes +- Fix compile error. [#1325](https://github.com/apache/dubbo-admin/pull/1325) +- Fix counter registration bug. [#1369](https://github.com/apache/dubbo-admin/pull/1369) +- Fix npe cuased by incorrect indexer initiation order. [#1372](https://github.com/apache/dubbo-admin/pull/1372) Review Comment: Spelling error: "cuased" should be "caused" ```suggestion - Fix npe caused by incorrect indexer initiation order. [#1372](https://github.com/apache/dubbo-admin/pull/1372) ``` ########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] +## Summary +This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile, +the frontend ui is redesigned and completely rewritten using Vue3. +The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes, +deep integration of observability system and form-based traffic rule publishing. + +## Refactor +- Migration the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) +- Reorganize the project structure and tidy up the legacy code . [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311) + +## New Features +- Support resource-level isolation of store. [#1310](https://github.com/apache/dubbo-admin/pull/1310) +- Introduce informer framework to support discovery and engine. [#1314](https://github.com/apache/dubbo-admin/pull/1314) +- Support memory type of store based on cache in client-go. [#1332](https://github.com/apache/dubbo-admin/pull/1332) +- Kubernetes implemention of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) +- Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) +- Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) +- Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) +- Nacos Implemention of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) +- Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) +- Zookeeper Implemention of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) Review Comment: Spelling error: "Implemention" should be "Implementation" ```suggestion - Kubernetes implementation of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) - Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) - Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) - Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) - Nacos Implementation of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) - Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) - Zookeeper Implementation of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) ``` ########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] +## Summary +This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile, +the frontend ui is redesigned and completely rewritten using Vue3. +The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes, +deep integration of observability system and form-based traffic rule publishing. + +## Refactor +- Migration the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) +- Reorganize the project structure and tidy up the legacy code . [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311) + +## New Features +- Support resource-level isolation of store. [#1310](https://github.com/apache/dubbo-admin/pull/1310) +- Introduce informer framework to support discovery and engine. [#1314](https://github.com/apache/dubbo-admin/pull/1314) +- Support memory type of store based on cache in client-go. [#1332](https://github.com/apache/dubbo-admin/pull/1332) +- Kubernetes implemention of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) +- Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) +- Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) +- Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) +- Nacos Implemention of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) +- Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) +- Zookeeper Implemention of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) Review Comment: Spelling error: "implemention" should be "implementation" ```suggestion - Kubernetes implementation of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340) - Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345) - Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355) - Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356) - Nacos Implementation of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367) - Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370) - Zookeeper Implementation of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371) ``` ########## CHANGELOG.md: ########## @@ -0,0 +1,39 @@ +# 0.7.0 [Milstone] +## Summary +This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile, +the frontend ui is redesigned and completely rewritten using Vue3. +The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes, +deep integration of observability system and form-based traffic rule publishing. + +## Refactor +- Migration the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302) +- Reorganize the project structure and tidy up the legacy code . [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311) Review Comment: Extra space before period: "legacy code ." should be "legacy code." ```suggestion - Reorganize the project structure and tidy up the legacy code. [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
