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 #21] Implement Connection related code #22

Merged
merged 9 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. fixes apache#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.
    Lambert-Rao committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fcfa32e View commit details
    Browse the repository at this point in the history
  2. [ISSUE apache#23] Integrate Checkstyle into Build and CI process (apa…

    …che#24)
    
    * integrate checkstyle
    
    * fix import order & remove excessive try-catch
    Pil0tXia authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    828b8f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. [ISSUE apache#23] Integrate Checkstyle into Build and CI process (apa…

    …che#24)
    
    * integrate checkstyle
    
    * fix import order & remove excessive try-catch
    Pil0tXia authored and Lambert-Rao committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    050cfd7 View commit details
    Browse the repository at this point in the history
  2. fixes apache#21

    fixed according to PR#22 conversation
    Database schema definition modified
    Lambert-Rao committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    58f9ea7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat_connection_21' into dev

    # Conflicts:
    #	eventmesh-dashboard-common/src/main/java/org/apache/eventmesh/dashboard/common/Main.java
    #	eventmesh-dashboard-console/src/main/java/org/apache/eventmesh/dashboard/console/EventMeshDashboardApplication.java
    Lambert-Rao committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9dfb60c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    378b786 View commit details
    Browse the repository at this point in the history
  2. fix: add StatusEnum

    add enum support for entity class.
    Lambert-Rao committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6837150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f15cb View commit details
    Browse the repository at this point in the history
  4. fix checkstyle

    Lambert-Rao committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    56d68e0 View commit details
    Browse the repository at this point in the history