Maintainer Ivan Savin in the sisyphus branch: Information
Maintainer name: Ivan Savin (svn17)
Built source packages in this branch: 8
Last changes
Feb 27, 2026, 06:35 PM
#409458 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Feb. 27, 2026 Ivan Savin:
- Update .clang-format and CODESTYLE.md. - Bringing the code to the described style. - Add .forgejo/workflows/clang-format.yml.
Module for using backend3 scripts
Feb. 27, 2026 Ivan Savin:
- Update .clang-format and CODESTYLE.md. - Bringing the code to the described style. - Add .forgejo/workflows/clang-format.yml.
Alterator-manager module for running executable files and scripts
Feb. 27, 2026 Ivan Savin:
- Update .clang-format and CODESTYLE.md. - Bringing the code to the described style. - Add .forgejo/workflows/clang-format.yml.
Module for accessing alterator d-bus interface on a remote machine
Feb. 27, 2026 Ivan Savin:
- Update .clang-format and CODESTYLE.md. - Bringing the code to the described style. - Add .forgejo/workflows/clang-format.yml.
Feb 20, 2026, 03:21 PM
#408800 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Feb. 20, 2026 Ivan Savin:
- Update docs/modules/remote(-ru).md.
Feb 19, 2026, 01:44 PM
#408683 sent by Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
Feb. 18, 2026 Ivan Savin:
- Add signal retransmission from a remote. Signals from the org.altlinux.alterator sender on the remote machine are retransmitted to the local d-bus. The signal's object path and signal name fields are replaced. In the object path, two more sections are added before the last one. The first is the word 'connection'. The second is the connection name. The executor module appends a unique bus name to the signal name, replacing periods and colons with underscores. When retransmitting, the unique bus name is replaced with the connection name, separated by an underscore.
Jan 23, 2026, 02:43 PM
#405907 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Alterator-manager module for running executable files and scripts
Module for accessing alterator d-bus interface on a remote machine
Module for using backend3 scripts
Jan. 23, 2026 Ivan Savin:
- Add add secret scanning (alxvmr@). - Add .clang-format and CODESTYLE.md.
Jan 15, 2026, 04:10 PM
#405160 sent by Ivan Savin
Module for using backend3 scripts
Jan. 15, 2026 Ivan Savin:
- Fix GMainContext for method timeout. - Fix forced backend3 process termination and its child processes. Before this fix, when the backend3 process was forcefully terminated, its child processes were not terminated. - Fix typo in warning.
Dec 5, 2025, 06:27 PM
#401906 sent by Ivan Savin
alterator module for update kernel
Dec. 5, 2025 Ivan Savin:
- Fix bug with install modules. Now, when installing modules without installing the kernel, the version of the marked modules is checked, and if a newer version is available, it is installed. (Closes: 56946)
Nov 28, 2025, 04:28 PM
#401288 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Alterator-manager module for running executable files and scripts
Nov. 28, 2025 Ivan Savin:
- Add a new option - exit_status. Methods no longer return an exit_status by default. To add the 'response' return value to a method, you need to add an 'exit_status = true' to the method definition in configuration file.
Nov 25, 2025, 02:29 PM
#400991 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Nov. 25, 2025 Ivan Savin:
- Introduce helpers to simplify unit tests:
+ backends: expose get_data(), add clear() to reset state, and
init_from_dirs() to load from given directory list for tests (the-nexi@).
+ dbus: add alterator_manager_dbus_register_on_connection() to register
subtree on an existing GDBusConnection for GTestDBus (the-nexi@).Oct 30, 2025, 02:51 PM
#398747 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Oct. 30, 2025 Ivan Savin:
- Update docs/modules/backend3(-ru).md.
Oct 29, 2025, 02:20 PM
#398628 sent by Ivan Savin
Module for using backend3 scripts
Oct. 29, 2025 Ivan Savin:
- Add the ability to supplement the input parameter with variables from the environment subtable in the method description. Values for such variables are taken from the sender's environment variable table. If this table does not contain values for the specified variables, values are taken from the environment subtable in the method description. Values passed via the input parameter have higher priority and override values from the environment subtable of method and sender's environment variable table.
Oct 12, 2025, 03:08 AM
#396702 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Oct. 9, 2025 Ivan Savin:
- Update documentation architecture (alxvmr@). - Move source files to the src folder (alxvmr@).
Sep 11, 2025, 06:38 PM
#394649 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Sept. 11, 2025 Ivan Savin:
- Update docs/README-ru.md.
Sep 11, 2025, 02:46 PM
#394613 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
Sept. 11, 2025 Ivan Savin:
- Add the ability to create return values of type array of strings in methods with multiple return values. The names of these values are specified in the stdout_json parameter (array of strings) and have square brackets at the end (name[]). - Fix call g_close with an invalid file descriptor. - Replace function g_spawn_check_exit_status with function g_spawn_check_wait_status if GLIB version is greater than or equal to 2.70.
Sep 1, 2025, 12:47 PM
#393726 sent by Ivan Savin
new_lib
Module for accessing alterator d-bus interface on a remote machine
Aug 14, 2025, 04:07 PM
#392444 sent by Ivan Savin
Module for using backend3 scripts
Aug. 14, 2025 Ivan Savin:
- Add passing of D-Bus methods parameters to the backend3 scripts.
Aug 7, 2025, 12:49 PM
#391833 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
Aug. 7, 2025 Ivan Savin:
- Fix dependencies in spec.
Aug 6, 2025, 09:49 PM
#391803 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Aug. 6, 2025 Ivan Savin:
- Add the ability to use arrays to describe methods in backend files. - Update docs/README-ru.md.
Alterator-manager module for running executable files and scripts
Aug. 6, 2025 Ivan Savin:
- Add the ability to create methods with multiple return values (strings). The names of these output arguments are specified by an array in the stdout_json field in the backend file. The method expects a string containing a json object from the running process. Having received such an object, it parses it and extracts strings from it whose keys correspond to the names specified in the stdout_json field.
Jul 9, 2025, 05:55 PM
#389359 sent by Ivan Savin
Modular tool for system configuration via D-Bus
July 9, 2025 Ivan Savin:
- Update docs/README-ru.md. - Add URL to the spec.
Jul 8, 2025, 03:05 PM
#389283 sent by Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
Module for using backend3 scripts
polkit agent for use on a remote machine via ssh.
July 8, 2025 Ivan Savin:
- Add URL to the spec.
Jul 8, 2025, 02:20 PM
#389278 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
July 8, 2025 Ivan Savin:
- Add the ability to use string arrays as method parameters.
Jun 10, 2025, 06:11 PM
#386851 sent by Ivan Savin
Modular tool for system configuration via D-Bus
June 10, 2025 Ivan Savin:
- Update docs/README-ru.md.
Jun 9, 2025, 04:26 PM
#386757 sent by Ivan Savin
Module for using backend3 scripts
June 9, 2025 Ivan Savin:
- First working version.
Apr 22, 2025, 12:54 PM
#382282 sent by Ivan Savin
alterator module for managing roles
April 22, 2025 Ivan Savin:
- Make the module invisible in the web interface.
Apr 18, 2025, 04:00 PM
#381969 sent by Ivan Savin
Modular tool for system configuration via D-Bus
April 18, 2025 Ivan Savin:
- Use g_dbus_is_member_name instead of is_correct_name for method name. - Fix segmentation fault in GetSignals method. - Update docs/README-ru.md.
Apr 17, 2025, 05:53 PM
#381885 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
April 17, 2025 Ivan Savin:
- Add the ability to return an array of byte arrays as string array.
Apr 15, 2025, 03:58 PM
#381667 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
April 15, 2025 Ivan Savin:
- Fix broken stdout_byte_arrays. The stdout_byte_arrays_enabled condition was missed when the process was spawned. - Fix a bag when all stdout output from the child process is turned off, its output goes to the parent process's stdout.
Apr 11, 2025, 06:02 PM
#381332 sent by Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
April 11, 2025 Ivan Savin:
- Add functionality allowing the manager to track whether the module is busy. - Remove unnecessary checks. In case of failure on g_new0 and g_thread_new the program aborts.
Apr 10, 2025, 02:42 PM
#381170 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
April 10, 2025 Ivan Savin:
- Fix memory leak, after g_strconcat the g_free was not always called. - Remove unnecessary checks. In case of failure on g_new0 and g_thread_new the program aborts. - Remove unnecessary field from the structure.
Apr 1, 2025, 06:50 PM
#379936 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
April 1, 2025 Ivan Savin:
- Add the ability to return integer exit status. Executor can return integer exit status from child process. Before that, it was boolean (sheriffkorov@).
Apr 1, 2025, 04:21 PM
#379903 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
April 1, 2025 Ivan Savin:
- Fix: set pipes to null if not used (parovoz@).
Mar 28, 2025, 02:16 PM
#379428 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
March 28, 2025 Ivan Savin:
- Updated the warning text displayed when a spawned process fails.
Mar 27, 2025, 05:33 PM
#379417 sent by Ivan Savin
Modular tool for system configuration via D-Bus
March 27, 2025 Ivan Savin:
- Add functionality that restarts the service when there are changes in directories with backend files. The corresponding filetrigger has been removed.
Alterator-manager module for running executable files and scripts
March 27, 2025 Ivan Savin:
- Add functionality allowing the manager to track whether the module is busy.
Mar 5, 2025, 02:13 PM
#376913 sent by Ivan Savin
Modular tool for system configuration via D-Bus
March 5, 2025 Ivan Savin:
- Update docs/README-ru.md.
Mar 4, 2025, 06:19 PM
#376843 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
March 4, 2025 Ivan Savin:
- Add the ability to return stdout as an array of byte arrays. - Fix error handling on stdout strings.
Feb 26, 2025, 02:32 PM
#376173 sent by Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
Feb. 26, 2025 Ivan Savin:
- Requirements update.
Feb 21, 2025, 08:18 PM
#375569 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
Feb. 21, 2025 Ivan Savin:
- Fix closing stdin. Now stdin is closed immediately after sending a special parameter.
Feb 19, 2025, 04:00 PM
#375342 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Feb. 19, 2025 Ivan Savin:
- Add polkit to requires.
Feb 14, 2025, 01:25 PM
#374633 sent by Ivan Savin
alterator module for update kernel
Feb. 14, 2025 Ivan Savin:
- Fix a bug where some modules for kernels with flavour based on the kernel version were not removing. (Closes: 53019) - Fix a bug where when deleting a module, a module whose name only partially corresponds to the selected one could be deleted.
Feb 10, 2025, 05:52 PM
#374239 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
Feb. 10, 2025 Ivan Savin:
- Fix missing file closing.
Feb 8, 2025, 02:21 AM
#373522 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Alterator-manager module for running executable files and scripts
Feb. 7, 2025 Ivan Savin:
- Add the ability to pass a string to the stdin of the spawned process via a special parameter. If the "stdin_string" field is specified in the configuration file with the value "true", then one more parameter is added to the list of parameters (at the end of the list) - stdin. The string from this parameter will be sent to the stdin of the process immediately after launch.
Feb 5, 2025, 02:04 PM
#373234 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Feb. 5, 2025 Ivan Savin:
- Extend control of environment variables. You can now add environment variables for a method only if they are specified in the configuration file. You can also set default values for these variables. - Update docs/README-ru.md.
Alterator-manager module for running executable files and scripts
Feb. 5, 2025 Ivan Savin:
- Extend control of environment variables. You can now add environment variables for a method only if they are specified in the configuration file. You can also set default values for these variables.
Jan 23, 2025, 07:02 PM
#371009 sent by Ivan Savin
Modular tool for system configuration via D-Bus
Jan. 23, 2025 Ivan Savin:
- Add sorting for output of methods in org.altlinux.alterator.manager (GetObjects, GetInterfaces, GetAllObjects, GetAllInterfaces).
Nov 8, 2024, 05:13 PM
#362018 sent by Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
Nov. 8, 2024 Ivan Savin:
- Fix return value of Disconnect method. Now it returns true if the kill signal was successfully sent to the remote-polkit-agent. - Remove call to subtrees_info_table_stop_loop from register_subtree. The loop is not running at this point yet. - Fix the description section in spec.
Oct 31, 2024, 05:34 PM
#361184 sent by Ivan Savin
polkit agent for use on a remote machine via ssh.
Modular tool for system configuration via D-Bus
Oct. 30, 2024 Ivan Savin:
- Add the connection field to the ManagerData struct. - Update docs/README-ru.md.
Alterator-manager module for running executable files and scripts
Oct. 31, 2024 Ivan Savin:
- Change BuildRequires from alterator-manager-devel >= 0.1.23 to alterator-manager-devel >= 0.1.24.
Module for accessing alterator d-bus interface on a remote machine
Oct. 30, 2024 Ivan Savin:
- First working version.
Oct 30, 2024, 05:53 PM
#359757 sent by Ivan Savin
renaming_the_alterator-browser_package_to_alterator-explore
Modular tool for system configuration via D-Bus
Oct. 14, 2024 Ivan Savin:
- Renaming object paths and interface names and bus name from ru.basealt to org.altlinux.
Alterator-manager module for running executable files and scripts
Oct. 14, 2024 Ivan Savin:
- Renaming object paths and interface names and bus name from ru.basealt to org.altlinux.
Local applications interface for alterator browser.
Components interface for alterator browser
Alterator application for managing system packages and package repositories
XML files for org.altlinux.alterator.diag interface
Alterator application for managing system components
Alterator manager backends generator for old alterator modules
Backend for Alterator categories
ALT Diagnostic tool
CLI for alterator browser
Oct. 21, 2024 Aleksey Saprunov:
- change prefix from ru.basealt to org.altlinux - add systeminfo module
Backend for components categories
Alterator backends for managing system packages
Oct. 22, 2024 Michael Chernigin:
- Change prefix from ru.basealt to org.altlinux. - Remove error output from Info methods.
deleted alterator-browser
Explorer of Alterator applications operating via D-Bus
Oct. 29, 2024 Aleksey Saprunov:
- rename to alterator-explorer
Aug 29, 2024, 03:57 PM
#356318 sent by Ivan Savin
Alterator-manager module for running executable files and scripts
Aug. 29, 2024 Ivan Savin:
- Fix node name check in searching through the table of known methods. - Add missing static for interface_vtable. - Add missing const for parameters of add_method_to_table. - Add missing g_strdups during filling out of the table of known methods.
Jul 11, 2024, 04:20 PM
#352628 sent by Ivan Savin
Modular tool for system configuration via D-Bus
July 11, 2024 Ivan Savin:
- Add missing 'static' for GDBusSubtreeVTable subtree_vtable. - Make the service in system mode bus-activatable. - Fix warning incompatible pointer type.
May 31, 2024, 05:34 PM
#350069 sent by Ivan Savin
Modular tool for system configuration via D-Bus
May 31, 2024 Ivan Savin:
- Add missing g_module_close() and remove unnecessary g_free(). - Add parameter 'object' to method 'GetSignals' on object /ru/basealt/alterator in interface ru.baseatl.alterator.manager.
May 28, 2024, 06:33 PM
#349737 sent by Ivan Savin
Modular tool for system configuration via D-Bus
May 28, 2024 Ivan Savin:
- Add GetAllObjects and GetAllInterfaces to ru.basealt.alterator.manager on /ru/basealt/alterator. - Rename output parameter of GetSignals from objects to signals (ru.basealt.alterator.manager /ru/basealt/alterator).