1. 04 11月, 2018 6 次提交
  2. 03 11月, 2018 3 次提交
  3. 02 11月, 2018 7 次提交
  4. 01 11月, 2018 5 次提交
  5. 31 10月, 2018 1 次提交
    • wu-sheng's avatar
      Fix bugs (#1854) · 07e799e4
      wu-sheng 提交于
      * Avoid service inventory object concurrency situation.
      
      * Fix concurrency for minute persistence and others
      
      * Fix document todo.
      
      * Update license. Fix package with dirty agent plugin jar files.
      
      * Fixed not combine error in persistence register worker.
      07e799e4
  6. 30 10月, 2018 4 次提交
  7. 29 10月, 2018 7 次提交
  8. 28 10月, 2018 7 次提交
    • G
      Update ui (#1835) · 56fbb0d2
      Gao Hongtao 提交于
      56fbb0d2
    • G
      Deploy docker (#1834) · e7526acc
      Gao Hongtao 提交于
      * Update submodule skywalking-ui
      
      * Refactor kubernetes config
      
      * Add ui image
      e7526acc
    • wu-sheng's avatar
      Revert #1790 reset feature and provide default alarm settings. (#1833) · 8cd327d8
      wu-sheng 提交于
      * Revert reset feature.
      
      * Set default dist alarm settings and make dist package setting files right.
      
      * Support empty list.
      8cd327d8
    • wu-sheng's avatar
      Add some missing documents for v6 (#1830) · 2dd4f549
      wu-sheng 提交于
      * Add more documents for v6.
      
      * Make default setting consistent .
      2dd4f549
    • G
      Webapp/proxy (#1831) · 4598f454
      Gao Hongtao 提交于
      * Remove backend service discovery
      
      * Add undefined node icon
      
      * Add undefined node icon
      
      * Handle forward "/" to "index.html"
      4598f454
    • G
      Modify webapp for v6 (#1829) · 0c6a784e
      Gao Hongtao 提交于
      * Remove backend service discovery
      
      * Add undefined node icon
      0c6a784e
    • wu-sheng's avatar
      H2 storage (#1712) · a9489b70
      wu-sheng 提交于
      * H2 storage code skeleton.
      
      * Add batch dao for H2.
      
      * Fix wrong refactor.
      
      * Add codes of other dao. No metric dao, wait for @peng-yongsheng new PR.
      
      * Change license of distribution
      
      * Add topology query in H2.
      
      * Add more daos.
      
      * Add some daos.
      
      * Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.
      
      * Fix some CIs
      
      * Fix wrong refactor, which causes h2 plugin failure.
      
      * Fix all codes of H2 storage. :) and CI should pass. No test.
      
      * Fix CI and typo
      
      * Fix connection closed.
      
      * Fix register bug
      
      * no message
      
      * Fixed service inventory register bug.
      
      * Fix a compile issue.
      
      * Sync change
      
      * Reset es as default storage.
      
      * Fix rat
      
      * Fix H2 compile issue.
      
      * Fix bugs for H2 storage.
      
      * Fix bug in mesh.
      
      * 1. Fix Thermodynamic query bug
      2. Fix service inventory query bug
      3. Fix missing traceid in trace query bug
      
      * Fix query bug.
      
      * Submit reverse caused by prev PR.
      
      * Fix duplicate spans.
      
      * Use H2 as default storage implementor.
      
      * Fix bug in topology query.
      
      * Fix CI
      
      * Fix rat
      
      * Fix two query in H2 storage.
      
      * Fix H2 query
      
      * Make release running in H2 mode and develop mode running is ES mode in default
      a9489b70