mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
- Add `logs-service` crate as a separate microservice to handle job log storage, retrieval, and categorization. - Update orchestrator to redirect log endpoints to the new service with optional permanent redirects using `LOGS_BASE_URL`. - Enhance log persistence by introducing structured fields such as category, level, and error flags. - Implement migration to add new columns and indexes for job logs. - Add ANSI escape sequence stripping and structured logging for cleaner log storage. - Improve SSH log handling with interleaved stdout/stderr processing and pty request support. - Revise Docker files and compose setup to include logs-service, with support for PostgreSQL and secure connections. Signed-off-by: Till Wegmueller <toasterson@gmail.com>
20 lines
No EOL
1.2 KiB
XML
20 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="EMPTY_MODULE" version="4">
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/agent/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/ciadm/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/cidev/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/common/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/forge-integration/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/github-integration/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/orchestrator/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/workflow-runner/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/migration/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/logs-service/src" isTestSource="false" />
|
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |