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 #3887] The method of verifying no exception thrown is not appropriate #3889

Open
wants to merge 4,059 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4059 commits
Select commit Hold shift + click to select a range
a407167
Merge pull request #3565 from apache/dependabot/gradle/com.github.fri…
mytang0 Mar 30, 2023
845cee3
Merge pull request #3578 from apache/dependabot/gradle/org.powermock-…
mytang0 Mar 30, 2023
a93d309
Add some unit test in [eventmesh-storage-rocketmq] module
HattoriHenzo Mar 30, 2023
cb2c490
Add end of line in RocketMQMessageFactory class
HattoriHenzo Mar 30, 2023
2e80a9b
Merge pull request #3585 from HattoriHenzo/eventmesh-862
mytang0 Mar 31, 2023
4015a51
Update README.md
qqeasonchen Mar 31, 2023
4babc2b
Merge pull request #3589 from apache/qqeasonchen-patch-1
wqliang Mar 31, 2023
a08c7f6
#3521 [Enhancement] Swap these 2 arguments so they are in the correct…
bsh786 Mar 31, 2023
8426b5e
[ISSUE #3595]Fix throw StorageResourceServiceKnativeImpl StorageResou…
mxsm Apr 1, 2023
e1f4ec4
#3521 Swapped the actual and expected values
bsh786 Apr 1, 2023
ffb4c0e
[ISSUE #3597]Fix load RabbitmqStorageResourceService failure
mxsm Apr 1, 2023
6922664
#3484 Did code optimization in PulsarClientWrapper
bsh786 Apr 1, 2023
72e67c3
Refactor CloudEventCodec singleton instantiation
HattoriHenzo Apr 1, 2023
ab24065
Merge pull request #3601 from HattoriHenzo/eventmesh-3586
mytang0 Apr 2, 2023
0ad31c0
Merge pull request #3598 from mxsm/eventmesh-3597
mytang0 Apr 2, 2023
697d729
Merge pull request #3596 from mxsm/eventmesh-3595
mytang0 Apr 2, 2023
d471590
Merge pull request #3600 from bsh786/bsh786/issue#3484
mytang0 Apr 2, 2023
f2e11fa
Merge pull request #3593 from bsh786/bsh786/issue#3521
mytang0 Apr 2, 2023
84b13a5
Bump com.mebigfatguy.fb-contrib:fb-contrib from 7.4.7 to 7.6.0
dependabot[bot] Apr 3, 2023
c3f42ee
Update greetings.yml
qqeasonchen Apr 3, 2023
9a7e51f
Merge pull request #3623 from apache/qqeasonchen-patch-2
wqliang Apr 3, 2023
bad123c
Refactor: No changes to code processing logic
kyooosukedn Apr 3, 2023
7641948
Replace anonymous CompleteHandler<HttpCommand> with lambda
kyooosukedn Apr 3, 2023
78fe312
Revert another unnecessary changes
kyooosukedn Apr 3, 2023
35c9547
Merge pull request #3625 from kyooosukedn/fix_patch_3401
mytang0 Apr 4, 2023
4eb819f
Merge pull request #3603 from apache/dependabot/gradle/com.mebigfatgu…
mytang0 Apr 4, 2023
19ffa83
Update EventMeshConsumer.java
harshithasudhakar Apr 4, 2023
52abcc7
Update HttpTinyClientTest.java
harshithasudhakar Apr 4, 2023
2a155f8
Update PubClientImpl.java
harshithasudhakar Apr 4, 2023
dddfdf0
Update PushConsumerImpl.java
harshithasudhakar Apr 5, 2023
dba92da
Update ProducerImpl.java
harshithasudhakar Apr 5, 2023
3c839a1
Update EventMeshVersion.java
harshithasudhakar Apr 5, 2023
baa01d4
Update ClientSessionGroupMapping.java
harshithasudhakar Apr 5, 2023
f3eb86f
Merge pull request #3634 from harshithasudhakar/patch-7
xwm1992 Apr 6, 2023
4465538
Merge pull request #3633 from harshithasudhakar/patch-6
xwm1992 Apr 6, 2023
2a185c4
Merge pull request #3630 from harshithasudhakar/patch-4
xwm1992 Apr 6, 2023
2dd773a
Merge pull request #3628 from harshithasudhakar/patch-2
xwm1992 Apr 6, 2023
c10796c
Merge pull request #3631 from harshithasudhakar/master
xwm1992 Apr 6, 2023
4c7da36
Merge pull request #3629 from harshithasudhakar/patch-3
xwm1992 Apr 6, 2023
7f00524
Merge pull request #3627 from harshithasudhakar/patch-1
xwm1992 Apr 6, 2023
91daa3f
Update RedisPropertiesTest.java
harshithasudhakar Apr 6, 2023
f623aa7
Update EventMeshTCPConfigurationTest.java
harshithasudhakar Apr 6, 2023
1d190c8
Swapped actual and expected values
kyooosukedn Apr 6, 2023
798db92
Update RabbitmqCloudEventTest.java
harshithasudhakar Apr 7, 2023
2154c70
Update NacosRegistryService.java
harshithasudhakar Apr 7, 2023
6ceec91
Update TcpMessageProtocolResolver.java
harshithasudhakar Apr 7, 2023
b669a02
Optimized BeanUtilsTest.java
kyooosukedn Apr 7, 2023
6778cdd
Update ClientConfigurationTest.java
harshithasudhakar Apr 7, 2023
6041cb4
Update ConfigService.java
harshithasudhakar Apr 7, 2023
489dd2e
Update EventMeshGrpcMonitor.java
harshithasudhakar Apr 8, 2023
8e03be3
#3019 Issue: Used an alternative API and specified a Charset name or …
devCod3r Apr 8, 2023
876fb18
fixed issue #3647 did code enhancement
monish-byte Apr 9, 2023
683d9ae
code enhancement on issue#3647
monish-byte Apr 9, 2023
09d51ab
[ISSUE #3667] upgrade rocketmq version to 4.9.5 and fix Rocketmq requ…
mxsm Apr 9, 2023
3ab1cd1
Code optimization EventHandler.java
kyooosukedn Apr 9, 2023
3d39a27
Substituted anonymous inner class with lambda expression
kyooosukedn Apr 9, 2023
2b67d90
Code optimization in GoodbyeTask.java
kyooosukedn Apr 9, 2023
d8e7df3
Merge pull request #3665 from devCod3r/development
xwm1992 Apr 10, 2023
2194032
changed sting to string
monish-byte Apr 10, 2023
d2bf404
update known-dependencies.txt
mxsm Apr 10, 2023
43b752b
Merge pull request #3670 from kyooosukedn/patch-8
xwm1992 Apr 11, 2023
1a99864
Merge pull request #3669 from kyooosukedn/patch-7
xwm1992 Apr 11, 2023
bd63fbf
[Issue #3159] Found reliance on default encoding [RedirectClientByPat…
devCod3r Apr 11, 2023
a45e3df
Merge pull request #3664 from harshithasudhakar/patch-18
xwm1992 Apr 11, 2023
01bc3ce
add connectors moudle
qqeasonchen Apr 11, 2023
023b5a6
updatea readme
qqeasonchen Apr 11, 2023
5cd2d71
Merge pull request #3693 from qqeasonchen/master
xwm1992 Apr 11, 2023
3fed5a6
Merge pull request #3692 from devCod3r/develop
xwm1992 Apr 11, 2023
59ce713
Update Utils.java
xwm1992 Apr 11, 2023
646fadf
fix wrong import order
xwm1992 Apr 11, 2023
dfb524b
Merge pull request #3662 from harshithasudhakar/patch-16
xwm1992 Apr 11, 2023
66ba713
Merge pull request #3661 from kyooosukedn/patch-6
xwm1992 Apr 11, 2023
73736d2
Merge pull request #3657 from harshithasudhakar/patch-15
xwm1992 Apr 11, 2023
1499083
Update README.md
qqeasonchen Apr 11, 2023
1e38fd1
Merge pull request #3695 from apache/qqeasonchen-patch-3
xwm1992 Apr 11, 2023
6dbcab1
[Enhancement] Can be replaced with single 'Map.computeIfAbsent' metho…
Sunstreaker Apr 11, 2023
b893baf
Update PravegaStorageConfigTest.java
akashsawan1 Apr 11, 2023
147c3cc
Merge pull request #1 from akashsawan1/akashsawan1-patch-1
akashsawan1 Apr 11, 2023
d7bd867
Revised optimization statement
kyooosukedn Apr 11, 2023
bad0bbd
#2975 removed String.format()
dipankr Apr 11, 2023
4369433
[#3407]
Sunstreaker Apr 12, 2023
a624dca
Update SendSyncMessageProcessor.java
Sunstreaker Apr 12, 2023
db37015
Merge pull request #3668 from mxsm/eventmesh-3667
xwm1992 Apr 12, 2023
343f0fb
Merge pull request #3666 from monish-byte/issue#3647
xwm1992 Apr 12, 2023
99a64f9
Merge pull request #3663 from harshithasudhakar/patch-17
xwm1992 Apr 12, 2023
00382c4
Merge pull request #3656 from harshithasudhakar/patch-14
xwm1992 Apr 12, 2023
e259b49
Merge pull request #3655 from harshithasudhakar/patch-13
xwm1992 Apr 12, 2023
8130a01
Merge pull request #3643 from kyooosukedn/3514
xwm1992 Apr 12, 2023
d92a517
Merge pull request #3642 from harshithasudhakar/patch-12
xwm1992 Apr 12, 2023
d5e5a0f
Merge pull request #3638 from harshithasudhakar/patch-10
xwm1992 Apr 12, 2023
21e3ad9
Merge pull request #3698 from dipankr/fix_patch_2975
xwm1992 Apr 12, 2023
36036da
Merge pull request #3697 from akashsawan1/master
xwm1992 Apr 12, 2023
33b845c
Merge pull request #3696 from Sunstreaker/master
xwm1992 Apr 13, 2023
b07793f
Merge pull request #3671 from kyooosukedn/patch-9
xwm1992 Apr 13, 2023
906fcdb
[ISSUE #3649] Method invocation may produce 'NullPointerException'.[C…
kyooosukedn Apr 13, 2023
ebfd305
Update README.md (#3713)
qqeasonchen Apr 13, 2023
58b5ab7
Update greetings.yml (#3714)
qqeasonchen Apr 13, 2023
72da0b9
Update PropertiesUtilsTest.java
harshithasudhakar Apr 14, 2023
b68df81
Update HeartBeatProcessor.java
harshithasudhakar Apr 15, 2023
6c2a9cd
#2977 generated a new serialVersionUID for eventmesh-sdk-java/src/mai…
dipankr Apr 16, 2023
effa041
[ISSUE #3002] flipped the string comparison
dipankr Apr 17, 2023
7a5746e
[ISSUE #2979] replaced 'get + null check + creating empty list'
dipankr Apr 17, 2023
e7081ca
[ISSUE #3707]fix thread leak with rocketmq consumer start and shutdow…
willimpo Apr 17, 2023
85cf89f
[ISSUE #3699]Add gitignore for github codespaces open eventmesh (#3700)
mxsm Apr 17, 2023
d494fc4
Fix issue: Lambda can be replaced with method reference
pandaapo Apr 17, 2023
1bf3755
use a primitive boolean expression in GithubProtocol.java
Ceilzcx Apr 18, 2023
2032906
Merge pull request #3741 from harshithasudhakar/patch-21
weihubeats Apr 18, 2023
9810cfe
Merge pull request #3737 from harshithasudhakar/patch-20
weihubeats Apr 18, 2023
9fe9f18
Merge pull request #3755 from Ceilzcx/issues_3720
weihubeats Apr 18, 2023
3bc2fb9
Merge pull request #3753 from pandaapo/master-issue3726
weihubeats Apr 18, 2023
2953d08
Merge pull request #3742 from dipankr/fix_patch_2977
weihubeats Apr 18, 2023
2e6e6bf
fix: build image
Apr 19, 2023
20485d8
[ISSUE #3719]Swap these 2 arguments so they are in the correct order:…
harshithasudhakar Apr 19, 2023
f6cd4d3
[ISSUE #3729]Do some code optimization[AdminShutdownProcessor]
pandaapo Apr 19, 2023
a86eac9
[ISSUE #3731]Invoke method(s) only conditionally.
pandaapo Apr 19, 2023
8de588d
[ISSUE #3734]Not annotated parameter overrides @NotNull parameter[tcp…
pandaapo Apr 19, 2023
30f4cb4
[ISSUE #3588]Optimize README.zh-CN.md (#3749)
mxsm Apr 19, 2023
c28c4e8
[ISSUE #3733] Invoke method(s) only conditionally.[SendAsyncMessagePr…
pandaapo Apr 19, 2023
159bd6f
[ISSUE #3728] Replace this "Map.get()" and condition with a call to "…
piyush280599 Apr 19, 2023
3ad1a0c
[ISSUE #3652] refactored the code, extracted a new method and used sw…
dipankr Apr 19, 2023
2389f5d
[ISSUE #3416] Used another way to initialize localClients instance [H…
devCod3r Apr 19, 2023
7d3bbde
Merge pull request #3758 from shaowenchen/fix_build_image
qqeasonchen Apr 19, 2023
86d966e
code optimization.
pandaapo Apr 20, 2023
928fe84
Annotate param for @ParametersAreNonnullByDefault.
pandaapo Apr 20, 2023
4810944
Update SubscribeTask.java
harshithasudhakar Apr 22, 2023
bfd6e6f
code optimization.
pandaapo Apr 22, 2023
f22e30f
Make field final. Make Random performance better.
pandaapo Apr 22, 2023
d2d1560
Add eventmesh-connector-api
xwm1992 Apr 23, 2023
208260c
fix the license header
xwm1992 Apr 23, 2023
b18b83a
remove the unused import
xwm1992 Apr 23, 2023
f5ec01f
fix checkStyle error
xwm1992 Apr 23, 2023
9f3f835
Merge pull request #3807 from xwm1992/eventmesh-connector-api
qqeasonchen Apr 23, 2023
2d2bac2
ISSUE #3507]Swap these 2 arguments so they are in the correct order: …
harshithasudhakar Apr 24, 2023
41e7805
[ISSUE #3414]Replace this lambda with method reference 'Registry::reg…
pandaapo Apr 24, 2023
b33118d
[ISSUE #3481] Replace this "Map.containsKey()" with a call to "Map.co…
gbhowmick1 Apr 24, 2023
a6ecea0
Merge pull request #3801 from pandaapo/master-issue3465
weihubeats Apr 24, 2023
a5c8e86
fixes #3646
nikam14 Apr 24, 2023
6541f2d
fixes#3400
nikam14 Apr 24, 2023
bd1c980
Merge pull request #3802 from pandaapo/master-issue3461
weihubeats Apr 25, 2023
d6e3d35
Merge pull request #3799 from harshithasudhakar/patch-24
weihubeats Apr 25, 2023
c4bdafb
Merge pull request #3785 from pandaapo/master-issue3722
weihubeats Apr 25, 2023
a2300cd
Merge pull request #3787 from pandaapo/master-issue3723
weihubeats Apr 25, 2023
6141d4b
fixes#3392
nikam14 Apr 25, 2023
fe6d83d
fixes#3391
nikam14 Apr 25, 2023
23bbacb
Merge pull request #3812 from nikam14/patch-15
mroccyen Apr 26, 2023
0aa9f69
Merge pull request #3811 from nikam14/patch-14
mroccyen Apr 26, 2023
d94a2b9
Merge pull request #3814 from nikam14/patch-16
mroccyen Apr 26, 2023
91aab4d
Merge pull request #3816 from nikam14/patch-17
mroccyen Apr 26, 2023
1eba676
[ISSUE#3821]
nikam14 Apr 27, 2023
a94404f
Update CloudEventUtils.java
harshithasudhakar May 2, 2023
fb91570
[ISSUE #3724]Do some code optimization[PulsarConsumerImpl]
pandaapo May 3, 2023
b1dae0c
[ISSUE #3721]Do some code optimization[JaegerTraceService] (#3789)
pandaapo May 3, 2023
7b059c6
[ISSUE #3725]Not annotated parameter overrides @ParametersAreNonnullB…
pandaapo May 3, 2023
7f3fc8a
[ISSUE #3473]The code processing logic is the same in both places. (#…
pandaapo May 3, 2023
92c97d6
[ISSUE #3393] Do some code optimization.[ClientAckContext]
akashsawan1 May 4, 2023
98b5475
[ISSUE #3013] Updated ConfigurationHandler.java (#3777)
piyush280599 May 4, 2023
d1cd31e
[ISSUE #3014] Found reliance on default encoding: String.getBytes() […
piyush280599 May 4, 2023
5bfe07d
[ISSUE #3015] Found reliance on default encoding: String.getBytes() […
piyush280599 May 4, 2023
0493ce8
[ISSUE #3016] Found reliance on default encoding: String.getBytes() […
piyush280599 May 4, 2023
51ff20a
[ISSUE #3018] Found reliance on default encoding: String.getBytes() […
piyush280599 May 4, 2023
3e62b68
[ISSUE #3012] Method modified to handle auto-closeable resource [Topi…
devCod3r May 4, 2023
d470598
[ISSUE #860] Add unit test for MetricsPluginFactory class (#3790)
HattoriHenzo May 4, 2023
b692368
[ISSUE #3646] Some optimization of the code.[EventMeshCloudEventWrite…
gbhowmick1 May 4, 2023
c5b7cf4
[ISSUE #3466] Save and re-use this "Random" (#3784)
piyush280599 May 4, 2023
68e7013
[ISSUE #3480] Anonymous new TextMapSetter<Map<String, Object>>() can…
kyooosukedn May 5, 2023
9ad980f
[ISSUE #3390] "getExtension()" can return null.[BatchPublishMessagePr…
nikam14 May 5, 2023
510257b
[ISSUE #3728] Replace this "Map.get()" and condition with a call to "…
harshithasudhakar May 5, 2023
a2560e4
[ISSUE #3505] Do some code optimization[EtcdRegistryService] (#3715)
nikam14 May 5, 2023
f0fed35
[ISSUE #3654] Code reuse is extracted as a method.[EventMeshTestUtils…
monish-byte May 5, 2023
ef9e37c
[ISSUE #3407] Make this anonymous inner class a lambda[SendSyncMessag…
Sunstreaker May 5, 2023
7c50766
Specify the initial size of Map
pandaapo May 5, 2023
c620c33
Merge pull request #3860 from harshithasudhakar/patch-31
mroccyen May 5, 2023
f526004
Merge pull request #3838 from nikam14/patch-20
mroccyen May 5, 2023
0074694
[ISSUE #3389] Replace Charset.forName() call with StandardCharsets.UT…
nikam14 May 5, 2023
02b9448
[ISSUE #3820]HttpRequestProcessor and its subclasses can be refactore…
pandaapo May 5, 2023
d976bbf
[ISSUE #3826]'assertTrue()' can be simplified to 'assertEquals()' (#3…
harshithasudhakar May 5, 2023
b793959
[ISSUE #3843]Simplify code in some subclasses of AbstractTask and rel…
pandaapo May 6, 2023
7f05cfb
[ISSUE #3815]DelayRetryable and RetryContext can be refactored. (#3819)
pandaapo May 6, 2023
6a8a7f7
[ISSUE #3823]Math operands should be cast before assignment.
nikam14 May 6, 2023
3686443
[ISSUE #3846]Remove the redundant method declaration in hierarchy. (#…
pandaapo May 6, 2023
d55288d
[ISSUE #3831]Change this assertion to not compare two literals
harshithasudhakar May 6, 2023
733d6ef
[ISSUE #3849]GrpcMessageProtocolResolver has many unused variables an…
pandaapo May 6, 2023
e1e9aca
[ISSUE #3835]Add final and @Nonnull[EventMeshThreadFactory]
harshithasudhakar May 6, 2023
9dd2986
Change the way of verifying no exception thrown...
pandaapo May 8, 2023
ea4b652
[ISSUE #3463] Do some code optimization[EventmeshRebalanceImpl] (#3788)
kyooosukedn May 9, 2023
96ee1e9
[ISSUE #3852]Replace some logic with existing APIs. Merge some logic.…
pandaapo May 9, 2023
307a2d2
[ISSUE #3832]Do some code optimization.[storage ProducerImpl] (#3857)
harshithasudhakar May 9, 2023
c65a860
Merge pull request #3871 from pandaapo/master-issue3870
mroccyen May 9, 2023
3edfe92
Update ConfigurationHandler.java (#3865)
nikam14 May 9, 2023
638edbe
[ISSUE #3466]Save and re-use this "Random" (#3853)
harshithasudhakar May 10, 2023
81c4e07
fix issues #3894
g0715158 May 10, 2023
b6d9bef
Merge pull request #3896 from g0715158/master
qqeasonchen May 10, 2023
6901b5b
update architecture image (#3910)
qqeasonchen May 11, 2023
e81a1f4
[ISSUE #3913] Add Source Connector RocketMQ Module (#3914)
xwm1992 May 12, 2023
6254be8
Update RocketMQSourceWorker.java
xwm1992 May 12, 2023
49f799c
Update README.md
xwm1992 May 12, 2023
997cc90
Merge pull request #3915 from apache/eventmesh-connector
qqeasonchen May 12, 2023
a8d715e
[ISSUE #3920] Add Sink Connector RocketMQ Module
xwm1992 May 13, 2023
ddcefd7
Update README.md
xwm1992 May 13, 2023
435c8a2
Merge pull request #3921 from xwm1992/add-sink-connector-rocketmq
qqeasonchen May 15, 2023
1d21f57
Merge pull request #3922 from apache/xwm1992-patch-1
qqeasonchen May 15, 2023
7a859a4
[ISSUE #3934] Fix checkStyle error in RocketMQ connector module
xwm1992 May 15, 2023
7be6d98
remove unused import
xwm1992 May 15, 2023
472d598
[ISSUE #3837]Change to private and add the transient modifier[HttpCom…
harshithasudhakar May 15, 2023
c5522ee
Merge pull request #3935 from xwm1992/checkstyle-fix
wqliang May 15, 2023
c83feb5
[ISSUE #3863]Rename EventmeshRebalanceImpl class name and EventmeshRe…
mxsm May 15, 2023
83ff638
[ISSUE #3011] Method manually handles closing an auto-closeable resou…
nikam14 May 15, 2023
33cda29
[ISSUE #3858]The interface RegistryService can design some default me…
pandaapo May 15, 2023
91fa2c7
Update .asf.yaml (#3937)
qqeasonchen May 15, 2023
ef917b9
[ISSUE #3868]Method buildCloudEventPropertyKey() in CloudEventUtils r…
pandaapo May 15, 2023
498de9e
Print banner when EventMesh up
pandaapo May 16, 2023
3bf8aed
[ISSUE #3472]Do some code optimization[HttpProtocolAdaptor] (#3884)
harshithasudhakar May 16, 2023
c30dc9f
Adjust the logo size and name style.
pandaapo May 16, 2023
79ac590
Modify var name and adjust style.
pandaapo May 17, 2023
a71ddd4
Update README.md (#3938)
qqeasonchen May 18, 2023
39324be
remove eventmesh-workflow-go folder (#3965)
qqeasonchen May 18, 2023
7f7456b
[ISSUE #3964]
piyush280599 May 18, 2023
623146b
[Feature] Add eventmesh-connector-sdks module
xwm1992 May 19, 2023
b95bd8b
Merge pull request #3976 from xwm1992/add-eventmesh-connector-sdks
wqliang May 19, 2023
09548ed
[ISSUE #3977] update source/sink connector rocketmq module
xwm1992 May 19, 2023
8b03365
update build.gradle
xwm1992 May 19, 2023
af6b924
Merge pull request #3980 from xwm1992/add-eventmesh-connector-sdks
qqeasonchen May 19, 2023
c3327cb
Merge pull request #3941 from pandaapo/master-issue3940
qqeasonchen May 19, 2023
3d1e94b
Update .asf.yaml
xwm1992 May 20, 2023
6bd2f4b
Merge pull request #3982 from apache/xwm1992-patch-2
qqeasonchen May 20, 2023
7c0ed46
[ISSUE #3985]Fix cannot resolve method getSubystem in PubSubConfig an…
mxsm May 22, 2023
cdfec82
[ISSUE #3926]checkStyle.xml can not check the file header (#3927)
pandaapo May 22, 2023
46fa6bd
[ISSUE #3946]Add unit test method or class for classes: NetUtils, Top…
pandaapo May 22, 2023
26f2be3
[ISSUE #3948]Add HttpUtils test case (#3949)
mxsm May 22, 2023
a18e4a0
[ISSUE #3950]Add MessageUtils unit test case (#3951)
mxsm May 22, 2023
3b4426b
[ISSUE #3503] Replace this call to "replaceAll()" by a call to the "r…
piyush280599 May 22, 2023
f2cb8cb
Fix the bug of CI
pandaapo May 22, 2023
66a652a
Merge pull request #4000 from pandaapo/master-issue3999
qqeasonchen May 22, 2023
c137e51
[ISSUE #4001] Add eventmesh-sdks module (#4002)
xwm1992 May 22, 2023
10e2846
Update README.md (#4003)
xwm1992 May 22, 2023
3d2d421
Merge pull request #3966 from piyush280599/patch-13
weihubeats May 23, 2023
e1ec975
Update README.md (#4007)
qqeasonchen May 24, 2023
1798e1f
[ISSUE #4005]Resolve all checkstyle related errors in CI and unify he…
pandaapo May 24, 2023
646808a
[ISSUE #4013] rename the connect sdk module (#4014)
xwm1992 May 24, 2023
ad3be24
[ISSUE #3962 ]Code optimization.[TopicHandler] (#3997)
nitheesh-daram May 24, 2023
b823c8b
[ISSUE #3907] Replaced List with Collection (#4004)
PickBas May 24, 2023
9577511
[ISSUE #3961 ]Code optimization.[TCPClientHandler] (#3996)
nitheesh-daram May 24, 2023
8f26e0e
[ISSUE #3960]Code optimization.[RegistryHandler] (#3995)
nitheesh-daram May 24, 2023
67041ac
[ISSUE #3957]Code optimization.[GrpcClientHandler] (#3992)
nitheesh-daram May 24, 2023
4158a63
[ISSUE #3956]Code optimization.[EventHandler] (#3991)
nitheesh-daram May 24, 2023
1cf3055
[ISSUE #3959 ]Code optimization.[MetricsHandler] (#3994)
nitheesh-daram May 25, 2023
56d2374
[ISSUE #3958 ] Code optimization.[HTTPClientHandler] (#3993)
nitheesh-daram May 25, 2023
c274634
[ISSUE #3908] Code optimization [HttpRequestProcessor]
seriouszyx May 25, 2023
0ce8d57
[ISSUE #3905] Method needlessly defines parameter with concrete class…
seriouszyx May 25, 2023
63953ba
Merge branch 'master' into master-issue3887
pandaapo May 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
58 changes: 58 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

github:
description: EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
homepage: https://eventmesh.apache.org/
labels:
- pubsub
- event-mesh
- event-gateway
- event-driven
- event-streaming
- event-sourcing
- event-governance
- event-connector
- cloud-native
- serverless
- serverless-workflow
- esb
- message-bus
- cqrs
- multi-runtime
- microservice
- hacktoberfest
enabled_merge_buttons:
squash: true
merge: true
rebase: false
protected_branches:
master:
required_status_checks:
strict: true
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 2
notifications:
commits: [email protected]
# Send all issue emails (new, closed, comments) to issues@
issues: [email protected]
# Send new/closed PR notifications to dev@
pullrequests_status: [email protected]
# Send individual PR comments/reviews to issues@
pullrequests_comment: [email protected]
jira_options: link label worklog
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
build/
106 changes: 106 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: Bug report
title: "[Bug] Bug title "
description: If something isn't working as expected.
labels: [ "bug" ]
body:
- type: markdown
attributes:
value: |
For better global communication, Please write in English.

- type: checkboxes
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found
no similar issues.
required: true

- type: dropdown
attributes:
label: Environment
description: Describe the environment.
options:
- Mac
- Windows
- Linux
- Other
validations:
required: true

- type: dropdown
attributes:
label: EventMesh version
description: Describe the EventMesh version.
options:
- master
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- Other
validations:
required: true

- type: textarea
attributes:
label: What happened
description: Describe what happened.
placeholder: >
A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: How to reproduce
description: >
Describe the steps to reproduce the bug here.
placeholder: >
Please make sure you provide a reproducible step-by-step case of how to reproduce the problem
as minimally and precisely as possible.
validations:
required: true

- type: textarea
attributes:
label: Debug logs
description: Anything else we need to know?
placeholder: >
Add your debug logs here.
validations:
required: false

- type: checkboxes
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the fix.
options:
- label: Yes I am willing to submit a PR!

- type: markdown
attributes:
value: "Thanks for completing our form!"
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_related.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: Documentation Related
title: "[Doc] Documentation Related "
description: I find some issues related to the documentation.
labels: [ "documentation" ]
body:
- type: markdown
attributes:
value: |
For better global communication, Please write in English.

- type: checkboxes
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found
no similar issues.
required: true

- type: textarea
attributes:
label: Documentation Related
description: Describe the suggestion about document.
placeholder: >
e.g There is a typo
validations:
required: true

- type: checkboxes
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the fix.
options:
- label: Yes I am willing to submit a PR!

- type: markdown
attributes:
value: "Thanks for completing our form!"
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: Enhancement Request
title: "[Enhancement] Enhancement title"
description: I want to suggest an enhancement for this project
labels: [ "enhancement" ]
body:
- type: markdown
attributes:
value: |
For better global communication, Please write in English.

- type: checkboxes
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found
no similar issues.
required: true

- type: textarea
attributes:
label: Enhancement Request
description: Describe the suggestion.
placeholder: >
First of all: Have you checked the docs https://github.com/apache/eventmesh/tree/develop/docs,
or GitHub issues whether someone else has already reported your issue?
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: Describe the suggestion.
placeholder: >
A clear and concise description of what you want to happen. Add any considered drawbacks.
validations:
required: true

- type: checkboxes
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the fix.
options:
- label: Yes I am willing to submit a PR!

- type: markdown
attributes:
value: "Thanks for completing our form!"
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: Feature Request
title: "[Feature] Feature title "
description: I want to suggest a feature for this project.
labels: [ "feature" ]
body:
- type: markdown
attributes:
value: |
For better global communication, Please write in English.

- type: checkboxes
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found
no similar issues.
required: true

- type: textarea
attributes:
label: Feature Request
description: Describe the feature.
placeholder: >
First of all: Have you checked the docs https://github.com/apache/eventmesh/tree/develop/docs,
or GitHub issues whether someone else has already reported your issue?
Maybe the feature already exists?
validations:
required: true

- type: checkboxes
attributes:
label: Are you willing to submit PR?
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the fix.
options:
- label: Yes I am willing to submit a PR!

- type: markdown
attributes:
value: "Thanks for completing our form!"
Loading