1. 14 1月, 2021 1 次提交
  2. 31 8月, 2020 1 次提交
  3. 15 4月, 2020 1 次提交
  4. 16 3月, 2020 1 次提交
    • 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
  5. 14 10月, 2019 1 次提交
    • D
      [test/plugin]support plugin testcases run in docker-compose (#3612) · 72153230
      Daming 提交于
      * support docker-compose
      
      * sync
      
      * support docker-compose
      
      * force rm container
      
      * solrj-7.x-scenario
      
      * fix license header
      
      * fix actualData.yml
      
      * verify Jenkins run on distribution
      
      * test Jenkinsfile v2
      
      * test Jenkinsfile v3, God bless
      
      * test V4, God Bless
      
      * test v5
      
      * rollback
      
      * update opertaion of post
      72153230
  6. 08 10月, 2019 1 次提交
  7. 16 8月, 2019 1 次提交
  8. 20 6月, 2019 1 次提交
    • wu-sheng's avatar
      Remove login permanently. (#2912) · 963ac5d3
      wu-sheng 提交于
      * Remove login permanently.
      
      * Sync UI change.
      
      * Delete `org.apache.skywalking.apm.webapp.security`
      
      * Delete tests.
      963ac5d3
  9. 06 5月, 2019 1 次提交
  10. 27 4月, 2019 1 次提交
    • G
      Update webapp for rocketbot ui (#2541) · 32a64bd5
      Gao Hongtao 提交于
      * Update webapp to support rocketbot
      
      * Revert pom.xml
      
      * Update webapp for rocketbot ui
      
       * Add NotFoundHandler to handle SPA url routing
       * Update ui dockerfile with tlp tar name
      32a64bd5
  11. 26 4月, 2019 1 次提交
  12. 28 10月, 2018 2 次提交
  13. 27 6月, 2018 1 次提交
  14. 20 6月, 2018 1 次提交
    • G
      Webapp/login (#1374) · 38e4af8c
      Gao Hongtao 提交于
      * Add login filter
      
      Username and password are stored in application.yml with
      prefix "security.user"
      
      * Modify startup script and add webapp.yml config file
      
      * Update quick-start document for default login username/password
      
      * Update deploy document for new webapp.yml config file
      
      * Update license for new files.
      38e4af8c
  15. 24 3月, 2018 1 次提交
  16. 28 2月, 2018 1 次提交