1. 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
  2. 23 10月, 2019 1 次提交
  3. 05 10月, 2019 1 次提交
  4. 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
  5. 16 8月, 2019 1 次提交
  6. 05 8月, 2019 1 次提交
  7. 03 7月, 2019 1 次提交
  8. 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
  9. 15 5月, 2019 1 次提交
    • New OAP annotations, they are friendly for streaming loader. (#2670) · 63fb961c
      彭勇升 pengys 提交于
      * New stream annotation.
      - Inventory annotation example:
      @Stream(name = ServiceInventory.INDEX_NAME, scopeId = DefaultScopeDefine.SERVICE_INVENTORY, storage = @storage(builder = ServiceInventory.Builder.class, deleteHistory = false), kind = StreamKind.Inventory)
      
      - Metrics annotation example:
      @Stream(name = ServiceRelationClientSideMetrics.INDEX_NAME, scopeId = DefaultScopeDefine.SERVICE_RELATION, storage = @storage(builder = ServiceRelationClientSideMetrics.Builder.class), kind = StreamKind.Metrics)
      
      - Record annotation example:
      @Stream(name = SegmentRecord.INDEX_NAME, scopeId = DefaultScopeDefine.SEGMENT, storage = @storage(builder = SegmentRecord.Builder.class), kind = StreamKind.Record)
      
      - TopN annotation example:
      @Stream(name = TopNDatabaseStatement.INDEX_NAME, scopeId = DefaultScopeDefine.DATABASE_SLOW_STATEMENT, storage = @storage(builder = TopNDatabaseStatement.Builder.class), kind = StreamKind.TopN)
      
      * no message
      
      * Stream annotation finish.
      
      * Make stream processors to be the singleton class.
      
      * Fixed the compile errors.
      
      * Modify the OAL module for this annotation refactor.
      
      * Add apache license header.
      
      * Duplicate import.
      
      * Fixed check style error.
      63fb961c
  10. 10 5月, 2019 1 次提交
  11. 30 4月, 2019 2 次提交
  12. 21 3月, 2019 1 次提交
  13. 26 2月, 2019 1 次提交
    • wu-sheng's avatar
      Improve OAP extendibility (#2288) · fb62025d
      wu-sheng 提交于
      * Make scope meta configurable.
      
      * Fix test cases in ci.
      
      * Change step 1
      
      * Refactor step 2
      
      * Other compile issue done. Prepare the generator changes.
      
      * Revert some wrong changes to Istio receiver.
      
      * Step 3, make compile pass.
      
      * Try to make CI passed.
      
      * Add a check.
      
      * Fix generated code style
      
      * Provide new and extendable dispatcher generator tool
      
      * Fix startup.
      
      * Can't guarantee the dispatchers are always existing. Put explicit comments at there to avoid confusion, since this is different with old version.
      
      * Fix a H2 query for endpoint search.
      
      * Fix a wrong mysql alarm query.
      
      * Provide new document and `generate-tool-grammer` module.
      
      * Add missing last section of document.
      
      * Fix typo
      
      * Relocate the @ScopeDeclaration annotation, make it more sense. Also remove the useless @SourceType annotation. And adjust document for these changes
      
      * ScopeDeclaration can be used once for each class only, now.
      fb62025d
  14. 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
  15. 23 12月, 2018 1 次提交
  16. 05 12月, 2018 1 次提交
  17. 01 12月, 2018 1 次提交
    • wu-sheng's avatar
      Make endpoint and instance alarm active (#1987) · 2d8f3903
      wu-sheng 提交于
      * Support alarm in service instance and endpoint.
      
      * Fix alarm default settings and document.
      
      * Fix wrong default setting
      
      * Make service instance and endpoint scopes available in alarm core.
      
      * Fix alarm bug.
      2d8f3903
  18. 06 11月, 2018 2 次提交
    • 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
    • J
      Fix the test case. (#1879) · 7537af05
      Jared.Tan 提交于
      7537af05
  19. 28 10月, 2018 1 次提交
  20. 11 10月, 2018 2 次提交
  21. 10 10月, 2018 2 次提交
  22. 25 9月, 2018 1 次提交
    • wu-sheng's avatar
      Alarm module code core ready (#1644) · 933ae20b
      wu-sheng 提交于
      * Support alarm message.
      
      * Fix document words.
      
      * Support alarm hook.
      
      * Fix javadoc issue.
      
      * Sync submodule
      
      * Sync submodule
      933ae20b
  23. 13 9月, 2018 1 次提交
    • wu-sheng's avatar
      Support new indicator core. (#1669) · fd83aa55
      wu-sheng 提交于
      * Support new indicator core.
      
      * Block 2 unaccessible methods.
      
      * Add service call as manual indicator and refactor the core DIspatcherManager
      fd83aa55
  24. 12 9月, 2018 1 次提交
  25. 04 9月, 2018 1 次提交
  26. 03 9月, 2018 1 次提交
  27. 31 8月, 2018 3 次提交
  28. 30 8月, 2018 4 次提交
  29. 29 8月, 2018 1 次提交