Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package agama-web-ui for openSUSE:Factory checked in at 2026-03-18 16:49:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/agama-web-ui (Old) and /work/SRC/openSUSE:Factory/.agama-web-ui.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agama-web-ui" Wed Mar 18 16:49:23 2026 rev:38 rq:1340724 version:0 Changes: -------- --- /work/SRC/openSUSE:Factory/agama-web-ui/agama-web-ui.changes 2026-03-11 20:50:38.702412234 +0100 +++ /work/SRC/openSUSE:Factory/.agama-web-ui.new.8177/agama-web-ui.changes 2026-03-18 16:50:01.199809299 +0100 @@ -1,0 +2,46 @@ +Tue Mar 17 12:15:23 UTC 2026 - Imobach Gonzalez Sosa <[email protected]> + +- Version 19 + +------------------------------------------------------------------- +Mon Mar 16 17:06:05 UTC 2026 - David Diaz <[email protected]> + +- Prevent bulk selection using stale data (gh#agama-project/agama#3289). + +------------------------------------------------------------------- +Mon Mar 16 16:53:39 UTC 2026 - José Iván López González <[email protected]> + +- Log actions failures (related to bsc#1259354). + +------------------------------------------------------------------- +Mon Mar 16 12:56:47 UTC 2026 - David Diaz <[email protected]> + +- Change network web user interface to offer more control and + interaction with connections (gh#agama-project/agama#3247). + +------------------------------------------------------------------- +Mon Mar 16 12:40:42 UTC 2026 - José Iván López González <[email protected]> + +- Prevent error when there is no zFCP config + (gh#agama-project/agama#3287). + +------------------------------------------------------------------- +Mon Mar 16 10:53:53 UTC 2026 - Ancor Gonzalez Sosa <[email protected]> + +- Prevent error when displaying reused LVM VGs (related to + gh#agama-project/agama#3210, jsc#PED-15104, bsc#1254718 and + gh#agama-project/agama#3171). + +------------------------------------------------------------------- +Fri Mar 13 15:54:03 UTC 2026 - Ancor Gonzalez Sosa <[email protected]> + +- Sync system schema with the backend (related to the fix for + bsc#1258486). + +------------------------------------------------------------------- +Mon Mar 9 19:44:43 UTC 2026 - David Diaz <[email protected]> + +- Improve error page with filtered, source-mapped stack traces + for better error reporting (gh#agama-project/agama#3261). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agama.obscpio ++++++ ++++ 9290 lines of diff (skipped) ++++++ agama.obsinfo ++++++ --- /var/tmp/diff_new_pack.CL5xRH/_old 2026-03-18 16:50:24.404781313 +0100 +++ /var/tmp/diff_new_pack.CL5xRH/_new 2026-03-18 16:50:24.404781313 +0100 @@ -1,5 +1,5 @@ name: agama -version: 19.pre+1949.11ad1af08 -mtime: 1773058938 -commit: 11ad1af085c51d7b9c749c29d6a29397f3bb204a +version: 19+0.e4e1132bc +mtime: 1773756524 +commit: e4e1132bc3d19d48ebf6e423d089cce0e78ecf3e ++++++ node_modules.obscpio ++++++ Binary files old/as-table-1.0.55.tgz and new/as-table-1.0.55.tgz differ Binary files old/data-uri-to-buffer-2.0.2.tgz and new/data-uri-to-buffer-2.0.2.tgz differ Binary files old/get-source-2.0.12.tgz and new/get-source-2.0.12.tgz differ Binary files old/printable-characters-1.0.42.tgz and new/printable-characters-1.0.42.tgz differ Binary files old/stacktracey-2.1.8.tgz and new/stacktracey-2.1.8.tgz differ ++++++ node_modules.spec.inc ++++++ ++++ 1668 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/agama-web-ui/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.agama-web-ui.new.8177/node_modules.spec.inc ++++++ package-lock.json ++++++ --- /var/tmp/diff_new_pack.CL5xRH/_old 2026-03-18 16:50:28.600957083 +0100 +++ /var/tmp/diff_new_pack.CL5xRH/_new 2026-03-18 16:50:28.628958256 +0100 @@ -21,6 +21,7 @@ "react-dom": "^18.3.1", "react-router": "^7.13.1", "sprintf-js": "^1.1.3", + "stacktracey": "^2.1.8", "xbytes": "^1.9.1" }, "devDependencies": { @@ -6553,6 +6554,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/as-table": { + "version": "1.0.55", + "resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.55.tgz", + "integrity": "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==", + "license": "MIT", + "dependencies": { + "printable-characters": "^1.0.42" + } + }, "node_modules/asn1js": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.7.tgz", @@ -8020,6 +8030,12 @@ "dev": true, "license": "MIT" }, + "node_modules/data-uri-to-buffer": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz", + "integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==", + "license": "MIT" + }, "node_modules/data-urls": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", @@ -10451,6 +10467,25 @@ "node": ">= 0.4" } }, + "node_modules/get-source": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz", + "integrity": "sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==", + "license": "Unlicense", + "dependencies": { + "data-uri-to-buffer": "^2.0.0", + "source-map": "^0.6.1" + } + }, + "node_modules/get-source/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/get-stream": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", @@ -15233,6 +15268,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/printable-characters": { + "version": "1.0.42", + "resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz", + "integrity": "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==", + "license": "Unlicense" + }, "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", @@ -16608,6 +16649,16 @@ "dev": true, "license": "MIT" }, + "node_modules/stacktracey": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/stacktracey/-/stacktracey-2.1.8.tgz", + "integrity": "sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==", + "license": "Unlicense", + "dependencies": { + "as-table": "^1.0.36", + "get-source": "^2.0.12" + } + }, "node_modules/statuses": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
