-
Notifications
You must be signed in to change notification settings - Fork 929
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
merge 3.0 to ensure samples runnable #1414
merge 3.0 to ensure samples runnable #1414
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ab0ab6 - Browse repository at this point
Copy the full SHA 3ab0ab6View commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0277fc3 - Browse repository at this point
Copy the full SHA 0277fc3View commit details
Commits on Jul 25, 2021
-
Ftr: Generic invocation supports Generalizer (apache#1315)
* generic filter * sync * feat: get java name from POJO * todo: unittests for generic filter * unittests for generic filter * map generalizer * adjust import block * generic service filter is ready for generalizer * add unittests for GenericServiceFilter * ReferenceConfig supports new format of generic key * go fmt * fix license * fix license * fix bugs encountering in integrated tests * go fmt * fix serialization bugs * ftr: generic invocation supports protobuf-json * go fmt * go fmt * disable protobuf-json * go fmt * update comments
Configuration menu - View commit details
-
Copy full SHA for 9aeb7ff - Browse repository at this point
Copy the full SHA 9aeb7ffView commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 86fe9e3 - Browse repository at this point
Copy the full SHA 86fe9e3View commit details -
Ftr: add lumberjack log config (apache#1335)
* add lumberjack & union test * fix go fmt error,modify go.sum file
Configuration menu - View commit details
-
Copy full SHA for dd517d6 - Browse repository at this point
Copy the full SHA dd517d6View commit details
Commits on Jul 28, 2021
-
Ftr: add json generalizer (apache#1343)
* Ftr: add json generalizer Fix: go fmt * Fix: hessian pojo * fix: restart ci * Fix: imports format
Configuration menu - View commit details
-
Copy full SHA for 103cf14 - Browse repository at this point
Copy the full SHA 103cf14View commit details
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1643df2 - Browse repository at this point
Copy the full SHA 1643df2View commit details -
fix Fixed the problem that the timeout period of the original method …
…level does not take effect (apache#1336) * fix Fixed the problem that the timeout period of the original method level does not take effect * fix Fixed the problem that the timeout period of the original method level does not take effect Co-authored-by: 董振兴 <dongzhenxing@xiaomi.com>
Configuration menu - View commit details
-
Copy full SHA for ebce04e - Browse repository at this point
Copy the full SHA ebce04eView commit details -
fix:apache#1143 Feature/reduce etcd registry conn; wait group modify (a…
…pache#1297) * modify map use in nacos service_discovery * fix map double write bug * modify etcd registry restart mechanism * add sync.once for HandleClientRestart * modify the logic when add() or done() of wait group in zk,etcd and k8s registry * modify the logic when add() or done() of wait group in zk,etcd and k8s registry * add handleClientRestart func * add handleClientRestart func * go fmt * fix: update linter Co-authored-by: yexiaobo <yexiaobo@luojilab.com> Co-authored-by: LaurenceLiZhixin <382673304@qq.com>
Configuration menu - View commit details
-
Copy full SHA for fb0d226 - Browse repository at this point
Copy the full SHA fb0d226View commit details -
ftr: triple multi params support (apache#1344)
* ftr: triple multi params support * fix: import * fix: fix ci and gomod * fix: fmt * fix: add develop back to branch
Configuration menu - View commit details
-
Copy full SHA for ff50bd2 - Browse repository at this point
Copy the full SHA ff50bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ae992 - Browse repository at this point
Copy the full SHA b2ae992View commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 92df41c - Browse repository at this point
Copy the full SHA 92df41cView commit details -
优化Nacos下的ServiceName的命名风格 (apache#1352)
Co-authored-by: Changeden <chenzhiduan@unizone.tech>
Configuration menu - View commit details
-
Copy full SHA for f76b01c - Browse repository at this point
Copy the full SHA f76b01cView commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0376b53 - Browse repository at this point
Copy the full SHA 0376b53View commit details
Commits on Aug 9, 2021
-
Use class name as the default reference name (apache#1339)
* build(deps): bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <support@github.com> * improve etcd version and change create to put (apache#1203) * Remove RPC Service * use type assertion before reflect * modify comment * modify comment of BaseMetadataService * add the type alias of interface{} * modify RPCService Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com> Co-authored-by: AlexStocks <alexstocks@foxmail.com> Co-authored-by: randy <ztelur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c5802c5 - Browse repository at this point
Copy the full SHA c5802c5View commit details
Commits on Aug 14, 2021
-
Feat/upgrade getty (apache#1345)
* feat(getty): upgrade getty version to 1.4.4 * feat(getty): delete outdated getty params * delete time.Sleep in unit test * upgrade getty version to 1.4.5 * style(getty): format package getty imports Co-authored-by: dongjianhui03 <dongjianhui03@meituan.com>
Configuration menu - View commit details
-
Copy full SHA for 495090f - Browse repository at this point
Copy the full SHA 495090fView commit details -
support multi pb (apache#1361)
gaoxinge authoredAug 14, 2021 Configuration menu - View commit details
-
Copy full SHA for f192c1e - Browse repository at this point
Copy the full SHA f192c1eView commit details
Commits on Aug 17, 2021
-
修复当getty的tcp read/write timeout小于1s时panic的问题
Changeden committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 72f87d1 - Browse repository at this point
Copy the full SHA 72f87d1View commit details -
TCP Read/Write最小值提取为全局变量,优化parseTimeDurationByRange逻辑
Changeden committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d3ba24 - Browse repository at this point
Copy the full SHA 0d3ba24View commit details
Commits on Aug 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 77a8b5f - Browse repository at this point
Copy the full SHA 77a8b5fView commit details -
Change the key of a mock EchoFilter (apache#1381)
* build(deps): bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <support@github.com> * improve etcd version and change create to put (apache#1203) * change the mock filter key Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com> Co-authored-by: AlexStocks <alexstocks@foxmail.com> Co-authored-by: randy <ztelur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8f38b5 - Browse repository at this point
Copy the full SHA f8f38b5View commit details -
Change the key of a mock EchoFilter (apache#1381)
* build(deps): bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <support@github.com> * improve etcd version and change create to put (apache#1203) * change the mock filter key Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com> Co-authored-by: AlexStocks <alexstocks@foxmail.com> Co-authored-by: randy <ztelur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c55f4e - Browse repository at this point
Copy the full SHA 3c55f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4557595 - Browse repository at this point
Copy the full SHA 4557595View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc81e15 - Browse repository at this point
Copy the full SHA fc81e15View commit details
Commits on Aug 20, 2021
-
Changeden committed
Aug 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 1af33a4 - Browse repository at this point
Copy the full SHA 1af33a4View commit details -
fix:registry timeout not pars (apache#1392)
* fix:registry timeout not pars * up:fmt * up:统一超时时间key * fix:修改测试顺序问题 * up:fmt
Configuration menu - View commit details
-
Copy full SHA for 24c1816 - Browse repository at this point
Copy the full SHA 24c1816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac95c7 - Browse repository at this point
Copy the full SHA 1ac95c7View commit details -
build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0 (a…
…pache#1400) * build(deps): bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <support@github.com> * improve etcd version and change create to put (apache#1203) * build(deps): bump github.com/dubbogo/gost from 1.11.14 to 1.11.16 (apache#1387) Bumps [github.com/dubbogo/gost](https://github.com/dubbogo/gost) from 1.11.14 to 1.11.16. - [Release notes](https://github.com/dubbogo/gost/releases) - [Commits](dubbogo/gost@v1.11.14...v1.11.16) --- updated-dependencies: - dependency-name: github.com/dubbogo/gost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (apache#1386) Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.26.0 to 1.27.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](protocolbuffers/protobuf-go@v1.26.0...v1.27.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0-alpha.0 to 3.5.0 (apache#1383) Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.0-alpha.0 to 3.5.0. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Changelog](https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.5.md) - [Commits](etcd-io/etcd@v3.5.0-alpha.0...v3.5.0) --- updated-dependencies: - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0 Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.9 to 1.5.0. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.4.9...v1.5.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com> Co-authored-by: AlexStocks <alexstocks@foxmail.com> Co-authored-by: randy <ztelur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e855fde - Browse repository at this point
Copy the full SHA e855fdeView commit details
Commits on Aug 21, 2021
-
build(deps): bump github.com/emicklei/go-restful/v3 from 3.4.0 to 3.5…
….2 (apache#1403) Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.4.0...v3.5.2) --- updated-dependencies: - dependency-name: github.com/emicklei/go-restful/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 186dc22 - Browse repository at this point
Copy the full SHA 186dc22View commit details
Commits on Aug 24, 2021
-
Changeden committed
Aug 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 6c3e38b - Browse repository at this point
Copy the full SHA 6c3e38bView commit details -
Merge pull request apache#1380 from Chans-Open-Source/feature/fix_the…
…_exception_when_tcp_timeout_is_less_than_1 Fix: fix the exception when tcp timeout is less than 1s for 3.0 apache#1362
Configuration menu - View commit details
-
Copy full SHA for 3906343 - Browse repository at this point
Copy the full SHA 3906343View commit details
Commits on Aug 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ac2f1c - Browse repository at this point
Copy the full SHA 3ac2f1cView commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3d62d5 - Browse repository at this point
Copy the full SHA b3d62d5View commit details