Sync from SUSE:SLFO:Main cockpit-agama revision 627dde6eccb25b1d7be48bccc33b44f8
This commit is contained in:
commit
82ac65aacf
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
26
_service
Normal file
26
_service
Normal file
@ -0,0 +1,26 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="url">http://github.com/openSUSE/agama.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v6</param>
|
||||
<param name="subdir">web</param>
|
||||
<param name="without-version">enable</param>
|
||||
<param name="extract">package-lock.json</param>
|
||||
<param name="extract">package/cockpit-agama.changes</param>
|
||||
<param name="extract">package/cockpit-agama.spec</param>
|
||||
</service>
|
||||
<service name="node_modules" mode="manual">
|
||||
<param name="cpio">node_modules.obscpio</param>
|
||||
<param name="output">node_modules.spec.inc</param>
|
||||
<param name="source-offset">1000</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar">
|
||||
<param name="obsinfo">agama.obsinfo</param>
|
||||
<param name="filename">agama</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="basename">agama</param>
|
||||
</service>
|
||||
</services>
|
BIN
agama.obscpio
(Stored with Git LFS)
Normal file
BIN
agama.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
agama.obsinfo
Normal file
4
agama.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: agama
|
||||
version: 6+0
|
||||
mtime: 1701433426
|
||||
commit: 747e8e828de6ef984a4e844036db51d47ce2e5f4
|
696
cockpit-agama.changes
Normal file
696
cockpit-agama.changes
Normal file
@ -0,0 +1,696 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 22:39:57 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: make selectors more compact (gh#openSUSE/agama#898).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 15:19:38 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Allow selecting the storage policy to make free space for the
|
||||
installation (gh#openSUSE/agama#883).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 14:15:16 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Allow selecting language, keymap and timezone for the target
|
||||
system (gh#openSUSE/agama#881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 13:01:04 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: improve the look and feel by fine tunning the sections spacing,
|
||||
alignment, and icon sizes (gh#openSUSE/agama#892).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 15:21:06 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: Do not crash when clicking the install button. It started
|
||||
failing after removing core-js dependency (gh#openSUSE/agama#880
|
||||
and related to gh#openSUSE/agama#866).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 13:27:22 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: Fix broken storage links (bsc#1217281).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 12:32:25 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add UI for registering a product (gh#openSUSE/agama#869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:38:22 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: Drop support for opening dialogs directly from a section
|
||||
header (gh#openSUSE/agama#838).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 09:41:33 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: sections improvements (gh#openSUSE/agama#816):
|
||||
- allow using them without title.
|
||||
- make them more accessible by using aria-label, aria-live-region,
|
||||
and aria-busy attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 10:25:46 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Display the "Congratulations" message at the end of the
|
||||
installation again (gh#openSUSE/agama#825).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 16:07:02 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Properly track the status changes. It prevents of getting stuck
|
||||
in the first page when there are multiple products
|
||||
(gh#openSUSE/agama#821).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 05:58:15 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Make sure that the software context is ready before trying to
|
||||
load any route (gh#openSUSE/agama#820).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 05:31:28 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Fix client initialization to avoid a useless reconnection
|
||||
(gh#openSUSE/agama#819).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 11:33:53 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 22:07:11 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: fix CSS rule for applying grayscale and blur CSS filters to
|
||||
main wrapper when the sidebar is open (gh#openSUSE/agama#802).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 10:59:37 UTC 2023 - Imobach González Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Allow changing the language of the user interface
|
||||
(gh#openSUSE/agama#796).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 08:50:53 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Added pattern selector to allow changing the installed software
|
||||
(gh#openSUSE/agama#792)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 11:30:27 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Reload only once when changing the language using the lang=
|
||||
parameter in the query string (gh#openSUSE/agama#794).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 19:52:17 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Add flag if volume is transactional btrfs (gh#openSUSE/agama#789)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 05:50:57 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Implement a mechanism to reconnect to the D-Bus service
|
||||
(gh#openSUSE/agama#781).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 08:02:23 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: migrate to PatternFly 5 (gh#openSUSE/agama#759)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 08:04:01 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Do not drop source maps from production build
|
||||
(gh#openSUSE/agama#779)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 12:15:13 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Allow to select the devices for the system volume group
|
||||
(gh#openSUSE/agama#763).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 15:57:21 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 19:11:12 UTC 2023 - Balsa Asanovic <balsaasanovic95@gmail.com>
|
||||
|
||||
- Allow users to show password values (gh#openSUSE/agama#750).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 11:18:05 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Explicitly call to probe after selecting a new product
|
||||
(gh#openSUSE/agama#748).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 10:09:07 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Use a single D-Bus service to connect to the manager and the
|
||||
users API (gh#openSUSE/agama#753, follow-up of
|
||||
gh#openSUSE/agama#729).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 11:56:56 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Fix the download logs action in the web UI (gh#openSUSE/agama#697)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 08:04:13 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Adapt storage to new proposal settings (gh#openSUSE/agama#738).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 31 10:37:50 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Adapt the locale and questions clients to use the same D-Bus
|
||||
service (gh#openSUSE/agama#729).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 11:35:12 UTC 2023 - Balsa Asanovic <balsaasanovic95@gmail.com>
|
||||
|
||||
- Added scroll up functionality to the discover iSCSI form when
|
||||
the warning shows up after the submit action
|
||||
(gh#openSUSE/agama#468).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 18:59:16 UTC 2023 - Balsa Asanovic <balsaasanovic95@gmail.com>
|
||||
|
||||
- Introduced functionality to close Dropdown automatically
|
||||
when the user clicks outside of it.
|
||||
(gh#openSUSE/agama#552).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 10:03:23 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 09:16:38 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Adapt to new questions D-Bus API to allow automatic answering of
|
||||
questions when requested. No visible change in UI, just default
|
||||
answer for LUKS partition activation is now "Skip".
|
||||
(gh#openSUSE/agama#637)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 13:59:58 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add info about deactivated zFCP auto_lun_scan and sort members in
|
||||
device selector (gh#openSUSE/agama#650).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 3 10:18:32 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add page for managing zFCP devices (gh#openSUSE/agama#634).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 09:05:21 UTC 2023 - Balsa Asanovic <balsaasanovic95@gmail.com>
|
||||
|
||||
- Moved the logic for adding and removing HTML element's
|
||||
attributes from sidebar component to custom hook
|
||||
(gh#openSUSE/agama#565).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 15:40:01 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: stop using fixed sizes for modal dialogs
|
||||
(gh#openSUSE/agama#620).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 06:59:12 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Storage: adjust volume size options wording and size
|
||||
(gh#/openSUSE/agama#618).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 11:13:41 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: makes more evident when there is none authentication method
|
||||
defined for the root user (gh#openSUSE/agama#615).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 09:38:05 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Storage: allow setting the volume size (gh#openSUSE/agama#590).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 11:01:24 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: ensure that blur and grayscale CSS filters are not applied to
|
||||
any nodes other than <body> direct children (gh#openSUSE/agama#588).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Tue May 23 11:51:26 UTC 2023 - Martin Vidner <mvidner@suse.com>
|
||||
|
||||
- Version 2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 08:10:04 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add new component for selecting devices.
|
||||
- gh#openSUSE/agama#586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 12:30:02 UTC 2023 - Martin Vidner <mvidner@suse.com>
|
||||
|
||||
- Version 2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 10:42:35 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: Fix header and footer block size (gh#openSUSE/agama#583)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 09:29:50 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: grayscale and blur not accessible div nodes
|
||||
(gh#openSUSE/agama#564)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 15:42:31 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Ensure siblings of an open modal dialog do not remain hidden from
|
||||
the accessibility API if the dialog is unmounted instead of
|
||||
set as closed (gh#openSUSE/agama#580).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 22:36:12 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Keep the sidebar on top of other elements when it's open
|
||||
(gh#openSUSE/agama#569).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 15:20:14 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Set sidebar siblings as aria-hiden while it's open
|
||||
(gh#openSUSE/agama#563)
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 15:16:04 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add issues for storage client.
|
||||
- Add issues page.
|
||||
- gh#openSUSE/agama#540
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 27 08:24:27 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Display details for the "autocalculated" label in the storage
|
||||
settings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 13:42:22 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: Fix dropdown content alignment at storage proposal page
|
||||
(gh#openSUSE/agama#547).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 12:23:27 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI: Do not indent sections without icons (gh#openSUSE/agama#549).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 15:53:35 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Extract page options from the Sidebar to make them
|
||||
more discoverable (gh#openSUSE/agama#545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 12:44:44 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Make styles consistent when the user is hovering a button,
|
||||
no matter if it is a focus state or not (gh#openSUSE/agama#544).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 13:08:05 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- First steps for redesigning storage proposal UI:
|
||||
* Place settings directly on the proposal page.
|
||||
* Show list of file systems, allowing to add and remove.
|
||||
- gh#openSUSE/agama#521
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 14:02:31 UTC 2023 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Fix netmask handling (bsc#1210104).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 14:14:32 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Fix issues with questions client (gh#openSUSE/agama#524).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 08:13:55 UTC 2023 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Fix DNS handling by using ipv4.dns-data instead of ipv4.dns (gh#openSUSE/agama#518).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 11:32:13 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Rename D-Installer to Agama (gh#openSUSE/agama#507).
|
||||
- Version 1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 15:30:48 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 0.8.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 14:51:55 UTC 2023 - Knut Alejandro Anderssen González <kanderssen@suse.com>
|
||||
|
||||
- Add UI for configuring DASD (gh#openSUSE/agama#501).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 12:50:06 UTC 2023 - Ancor Gonzalez Sosa <ancor@suse.com>
|
||||
|
||||
- Added a tip about iSCSI and DASD configuration to the storage
|
||||
page (gh#openSUSE/agama#500).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 10:39:45 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 0.8.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 17:07:29 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Reprobe storage if the system becomes deprecated
|
||||
(gh#openSUSE/agama#484).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 16:41:06 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Do not crash when setting an invalid target device using the
|
||||
command line interface (bsc#1209523)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 15:13:28 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Upgrade Webpack to version 5.76.2 (CVE-2023-28154, bsc#1209494).
|
||||
- Version 0.8.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 13:40:08 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Remove the redundant "Settings" suffix (gh#openSUSE/agama#481).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 11:51:56 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Fix the initialization of the D-Bus iSCSI proxies
|
||||
(gh#openSUSE/agama#478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 11:50:37 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Fix the iSCSI discover form when no information is found in the
|
||||
browser's local storage (gh#openSUSE/agama#475).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 16:13:39 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 0.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 15:53:34 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add UI for configuring iSCSI (gh#openSUSE/agama#435).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 15:51:08 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Sidebar improvements (gh#openSUSE/agama#462)
|
||||
* Allow adding actions from a page.
|
||||
* Remove network information.
|
||||
* Use underlined links and darker green color for improving contrast.
|
||||
* Start using a disclosure widget for grouping related actions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 15:00:05 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Enhance the user edit form (gh#openSUSE/agama#451).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 2 23:16:09 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Dependencies update (gh#openSUSE/agama#449).
|
||||
* Go up to React 18.
|
||||
* Bring node packages up to date.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 23:22:37 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Create a dedicated page per section
|
||||
(gh#openSUSE/agama#443).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 00:50:48 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Set icons as aria-hidden (gh#openSUSE/agama#437).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 22:52:48 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Sidebar improvements (gh#openSUSE/agama#436)
|
||||
* Use proper control for open and close actions
|
||||
* Improve styling and labels
|
||||
* Add missing aria attributes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 12:56:24 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Integrate cockpit terminal application (gh#openSUSE/agama#426)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 16:35:54 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 0.7
|
||||
- Do not use a proxy to get the errors lists
|
||||
(gh#openSUSE/agama#424).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 15:29:58 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Add live reloading feature for easing the front-end development
|
||||
process (gh#openSUSE/agama#419).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 14:16:09 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Fix storage section crashing when proposal is not ready
|
||||
(gh#openSUSE/agama#418).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 18:12:06 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Better handling of software repositories
|
||||
(gh#openSUSE/agama#414):
|
||||
* Report issues when reading the software repositories.
|
||||
* Inform the user about the software proposal progress.
|
||||
* Add a button to reload the repositories
|
||||
(gh#openSUSE/agama#388).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 09:32:13 UTC 2023 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Added a button for displaying the YaST logs
|
||||
(related to gh#openSUSE/agama#379)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 09:03:22 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- UI fixes (gh#openSUSE/agama#401):
|
||||
* Add a fallback height for the layout
|
||||
* Fix some miss-alignments
|
||||
* Add missing icon
|
||||
* Ensure tooling serving and loading fonts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 07:58:00 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Update aliases for using "~/" instead of "@"
|
||||
(gh#openSUSE/agama#400).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 08:06:05 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Allow user downloading logs (gh#openSUSE/agama#379)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 16:23:54 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Implement validation of software proposal to early detect
|
||||
issues in software selection (gh#openSUSE/agama#381)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 20:37:26 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Testing: use a mocking function to make mocked components
|
||||
consistent across the test suite (gh#openSUSE/agama#392).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 11:54:29 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Rework UI internals by using plain CSS as much as possible for
|
||||
building the layout instead of relying on wrapper components
|
||||
(gh#openSUSE/agama#391).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 10:30:05 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Connect to the dedicated D-Bus server (gh#openSUSE/agama#384).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 12:53:50 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Add missing favicon (gh#openSUSE/agama#387).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 11:46:37 UTC 2023 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not show the link to configure wifi networks when there are no
|
||||
wifi devices and also inform the user when no network connection
|
||||
was detected (gh#openSUSE/agama#323).
|
||||
- Version 0.6.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 10:03:18 UTC 2023 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Ensure custom fonts are including in the build
|
||||
(gh#openSUSE/agama#385).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 11:56:46 UTC 2022 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Switch to Material Symbols icon set and refactor how icons
|
||||
are imported (gh#openSUSE/agama#383).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 10:14:22 UTC 2022 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not show the link to configure wifi networks when wireless is
|
||||
not enabled (gh#openSUSE/agama#323).
|
||||
- Version 0.6.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 08:55:02 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Display questions during the software installation (related to
|
||||
gh#openSUSE/agama#369).
|
||||
- Update to version 0.6.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 13:18:37 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 15:46:46 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Add support for password confirmation
|
||||
(related to gh#openSUSE/agama#297)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 13:41:41 UTC 2022 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Add new UI for storage proposal offering LVM and encyption
|
||||
options (gh#openSUSE/agama#321).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 10:48:14 UTC 2022 - Josef Reidinger <jreidinger@suse.cz>
|
||||
|
||||
- Add support for adapting the configuration depending on the
|
||||
architecture (gh#openSUSE/agama#339)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 08:16:42 UTC 2022 - Knut Alejandro Anderssen González <kanderssen@suse.de>
|
||||
|
||||
- Add validation for the first user creation (gh#openSUSE/agama#337)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 16:27:26 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.5.0:
|
||||
* Add support for basic network configuration, based on
|
||||
NetworkManager (gh#openSUSE/agama#260, gh#openSUSE/agama#292).
|
||||
* Improve the usability of the LUKS activation dialog
|
||||
(gh#openSUSE/agama#253).
|
||||
* Prevent starting the installation with incomplete or wrong
|
||||
configuration (gh#openSUSE/agama#299).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 08:17:06 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.4.2:
|
||||
* Connect to the org.opensuse.DInstaller.Language service
|
||||
(related to gh#openSUSE/agama#240).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 10:04:53 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.4.1:
|
||||
* Fix several user interface-related issues (gh#openSUSE/agama#230):
|
||||
- Avoid reloading the page when pushing the enter key.
|
||||
- Always display the D-Bus error page when the connection gets
|
||||
broken. Reload the UI again when the D-Bus connection is
|
||||
working again.
|
||||
- Update the product selection page when the product is
|
||||
modified in background (e.g., using the CLI).
|
||||
- Update the first user settings when they are changed in
|
||||
background.
|
||||
- Refresh the storage section when the settings are modified
|
||||
in background.
|
||||
- If the storage proposal fails, display the error even after
|
||||
reloading the page.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 07:32:48 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.4:
|
||||
* Support for installing multiple products
|
||||
(gh#openSUSE/agama#211).
|
||||
* Adapt to the new status/progress reporting API
|
||||
(gh#openSUSE/agama#219).
|
||||
* Add a better layout mechanism (gh#openSUSE/agama#216).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 10:10:03 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.3:
|
||||
* Refresh the web UI when a selected option changes (e.g., through
|
||||
the CLI) (gh#openSUSE/agama#180).
|
||||
* Remove the "Restart Installation" button
|
||||
(gh#openSUSE/agama#167 and gh#openSUSE/agama#174).
|
||||
* Add a task to generate the JSDoc-based documentation
|
||||
(gh#openSUSE/agama#186 and gh#openSUSE/agama#191).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 10:58:51 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update to version 0.2:
|
||||
* Turn the web UI into a Cockpit module (gh#openSUSE/agama#127)
|
||||
and drop the authentication code (gh#openSUSE/agama#128).
|
||||
* Add basic storage devices activation (gh#openSUSE/agama#150).
|
||||
* Fix the behavior of the language selector
|
||||
(gh#openSUSE/agama#125).
|
||||
* Add an installation confirmation dialog
|
||||
(gh#openSUSE/agama#118) and a reboot button
|
||||
(gh#openSUSE/agama#114).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 07:06:23 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- First release (version 0.1):
|
||||
* Allow setting the language, selecting a product, choosing a disk to
|
||||
install into, setting the root authentication mechanism and creating
|
||||
a first user.
|
||||
* Report installation progress.
|
||||
* Communication with D-Bus through Cockpit's infrastructure.
|
62
cockpit-agama.spec
Normal file
62
cockpit-agama.spec
Normal file
@ -0,0 +1,62 @@
|
||||
#
|
||||
# spec file for package cockpit-agama
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: cockpit-agama
|
||||
Version: 0
|
||||
Release: 0
|
||||
Summary: Cockpit module for Agama
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/openSUSE/agama
|
||||
# source_validator insists that if obscpio has no version then
|
||||
# tarball must neither
|
||||
Source0: agama.tar
|
||||
Source10: package-lock.json
|
||||
Source11: node_modules.spec.inc
|
||||
Source12: node_modules.sums
|
||||
%include %_sourcedir/node_modules.spec.inc
|
||||
BuildArch: noarch
|
||||
Requires: cockpit
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cockpit
|
||||
BuildRequires: cockpit-devel >= 243
|
||||
BuildRequires: local-npm-registry
|
||||
|
||||
%description
|
||||
Cockpit module for the experimental Agama installer.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n agama
|
||||
rm -f package-lock.json
|
||||
local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
|
||||
|
||||
%build
|
||||
# cp -r %{_datadir}/cockpit/devel/lib src/lib
|
||||
NODE_ENV="production" npm run build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%{_datadir}/cockpit
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
BIN
node_modules.obscpio
(Stored with Git LFS)
Normal file
BIN
node_modules.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
1218
node_modules.spec.inc
Normal file
1218
node_modules.spec.inc
Normal file
File diff suppressed because it is too large
Load Diff
1218
node_modules.sums
Normal file
1218
node_modules.sums
Normal file
File diff suppressed because it is too large
Load Diff
18898
package-lock.json
generated
Normal file
18898
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user