1. 06 3月, 2023 1 次提交
  2. 05 3月, 2023 1 次提交
  3. 03 3月, 2023 2 次提交
  4. 28 2月, 2023 4 次提交
  5. 24 2月, 2023 1 次提交
  6. 23 2月, 2023 1 次提交
  7. 22 2月, 2023 1 次提交
    • W
      Support prometheus HTTP APIs and promQL. (#10415) · fb9117b8
      Wan Kai 提交于
      Support HTTP APIs list:
      
      - /api/v1/metadata
      - /api/v1/labels
      - /api/v1/label/{label_name}/values
      - /api/v1/series
      - /api/v1/query
      -/api/v1/query_range
      
      Support basic promQL for query traffic/metrics/labeled_metrics/topN/sampled_records from OAP
      fb9117b8
  8. 21 2月, 2023 2 次提交
  9. 20 2月, 2023 3 次提交
  10. 19 2月, 2023 2 次提交
  11. 17 2月, 2023 1 次提交
  12. 16 2月, 2023 1 次提交
  13. 15 2月, 2023 1 次提交
  14. 14 2月, 2023 2 次提交
    • K
      Bump up Java version to 11 and use junit tag to group IT and slow IT (#10390) · 49594c4d
      kezhenxu94 提交于
      - `./mvnw test ...` by its nature only runs unit tests, whose name is pattern of `*Test`, and it does never runs integration tests, whose name is patter of `IT*` or `*IT`, so in this PR we use `./mvnw clean test ...` to only run unit tests.
      - `./mvnw integration-test ...` will run integration tests and unit tests, so we have `skipUTs` to control whether to skip the UT when running ITs, we already had this before.
        - As for ITs, we have two groups, one is normal tests without any `@Tag`s, the other one is slow integration tests, which is annotated with `@Tag("slow")`, so we divided the integration tests into two workflow jobs:
        - `./mvnw -DskipUTs=true clean integration-test -DexcludedGroups=slow ...` run the ITs but don't run the slow ITs and UTs, `-DexcludedGroups=slow` excludes tests annotated with `@Tag("slow")`
        - `./mvnw -DskipUTs=true clean integration-test -Dcheckstyle.skip -Dtest=${{ matrix.test.class }}` run the slow ITs (because `excludedGroups` is not set) one case at a time, by setting `-Dtest={{ class }}`, not run UTs,
      49594c4d
    • wu-sheng's avatar
      Sync UI to the latest. (#10388) · ff94cfc4
      wu-sheng 提交于
      ff94cfc4
  15. 13 2月, 2023 2 次提交
  16. 09 2月, 2023 1 次提交
  17. 07 2月, 2023 1 次提交
  18. 06 2月, 2023 3 次提交
  19. 05 2月, 2023 1 次提交
  20. 04 2月, 2023 1 次提交
  21. 24 1月, 2023 1 次提交
  22. 23 1月, 2023 1 次提交
  23. 20 1月, 2023 1 次提交
  24. 18 1月, 2023 3 次提交
  25. 17 1月, 2023 2 次提交