xu1009
dc9f7d130d
support jersey rest framework ( #520 )
2023-05-02 17:19:15 +08:00
kezhenxu94
62266673ff
Add plugin for Spring 6, set development baseline to JDK 17, remove Powermock entirely ( #444 )
2023-01-31 19:29:32 +08:00
zhyyu
f5f560b4a7
Add rocketmq plugin test scenarios ( #361 )
2022-10-28 20:45:27 +08:00
lbc97
81ded4acf5
servicecomb 2.0 plugin ( #127 )
2022-04-22 18:45:35 +08:00
吴晟 Wu Sheng
4c71b72817
Remove plugin for ServiceComb Java Chassis 0.x with plugin tests. ( #108 )
2022-02-09 19:35:35 +08:00
Dachuan J
fd1f4fe609
Support for ShardingSphere 5.0.0 ( #98 )
...
* Update ShardingSphere to 5.0.0
* Change docs
2022-01-28 10:57:23 +08:00
Daming
d7f1588a8c
support jdk17 in agent plugin testing, add test case plugin on jdk17 ( #55 )
2021-11-07 08:27:37 +08:00
xu1009
9101f691fb
Add okhttp2.x plugin ( #49 )
...
Co-authored-by: litexu <litexu@tencent.com>
2021-10-25 22:40:37 +08:00
kezhenxu94
815bee34d1
Fix wrong cache key and clean up CI settings ( #7 )
2021-08-27 12:50:13 +08:00
kezhenxu94
a6b174a09d
Set up CI and clean up ( #3 )
2021-08-27 07:50:30 +08:00
kezhenxu94
cf03304a48
Simplify GitHub workflows by using `uses` in `composite` actions ( #7487 )
...
`uses` is recently allowed in `composite` actions, we can simplify our workflows control files further.
2021-08-19 11:47:48 +08:00
吴伟杰
06e589fab0
Remove plugins for ShardingSphere legacy and unstable versions ( #7323 )
...
Remove the following plugins due to they are legacy and unstable releases.
1. sharding-jdbc-1.5.x-plugin
2. sharding-sphere-4.x-rc3-plugin
3. sharding-sphere-4.x-plugin (This is for RC1 and RC2)
To people who want to use these removing versions, you still could copy the plugins from SkyWalking's 8.6.0 release to the '/plugins' folder to activate, unless SkyWalking has some core level APIs upgrade. This is very rare to happen.
2021-07-18 20:35:54 +08:00
吴伟杰
0975809e43
Add an agent plugin for ShardingSphere 5.0.0-beta ( #7171 )
2021-06-30 21:00:20 +08:00
Zhenxu
518843633f
Cancel duplicated workflows ( #7043 )
2021-05-31 23:10:45 +08:00
吴晟 Wu Sheng
a8f2476497
Make all CIs running in ubuntu latest. ( #7021 )
2021-05-27 09:06:34 +08:00
Zhenxu Ke
98d0430b91
chore: set up license-eye to check license header ( #6200 )
2021-01-14 22:08:37 +08:00
vcjmhg
c010481cf6
Checkstyle plugin checks test codes ( #6003 )
2020-12-29 17:58:34 +08:00
zifeihan
6e0a244482
Add the plugin for Apache CXF 3.x ( #5887 )
2020-11-26 17:18:55 +08:00
kezhenxu94
a5300880d7
[CI] Cancel outdated jobs when new builds are fired ( #5558 )
2020-11-02 00:19:57 +08:00
kezhenxu94
d113f58645
test: add a tool to select a suitable group for a new plugin test and remove the outdated group size of plugin tests ( #5676 )
2020-10-16 08:44:55 +08:00
kezhenxu94
239eaa01fd
test: set up ALS E2E test ( #5675 )
2020-10-15 23:20:46 +08:00
吴晟 Wu Sheng
2b737e24e4
Embrace the maven cache in the GitHub action. ( #5619 )
...
* Add cache for maven local repo.
* FIx formats.
2020-10-01 19:05:28 +08:00
Daming
6c1659c56a
[plugin/test] Plugin test with jdk14 ( #5352 )
...
* plugin test with jdk14
* introduce jdk14 container
* remove docker:build
* remove BUILD_NO and introduct image_version
* Update docs/en/guides/Plugin-test.md
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-08-24 20:17:22 +08:00
xiaoyu
164124fc22
provider shardingSphere 4.0.0 4.0.1 plugin. ( #4927 )
2020-06-15 17:03:17 +08:00
xiaoyu
a24efcf5e9
ShardingSphere plugins conflict among themselves. ( #4921 )
...
* Fix shardingSphere plugin test fail if have some same ENHANCE_CLASS define.
* support 4.1.0 and 4.1.1
* support 4.1.0 and 4.1.1
2020-06-14 18:48:07 +08:00
吴晟 Wu Sheng
5de0d2c6f6
Set version to 8.1.0 for next iteration. ( #4916 )
...
* [maven-release-plugin] prepare release v8.0.0
* [maven-release-plugin] prepare for next development iteration
* Remove all shardingsphere cases.
2020-06-12 23:44:42 +08:00
kezhenxu94
4a8f86f817
Use the built-in ability to check out submodules ( #4728 )
2020-04-28 20:32:56 +08:00
Daming
44f1b4a4ff
[test/plugin] Enhance PluginTest ( #4677 )
...
1. Re-balance the workload of plugintests
2. Restore testcases of MySQL, remove on #4641
3. Support user to runs plugin-test on debug mode. It will not remove the log files and actualData.yaml
4. remove paramater 'parallel_run_size' and disable parallel test.
2020-04-22 20:43:17 +08:00
kezhenxu94
c11ad038cc
Count the coverage in E2E tests and Plugin tests ( #4651 )
2020-04-15 23:09:05 +08:00
kezhenxu94
e7f66c911e
[CI] Reorganize the Plugin Tests to speed up the PR checks ( #4566 )
2020-03-24 23:33:15 +08:00