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

[Feature] Implement Connection related code #21

Closed
Lambert-Rao opened this issue Jan 25, 2024 · 1 comment · Fixed by #22
Closed

[Feature] Implement Connection related code #21

Lambert-Rao opened this issue Jan 25, 2024 · 1 comment · Fixed by #22

Comments

@Lambert-Rao
Copy link
Contributor

Add Connection Mapper
Add Connection Service
Add Connection Entity
Add eventmesh-dashboard.sql

Lambert-Rao added a commit to Lambert-Rao/eventmesh-dashboard that referenced this issue Jan 26, 2024
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 added a commit to Lambert-Rao/eventmesh-dashboard that referenced this issue Jan 27, 2024
fixed according to PR#22 conversation
Database schema definition modified
Pil0tXia added a commit that referenced this issue Jan 29, 2024
* 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 <[email protected]>
@Pil0tXia
Copy link
Member

Completed in #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants