1. 28 3月, 2020 3 次提交
    • wu-sheng's avatar
      [Inventory Design Change] Remove endpoint register and endpoint inventory (#4570) · 4474907f
      wu-sheng 提交于
      * Finish step one, source and entity changed.
      
      * Step 2, finish the basic and core DAO changes.
      
      * Step 3. Change all source codes of backend, and make project compiling successfully.
      
      * Make startup successful and persistence works.
      
      * Fix dead codes in the MySQLTableInstaller.
      
      * Fix mischange.
      
      * Fix MySQL storage bootstrap error.
      
      * Rollback dependency change.
      
      * Simply enable tailing logs from container no mater it's in CI or not
      
      * Fix segment table issue.
      
      * Fix MySQL Instanller.
      
      * Support Influxdb implementation of new endpoint traffic.
      
      * Set and modify timeout to 90mins
      
      * Remove unnecessary entity in the EndpointTraffic.
      
      * Fix wrong entity builder and make name more clear.
      
      * Fix 2 equal methods bug.
      
      * Fix InfluxDB identifier(name) conflict issue.
      
      * Fix endpoint topology query, endpoint id should be changed as a string.
      
      * Fix a missing change.
      
      * Fix a wrong commit.
      
      * Column name can't be changed, due to it affect the hybrid metadb(h2/mysql) query, change it explicitly with double quotation marks.
      
      * Fix formats.
      
      * Remove endpoint/operation register from the agent. and change the plugin tests(without local tests). operationId relation codes have been removed from agent too.
      
      * Try to fix the hytrix case.
      
      * Fix 3 cases.
      
      * Try to fix cases.
      
      * Fix 2.
      
      * Fix one.
      
      * Fix the serviceId type mis-change.
      
      * Fix int query
      
      * Fix hystrix case.
      
      * Fix a case.
      
      * Fix EndpointCallRelationDispatcher set the source/dest endpoint without id encoding.
      
      * Update documentation and add 2 test cases.
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      4474907f
    • Fix E2E-PHP bugs (#4584) · 4eb3df40
      何延龙 提交于
      4eb3df40
    • Add 200000 microsecond sleep in E2E-PHP (#4582) · 9c62e4f5
      何延龙 提交于
      * fix #4539, add PHP to the query protocol
      
      * Add PHP module support to e2e test
      
      * Add PHP e2e test into the CI control file
      
      * Remove networks aliases
      
      * Add PHP module support to e2e test
      
      * Add e2e.php.yaml
      
      * Locked version
      
      * Add 200000 microsecond sleep in E2E-PHP
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      Co-authored-by: Nkezhenxu94 <kezhenxu94@apache.org>
      9c62e4f5
  2. 27 3月, 2020 5 次提交
  3. 26 3月, 2020 3 次提交
  4. 25 3月, 2020 2 次提交
  5. 24 3月, 2020 3 次提交
  6. 23 3月, 2020 4 次提交
  7. 22 3月, 2020 2 次提交
  8. 20 3月, 2020 3 次提交
  9. 19 3月, 2020 4 次提交
  10. 18 3月, 2020 4 次提交
  11. 17 3月, 2020 3 次提交
  12. 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
  13. 15 3月, 2020 1 次提交
    • K
      Add selector property in application.yml (#4514) · 69e3d80e
      kezhenxu94 提交于
      ### Motivation
      
       Ease the efforts of modifying configurations in automatic workflow and scripts, like Docker and helm chart.
      
       ### Modification
      
       Add a `selector` property into `application.yml` to enable switching configuration simply by environment variables or system properties, and filter the unselected options, leaving only selected one.
      
       ### Result
      
       - We can switch a configuration by environment variables or system property
      
       - Closes #4511
      69e3d80e