Commit graph

17 commits

Author SHA1 Message Date
Vladimir Stoilov
8b68243cc6
[WIP] Add update from custom url functionality 2024-10-09 11:44:59 +03:00
Vladimir Stoilov
a874ec9412
[WIP] Fix unit tests 2024-10-08 14:13:08 +03:00
Vladimir Stoilov
97ce3c087c
[WIP] Fix uninstaller deletion bug. 2024-09-30 11:33:21 +03:00
Vladimir Stoilov
61babe2822
[WIP] Add restart command to instance 2024-09-26 13:51:42 +03:00
Vladimir Stoilov
c9631daa3e
[WIP] Add update notifications 2024-09-26 10:43:47 +03:00
Vladimir Stoilov
08830f29c6
[WIP] Fix ui api authentication 2024-09-25 17:34:23 +03:00
Vladimir Stoilov
1b6ee722f3
[WIP] Fix edge upgrade edge cases 2024-09-25 16:33:45 +03:00
Vladimir Stoilov
89b533f949
[WIP] Refactoring 2024-09-20 17:36:07 +03:00
Vladimir Stoilov
b3ff6f14f1
[WIP] Error and state handleing improvments, better logs 2024-09-19 12:38:23 +03:00
Vladimir Stoilov
072d7e6971
[WIP] Minor improvments 2024-09-19 08:45:50 +03:00
Vladimir Stoilov
1a866584a4
[WIP] Refactoring and bug fixes 2024-09-18 18:34:42 +03:00
Vladimir Stoilov
84a15b5fb3
[WIP] updater rafactoring, minor improvments 2024-09-17 12:36:44 +03:00
Vladimir Stoilov
701505ae75
[WIP] working download and replace. 2024-09-05 10:25:57 +03:00
Vladimir Stoilov
f7abb700bf
[WIP] Fix SELinux permissions 2024-09-05 10:25:57 +03:00
Vladimir Stoilov
9bae1afd73
[WIP] New updater first working prototype 2024-09-05 10:25:57 +03:00
Vladimir Stoilov
abf444630b
[WIP] New updater 2024-09-05 10:25:57 +03:00
Daniel Hååvi
80664d1a27
Restructure modules (#1572)
* Move portbase into monorepo

* Add new simple module mgr

* [WIP] Switch to new simple module mgr

* Add StateMgr and more worker variants

* [WIP] Switch more modules

* [WIP] Switch more modules

* [WIP] swtich more modules

* [WIP] switch all SPN modules

* [WIP] switch all service modules

* [WIP] Convert all workers to the new module system

* [WIP] add new task system to module manager

* [WIP] Add second take for scheduling workers

* [WIP] Add FIXME for bugs in new scheduler

* [WIP] Add minor improvements to scheduler

* [WIP] Add new worker scheduler

* [WIP] Fix more bug related to new module system

* [WIP] Fix start handing of the new module system

* [WIP] Improve startup process

* [WIP] Fix minor issues

* [WIP] Fix missing subsystem in settings

* [WIP] Initialize managers in constructor

* [WIP] Move module event initialization to constrictors

* [WIP] Fix setting for enabling and disabling the SPN module

* [WIP] Move API registeration into module construction

* [WIP] Update states mgr for all modules

* [WIP] Add CmdLine operation support

* Add state helper methods to module group and instance

* Add notification and module status handling to status package

* Fix starting issues

* Remove pilot widget and update security lock to new status data

* Remove debug logs

* Improve http server shutdown

* Add workaround for cleanly shutting down firewall+netquery

* Improve logging

* Add syncing states with notifications for new module system

* Improve starting, stopping, shutdown; resolve FIXMEs/TODOs

* [WIP] Fix most unit tests

* Review new module system and fix minor issues

* Push shutdown and restart events again via API

* Set sleep mode via interface

* Update example/template module

* [WIP] Fix spn/cabin unit test

* Remove deprecated UI elements

* Make log output more similar for the logging transition phase

* Switch spn hub and observer cmds to new module system

* Fix log sources

* Make worker mgr less error prone

* Fix tests and minor issues

* Fix observation hub

* Improve shutdown and restart handling

* Split up big connection.go source file

* Move varint and dsd packages to structures repo

* Improve expansion test

* Fix linter warnings

* Fix interception module on windows

* Fix linter errors

---------

Co-authored-by: Vladimir Stoilov <vladimir@safing.io>
2024-08-09 18:15:48 +03:00