Skip to content
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 #45] Implement methods from storage-plugin.admin(rocketmq) #55

Closed
wants to merge 28 commits into from

Commits on Mar 9, 2024

  1. add rocketmqUtils

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    51be376 View commit details
    Browse the repository at this point in the history
  2. add RocketmqUtils.java

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b891623 View commit details
    Browse the repository at this point in the history
  3. add RocketmqUtils.java

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5ee7786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17892e3 View commit details
    Browse the repository at this point in the history
  5. fix style

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cfcc41f View commit details
    Browse the repository at this point in the history
  6. fix style

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5f76e29 View commit details
    Browse the repository at this point in the history
  7. fix style

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3a3415c View commit details
    Browse the repository at this point in the history
  8. fix style

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    dc2634c View commit details
    Browse the repository at this point in the history
  9. fix style

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6d4a283 View commit details
    Browse the repository at this point in the history
  10. fix test style

    scwlkq committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6561d69 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. [ISSUE apache#29] Set up EventMesh Dashboard Front-end (apache#56)

    * added view code
    
    * added navigation interaction
    
    * added empty pages
    
    * add topic statistics ui
    
    * complete topic page style
    
    ---------
    
    Co-authored-by: SUN <[email protected]>
    2 people authored and scwlkq committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4b8fb1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449b352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ebde4b View commit details
    Browse the repository at this point in the history
  4. fix style

    scwlkq committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d523e26 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    eaf4a3a View commit details
    Browse the repository at this point in the history
  2. refactor TopicProperties

    scwlkq committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e2f4c09 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. synchronous

    scwlkq committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    16e7a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d40b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31c0117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2b6c48 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. [ISSUE apache#57] Modify the field, synchronize the modification, and…

    … add the mapper method (apache#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 (apache#3)
    
    Co-authored-by: 周倬贤 <[email protected]>
    
    ---------
    
    Co-authored-by: lambert@arch <[email protected]>
    Co-authored-by: 周倬贤 <[email protected]>
    3 people authored and scwlkq committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d898abc View commit details
    Browse the repository at this point in the history
  2. [ISSUE apache#60] add SDK manager (apache#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
    Lambert-Rao authored and scwlkq committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    717ff8b View commit details
    Browse the repository at this point in the history
  3. [ISSUE apache#64] Support automated deployment and Fix runtime packag…

    …ing errors (apache#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
    Pil0tXia authored and scwlkq committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fa1c716 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b33d5b0 View commit details
    Browse the repository at this point in the history
  5. revert application-dev.yml

    scwlkq committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6e4ce01 View commit details
    Browse the repository at this point in the history
  6. remove @service

    scwlkq committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    07f71d5 View commit details
    Browse the repository at this point in the history
  7. sync

    scwlkq committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8ff1297 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    418c6b7 View commit details
    Browse the repository at this point in the history