openobserve: 0.10.1 -> 0.11.0 (#340079)

This commit is contained in:
Yt 2024-09-06 15:46:09 +00:00 committed by GitHub
commit 6423eb0fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1861 additions and 1250 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,12 +15,12 @@
}:
let
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "openobserve";
repo = "openobserve";
rev = "v${version}";
hash = "sha256-68fJYk/R1F7FHm4F+pyyA9BRVdV8S8p5uEM1hVbuArg=";
hash = "sha256-VRkAOUtF/eOxE7/Xjxi/WEfeSseGEJ9IROCFbgeFUkI=";
};
web = buildNpmPackage {
inherit src version;
@ -28,7 +28,7 @@ let
sourceRoot = "${src.name}/web";
npmDepsHash = "sha256-7l1tdgR/R7qaYBbBm9OnKDBETPkaIN8AUgc9WdYQuwI=";
npmDepsHash = "sha256-2beTB6BHHshQkgbqVc195j2/0hBEn/fFz8+0ViSG5Gc=";
preBuild = ''
# Patch vite config to not open the browser to visualize plugin composition
@ -66,7 +66,7 @@ rustPlatform.buildRustPackage {
lockFile = ./Cargo.lock;
outputHashes = {
"chromiumoxide-0.5.7" = "sha256-GHrm5u8FtXRUjSRGMU4PNU6AJZ5W2KcgfZY1c/CBVYA=";
"enrichment-0.1.0" = "sha256-FDPSCBkx+DPeWwTBz9+ORcbbiSBC2a8tJaay9Pxwz4w=";
"enrichment-0.1.0" = "sha256-Ui4rsvmemOF00E4yBRFRS2gw9qliDrNEVQu5fvIpahA=";
};
};
@ -105,6 +105,7 @@ rustPlatform.buildRustPackage {
# requires network access or filesystem mutations
checkFlags = [
"--skip handler::http::auth::tests::test_validate"
"--skip handler::http::router::tests::test_get_proxy_routes"
"--skip handler::http::router::ui::tests::test_index_not_ok"
"--skip handler::http::router::ui::tests::test_index_ok"
"--skip handler::http::request::search::saved_view::tests::test_create_view_post"
@ -120,6 +121,7 @@ rustPlatform.buildRustPackage {
"--skip service::db::compact::files::tests::test_compact_files"
"--skip service::db::user::tests::test_user"
"--skip service::ingestion::grpc::tests::test_get_val"
"--skip service::metadata::trace_list_index::tests::test_write"
"--skip service::organization::tests::test_organization"
"--skip service::search::sql::tests::test_sql_full"
"--skip service::triggers::tests::test_triggers"