Sync from SUSE:SLFO:Main agama-web-ui revision ed8d4f577eb494b841004c41ba0c0e2f

This commit is contained in:
Adrian Schröter 2025-01-15 14:13:47 +01:00
parent 99a5dbc3c0
commit ae2f648f18
9 changed files with 4620 additions and 7050 deletions

View File

@ -2,8 +2,12 @@
<service name="obs_scm" mode="manual">
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/openSUSE/agama.git</param>
<!-- the URL is modified by the .github/workflows/obs-staging-shared.yml
action when submitting to OBS -->
<param name="url">https://github.com/agama-project/agama.git</param>
<param name="scm">git</param>
<!-- the revision might be changed to "release" branch or a git tag by the
.github/workflows/obs-staging-shared.yml action when submitting to OBS -->
<param name="revision">master</param>
<param name="subdir">web</param>
<param name="without-version">enable</param>

View File

@ -1,3 +1,200 @@
-------------------------------------------------------------------
Fri Jan 10 21:22:02 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Version 11
-------------------------------------------------------------------
Fri Jan 10 15:56:35 UTC 2025 - José Iván López González <jlopez@suse.com>
- Add storage reprobing and recalculate proposal when going back to
either the proposal page or the devices selector if the system
is deprecated (gh#agama-project/agama#1884).
-------------------------------------------------------------------
Fri Jan 10 13:46:42 UTC 2025 - David Diaz <dgonzalez@suse.com>
- Drop the feature for deregistering a product
(gh#agama-project/agama#1882).
-------------------------------------------------------------------
Fri Jan 10 13:22:27 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Do not allow changing the storage setup when Agama is using the
new storage settings (gh#agama-project/agama#1881).
-------------------------------------------------------------------
Wed Jan 8 16:07:13 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Add support for products registration (jsc#PED-11192,
gh#agama-project/agama#1809).
-------------------------------------------------------------------
Wed Jan 8 15:16:51 UTC 2025 - David Diaz <dgonzalez@suse.com>
- Use product ID instead of slug to link labels and descriptions to
their corresponding radio inputs (gh#agama-project/agama#1873).
-------------------------------------------------------------------
Wed Jan 8 13:12:44 UTC 2025 - David Diaz <dgonzalez@suse.com>
- Show the cancel action at product selection page only when
a product is already selected (gh#agama-project/agama#1871).
-------------------------------------------------------------------
Fri Dec 20 12:53:41 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Fix netmask handling to avoid a silent connection form error
(gh#agama-project/agama#1846).
-------------------------------------------------------------------
Tue Dec 10 14:43:08 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Restore the rendering of questions throughout the app
(gh#agama-project/agama#1820)
-------------------------------------------------------------------
Mon Dec 9 14:10:44 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Simplify screen for enforcing root password
(gh#agama-project/agama#1821, gh#agama-project#agama#1787).
-------------------------------------------------------------------
Sun Dec 1 17:14:04 UTC 2024 - Knut Anderssen <kanderssen@suse.com>
- Do not crash in the InstallationFinished page when running an
unattended installation with an storage section defined in the
profile (gh#agama-project/agama#1793).
-------------------------------------------------------------------
Thu Nov 28 14:34:49 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Request a root authentication method after selecting a product
(gh#agama-project#agama#1787).
-------------------------------------------------------------------
Tue Nov 26 09:30:09 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
- Use dynamic imports for loading the translation files
(gh#agama-project/agama#1777)
-------------------------------------------------------------------
Mon Nov 25 11:12:36 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Unify Install and "warning" header buttons.
- Move installation issues to a drawer shown when Install button
is clicked (gh#agama-project#agama#1778).
-------------------------------------------------------------------
Fri Nov 15 16:48:44 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
- Set the plain text password flag when setting the root and first
user password (gh#agama-project/agama#1771)
-------------------------------------------------------------------
Fri Nov 15 08:26:29 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Stick product selection form actions to bottom
(gh#agama-project/agama#1769).
-------------------------------------------------------------------
Thu Nov 14 14:42:46 UTC 2024 - Knut Anderssen <kanderssen@suse.com>
- Fix wireless authentication initialization and
invalidate the cached query in case of connected
(gh#agama-project/agama#1753).
-------------------------------------------------------------------
Wed Nov 13 12:06:41 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Several translation fixes (gh#agama-project/agama#1746):
- Use the correct capitalization for RFC 5646 language tags
(e.g., "pt-BR" instead of "pt-BR" instead of "pt-br") (bsc#1233160).
- Translate the products descriptions when the user changes
the language (gh#agama-project/agama#1724).
- Fallback to a similar language if the given one is not supported
(e.g., "es" for "es-AR") (gh#agama-project/agama#860).
-------------------------------------------------------------------
Wed Nov 6 06:06:51 UTC 2024 - Michal Filka <mfilka@suse.com>
- URL for downloading Agama logs adapted to use new HTTP API
- https://github.com/agama-project/agama/pull/1720
-------------------------------------------------------------------
Tue Nov 5 11:33:12 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Fix a crash when editing a network connection containing an
additional IP address (gh#agama-project/agama#1728).
-------------------------------------------------------------------
Mon Nov 4 20:32:29 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Add missing subscription to avoid Agama getting stuck at the installation
progress when the installation finishes
(gh#agama-project/agama#1726, gh#agama-project/agama#1727).
-------------------------------------------------------------------
Wed Oct 30 22:26:29 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Render Install button only where it makes sense and prevent the
user starting the installation by mistake
(gh#agama-project/agama#1717).
-------------------------------------------------------------------
Mon Oct 28 19:26:29 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Make some general actions more accessible
(gh#agama-project/agama#1690).
-------------------------------------------------------------------
Wed Oct 23 16:26:29 UTC 2024 - David Diaz <dgonzalez@suse.com>
- Fix the link to download the logs (gh#agama-project/agama#1694).
-------------------------------------------------------------------
Wed Oct 23 15:26:29 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Adapt the URL to fetch the logs (gh#agama-project/agama#1693).
-------------------------------------------------------------------
Fri Oct 11 09:46:02 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Workaround the "not found" problem in the products selection page
(gh#agama-project/agama#1666).
-------------------------------------------------------------------
Thu Oct 10 17:55:34 UTC 2024 - Victorhck <victorhck@mailbox.org>
- Update URL in About section (gh#agama-project/agama#1663).
-------------------------------------------------------------------
Thu Oct 3 10:20:34 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Drop the old HTTPClient (gh#agama-project/agama#1639).
-------------------------------------------------------------------
Mon Sep 30 08:52:36 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Fix timezones UTC offset calculation (gh#agama-project/agama#1335).
-------------------------------------------------------------------
Fri Sep 27 14:54:46 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Translate overview page headers and a missing text in the
networking page (gh#agama-project/agama#1629).
-------------------------------------------------------------------
Fri Sep 27 13:00:05 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Properly translate the storage interface when switching
the language of the UI (gh#agama-project/agama#1629).
-------------------------------------------------------------------
Mon Sep 23 09:04:56 UTC 2024 - Knut Anderssen <kanderssen@suse.com>
- Added confirmation dialog when formatting DASD devices as it is
considered a dangerous action (gh#openSUSE/agama#1618).
-------------------------------------------------------------------
Fri Sep 20 11:42:25 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package agama-web-ui
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

BIN
agama.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,4 +1,4 @@
name: agama
version: 10+0
mtime: 1727035068
commit: 861bdbc9fd6e6f5ef9445be8a88d7042e20b3c3c
version: 10+904
mtime: 1736759512
commit: 3ab318a2c38b25250ec97d28337e3c1b2037b5ff

BIN
node_modules.obscpio (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

8261
package-lock.json generated

File diff suppressed because it is too large Load Diff