botserver/src/core/package_manager
Rodrigo Rodriguez (Pragmatismo) b103c07248 Fix migration errors and reorganize migration files
- Fixed 'relation session_kb_associations does not exist' error in core consolidated migration.
- Renamed migration directories from timestamp-based to version-based (6.0.x, 6.1.x, 6.2.x).
- Reorganized migrations into dedicated feature folders (products, dashboards, learn, video).
- Updated migration execution order in core/shared/utils.rs.
- Moves legacy migrations to 6.0.x/6.1.x and workflow to 6.2.0.
2026-01-27 13:45:54 -03:00
..
setup Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
cache.rs refactor: embed 3rdparty.toml and remove hardcoded defaults from installer 2026-01-26 20:48:57 -03:00
cli.rs Add security protection module with sudo-based privilege escalation 2026-01-10 09:41:12 -03:00
component.rs Fix clippy warnings: raw strings, unused imports, format args, must_use attributes 2025-12-24 09:39:23 -03:00
facade.rs Fix: Replace brace expansion with explicit paths in mkdir command and improve LXC error logging 2026-01-26 17:38:34 -03:00
installer.rs Fix migration errors and reorganize migration files 2026-01-27 13:45:54 -03:00
mod.rs Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
os.rs Fix clippy warnings: raw strings, unused imports, format args, must_use attributes 2025-12-24 09:39:23 -03:00