1. 24 3月, 2018 1 次提交
  2. 23 3月, 2018 2 次提交
  3. 22 3月, 2018 2 次提交
    • wu-sheng's avatar
      Support TLS of gRPC between agent and server. (#968) · d8d28a0b
      wu-sheng 提交于
      * Finish the prototype of TLS of gRPC between agent and server.
      
      * Fix for rat check.
      
      * Update GRPCChannelManager.java
      
      * Update AgentModuleGRPCProvider.java
      
      * Upgrade netty version (#971)
      
      * Make sure end user can't start gRPC server with and without SSL in the same port.
      d8d28a0b
    • wu-sheng's avatar
      Support ES type/table namespace feature (#956) · 0e60d40d
      wu-sheng 提交于
      * Proposal the code structure for table name prefix. Related to #932
      
      * Fix style check.
      
      * Keep ESDao table name in control.
      
      * Finish all codes about ES namespace feature.
      0e60d40d
  4. 21 3月, 2018 1 次提交
  5. 20 3月, 2018 4 次提交
  6. 19 3月, 2018 6 次提交
    • wu-sheng's avatar
      Fix zk path error. (#963) · afcd3314
      wu-sheng 提交于
      afcd3314
    • wu-sheng's avatar
      Update How-to-release.md (#961) · b1265dfc
      wu-sheng 提交于
      b1265dfc
    • wu-sheng's avatar
      Add namespace for headers. (#954) · c56046d2
      wu-sheng 提交于
      c56046d2
    • wu-sheng's avatar
      Merge release documents (#960) · ae39e7b5
      wu-sheng 提交于
      * Update docs for alpha release
      
      * Delete a comma.
      
      * Update How-to-build.md
      
      * Add data-set licenses file
      
      * Rename LICENSES-data-set to LICENSE-data-set
      
      * Update LICENSE
      
      * Remove fastclick from LICENSE
      
      * Make the git submodule command to be a maven profile plugin. Let this command not execute by default install command.
      
      * [maven-release-plugin] prepare release apm-5.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Product name is not correct
      
      * Add more documents for release.
      
      * Change profile id.
      
      * Add CHANGES file in distribution file.
      
      * Revert "[maven-release-plugin] prepare for next development iteration"
      
      This reverts commit ac815019.
      
      * Revert "[maven-release-plugin] prepare release apm-5.0.0-alpha"
      
      This reverts commit 095597c9.
      
      * Add rat plugin to check dependency license and add license head into missing files.
      
      * Fix docs.
      
      * Exclude web ui config file.
      
      * Next release guide.
      
      * UI update.
      
      * Update docs.
      
      * Build source shell.
      
      * Update docs and source release.
      
      * remove .sha256 requirement.
      
      * Update How-to-release.md
      
      * Update How-to-release.md
      
      * Update build doc.
      
      * Update docs.
      
      * Update How-to-release.md
      
      * Update How-to-release.md
      ae39e7b5
    • O
      Use secure connection to npmjs.org (#958) · 83624860
      Olaf Flebbe 提交于
      83624860
    • Asf/5.0 alpha/release (#959) · dcd6a71f
      彭勇升 pengys 提交于
      * Update docs for alpha release
      
      * Delete a comma.
      
      * Update How-to-build.md
      
      * Add data-set licenses file
      
      * Rename LICENSES-data-set to LICENSE-data-set
      
      * Update LICENSE
      
      * Remove fastclick from LICENSE
      
      * Make the git submodule command to be a maven profile plugin. Let this command not execute by default install command.
      
      * [maven-release-plugin] prepare release apm-5.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Product name is not correct
      
      * Add more documents for release.
      
      * Change profile id.
      
      * Add CHANGES file in distribution file.
      
      * Revert "[maven-release-plugin] prepare for next development iteration"
      
      This reverts commit ac815019.
      
      * Revert "[maven-release-plugin] prepare release apm-5.0.0-alpha"
      
      This reverts commit 095597c9.
      
      * Add rat plugin to check dependency license and add license head into missing files.
      
      * Fix docs.
      
      * Exclude web ui config file.
      
      * Next release guide.
      
      * UI update.
      
      * Update docs.
      
      * Build source shell.
      dcd6a71f
  7. 17 3月, 2018 1 次提交
  8. 16 3月, 2018 2 次提交
  9. 15 3月, 2018 2 次提交
  10. 14 3月, 2018 1 次提交
    • wu-sheng's avatar
      Prepare beta iteratoration (#944) · 08267611
      wu-sheng 提交于
      * [maven-release-plugin] prepare release apm-5.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      08267611
  11. 12 3月, 2018 2 次提交
  12. 11 3月, 2018 2 次提交
  13. 10 3月, 2018 2 次提交
  14. 09 3月, 2018 5 次提交
  15. 08 3月, 2018 5 次提交
    • wu-sheng's avatar
      Sync ui for @hanahmily (#914) · 4479c4f0
      wu-sheng 提交于
      4479c4f0
    • 1. Fixed the OverViewLayerQuery#getTopNSlowService method bug which is not... · 285ad0a3
      彭勇升 pengys 提交于
      1. Fixed the OverViewLayerQuery#getTopNSlowService method bug which is not order by average response time. (#913)
      
      2. Fixed the OverViewLayerQuery#getTopNApplicationThroughput method bug which is not order by TPS.
      3. Fixed the ApplicationQuery#getSlowService method bug which is not order by average response time.
      4. Fixed the ApplicationQuery#getServerThroughput method bug which is not order by TPS.
      
      #907
      285ad0a3
    • Feature/905 (#912) · e05d9e81
      彭勇升 pengys 提交于
      * 1. Add transaction average duration, business transaction average duration, MQ transaction average duration into all metric entities, DAO define, persistence DAO.
      2. Add formula calculate operation.
      
      * Refactor the package name in storage module, make the table define and dao package’s name same as others.
      e05d9e81
    • wu-sheng's avatar
      Update screenshots. (#911) · d516a7e4
      wu-sheng 提交于
      d516a7e4
    • wu-sheng's avatar
      Fix document (#910) · 72236aca
      wu-sheng 提交于
      * Update How-to-build-CN.md
      
      * Update How-to-build.md
      72236aca
  16. 07 3月, 2018 2 次提交
    • wu-sheng's avatar
      Try to fix #886 (#892) · 9c049684
      wu-sheng 提交于
      * Try to fix #886
      
      * Try to fix ci.
      
      * Fix a style check.
      9c049684
    • Table name and time bucket error (#900) · f75b067b
      彭勇升 pengys 提交于
      * Get the MQ server address id from reference.
      
      * Fixed the remote exception bug when running cluster mode collector.
      How: Register remote data entity into remote module.
      
      * Fixed the bug which the end second time bucket calculate result is incorrect.
      
      * Fixed a test case error.
      f75b067b