Commit Graph

5975 Commits

Author SHA1 Message Date
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
Jared Tan 31a217c944
chore: remove unused dependencies. (#5674) 2020-10-16 00:31:24 +08:00
kezhenxu94 239eaa01fd
test: set up ALS E2E test (#5675) 2020-10-15 23:20:46 +08:00
zifeihan 627358ee9e
Fix duplicate ExitSpan, Maybe this will cause some error message not recorded. because "feign load balance" mechanism will retry execute. (#5667) 2020-10-15 21:55:20 +08:00
qinqiangqiang f2e83bad30
resttemplate plugin concurrency scenario data mistake problem fix (#5658)
* resttemplate plugin concurrency scenario data mistake problem
2020-10-15 12:09:04 +08:00
Rei Shimizu f48e4961ec
docs: fix broken istio-architecture svg (#5664)
* docs: fix broken istio-architecture svg

* server -> service
2020-10-15 00:19:35 +08:00
Gallardot b24e3f3737
Fix typo in backend-storage.md (#5662) 2020-10-14 17:07:17 +08:00
Daming 7881c57023
Introduct DataCarrier to avoid service blocked (#5660) 2020-10-14 08:12:22 +08:00
吴晟 Wu Sheng 2b9de2007f
Separate UI template files for further enhancement. (#5656)
* Separate UI template files for further enhancement.

* Add doc about the UI template.
2020-10-13 20:04:08 +08:00
xbkaishui d86570a88e
Health check for InfluxDB (#5637) 2020-10-13 16:59:42 +08:00
mrproliu 494c146ed5
Provide meter agent test tool support (#5648) 2020-10-13 07:58:14 +08:00
吴晟 Wu Sheng 803f6f2839
Add SW_NO_UPSTREAM_REAL_ADDRESS config doc (#5650)
* Add SW_NO_UPSTREAM_REAL_ADDRESS config doc

* Fix legal config issue.

* Update docs/en/setup/backend/configuration-vocabulary.md

* Add a test case to verify the module config initializer, which only supports 4 simple types.

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-10-12 20:52:53 +08:00
Humbertzhang bde07d7ecd
Fix typo in ProfileTask.java (#5647)
* fix typo in ProfileTask
2020-10-10 22:24:48 +08:00
Humbertzhang 39815388a3
Add E2E test for python Kafka report protocol (#5640) 2020-10-10 16:41:18 +08:00
xbkaishui 77a16c50ce
Fix typo issue (#5635) 2020-10-09 16:40:50 +08:00
吴晟 Wu Sheng ea3b099978
Add a missing link of the health check doc. (#5634) 2020-10-08 18:52:11 +08:00
Kdump 5fa2ae4903
fix RESOURCE_LEAK (#5616) 2020-10-07 18:47:25 +08:00
Hoshea Jiang a785be4f2b
Add more details about committer (#5631)
* Add more details about committer
2020-10-07 16:30:25 +08:00
Yu.Bozhong 790b1cc91d
sync ui: Add micro logo (#5630)
* Feat:add go-micro component id

* sync ui:Add micro logo
2020-10-07 10:09:36 +08:00
Kdump a5f4052965
fix INEFFICIENT_KEYSET_ITERATOR (#5612)
* fix INEFFICIENT_KEYSET_ITERATOR
2020-10-06 21:44:23 +08:00
xbkaishui 117afff36f
Support Alarm to dingtalk (#5628)
* Add dingtalk webhook

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-05 20:16:18 +08:00
xbkaishui c9b6a78ca9
Limit Sql body size (#5626) 2020-10-04 23:22:32 +08:00
code 5ed9762db6
new components id for envoy proxy (#5629)
Signed-off-by: wbpcode <comems@msn.com>
2020-10-04 22:09:26 +08:00
xbkaishui 2c729b5d69
Support group concept in the alarm core (#5615) 2020-10-03 23:26:29 +08:00
Daming 47d5a7680b
chore: fix UnnecessaryParentheses (#5624) 2020-10-02 22:03:00 +08:00
kezhenxu94 0171ff6a01
Promote Integer to Long before multiplying to avoid numeric overflow (#5602) 2020-10-02 19:53:48 +08:00
吴晟 Wu Sheng 235fbe729c
Fix 3 format issue of CI control file. (#5625)
* Fix 3 format issue of CI control file.

* Fix more.
2020-10-02 18:17:55 +08:00
Daming d0b020e5a8
fix timebucket converter issue (#5585) 2020-10-02 17:05:50 +08:00
Xin,Zhang d02ee0af3e
Replace != with equals (#5617)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 15:57:11 +08:00
Qiuxia Fan 1f79367417
sync ui: Set current service for topology (#5622) 2020-10-02 13:10:57 +08:00
zhang-wei a36f22f828
add comment (#5620)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 09:52:00 +08:00
Kdump d30ca1ab58
fix TypeParameterUnusedInFormals (#5613)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 07:41:17 +08:00
Daming 6eda8346bb
remove dead code (#5611) 2020-10-02 00:11:02 +08:00
Daming f39c0dd274
fix to release incorrectly lock when it is failed to obtain lock (#5610)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 22:49:39 +08:00
kezhenxu94 a45f615b6d
Use explicit charset instead of default charset (#5601)
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.

Co-authored-by: zhang-wei <pknfe@outlook.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 21:27:31 +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
Xin,Zhang 1cddb60a00
add @SuppressWarnings(NonAtomicVolatileUpdate) (#5606)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 17:28:18 +08:00
Xin,Zhang 6f99a24c43
add @SuppressWarnings(HidingField) annotation (#5603) 2020-10-01 16:05:17 +08:00
zhang-wei 736dc3d3ec
Remove some unused variables (#5598) 2020-10-01 14:51:07 +08:00
Xin,Zhang 772f1d2e82
Replace Class.newInstance() with getDeclaredConstructor().newInstance() (#5600)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 12:56:28 +08:00
Xin,Zhang 7c69ea889e
Fix JdkObsolete issue (#5599)
* Fix JdkObsolete issue

* Fix code style

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 11:09:51 +08:00
Kdump 8a8df3550e
fix Classcanbestatic (#5597)
Inner class is non-static but does not reference enclosing class

ref: https://errorprone.info/bugpattern/ClassCanBeStatic

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 08:18:00 +08:00
Kdump 7d5d8b4335
fix MissingCasesInEnumSwitch (#5595)
Non-exhaustive switch; either add a default or handle the remaining cases: VALUE, UNKNOWN

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 07:09:50 +08:00
Kdump 3bc94cbb68
fix Calling getClass() on an enum may return a subclass of the enum type (#5594)
ref: https://errorprone.info/bugpattern/GetClassOnEnum
2020-09-30 22:51:05 +08:00
吴晟 Wu Sheng bc64c6a127
Make the extension header really extendable (#5590) 2020-09-30 07:33:23 +08:00
吴晟 Wu Sheng 103cf00672
Support JDK 11 compiling and upgrade dependencies (#5579)
* Upgrade dependencies and make the JDK11 compiling passed.

* Update license and fix license check file.

* Add CI for JDK11 compiling.

* Update doc.
2020-09-29 10:34:21 +08:00
Yu.Bozhong 5c1714329e
Feat:add go-micro component id (#5580) 2020-09-29 09:11:21 +08:00
Ax1an 59e8764088
Optimizing grafana self monitoring dashboard. (#5574) 2020-09-28 17:34:57 +08:00
vcjmhg 806666b4cc
add webflux webclient plugin (#5493) 2020-09-27 22:38:07 +08:00
吴晟 Wu Sheng b560bae3f8
Polish comments of the meter at the agent side. (#5565)
* Polish comments of the meter at the agent side.

* Fix code style.
2020-09-27 07:31:33 +08:00