mirror of
https://github.com/coturn/coturn.git
synced 2025-04-19 16:39:24 +08:00
Some checks are pending
Clang / format (push) Waiting to run
Clang / sanitize (address,pointer-compare,pointer-subtract) (push) Waiting to run
Clang / sanitize (thread) (push) Waiting to run
Clang / tidy (Release) (push) Waiting to run
CMake / build (push) Waiting to run
CodeQL / analyze (push) Waiting to run
Docker / build (amd64, alpine) (push) Waiting to run
Docker / build (amd64, debian) (push) Waiting to run
Docker / build (arm32v6, alpine) (push) Waiting to run
Docker / build (arm32v6, debian) (push) Waiting to run
Docker / build (arm32v7, alpine) (push) Waiting to run
Docker / build (arm32v7, debian) (push) Waiting to run
Docker / build (arm64v8, alpine) (push) Waiting to run
Docker / build (arm64v8, debian) (push) Waiting to run
Docker / build (i386, alpine) (push) Waiting to run
Docker / build (i386, debian) (push) Waiting to run
Docker / build (ppc64le, alpine) (push) Waiting to run
Docker / build (ppc64le, debian) (push) Waiting to run
Docker / build (s390x, alpine) (push) Waiting to run
Docker / build (s390x, debian) (push) Waiting to run
Docker / test (amd64, alpine) (push) Blocked by required conditions
Docker / test (amd64, debian) (push) Blocked by required conditions
Docker / test (arm32v7, debian) (push) Blocked by required conditions
Docker / test (arm64v8, alpine) (push) Blocked by required conditions
Docker / test (arm64v8, debian) (push) Blocked by required conditions
Docker / test (i386, alpine) (push) Blocked by required conditions
Docker / test (i386, debian) (push) Blocked by required conditions
Docker / push (debian, quay.io) (push) Blocked by required conditions
Docker / test (arm32v6, alpine) (push) Blocked by required conditions
Docker / test (arm32v6, debian) (push) Blocked by required conditions
Docker / test (arm32v7, alpine) (push) Blocked by required conditions
Docker / test (ppc64le, alpine) (push) Blocked by required conditions
Docker / test (ppc64le, debian) (push) Blocked by required conditions
Docker / test (s390x, debian) (push) Blocked by required conditions
Docker / push (alpine, docker.io) (push) Blocked by required conditions
Docker / push (alpine, ghcr.io) (push) Blocked by required conditions
Docker / push (alpine, quay.io) (push) Blocked by required conditions
Docker / push (debian, docker.io) (push) Blocked by required conditions
Docker / push (debian, ghcr.io) (push) Blocked by required conditions
Docker / release (GitHub) (push) Blocked by required conditions
Linux / build + test (amazonlinux:2023) (push) Waiting to run
Linux / build + test (ubuntu:20.04) (push) Waiting to run
Linux / build + test (ubuntu:22.04) (push) Waiting to run
Linux / build + test (ubuntu:24.04) (push) Waiting to run
macOS / build + test (13) (push) Waiting to run
macOS / build + test (14) (push) Waiting to run
macOS / build + test (15) (push) Waiting to run
MinGW / build (OFF, Debug, windows) (push) Waiting to run
MinGW / build (OFF, Release, windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (OFF, Debug, x64, v143, windows, x64-windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (ON, Debug, x64, v143, windows, x64-windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (ON, Release, Win32, v142, windows, x86-windows) (push) Waiting to run
MSVC / code analysis (windows-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (OFF, Release, x64, v143) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (OFF, Debug, Win32, v142, windows, x86-windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (OFF, Release, Win32, v142, windows, x86-windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (OFF, Release, x64, v143, windows, x64-windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (ON, Debug, Win32, v142, windows, x86-windows) (push) Waiting to run
MSVC / compile (${{ matrix.os }}-vc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_TYPE }}-${{ matrix.BUILD_SHARED_LIBS }}) (ON, Release, x64, v143, windows, x64-windows) (push) Waiting to run
Add a `--prometheus-path` parameter which allows users to specify at what path the metrics should be exposed. This simplifies serving metrics on a specific path behind some restrictive reverse proxies that expect the upstream server to serve URLs with paths matching the requested path. Co-authored-by: Pavel Punsky <eakraly@users.noreply.github.com>