1. 18 3月, 2020 5 次提交
  2. 17 3月, 2020 3 次提交
  3. 16 3月, 2020 3 次提交
    • K
      Rewrite the E2E test framework and tests (#4510) · dcd66ee6
      kezhenxu94 提交于
      Motivation:
      
      According the feedback from the community, the e2e tests are hard for
      them to understand and get them started, so this pull request aims to
      rewrite the e2e tests with some improvements:
      
      - debuggable locally, now you can run every individual case directly
      inside the IDE, just like running a plain unit test.
      
      - same functionalities of multiple counterparts share the same codes,
      cases like different storages and cluster coordinators share the same
      codes, easy to add more similar cases.
      
      - the "end" now extends to the Doccker images, meaning that some bugs
      like #4483 and #4471 can be more easily and early to be discovered.
      
      - codes style and license headers are checked
      
      Modifications:
      
      - adopt jupeter (a.k.a junit 5), testcontainers as the new test
      framework, all containers are orchestrated by docker-compose.yml,
      well-known technology that developers should be familiar with.
      
      - rewrite all test cases and verify them.
      
      - reorganize the workflows in GitHub Actions.
      
      Result:
      
      - new e2e test should be easy to add.
      
      - closes https://github.com/apache/skywalking/issues/4472
      dcd66ee6
    • wu-sheng's avatar
      UI update. (#4525) · b91d7447
      wu-sheng 提交于
      b91d7447
    • 静夜思朝颜's avatar
      sync ui (#4521) · ffff7bef
      静夜思朝颜 提交于
      Co-authored-by: NMrproliu <mrproliu@lagou.com>
      ffff7bef
  4. 15 3月, 2020 4 次提交
  5. 13 3月, 2020 4 次提交
  6. 12 3月, 2020 3 次提交
  7. 11 3月, 2020 8 次提交
  8. 10 3月, 2020 2 次提交
    • K
      [BugFix] Docker InfluxDB cannot be enabled (#4483) · 73d0802c
      kezhenxu94 提交于
      Motivation:
      
      This patch fixes the bug that there's no chance to enable the InfluxDB storage in docker container.
      
      Modifications:
      
      Generate InfluxDB configuration section to enable it.
      
      Result:
      
      Users can enable InfluxDB by specifying SW_STORAGE=influxdb
      73d0802c
    • X
      sync ui (#4474) · ab8d7fab
      Xin,Zhang 提交于
      ab8d7fab
  9. 09 3月, 2020 5 次提交
  10. 08 3月, 2020 3 次提交