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

Documentation/2935#dubbo rpc api #2967

Merged
merged 36 commits into from
Dec 17, 2018

Commits on Dec 6, 2018

  1. Merge pull request #1 from apache/master

    Update from upstream
    khanimteyaz authored Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4704218 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Merge pull request #3 from apache/master

    master synch
    khanimteyaz authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    3c972a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    c0d59b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118c914 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    f8565a8 View commit details
    Browse the repository at this point in the history
  2. fix testCustomExecutor (apache#2904)

    gudegg authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c1b1c92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b24c1d5 View commit details
    Browse the repository at this point in the history
  4. Simplify the code logic of the method AbstractClusterInvoker#reselect. (

    apache#2826)
    
    * Simplify the code logic of the method AbstractClusterInvoker#reselect.
    
    * Minor modification for code style.
    code4wt authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ee81c37 View commit details
    Browse the repository at this point in the history
  5. create AbstractRouter (apache#2909)

    * create AbstractRouter
    
    * router default method
    
    * router default method
    
    * router default method
    
    * mockinvoker
    Leishunyu authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    3863623 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f27705 View commit details
    Browse the repository at this point in the history
  7. Enhance unit test (apache#2920)

    lixiaojiee authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d84abb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    334df04 View commit details
    Browse the repository at this point in the history
  9. Simply TagRouter (apache#2924)

    kexianjun authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    72803ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d46c45 View commit details
    Browse the repository at this point in the history
  11. Remove the log to putRandomPort when one protocol use random port (ap…

    …ache#2931)
    
    * optimize findConfigedPorts method of ServiceConfig to log only one time when userandom port
    
    * move the log to method putRandomPort
    tswstarplanet authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    00f2e48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e14715 View commit details
    Browse the repository at this point in the history
  13. Improve UT grammar and remove unnecessary braces. (apache#2930)

    * Improve UT grammer, fix compiler warnings.
    
    * Remove unnecessary braces.
    ralf0131 authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    83c40a5 View commit details
    Browse the repository at this point in the history
  14. re-enable testCustomExecutor (apache#2917)

    * fix testCustomExecutor
    
    * fix ci
    gudegg authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c2d823c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81bd268 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9edfeb9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f5bccb View commit details
    Browse the repository at this point in the history
  18. optimize the RondRobinLoadBalance and MockClusterInvoker (apache#2932)

    delete unused logic and take the logger out.
    lixiaojiee authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9e71e23 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    52a9320 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8daad25 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e75d72c View commit details
    Browse the repository at this point in the history
  22. enhance org.apache.dubbo.rpc.protocol.dubbo.telnet.InvokeTelnetHandle…

    …r#isMatch (apache#2941)
    
    * enhance isMatch
    
    * remove useless imports
    beiwei30 authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e3c70ff View commit details
    Browse the repository at this point in the history
  23. [Dubbo-2766]Fix 2766 and enhance the invoke command (apache#2801)

    * add getter and setter for ServiceConfig's interfaceName property#2353
    
    * add interfaceName to ignoreAttributeNames and change the unit test
    
    * delete the demo source code and update the unit test
    
    * unchange ServiceConfig
    
    * update unit test
    
    * update unit test
    
    * fix apache#2798 and enhance invoke command
    kexianjun authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5a5d001 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8cabc55 View commit details
    Browse the repository at this point in the history
  25. Replace anonymous class with method reference (apache#2929)

    * Replace anonymous class with method reference
    
    * Revert changes as per @beiwei30 code review
    igor-suhorukov authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ce37363 View commit details
    Browse the repository at this point in the history
  26. Optimize retry for FailbackRegistry. (apache#2763)

    * Abstract retry task
    
    * Task for retry.
    
    * Fix sth.
    
    * Finish Optimize. fix ci failed.
    
    * Optimize retry for FailbackRegistry.
    The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
    
    * Optimize retry for FailbackRegistry.
    The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
    
    * Optimize logger warn's msg.
    
    * Optimize FailedNotifiedTask's run method.
    Optimize addXXXTask, directly return if we already have a retry task.
    
    * Optimize notify logic, just notify when the urls is not empty.
    
    * Optimize notify logic, just notify when the urls is not empty.
    
    * Optimize timer that use daemon thread.
    carryxyh authored and khanimteyaz committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    fc4cb48 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9a2f958 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9827d97 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1aa6932 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d3c3d75 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ffcacfc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    75da9e5 View commit details
    Browse the repository at this point in the history