You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/12/17 15:13:22 UTC

[incubator-eventmesh] branch fix-go-server-standalone-unit-test updated (206a5b00a -> 0b34abfe1)

This is an automated email from the ASF dual-hosted git repository.

chenzhou pushed a change to branch fix-go-server-standalone-unit-test
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 206a5b00a fix go server standalone connector unit test
     add 2202e7b83 remove redundant immediate local var
     add 5d1ba9ce0 Merge pull request #2569 from hgaol/2524
     add 262f42b55 fix issue2541
     add fcba03685 Merge pull request #2575 from jonyangx/issue2541
     add 78e3630be Simplify the code
     add 512728e02 Merge pull request #2571 from weihubeats/EventMeshServer
     add 8d1be6c96 [ISSUE #858] Add test code for this module [eventmesh-security-plugin] (#2502)
     add f130aa579 EVENTMESH-2533 - Fixed return statement warnings (#2579)
     add b4a5707d9 Simplify the code
     add 2c9505bf9 Merge pull request #2567 from weihubeats/CommonConfiguration
     add 7acb62e1f Simplify the code
     add b74b0b5be Merge pull request #2565 from weihubeats/wh_AbstractHTTPServer
     add 3463355d9 fix issue2536
     add f1671073d Merge pull request #2578 from jonyangx/issue2536
     add d0e22722b fix issue2534
     add 396a44d67 Merge pull request #2582 from jonyangx/issue2534
     add 114c549ae fix issue2532
     add fffa196ca Merge pull request #2583 from jonyangx/issue2532
     add 19eedc7f2 fixed #2525,return result directly without local variable
     add d90d9da81 Merge pull request #2585 from keranbingaa/issue_2525
     add 30512a85e fix issue2531
     add f40d26436 Merge pull request #2589 from jonyangx/issue2531
     add f619aee61 update log (#2607)
     add a02e9ea90 update log (#2606)
     add 73f0ed6d3 [ISSUE #2518] Method invocation 'toString' may produce 'NullPointerException' [GrpcMessageProtocolResolver] (#2587)
     add bc1645cfd Replacing StringBuffer with StringBuilder (#2605)
     add 638a170b2 fix issue2591
     add 85073b5d2 fix issue2591
     add 4d1f1426f Merge pull request #2608 from jonyangx/issue2591
     add 520cb03a9 fix issue2530
     add 942cfe4f1 Merge pull request #2609 from jonyangx/issue2530
     add ee8bb94c0 fix issue2528
     add 5798ceb66 Merge pull request #2610 from jonyangx/issue2528
     add 74aa78718 fix issue2527
     add b32b637a2 Merge pull request #2611 from jonyangx/issue2527
     add b6e763635 fix issue2526
     add 23475be34 Merge pull request #2612 from jonyangx/issue2526
     add bef2a190d fix issue2604
     add e601d129c Merge pull request #2613 from jonyangx/issue2604
     add 57ce3b45e [ISSUE #2518] - Refactoring to reduce chances of a NPE
     add cb2ef942d [ISSUE #2518] - Fix style issue
     add 800adcc26 Merge branch 'master' into fix_patch_2518
     add 2ba50295e Update GrpcMessageProtocolResolver.java
     add 99c92cac5 Update GrpcMessageProtocolResolver.java
     add 64993e5a2 Merge pull request #2588 from venkatesh2090/fix_patch_2518
     add dadf7558f [ISSUE #2599] - Prevent NPE when calling toString
     add 65b00eede [ISSUE #2599] - Fix other static analysis warnings
     add 08295f98a Merge branch 'master' into fix_patch_2599
     add 9d00ef0dd Merge pull request #2614 from venkatesh2090/fix_patch_2599
     add 7f4ab56d2 fixed #2519,merge the exception
     add a0fe7e4a7 fixed #2525
     add fd181e880 Merge pull request #2584 from keranbingaa/issue_2519
     add 0b34abfe1 Merge branch 'master' into fix-go-server-standalone-unit-test

No new revisions were added by this update.

Summary of changes:
 .../common/config/CommonConfiguration.java         |  120 +-
 .../common/config/ConfigurationWrapper.java        |   40 +-
 .../catalog/protos/QueryOperationsRequest.java     |    3 +-
 .../catalog/protos/QueryOperationsResponse.java    |    3 +-
 .../protocol/catalog/protos/RegistryRequest.java   |  310 +-
 .../protocol/catalog/protos/RegistryResponse.java  |  165 +-
 .../common/protocol/grpc/protos/BatchMessage.java  | 4682 ++++++++++----------
 .../common/protocol/grpc/protos/RequestHeader.java | 3092 ++++++-------
 .../common/protocol/grpc/protos/Response.java      | 1353 +++---
 .../common/protocol/grpc/protos/SimpleMessage.java |  285 +-
 .../common/protocol/grpc/protos/Subscription.java  |   18 +-
 .../common/protocol/http/body/BaseRequestBody.java |    3 +-
 .../protocol/workflow/protos/ExecuteResponse.java  |  989 ++---
 .../org/apache/eventmesh/common/utils/IPUtils.java |    7 +-
 .../common/config/ConfigurationWrapperTest.java    |    2 +-
 .../resolver/grpc/GrpcMessageProtocolResolver.java |  192 +-
 .../QueryWebHookConfigByManufacturerHandler.java   |   24 +-
 .../admin/handler/ShowClientBySystemHandler.java   |    2 +-
 .../eventmesh/runtime/boot/AbstractHTTPServer.java |  114 +-
 .../eventmesh/runtime/boot/EventMeshServer.java    |   47 +-
 .../protocol/grpc/push/AbstractPushRequest.java    |   15 +-
 .../protocol/http/consumer/EventMeshConsumer.java  |  265 +-
 .../runtime/metrics/http/HTTPMetricsServer.java    |  146 +-
 .../runtime/metrics/tcp/EventMeshTcpMonitor.java   |   82 +-
 .../eventmesh/acl/impl/AclServiceImplTest.java     |  100 +
 .../eventmesh/api/common/ConfigurationWrapper.java |   19 +-
 .../eventmesh/api/exception/AclException.java      |    1 +
 .../eventmesh/api/exception/AuthException.java     |    2 +
 .../apache/eventmesh/api/acl/AclServiceTest.java   |  138 +
 .../apache/eventmesh/api/auth/AuthServiceTest.java |   96 +
 .../api/common/ConfigurationWrapperTest.java       |   32 +-
 .../eventmesh/api/exception/AclExceptionTest.java  |   27 +-
 .../src/test/resources/test.properties             |    2 +-
 .../src/test/resources/testpath/test1.properties   |    2 +-
 .../build.gradle                                   |    2 +
 .../auth/http/basic/config/AuthConfigs.java        |   32 +-
 .../auth/http/basic/impl/AuthHttpBasicService.java |    7 +-
 .../auth/http/basic/config/AuthConfigsTest.java    |   13 +-
 .../http/basic/impl/AuthHttpBasicServiceTest.java  |   49 +-
 .../resources/auth-http-basic.properties           |    4 +-
 eventmesh-server-go/go.mod                         |   13 +-
 eventmesh-server-go/go.sum                         |   56 +-
 42 files changed, 6037 insertions(+), 6517 deletions(-)
 create mode 100644 eventmesh-security-plugin/eventmesh-security-acl/src/test/java/org/apache/eventmesh/acl/impl/AclServiceImplTest.java
 create mode 100644 eventmesh-security-plugin/eventmesh-security-api/src/test/java/org/apache/eventmesh/api/acl/AclServiceTest.java
 create mode 100644 eventmesh-security-plugin/eventmesh-security-api/src/test/java/org/apache/eventmesh/api/auth/AuthServiceTest.java
 copy eventmesh-connector-plugin/eventmesh-connector-knative/src/test/java/org/apache/eventmesh/connector/knative/consumer/KnativeConsumerImplTest.java => eventmesh-security-plugin/eventmesh-security-api/src/test/java/org/apache/eventmesh/api/common/ConfigurationWrapperTest.java (54%)
 copy eventmesh-connector-plugin/eventmesh-connector-knative/src/test/java/org/apache/eventmesh/connector/knative/consumer/KnativeConsumerImplTest.java => eventmesh-security-plugin/eventmesh-security-api/src/test/java/org/apache/eventmesh/api/exception/AclExceptionTest.java (63%)
 copy eventmesh-connector-plugin/eventmesh-connector-redis/src/main/resources/redis-client.properties => eventmesh-security-plugin/eventmesh-security-api/src/test/resources/test.properties (99%)
 copy eventmesh-connector-plugin/eventmesh-connector-redis/src/main/resources/redis-client.properties => eventmesh-security-plugin/eventmesh-security-api/src/test/resources/testpath/test1.properties (99%)
 copy eventmesh-metrics-plugin/eventmesh-metrics-prometheus/src/test/java/org/apache/eventmesh/metrics/prometheus/config/PrometheusConfigurationTest.java => eventmesh-security-plugin/eventmesh-security-auth-http-basic/src/test/java/org/apache/eventmesh/auth/http/basic/config/AuthConfigsTest.java (70%)
 copy eventmesh-connector-plugin/eventmesh-connector-knative/src/test/java/org/apache/eventmesh/connector/knative/consumer/KnativeConsumerImplTest.java => eventmesh-security-plugin/eventmesh-security-auth-http-basic/src/test/java/org/apache/eventmesh/auth/http/basic/impl/AuthHttpBasicServiceTest.java (50%)
 copy eventmesh-security-plugin/eventmesh-security-auth-http-basic/src/{main => test}/resources/auth-http-basic.properties (94%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org