1. 17 9月, 2019 1 次提交
  2. 16 9月, 2019 1 次提交
  3. 13 9月, 2019 3 次提交
  4. 12 9月, 2019 1 次提交
  5. 11 9月, 2019 3 次提交
    • Gateway compatible with downstream loss (#3445) · b5b088ac
      于玉桔 提交于
      b5b088ac
    • 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
    • wu-sheng's avatar
      Fill my FAQ reply in official document. (#3450) · e1ce6edf
      wu-sheng 提交于
      * Fill my FAQ reply in official document.
      
      * Add image.
      e1ce6edf
  6. 10 9月, 2019 1 次提交
    • K
      Add TTL E2E test (#3437) · 721f8648
      kezhenxu94 提交于
      * Add TTL E2E test
      
      * Add to Jenkins stage and minor bugfix
      
      * Upgrade e2e container version
      
      * Polish and minor fix
      
      * Polish
      721f8648
  7. 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
  8. 08 9月, 2019 1 次提交
  9. 07 9月, 2019 1 次提交
  10. 06 9月, 2019 1 次提交
  11. 05 9月, 2019 3 次提交
  12. 04 9月, 2019 3 次提交
    • X
      #106 cache/persist page query states (#3406) · 36a36017
      x22x22 提交于
      36a36017
    • S
      MOD: Modify compatibility of kafka plugin and expand operationName (#3390) · 05d9c0a9
      Stalary 提交于
      * ADD: add operationName length threshold
      
      * MOD:move operationName threshold to Config, simplified code
      
      * MOD:update agent set-up document, clean code
      
      * MOD:add agent.operation_name_threshold conf prefix
      
      * MOD: Modify compatibility of kafka plugin and expand operationName
      
      * MOD: Delete localSpan layer, modify consumer operationName, delete producer key
      
      * MOD: Modify operationName, reduce String operation
      
      * FIX: Fix callback break, the new version of kafka callback is intercepted twice and needs to be judged
      
      * FIX: Fix different problems with KafkaProducer constructor in old and new versions
      
      * MOD: separate code
      05d9c0a9
    • wu-sheng's avatar
      Add changelog for 6.4.0 release. (#3398) · b0d35981
      wu-sheng 提交于
      * Add changelog for 6.4.0 release.
      
      * Update CHANGES.md
      
      ES storage column type changed for pxx details. It wouldn't really 100% compatible.
      b0d35981
  13. 03 9月, 2019 1 次提交
  14. 02 9月, 2019 3 次提交
  15. 01 9月, 2019 3 次提交
  16. 31 8月, 2019 1 次提交
  17. 30 8月, 2019 4 次提交
  18. 29 8月, 2019 3 次提交
  19. 28 8月, 2019 3 次提交
  20. 27 8月, 2019 1 次提交
    • wu-sheng's avatar
      Support op group name in agent config core. (#3299) · a3241f0a
      wu-sheng 提交于
      * Support op group name in agent config core.
      
      * Provide core API for operation name grouping, rest template plugin update, and doc update.
      
      * Fix doc
      
      * Fix test case.
      
      * Fix missing changes.
      
      * add shuyun to powered-by.md (#3341)
      
      * add shuyun to powered-by.md
      
      * update powered-by.md
      
      * Remove static method.
      a3241f0a
  21. 26 8月, 2019 1 次提交