You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2022/01/12 04:01:47 UTC

[skywalking] branch faas updated (03a7ea2 -> 5479d82)

This is an automated email from the ASF dual-hosted git repository.

zhangwei24 pushed a change to branch faas
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 03a7ea2  update CHANGES.md
     add 1025c97  Update doc: v9-version-upgrade (#8388)
     add e97b2d2  Fix query sort metrics failure in H2 storage (#8393)
     add 67f6681  Upgrade H2 version to fix GHSA-h376-j262-vhq6 (#8396)
     add 14e74ad  NPE fix for IndexController#getPhysicalTableName (#8397)
     add 5479d82  Merge branch 'master' into faas

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   5 +-
 dist-material/release-docs/LICENSE                 |   2 +-
 docs/en/FAQ/v9-version-upgrade.md                  |   2 +-
 oap-server-bom/pom.xml                             |   2 +-
 .../plugin/elasticsearch/base/IndexController.java |   2 +-
 .../plugin/jdbc/h2/dao/H2AggregationQueryDAO.java  |   3 +-
 .../dao/PostgreSQLAggregationQueryDAO.java         |   2 +-
 .../postgresql/dao/PostgreSQLMetricsQueryDAO.java  |   2 +-
 test/e2e-v2/cases/storage/es/e2e.yaml              |  88 +----------------
 .../expected/metrics-top-service-sla.yml}          |  11 ++-
 test/e2e-v2/cases/storage/h2/e2e.yaml              |  88 +----------------
 test/e2e-v2/cases/storage/influxdb/e2e.yaml        |  88 +----------------
 test/e2e-v2/cases/storage/iotdb/e2e.yaml           |  88 +----------------
 test/e2e-v2/cases/storage/mysql/e2e.yaml           |  88 +----------------
 test/e2e-v2/cases/storage/opensearch/e2e.yaml      |  88 +----------------
 test/e2e-v2/cases/storage/postgres/e2e.yaml        |  88 +----------------
 test/e2e-v2/cases/storage/storage-cases.yaml       | 104 +++++++++++++++++++++
 test/e2e-v2/cases/storage/tidb/e2e.yaml            |  88 +----------------
 .../known-oap-backend-dependencies.txt             |   2 +-
 19 files changed, 139 insertions(+), 702 deletions(-)
 copy test/e2e-v2/cases/{alarm/expected/service.yml => storage/expected/metrics-top-service-sla.yml} (83%)
 create mode 100644 test/e2e-v2/cases/storage/storage-cases.yaml