[openSUSE/wicked] 5306f6: cleanup: rename src/config.c to src/appconfig.c
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 5306f6375a0c9bad0932f316d842cb54dc7fd7c4 https://github.com/openSUSE/wicked/commit/5306f6375a0c9bad0932f316d842cb54dc... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-24 (Tue, 24 Jan 2023) Changed paths: M configure.ac M src/Makefile.am A src/appconfig.c R src/config.c Log Message: ----------- cleanup: rename src/config.c to src/appconfig.c Commit: 2c7025f438f14a27f0305609b22650803c5b701b https://github.com/openSUSE/wicked/commit/2c7025f438f14a27f0305609b22650803c... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-24 (Tue, 24 Jan 2023) Changed paths: M src/Makefile.am M src/appconfig.c M src/appconfig.h M src/dbus-objects/model.c M src/dbus-objects/naming.c M src/extension.c A src/extension.h M src/update.c Log Message: ----------- appconfig: move extension prototypes to extension.h Commit: d045262be530375cde492d4a6f0c8a2aeafb22ff https://github.com/openSUSE/wicked/commit/d045262be530375cde492d4a6f0c8a2aea... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-24 (Tue, 24 Jan 2023) Changed paths: M src/appconfig.c M src/dbus-objects/model.c M src/extension.c M src/extension.h M src/update.c Log Message: ----------- extensions: remove list argument from constructors Add list operation utils to c_binding, script_action and extension in favor of list argument in constructors and direct manipulations, adjust to catch allocation failures and diverse NULL arguments. Renamed script_find to find_script to match find_c_binding. Commit: b78b8eefe1c3524ea24f3e03227fd6385f237fb3 https://github.com/openSUSE/wicked/commit/b78b8eefe1c3524ea24f3e03227fd6385f... Author: Marius Tomaschewski <mt@suse.de> Date: 2023-01-24 (Tue, 24 Jan 2023) Changed paths: M client/firmware.c M src/appconfig.c M src/appconfig.h M src/dbus-objects/naming.c M src/extension.c M src/firmware.c Log Message: ----------- extensions: add enabled flag to bindings and scripts Commit: 1a28905955ad741ec38c090245182e9b3c2f70de https://github.com/openSUSE/wicked/commit/1a28905955ad741ec38c090245182e9b3c... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-24 (Tue, 24 Jan 2023) Changed paths: M src/appconfig.c Log Message: ----------- appconfig: handle extension definition overrides Permit to override extensions builtin and script actions defined in one config (defaults) by config included later in order to enable or disable extension actions. Check if extension interface and action name are keywords and log location on parsing errors or empty definitions. Commit: 63a0bb1f7e1aaa4504dcda3dbe309a0316e0c250 https://github.com/openSUSE/wicked/commit/63a0bb1f7e1aaa4504dcda3dbe309a0316... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-25 (Wed, 25 Jan 2023) Changed paths: M client/firmware.c Log Message: ----------- client: add firmware enable|disable command Commit: f639d5143ba5ea2293b639e7d45be486a16e2b14 https://github.com/openSUSE/wicked/commit/f639d5143ba5ea2293b639e7d45be486a1... Author: Marius Tomaschewski <mt@suse.de> Date: 2023-01-25 (Wed, 25 Jan 2023) Changed paths: M client/redfish.c Log Message: ----------- client: alias redfish enable|disable to firmware Commit: 43f5d636f17471de74070a94d281c837d9e4779d https://github.com/openSUSE/wicked/commit/43f5d636f17471de74070a94d281c837d9... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-25 (Wed, 25 Jan 2023) Changed paths: M etc/client.xml.in Log Message: ----------- config: include client-firmware.xml in client.xml Commit: fb0fc890467ee6fa934e3b6ef42548f4523f2b59 https://github.com/openSUSE/wicked/commit/fb0fc890467ee6fa934e3b6ef42548f452... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-01-25 (Wed, 25 Jan 2023) Changed paths: M etc/client.xml.in M wicked.spec.in Log Message: ----------- spec: migrate client-redfish.xml to client-firmware.xml Commit: 6b1850cf5b9a3ff61f0d0ba4fee0094351f96fbf https://github.com/openSUSE/wicked/commit/6b1850cf5b9a3ff61f0d0ba4fee0094351... Author: cfconrad <cfamullaconrad@suse.com> Date: 2023-01-25 (Wed, 25 Jan 2023) Changed paths: M client/firmware.c M client/redfish.c M configure.ac M etc/client.xml.in M src/Makefile.am A src/appconfig.c M src/appconfig.h R src/config.c M src/dbus-objects/model.c M src/dbus-objects/naming.c M src/extension.c A src/extension.h M src/firmware.c M src/update.c M wicked.spec.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/947 client: add firmware enable|disable command (jsc#PED-3132) Compare: https://github.com/openSUSE/wicked/compare/d7df393adb9c...6b1850cf5b9a
participants (1)
-
cfconrad