pg.yang
ce1f8c0c2c
Upgrade jedis plugin to support 3.x(stream),4.x ( #300 )
2022-09-01 13:45:53 +08:00
geekymv
6eeacf0959
Add an agent plugin to support hutool-http ( #264 )
2022-06-30 09:31:59 +08:00
Leibniz.Hu
a60a61b83d
Add support for RESTEasy 4.x ( #265 )
...
- Most of the codes are copied from RESTEasy 3.x
- The plugin test cases are copied from https://github.com/apache/skywalking-java/pull/169 , which have been approved by its original author @carlfranz (https://github.com/carlfranz ) through https://github.com/apache/skywalking-java/pull/265#issuecomment-1169876704
- Plugin codes are polished to adopt RESTEasy new APIs
- Test cases passed.
2022-06-29 23:10:55 +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
CharliePu
8b0f0e1bb7
Support for Apache HttpClient 5 plugin ( #31 )
2021-09-24 12:55:38 +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
liqiangz
0f62d9289f
Add agent plugin to support Sentinel ( #7190 )
2021-07-03 00:20:14 +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
Daming
015d3877cb
Introduce method interceptor v2 ( #6937 )
2021-05-20 13:36:13 +08:00
吴晟 Wu Sheng
7b1c63de11
Remove optional log plugin ( #6259 )
2021-01-26 23:23:14 +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
vcjmhg
0996151973
Support collecting logs of log4j, log4j2, and logback in the tracing context ( #5914 )
2020-12-10 13:53:30 +08:00
zifeihan
d6c9926e9e
Add the plugin for microsoft mssql-jdbc ( #5856 )
2020-11-18 15:48:18 +08:00
zifeihan
7220643cbf
Add the plugin for mssql-jtds 1.x plugin. ( #5842 )
...
* Add the plugin for mssql-jtds 1.x plugin.
2020-11-16 08:30:25 +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
harvies
c33a55cda1
Test for mongo3.x support version ( #5539 )
2020-09-22 22:08:58 +08:00
harvies
1ff25ac4f4
Support mongo driver 4.x version. ( #5512 )
2020-09-22 17:09:24 +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
dagmom
08897ce5f8
New feature provided : new plugin for influxdb-java client ( #4846 )
2020-06-21 22:35:45 +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
Daming
28530cd79d
Upgrade the InfluxDB storage-plugin to protocol V3 ( #4641 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-04-19 20:10:59 +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