1. 01 2月, 2021 1 次提交
  2. 29 11月, 2020 1 次提交
  3. 24 10月, 2020 1 次提交
  4. 29 9月, 2020 1 次提交
  5. 09 9月, 2020 2 次提交
  6. 03 9月, 2020 1 次提交
  7. 17 8月, 2020 1 次提交
  8. 31 7月, 2020 1 次提交
    • wu-sheng's avatar
      Begin 8.2.0 iteration. (#5211) · 2f2840cb
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      2f2840cb
  9. 25 7月, 2020 1 次提交
  10. 21 7月, 2020 1 次提交
  11. 12 6月, 2020 2 次提交
  12. 31 3月, 2020 1 次提交
  13. 19 3月, 2020 1 次提交
  14. 11 2月, 2020 1 次提交
    • K
      Set up more strict code styles and fix existing issues (#4337) · 5b255ba3
      kezhenxu94 提交于
      Motivation:
      
      Review code styles with some bots automatically.
      
      Modifications:
      
      Set up ReviewDog in GitHub Action to review code style.
      
      Add more check rules to checkstyle plugin.
      
      Result:
      
      Obvious code styles can be reviewed and commented automatically.
      5b255ba3
  15. 05 2月, 2020 1 次提交
  16. 25 12月, 2019 1 次提交
  17. 24 12月, 2019 1 次提交
  18. 17 12月, 2019 1 次提交
  19. 19 11月, 2019 1 次提交
  20. 12 11月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.6.0 SNAPSHOT (#3839) · 3fbaec42
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.5.0
      
      * [maven-release-plugin] prepare for next development iteration
      3fbaec42
  21. 22 10月, 2019 1 次提交
  22. 11 9月, 2019 1 次提交
    • H
      spring-cloud-gateway traceid does not transmit #3411 (#3446) · 96b2baad
      hi-sb 提交于
      * spring-cloud-gateway traceid does not transmit #3411
      
      skywalking-version:6.5.0
      
      spring-gateway-version:2.1.2
      
      Error Description:
      
       Customize the filter, traceid does not transmit.
      
       "ServerWebExchangeDecorator" is a transport chain,His structure should be like this:
      
      	 serverWebExchangeDecorator
      	    -----(ServerWebExchangeDecorator)delegate
      		    ------(ServerWebExchangeDecorator)delegate
      			  ------.....
      			   -----(DefaultServerWebExchange)delegate
        In the current source code, there is no deep search, but only the next level. When there are multiple custom filters, you get an error.
      
      Repair method:
      
        Look for "delegate" of "ServerWebExchangeDecorator" recursively until "DefaultServerWebExchange"
      
      * spring-boot-webflux traceid does not transmit #3411
      
      spring-boot-starter-webflux-version:2.1.6
      
      Error Description:
      
      Customize the filter, traceid does not transmit.
      
      "ServerWebExchangeDecorator" is a transport chain,His structure should be like this:
      
       serverWebExchangeDecorator
          -----(ServerWebExchangeDecorator)delegate
      	    ------(ServerWebExchangeDecorator)delegate
      		  ------.....
      		   -----(DefaultServerWebExchange)delegate
      
      In the current source code, there is no deep search, but only the next level. When there are multiple custom filters, you get an error.
      
      Repair method:
      
      Look for "delegate" of "ServerWebExchangeDecorator" recursively until "DefaultServerWebExchange"
      
      * checkStyle
      96b2baad
  23. 09 9月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.5.0 (#3439) · ce20fe10
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      ce20fe10
  24. 05 9月, 2019 1 次提交
  25. 14 8月, 2019 1 次提交
  26. 10 8月, 2019 1 次提交
  27. 05 8月, 2019 1 次提交
  28. 25 7月, 2019 1 次提交
  29. 12 7月, 2019 1 次提交
  30. 29 6月, 2019 1 次提交
    • wu-sheng's avatar
      Move master to 6.3.0 (#2968) · 4faa950c
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.2.0
      
      * [maven-release-plugin] prepare for next development iteration
      4faa950c
  31. 20 5月, 2019 1 次提交
  32. 30 4月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.2 (#2563) · 9b87086d
      wu-sheng 提交于
      * Move submodule plugin.
      
      * Always auto-submodule
      
      * [maven-release-plugin] prepare release v6.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Change keys location.
      9b87086d
  33. 06 3月, 2019 1 次提交
  34. 18 1月, 2019 1 次提交
    • wu-sheng's avatar
      GA tagged, move to 6.1 (#2180) · 5a7eb565
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.0.0-GA
      
      * [maven-release-plugin] prepare for next development iteration
      5a7eb565
  35. 23 12月, 2018 1 次提交
  36. 06 11月, 2018 1 次提交
    • wu-sheng's avatar
      Sync 6.0.0-alpha release and version up to beta. (#1883) · 72a39e1f
      wu-sheng 提交于
      * Lock oracle and resin plugins version.
      
      * Move resin and oracle plugin to openskywalking
      
      * Restore submodule active.
      
      * Add another submodule active command.
      
      * Remove the wrong test cases in release and fix some doc issues.
      
      * [maven-release-plugin] prepare release v6.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Fix some doc
      72a39e1f
  37. 24 8月, 2018 2 次提交