Сопровождающий Ivan Savin в ветке sisyphus: Информация
Имя сопровождающего: Ivan Savin (svn17)
Собрано source пакетов в данной ветке: 7
Последние изменения
18 апреля 2025 г. 16:00
#381969 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
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.
17 апреля 2025 г. 17:53
#381885 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
17 апреля 2025 г. Ivan Savin:
- Add the ability to return an array of byte arrays as string array.
15 апреля 2025 г. 15:58
#381667 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
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.
11 апреля 2025 г. 18:02
#381332 отправлено Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
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.
10 апреля 2025 г. 14:42
#381170 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
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.
1 апреля 2025 г. 18:50
#379936 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
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@).
1 апреля 2025 г. 16:21
#379903 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
1 апреля 2025 г. Ivan Savin:
- Fix: set pipes to null if not used (parovoz@).
28 марта 2025 г. 14:16
#379428 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
28 марта 2025 г. Ivan Savin:
- Updated the warning text displayed when a spawned process fails.
27 марта 2025 г. 17:33
#379417 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
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
27 марта 2025 г. Ivan Savin:
- Add functionality allowing the manager to track whether the module is busy.
5 марта 2025 г. 14:13
#376913 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
5 марта 2025 г. Ivan Savin:
- Update docs/README-ru.md.
4 марта 2025 г. 18:19
#376843 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
4 марта 2025 г. Ivan Savin:
- Add the ability to return stdout as an array of byte arrays. - Fix error handling on stdout strings.
26 февраля 2025 г. 14:32
#376173 отправлено Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
26 февраля 2025 г. Ivan Savin:
- Requirements update.
21 февраля 2025 г. 20:18
#375569 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
21 февраля 2025 г. Ivan Savin:
- Fix closing stdin. Now stdin is closed immediately after sending a special parameter.
19 февраля 2025 г. 16:00
#375342 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
19 февраля 2025 г. Ivan Savin:
- Add polkit to requires.
14 февраля 2025 г. 13:25
#374633 отправлено Ivan Savin
alterator module for update kernel
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.
10 февраля 2025 г. 17:52
#374239 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
10 февраля 2025 г. Ivan Savin:
- Fix missing file closing.
8 февраля 2025 г. 2:21
#373522 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
Alterator-manager module for running executable files and scripts
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.
5 февраля 2025 г. 14:04
#373234 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
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
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.
23 января 2025 г. 19:02
#371009 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
23 января 2025 г. Ivan Savin:
- Add sorting for output of methods in org.altlinux.alterator.manager (GetObjects, GetInterfaces, GetAllObjects, GetAllInterfaces).
8 ноября 2024 г. 17:13
#362018 отправлено Ivan Savin
Module for accessing alterator d-bus interface on a remote machine
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.
31 октября 2024 г. 17:34
#361184 отправлено Ivan Savin
polkit agent for use on a remote machine via ssh.
Modular tool for system configuration via D-Bus
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
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
30 октября 2024 г. Ivan Savin:
- First working version.
30 октября 2024 г. 17:53
#359757 отправлено Ivan Savin
renaming_the_alterator-browser_package_to_alterator-explore
Modular tool for system configuration via D-Bus
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
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
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
22 октября 2024 г. Michael Chernigin:
- Change prefix from ru.basealt to org.altlinux. - Remove error output from Info methods.
удалено alterator-browser
Explorer of Alterator applications operating via D-Bus
29 октября 2024 г. Aleksey Saprunov:
- rename to alterator-explorer
29 августа 2024 г. 15:57
#356318 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
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.
11 июля 2024 г. 16:20
#352628 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
11 июля 2024 г. Ivan Savin:
- Add missing 'static' for GDBusSubtreeVTable subtree_vtable. - Make the service in system mode bus-activatable. - Fix warning incompatible pointer type.
31 мая 2024 г. 17:34
#350069 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
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.
28 мая 2024 г. 18:33
#349737 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
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).
19 марта 2024 г. 18:59
#343052 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
19 марта 2024 г. Ivan Savin:
- Add new directories for the backend files in /etc. - Update docs/README-ru.md.
15 марта 2024 г. 12:13
#342757 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
15 марта 2024 г. Ivan Savin:
- Change BuildRequires from alterator-manager-devel >= 0.1.10 to alterator-manager-devel >= 0.1.18.
12 марта 2024 г. 18:13
#342574 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
12 марта 2024 г. Ivan Savin:
- Make the service in user mode bus-activatable. - Disable authorization check for the default interface in user mode. - Update docs/README-ru.md. - Add separate directories for .backend files. - Add missing argument types to function definitions and declarations.
15 февраля 2024 г. 13:36
#340755 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
15 февраля 2024 г. Ivan Savin:
- Disable UTF-8 channel encoding if return from stdout is enabled as a byte array.
5 февраля 2024 г. 18:31
#339811 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
5 февраля 2024 г. Ivan Savin:
- Add the ability to use the full interface name in backend files. - Update docs/README-ru.md.
26 января 2024 г. 14:22
#339074 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
26 января 2024 г. Ivan Savin:
- Add check in filetrigger that the system is loaded using systemd (chernigin@).
25 января 2024 г. 19:45
#338986 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
25 января 2024 г. Ivan Savin:
- Remove unnecessary debug output.
25 января 2024 г. 18:12
#338967 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
25 января 2024 г. Ivan Savin:
- Fix: fix filetrigger (chernigin@).
24 января 2024 г. 17:09
#338881 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
24 января 2024 г. Ivan Savin:
- Fix filetrigger (kozyrevid@).
23 января 2024 г. 18:35
#338777 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
23 января 2024 г. Ivan Savin:
- Clean line break symbol in end of line for stdout and stderr strings (sin@). - Add project URL to spec (sin@).
20 января 2024 г. 17:30
#338448 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
19 января 2024 г. Ivan Savin:
- Add filetrigger to restart the service (kozyrevid@).
16 января 2024 г. 18:46
#338329 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
16 января 2024 г. Ivan Savin:
- Update docs/README-ru.md.
16 января 2024 г. 18:09
#338327 отправлено Ivan Savin
Alterator-manager module for running executable files and scripts
16 января 2024 г. Ivan Savin:
- Add a timeout field for methods. The timeout field contains the period of time after which the SIGKILL will be sent to the process.
27 декабря 2023 г. 18:47
#337363 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
27 декабря 2023 г. Ivan Savin:
- Add the alterator-manager-tools package with the am-dev-tool utility. - Remove automatic generation of policy files (for polkit). - Update docs/README-ru.md.
25 декабря 2023 г. 16:26
#337209 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
25 декабря 2023 г. Ivan Savin:
- Add creation of /etc/alterator/backends directory for backend files.
18 декабря 2023 г. 14:39
#336653 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
18 декабря 2023 г. Ivan Savin:
- Fix the backends_data table creation, it is created only if the pointer is NULL. - Lines that are too long are split into shorter ones.
8 декабря 2023 г. 21:04
#336098 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
8 декабря 2023 г. Ivan Savin:
- Change the name of the Node field in the Alterator Entry section to Name. - Update docs/README-ru.md.
27 ноября 2023 г. 17:34
#335230 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
27 ноября 2023 г. Ivan Savin:
- Change the format of the top section of backend files. - Add the ability to set an action_id without a ru.basealt.alterator prefix using the action_id field in the manager section. - Improve memory release logic for variables in the save_info_from_backend_file function in file alterator_manager_backends.h. - Update docs/README-ru.md.
Alterator-manager module for running executable files and scripts
27 ноября 2023 г. Ivan Savin:
- Add support for the action_id field from the InterfaceObjectInfo structure.
2 ноября 2023 г. 13:07
#333342 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
1 ноября 2023 г. Ivan Savin:
- Update docs/README-ru.md.
31 октября 2023 г. 18:37
#333260 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
31 октября 2023 г. Ivan Savin:
- Add name checking when adding an environment variable. The name must not contain =. - Rename ManagerData structure fields from _table to _data.
Alterator-manager module for running executable files and scripts
31 октября 2023 г. Ivan Savin:
- Add the ability to add environment variables from the alterator-manager database. - Add memory freeing for the structure with data for launching processes in case of a process startup error and in case of a command line parsing error. - Add reduction of thread counters in case of command line parsing error and in case of process startup error.
27 октября 2023 г. 19:20
#332911 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
27 октября 2023 г. Ivan Savin:
- Fix method names in ru.basealt.alterator.manager. - Add automatic cleaning of environment variables. - Add support environment variables management for dbus senders (sin@). - Fix typos in alterator_manager_backends.h (sin@).
16 октября 2023 г. 22:30
#331924 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
16 октября 2023 г. Ivan Savin:
- Fix: wrong method names in ru.basealt.alterator.manager.
21 сентября 2023 г. 5:36
#329966 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
20 сентября 2023 г. Ivan Savin:
- Fix: fail to start when the backend files not found.
6 сентября 2023 г. 16:28
#328852 отправлено Ivan Savin
Modular tool for system configuration via D-Bus
6 сентября 2023 г. Ivan Savin:
- Undo changes from 0.1.7-alt2. This change causes "double free or corruption".