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

Revert 2014 resolve placeholder #2023

Merged
merged 7 commits into from
Aug 20, 2022
Merged

Conversation

zhaoyunxing92
Copy link
Contributor

What this PR does:

Which issue(s) this PR fixes:
Fixes #

You should pay attention to items below to ensure your pr passes our ci test
We do not merge pr with ci tests failed

  • All ut passed (run 'go test ./...' in project root)
  • After go-fmt ed , run 'go fmt project' using goland.
  • Golangci-lint passed, run 'sudo golangci-lint run' in project root.
  • After import formatted, (using imports-formatter to run 'imports-formatter .' in project root, to format your import blocks, mentioned in CONTRIBUTING.md above)
  • Your new-created file needs to have apache license at the top, like other existed file does.
  • All integration test passed. You can run integration test locally (with docker env). Clone our dubbo-go-samples project and replace the go.mod to your dubbo-go, and run 'sudo sh start_integration_test.sh' at root of samples project root. (M1 Slice is not Support)

@codecov-commenter
Copy link

Codecov Report

Merging #2023 (fa41060) into 3.0 (0630c8b) will decrease coverage by 0.21%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              3.0    #2023      +/-   ##
==========================================
- Coverage   44.80%   44.59%   -0.22%     
==========================================
  Files         283      283              
  Lines       17105    17105              
==========================================
- Hits         7664     7628      -36     
- Misses       8631     8671      +40     
+ Partials      810      806       -4     
Impacted Files Coverage Δ
metadata/report/delegate/delegate_report.go 26.49% <0.00%> (-15.90%) ⬇️
cluster/cluster/base/cluster_invoker.go 24.44% <0.00%> (-13.34%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zhaoyunxing92 zhaoyunxing92 merged commit 31fcdb9 into 3.0 Aug 20, 2022
@zhaoyunxing92 zhaoyunxing92 deleted the revert-2014-resolve_placeholder branch August 20, 2022 08:20
CoolIceV pushed a commit to CoolIceV/dubbo-go that referenced this pull request Aug 31, 2022
CoolIceV added a commit to CoolIceV/dubbo-go that referenced this pull request Sep 9, 2022
* feat(adaptive service): auto concurrency limiter

* feat(adaptive service): auto concurrency limiter

* feat(adaptive service): auto concurrency limiter

* feat(adaptive service): auto concurrency limiter

* feat(adaptive service): auto concurrency limiter

* feat(adaptive service): p2c weight

* build(deps): bump go.opentelemetry.io/otel/trace from 1.8.0 to 1.9.0 (apache#2010)

Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
  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.opentelemetry.io/otel from 1.8.0 to 1.9.0 (apache#2013)

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  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 github.com/nacos-group/nacos-sdk-go (apache#2012)

Bumps [github.com/nacos-group/nacos-sdk-go](https://github.com/nacos-group/nacos-sdk-go) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/nacos-group/nacos-sdk-go/releases)
- [Commits](nacos-group/nacos-sdk-go@v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/nacos-group/nacos-sdk-go
  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>

* fix(shotdown):fix shotdown InternalSignal default value

* test(shutdown):add shutdown internal signal test

* [Ftr] Enhance ServiceDefinition in MetadataService (apache#1963)

* Add FullServiceDefinition struct

* mark the place waiting to be changed in PublishServiceDefinition

* add test about FullServiceDefinition

* modify format

* modify comment

* format the code

* split one long line

* ignore goenv

* build(deps): bump github.com/dubbogo/grpc-go from 1.42.9 to 1.42.10 (apache#2019)

Bumps [github.com/dubbogo/grpc-go](https://github.com/dubbogo/grpc-go) from 1.42.9 to 1.42.10.
- [Release notes](https://github.com/dubbogo/grpc-go/releases)
- [Commits](dubbogo/grpc-go@v1.42.9...v1.42.10)

---
updated-dependencies:
- dependency-name: github.com/dubbogo/grpc-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* upgrade grpc-go version v1.42.9 -> v1.42.10 (apache#2017)

* Revert 2014 resolve placeholder (apache#2023)

* resolve placeholder

* build(deps): bump github.com/knadh/koanf from 1.4.2 to 1.4.3 (apache#2027)

Bumps [github.com/knadh/koanf](https://github.com/knadh/koanf) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v1.4.2...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(adaptive service): p2c weight

* feat(adaptive service): ema

* fix license

* fix time

* auto concurrency limiter

* auto concurrency limiter

* auto concurrency limiter

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zhaoyunxing <zhaoyunxing@apache.org>
Co-authored-by: Leo Shen <40532785+Leospard@users.noreply.github.com>
Co-authored-by: AlexStocks <alexstocks@foxmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants