Track asp-marketplace as a submodule so the marketplace plugin repository stays external while remaining discoverable from the main project.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add manifest-driven release tooling, wire CI and release workflows to validate deterministic release surfaces, register asp-doc as a submodule, and rewrite the release runbook around the standardized flow.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Validate asp auth login against the authenticated version endpoint before saving settings, and encode cursor primary keys as strings so UUID-backed records paginate correctly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add database-backed OpenCTI settings, provider integration, targeted tests, and threat intelligence settings tabs. Fix AlienVault OTX test authentication to validate API keys against an authenticated endpoint.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Treat asf-doc and asp-marketplace as local independent repositories by removing their gitlinks from the parent index and ignoring the paths.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Map v0.4.1 to its release notes, update the compose package image template, and advance the documentation submodule.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add stopped full backup and restore guidance to the Docker Compose package README files and update the documentation submodule pointer.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Include a standalone Chinese README in the Docker Compose release package and update the documentation submodule with deployment operations and upgrade pages.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Refresh runtime configuration before worker iterations so long-running worker processes do not keep stale lru_cache values after settings changes. Also probe the frontend healthcheck through 127.0.0.1 to match the nginx listener.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ensure Docker Compose package scripts keep executable permissions and make the frontend certificate entrypoint executable in the image.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>