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

feat: add adaptive service #1649

Merged
merged 43 commits into from
Dec 7, 2021
Merged

feat: add adaptive service #1649

merged 43 commits into from
Dec 7, 2021

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    8f8cf96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfc01e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca1018 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    e83a8a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    f0c64e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    69dd9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db43f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    588f392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0a4d1a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    9af855a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Merge branch '3.0' into feat/adasvc

    # Conflicts:
    #	cluster/cluster/base/cluster_invoker.go
    #	cluster/cluster/failback/cluster_invoker.go
    #	cluster/cluster/failover/cluster_invoker.go
    #	cluster/cluster/failsafe/cluster_invoker.go
    #	cluster/cluster/forking/cluster_invoker.go
    #	cluster/cluster/forking/cluster_test.go
    #	common/constant/default.go
    #	common/constant/key.go
    #	common/metadata_info.go
    #	common/url.go
    #	common/url_test.go
    #	config/metadata_report_config.go
    #	config/reference_config.go
    #	config/registry_config.go
    #	config/service_config.go
    #	config_center/configurator/override.go
    #	filter/execlmt/filter_test.go
    #	filter/generic/util.go
    #	filter/tps/limiter/method_service_test.go
    #	metadata/report/etcd/report.go
    #	metadata/report/zookeeper/report.go
    #	metadata/service/local/metadata_service_proxy_factory.go
    #	metadata/service/local/service.go
    #	metadata/service/remote/service.go
    #	metrics/prometheus/reporter.go
    #	protocol/dubbo/dubbo_codec.go
    #	protocol/dubbo/dubbo_invoker.go
    #	protocol/dubbo3/dubbo3_invoker.go
    #	protocol/dubbo3/dubbo3_protocol.go
    #	protocol/invocation/rpcinvocation.go
    #	protocol/invocation/rpcinvocation_test.go
    #	protocol/jsonrpc/server.go
    #	registry/directory/directory.go
    #	registry/nacos/registry.go
    #	registry/nacos/registry_test.go
    #	registry/protocol/protocol.go
    #	registry/servicediscovery/service_discovery_registry.go
    #	registry/servicediscovery/synthesizer/rest/rest_subscribed_urls_synthesizer.go
    #	registry/servicediscovery/synthesizer/rest/rest_subscribed_urls_synthesizer_test.go
    #	remoting/getty/dubbo_codec_for_test.go
    #	remoting/getty/readwriter_test.go
    #	remoting/kubernetes/facade_test.go
    justxuewei committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    785c74c View commit details
    Browse the repository at this point in the history
  2. fix(common): fix typo

    justxuewei committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    1d5fca1 View commit details
    Browse the repository at this point in the history
  3. fix(common): fix typo

    justxuewei committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    7a537ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d866b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    865c058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d26e68 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    c3f9dbe View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    ff4e60b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    0472bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e98a27 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    70ca487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c949cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ece019f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf43b0b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    d8ca7f1 View commit details
    Browse the repository at this point in the history
  2. style: go fmt

    justxuewei committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    30dcb14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b48b40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99f6919 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    f906714 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    c7edac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b4f70 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    1fa48ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0acc52e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    e5de62f View commit details
    Browse the repository at this point in the history
  2. fix(adasvc): fix log info

    justxuewei committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6f1d7bf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. feat: detail dubbo logs

    justxuewei committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    4a04d4a View commit details
    Browse the repository at this point in the history
  2. feat: remove useless logs

    justxuewei committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    4ed7505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b12eac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ac6763 View commit details
    Browse the repository at this point in the history
  5. style: go fmt & dubbofmt

    justxuewei committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    c23612b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f7459b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    429a336 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    bfc336e View commit details
    Browse the repository at this point in the history