mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
- Introduce a new `webhook` crate to centralize signature validation for GitHub, Hookdeck, and Forgejo webhooks. - Enable `github-integration` to perform unified webhook signature verification using the `webhook` crate. - Refactor `github-integration`: replace legacy HMAC verification with the reusable `webhook` structure. - Extend Podman configuration for Hookdeck webhook signature handling and improve documentation. - Clean up unused dependencies by migrating to the new implementation. Signed-off-by: Till Wegmueller <toasterson@gmail.com>
21 lines
No EOL
1.3 KiB
XML
21 lines
No EOL
1.3 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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/crates/webhook/src" isTestSource="false" />
|
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |