-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #90] Merge dev
branch into main
#93
Commits on Jan 4, 2024
-
* Archive old frontend project * Migrate eventmesh-admin from https://github.com/apache/eventmesh pil0txia_feat_4501 * Extract project to root path * Rename project from eventmesh-admin to eventmesh-dashboard * Rename package from .admin to .dashboard
Configuration menu - View commit details
-
Copy full SHA for b5970c4 - Browse repository at this point
Copy the full SHA b5970c4View commit details
Commits on Jan 8, 2024
-
fix(*)1. 完成项目设计 2. 完成项目与模块搭建 (#14)
Co-authored-by: jie@apache.org <2732554140@qq.com>
Configuration menu - View commit details
-
Copy full SHA for b7106e4 - Browse repository at this point
Copy the full SHA b7106e4View commit details
Commits on Jan 11, 2024
-
[ISSUE #15] Set up core module and ASF License (#12)
* Set up CI * Add LICENSE * Add CheckStyle * Set up DB * Add druid StatFilter controller * sync CI change in apache/eventmesh#4722 * fix(*)1. 完成项目设计 2. 完成项目与模块搭建 * Supplement module dependency relation and fix project info * Move original Admin into Core & rewrite dependencies --------- Co-authored-by: laohu <2732554140@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 818372d - Browse repository at this point
Copy the full SHA 818372dView commit details
Commits on Jan 16, 2024
-
[ISSUE #16] Set up Maven CI & Add .asf.yaml & Rename core packages (#17)
* Set up CI * Add LICENSE * Add CheckStyle * Set up DB * Add druid StatFilter controller * sync CI change in apache/eventmesh#4722 * Supplement module dependency relation and fix project info * Move original Admin into Core & rewrite dependencies * Rename package to .core * Add .asf.yaml * Enable branches with namespace triggering CI * Set up Maven CI * Downgrade JDK from 17 to 8 * Remove failed empty test * Remove failed dependabot task * Unify version number (using maven 3.8.1, maven wrapper to be added) --------- Co-authored-by: laohu <2732554140@qq.com>
Configuration menu - View commit details
-
Copy full SHA for fdba35b - Browse repository at this point
Copy the full SHA fdba35bView commit details
Commits on Jan 22, 2024
-
[ISSUE #20] Add dependency of console module (#19)
* refactor: add dependency of console module and move controllers into console module. * fix: add logback config, fix application-dev.yml and move `</dependencyManagement>` to root `pom.xml` as pointed out in PR#19.
Configuration menu - View commit details
-
Copy full SHA for ad4bd7a - Browse repository at this point
Copy the full SHA ad4bd7aView commit details
Commits on Jan 26, 2024
-
[ISSUE #23] Integrate Checkstyle into Build and CI process (#24)
* integrate checkstyle * fix import order & remove excessive try-catch
Configuration menu - View commit details
-
Copy full SHA for 828b8f9 - Browse repository at this point
Copy the full SHA 828b8f9View commit details
Commits on Jan 29, 2024
-
[ISSUE #21] Implement Connection related code (#22)
* fixes #21 ADD: connection related code: Connection/Client/Connector: Mapper,Entity Connection: ConnectionService,ConnectionDataService others: eventmesh-dashboard.sql test resources MODIFY: pom file: remove dependency of junit, spring-boot-starter-test contains it. pom file: let service module depend on core module. * [ISSUE #23] Integrate Checkstyle into Build and CI process (#24) * integrate checkstyle * fix import order & remove excessive try-catch * [ISSUE #23] Integrate Checkstyle into Build and CI process (#24) * integrate checkstyle * fix import order & remove excessive try-catch * fixes #21 fixed according to PR#22 conversation Database schema definition modified * fix checkstyle for ConnectorMapper * fix: add StatusEnum add enum support for entity class. * fix: rename KubernetesPodStatus * fix checkstyle --------- Co-authored-by: Pil0tXia <xiatian@apache.org>
Configuration menu - View commit details
-
Copy full SHA for f7f3a60 - Browse repository at this point
Copy the full SHA f7f3a60View commit details
Commits on Feb 18, 2024
-
[ISSUE #26] CRUD the basic tables of Topic, Group, GroupMember, and O…
…peration (#28) (#34) * refactor: add dependency of console module and move controllers into console module. * fix: add logback config, fix application-dev.yml and move `</dependencyManagement>` to root `pom.xml` as pointed out in PR#19. * FirstCommit * remerge * first improve * second improve * third improve * fourth improve * fourth improve * fourth improve * Update and rename EventmeshConsoleApplication.java to EventMeshDashboardApplication.java * rename this starter class file to EventMeshDashboardApplication * rename this starter class file to EventMeshDashboardApplication * change some resource file * improve name * improve name * Modify the fields of the synchronized log table * improve name * improve name --------- Co-authored-by: zzx <142965157+zzxxiansheng@users.noreply.github.com> Co-authored-by: lambert@arch <lambertrao@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 07e7bc8 - Browse repository at this point
Copy the full SHA 07e7bc8View commit details
Commits on Feb 19, 2024
-
[ISSUE #32] Set up GitHub MySQL workflow to support unit test (#35)
* Set up MySQL according to https://stackoverflow.com/questions/72294279/how-to-connect-to-mysql-databas-using-github-actions * Set up MySQL according to https://medium.com/@michaelmatere606/configuring-mysql-for-github-actions-a-step-by-step-guide-f49e0a7aeedc and https://ovirium.com/blog/how-to-make-mysql-work-in-your-github-actions/ * Change password according to https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md * Fit database name with `_` instead of `-` * Use the `service` sector instead of starting the mysql service of GitHub's ubuntu image
Configuration menu - View commit details
-
Copy full SHA for 0d1ebbf - Browse repository at this point
Copy the full SHA 0d1ebbfView commit details
Commits on Feb 20, 2024
-
[ISSUE #30] modify mappers and add test (#38)
* test: add mappers' tests. improved connection, connector, client, meta, health mappers and add their unit tests. * fix: rename database name rename test database name to `eventmesh_dashboard_test` * fix: modify text default value into an literal expression * fix: remove endtime field from client mapper insert method * style: unify mapper style array format when using dynamic scripts (<script>) `+` format when using simple statements
Configuration menu - View commit details
-
Copy full SHA for e952af2 - Browse repository at this point
Copy the full SHA e952af2View commit details -
[ISSUE #25] Add HealthService (#41)
* feat: add health service module * feat: add FunctionManager * chore: style optimize * chore: remove redundant code * chore: rename FunctionManagerBean to FunctionManagerLoader
Configuration menu - View commit details
-
Copy full SHA for 15b1f40 - Browse repository at this point
Copy the full SHA 15b1f40View commit details
Commits on Mar 1, 2024
-
[ISSUE #42] fix the problem HealthExcutor don't doCheck asynchronously (
#43) * fix: let HealthExecutor support async doCheck * chore: move test files out of unit folder * chore: add HealthConstant * chore * style: rewrite description assign in CheckResultCache in if-else
Configuration menu - View commit details
-
Copy full SHA for d816839 - Browse repository at this point
Copy the full SHA d816839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef2c32 - Browse repository at this point
Copy the full SHA 5ef2c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7545495 - Browse repository at this point
Copy the full SHA 7545495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21eca5f - Browse repository at this point
Copy the full SHA 21eca5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22182eb - Browse repository at this point
Copy the full SHA 22182ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14be41d - Browse repository at this point
Copy the full SHA 14be41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd0807 - Browse repository at this point
Copy the full SHA 2bd0807View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99e903 - Browse repository at this point
Copy the full SHA e99e903View commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc51729 - Browse repository at this point
Copy the full SHA bc51729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da3e5e - Browse repository at this point
Copy the full SHA 2da3e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e450a4 - Browse repository at this point
Copy the full SHA 9e450a4View commit details -
Merge pull request #47 from Pil0tXia/pil0txia/feat_46
[ISSUE #46] Refactor and split `core` module
Configuration menu - View commit details
-
Copy full SHA for 62a478d - Browse repository at this point
Copy the full SHA 62a478dView commit details
Commits on Mar 8, 2024
-
[ISSUE #51] Config Mgmt basic function and config,runtime,store,clust…
…er SQL (#52) * refactor: add dependency of console module and move controllers into console module. * fix: add logback config, fix application-dev.yml and move `</dependencyManagement>` to root `pom.xml` as pointed out in PR#19. * FirstCommit * remerge * first improve * second improve * third improve * fourth improve * fourth improve * fourth improve * Update and rename EventmeshConsoleApplication.java to EventMeshDashboardApplication.java * rename this starter class file to EventMeshDashboardApplication * rename this starter class file to EventMeshDashboardApplication * change some resource file * improve name * improve name * Modify the fields of the synchronized log table * improve name * improve name * config basic function and config ,runtime,store,cluster sql * try to resolve build error * Some changes in the specification * something rename * one sql update * tag something to do --------- Co-authored-by: lambert@arch <lambertrao@outlook.com> Co-authored-by: 周倬贤 <14100340+zhou-zhuoxian@user.noreply.gitee.com>
Configuration menu - View commit details
-
Copy full SHA for 4eb9f83 - Browse repository at this point
Copy the full SHA 4eb9f83View commit details
Commits on Mar 9, 2024
-
[ISSUE #49] RocketMQ and Nacos health check (#53)
* style: `sql` `entities` `mapper` improvement * refactor: move health module into function module. more files will be added in function module * feat: add rocketmq check and nacos check * fix: ci utf8 * fix: pom * feat: add StoreType Enum
Configuration menu - View commit details
-
Copy full SHA for c21462c - Browse repository at this point
Copy the full SHA c21462cView commit details -
[ISSUE #29] Set up EventMesh Dashboard Front-end (#56)
* added view code * added navigation interaction * added empty pages * add topic statistics ui * complete topic page style --------- Co-authored-by: SUN <350916525@qq.com>
Configuration menu - View commit details
-
Copy full SHA for ac14afc - Browse repository at this point
Copy the full SHA ac14afcView commit details
Commits on Mar 12, 2024
-
[ISSUE #57] Modify the field, synchronize the modification, and add t…
…he mapper method (#58) * refactor: add dependency of console module and move controllers into console module. * fix: add logback config, fix application-dev.yml and move `</dependencyManagement>` to root `pom.xml` as pointed out in PR#19. * FirstCommit * remerge * first improve * second improve * third improve * fourth improve * fourth improve * fourth improve * Update and rename EventmeshConsoleApplication.java to EventMeshDashboardApplication.java * rename this starter class file to EventMeshDashboardApplication * rename this starter class file to EventMeshDashboardApplication * change some resource file * improve name * improve name * Modify the fields of the synchronized log table * improve name * improve name * config basic function and config ,runtime,store,cluster sql * try to resolve build error * Some changes in the specification * something rename * one sql update * tag something to do * The distinction between state and status is_delete fields is unified, and selectAll() and batchInsert() are added to all instance tables for subsequent data synchronization. Modification of some fields. * Delete eventmesh-dashboard-console/src/main/java/org/apache/eventmesh/dashboard/console/entity/meta/ClusterEntity1.java delete something no use * Delete eventmesh-dashboard-console/src/main/java/org/apache/eventmesh/dashboard/console/entity/meta/RuntimeEntity1.java delete something no use * improve something checkstyle error * try to solve something sql test error * try to resolve something test error * try to resolve something test error * something is_delete(error) change to status (#3) Co-authored-by: 周倬贤 <14100340+zhou-zhuoxian@user.noreply.gitee.com> --------- Co-authored-by: lambert@arch <lambertrao@outlook.com> Co-authored-by: 周倬贤 <14100340+zhou-zhuoxian@user.noreply.gitee.com>
Configuration menu - View commit details
-
Copy full SHA for a165e04 - Browse repository at this point
Copy the full SHA a165e04View commit details
Commits on Mar 15, 2024
-
[ISSUE #60] add SDK manager (#62)
* feat: add SDK manager * fix: SDKManagerTest * fix: use SimpleEntry to replace Pair * style: better name for SDK codes * style * style * style: just rename SDK * fix: checkstyle
Configuration menu - View commit details
-
Copy full SHA for 058ba06 - Browse repository at this point
Copy the full SHA 058ba06View commit details -
[ISSUE #64] Support automated deployment and Fix runtime packaging er…
…rors (#65) * add back missing build label * Fix module name * add test scope * exclude log4j-to-slf4j * exclude log4j-slf4j-impl * add auto deploy script * add license * refine the script
Configuration menu - View commit details
-
Copy full SHA for 7c7981d - Browse repository at this point
Copy the full SHA 7c7981dView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e750702 - Browse repository at this point
Copy the full SHA e750702View commit details -
[ISSUE #69] Integrate database credentials in auto-deploy (#70)
* add DB_ADDRESS env var * add env file * skip tests & add manual * add a hello endpoint * exclude .env * refine manual
Configuration menu - View commit details
-
Copy full SHA for 7aec4fe - Browse repository at this point
Copy the full SHA 7aec4feView commit details -
[ISSUE #71] Reduce log file size and Streamline debug output (#72)
* Refine logging level in different profiles * Console logs are no longer recorded * Reorder packages to avoid overwriting
Configuration menu - View commit details
-
Copy full SHA for 1dfc379 - Browse repository at this point
Copy the full SHA 1dfc379View commit details
Commits on Mar 29, 2024
-
[ISSUE #45] Implement methods from storage-plugin.admin(rocketmq) (#66)
* modify RocketmqTopicCore, using SDKManager * fix style * delete some variable in RocketmqProperties and TopicProperties & remote additional endPoint name * remove junit dependency back to console module * remove unnecessary brackets & revert em-dashboard-pom.xml & move RocketmqProperties to core.dto * add todo * move todo to common sdk dependencies & fix style * add test and junit dependencies in core pom.xml * revert the indentation in pom.xml & move test related dependencies to bottom in core-pom.xml * revert indentation in pom.xml * revert indentation in pom.xml * remove unnecessary params * remove params * remove empty line
Configuration menu - View commit details
-
Copy full SHA for 576bf8b - Browse repository at this point
Copy the full SHA 576bf8bView commit details -
[ISSUE #73] Add remoting service (#74)
* add remoting service and move models into common module * chore: fix mistakes and several rename * [ISSUE #45] Implement methods from storage-plugin.admin(rocketmq) (#66) * modify RocketmqTopicCore, using SDKManager * fix style * delete some variable in RocketmqProperties and TopicProperties & remote additional endPoint name * remove junit dependency back to console module * remove unnecessary brackets & revert em-dashboard-pom.xml & move RocketmqProperties to core.dto * add todo * move todo to common sdk dependencies & fix style * add test and junit dependencies in core pom.xml * revert the indentation in pom.xml & move test related dependencies to bottom in core-pom.xml * revert indentation in pom.xml * revert indentation in pom.xml * remove unnecessary params * remove params * remove empty line * chore: fix typos --------- Co-authored-by: scwlkq <89067331+scwlkq@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 13eae3f - Browse repository at this point
Copy the full SHA 13eae3fView commit details
Commits on Mar 31, 2024
-
[ISSUE #79] Change to the new UI style (#80)
* added view code * added navigation interaction * added empty pages * add topic statistics ui * complete topic page style * update the UI style --------- Co-authored-by: SUN <350916525@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7430ee7 - Browse repository at this point
Copy the full SHA 7430ee7View commit details -
[ISSUE #81] Reduce the probability of compilation jams and abnormal a…
…pplication exits (#82) * Add line number to log output * No need to chmod anymore * Exclude redundant task and check pid running
Configuration menu - View commit details
-
Copy full SHA for c00a0f1 - Browse repository at this point
Copy the full SHA c00a0f1View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67bc4f0 - Browse repository at this point
Copy the full SHA 67bc4f0View commit details -
[ISSUE #76] Add InstanceUser and ACL interfaces (#77)
* feat: add service user and acl * feat: add service user and acl * feat: add service user and acl * feat: add service user and acl * feat: replace serviceuser with instanceuser * feat: replace serviceuser with instanceuser #2 * feat: commit deletion serviceusermapperTest * feat: 提交 application-test.yml 改回密码password的 * feat: 最终更改 * feat: 最终更改-2 * feat: 最终更改-3 * Revert "feat: 最终更改-3" This reverts commit 528d6f2. * feat: 最终更改-4 * feat: 最终更改-5
Configuration menu - View commit details
-
Copy full SHA for efdae6e - Browse repository at this point
Copy the full SHA efdae6eView commit details
Commits on Apr 7, 2024
-
[ISSUE #75] Move SDK dependencies from
console
andcommon
to `cor……e` module (#85) * feat: tidy up pom, tidy up common module * fix: set rocketmq-tools version the same as rocketmq-client * fix: Optimize style
Configuration menu - View commit details
-
Copy full SHA for 6f268a0 - Browse repository at this point
Copy the full SHA 6f268a0View commit details -
[ISSUE #86] Add view controllers to console (#88)
* Add view controller * Some fixes to the position of the dynamic properties in the request, changes to the controller, and added comments to the config table * improve somme method name * Sync the modification of #85 * Sync the modification of #85 * Removed the use of delete annotations --------- Co-authored-by: 周倬贤 <14100340+zhou-zhuoxian@user.noreply.gitee.com>
Configuration menu - View commit details
-
Copy full SHA for b65a406 - Browse repository at this point
Copy the full SHA b65a406View commit details
Commits on Apr 8, 2024
-
[ISSUE #91] Enable issue and PR templates (#92)
* Copy templates from EventMesh * Change branch name from `master` to `main` * Temporarily set `approving_count` to 0 to allow committers to merge themselves PR
Configuration menu - View commit details
-
Copy full SHA for 655c178 - Browse repository at this point
Copy the full SHA 655c178View commit details