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 #16] Set up Maven CI & Add .asf.yaml & Rename core packages #17

Merged
merged 20 commits into from
Jan 16, 2024

Commits on Jan 4, 2024

  1. Set up CI

    Pil0tXia committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b2e13a7 View commit details
    Browse the repository at this point in the history
  2. Add LICENSE

    Pil0tXia committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    52384c8 View commit details
    Browse the repository at this point in the history
  3. Add CheckStyle

    Pil0tXia committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    eb98fb7 View commit details
    Browse the repository at this point in the history
  4. Set up DB

    Pil0tXia committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4b39c6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a61862 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    8df7c43 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    fac7d3d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev-laohu' into pil0txia/dev

    # Conflicts:
    #	.dockerignore
    #	.gitignore
    #	README.md
    #	docker/Dockerfile
    #	frontend/components/client/GrpcClientTable.tsx
    #	frontend/components/client/HTTPClientTable.tsx
    #	frontend/components/client/TCPClientTable.tsx
    #	frontend/components/event/EventTable.tsx
    #	frontend/components/eventCatalogs/Create.tsx
    #	frontend/components/eventCatalogs/Details.tsx
    #	frontend/components/eventCatalogs/constant.ts
    #	frontend/components/eventCatalogs/types.ts
    #	frontend/components/index/Configuration.tsx
    #	frontend/components/index/Endpoint.tsx
    #	frontend/components/metrics/MetricsTable.tsx
    #	frontend/components/navigation/MenuItem.tsx
    #	frontend/components/navigation/Menus.tsx
    #	frontend/components/navigation/MenusMobile.tsx
    #	frontend/components/navigation/Sidebar.tsx
    #	frontend/components/registry/RegistryTable.tsx
    #	frontend/components/topic/TopicTable.tsx
    #	frontend/components/workflow/Create.tsx
    #	frontend/components/workflow/Details/Details.tsx
    #	frontend/components/workflow/Details/Instances.tsx
    #	frontend/components/workflow/Details/index.ts
    #	frontend/components/workflow/constant.ts
    #	frontend/components/workflow/types.ts
    #	frontend/context/context.tsx
    #	frontend/context/reducer.ts
    #	frontend/context/type.ts
    #	frontend/docker/default.conf
    #	frontend/next.config.js
    #	frontend/package.json
    #	frontend/pages/_app.tsx
    #	frontend/pages/_document.tsx
    #	frontend/pages/event.tsx
    #	frontend/pages/eventCatalogs.tsx
    #	frontend/pages/grpc.tsx
    #	frontend/pages/http.tsx
    #	frontend/pages/index.tsx
    #	frontend/pages/metrics.tsx
    #	frontend/pages/registry.tsx
    #	frontend/pages/tcp.tsx
    #	frontend/pages/topic.tsx
    #	frontend/pages/workflows.tsx
    #	frontend/public/favicon.ico
    #	frontend/static/images/logo.png
    #	frontend/tsconfig.json
    Pil0tXia committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    561acac View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e336bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf1e31 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into pil0txia/dev

    # Conflicts:
    #	.gitattributes
    #	.gitignore
    #	README.md
    #	docker/Dockerfile
    #	eventmesh-dashboard-core/pom.xml
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/EventMeshDashboardApplication.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/config/AdminProperties.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/config/BeanTypeConfig.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/constant/ConfigConst.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/constant/NacosConst.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/controller/ConnectionController.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/controller/MetricsController.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/controller/SubscriptionController.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/controller/TopicController.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/dto/CreateTopicRequest.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/dto/DeleteTopicRequest.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/dto/Result.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/enums/Status.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/exception/BaseException.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/exception/EventMeshAdminException.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/exception/EventMeshException.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/exception/GlobalExceptionHandler.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/exception/MetaException.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/model/ConnectionInfo.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/model/SubscriptionInfo.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/model/TopicProperties.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/ConnectionService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/SubscriptionService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/TopicService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/meta/EtcdConnectionService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/meta/EtcdSubscriptionService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/meta/NacosConnectionService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/meta/NacosSubscriptionService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/service/store/RocketmqTopicService.java
    #	eventmesh-dashboard-core/src/main/java/org/apache/eventmesh/dashboard/core/util/ExceptionUtil.java
    #	eventmesh-dashboard-core/src/main/resources/application-dev.yml
    #	eventmesh-dashboard-core/src/main/resources/logback.xml
    #	pom.xml
    #	style/checkstyle-header1.txt
    Pil0tXia committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4985859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34523e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Rename package to .core

    Pil0tXia committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8f86b15 View commit details
    Browse the repository at this point in the history
  2. Add .asf.yaml

    Pil0tXia committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    fcce825 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    ce1e636 View commit details
    Browse the repository at this point in the history
  2. Set up Maven CI

    Pil0tXia committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2488c8b View commit details
    Browse the repository at this point in the history
  3. Downgrade JDK from 17 to 8

    Pil0tXia committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    802c686 View commit details
    Browse the repository at this point in the history
  4. Remove failed empty test

    Pil0tXia committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8ad765b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cef517a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ceaf37 View commit details
    Browse the repository at this point in the history