Commit Graph

3633 Commits

Author SHA1 Message Date
CleverAgents Bot d0e685aed4 fix(cli): add project switch command
CI / load-versions (pull_request) Successful in 17s
CI / push-validation (pull_request) Successful in 25s
CI / quality (pull_request) Successful in 54s
CI / lint (pull_request) Successful in 1m1s
CI / security (pull_request) Successful in 1m9s
CI / typecheck (pull_request) Successful in 1m16s
CI / build (pull_request) Successful in 30s
CI / helm (pull_request) Successful in 36s
CI / unit_tests (pull_request) Successful in 6m3s
CI / docker (pull_request) Successful in 2m16s
CI / integration_tests (pull_request) Successful in 8m28s
CI / coverage (pull_request) Successful in 12m21s
CI / status-check (pull_request) Successful in 3s
ISSUES CLOSED: #8675
2026-06-18 00:57:44 -04:00
HAL9000 fe3b9b22ca Merge pull request 'feat(providers): implement OllamaProvider and MistralProvider' (#10611) from feat/v3.6.0/ollama-mistral-providers into master
CI / load-versions (push) Successful in 15s
CI / push-validation (push) Successful in 23s
CI / lint (push) Successful in 44s
CI / integration_tests (push) Failing after 42s
CI / quality (push) Successful in 46s
CI / build (push) Successful in 36s
CI / helm (push) Successful in 55s
CI / typecheck (push) Successful in 1m19s
CI / security (push) Successful in 1m24s
CI / unit_tests (push) Successful in 5m56s
CI / docker (push) Successful in 2m27s
CI / coverage (push) Successful in 9m46s
CI / status-check (push) Failing after 3s
CI / benchmark-publish (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
2026-06-18 04:57:39 +00:00
controller-ci-rerun 5100a40006 chore: re-trigger CI [controller]
CI / load-versions (pull_request) Successful in 18s
CI / push-validation (pull_request) Successful in 24s
CI / lint (pull_request) Successful in 35s
CI / quality (pull_request) Successful in 40s
CI / typecheck (pull_request) Successful in 1m0s
CI / security (pull_request) Successful in 59s
CI / build (pull_request) Successful in 32s
CI / helm (pull_request) Successful in 35s
CI / unit_tests (pull_request) Successful in 6m54s
CI / docker (pull_request) Successful in 2m4s
CI / integration_tests (pull_request) Successful in 10m52s
CI / coverage (pull_request) Successful in 11m53s
CI / status-check (pull_request) Successful in 4s
2026-06-18 00:36:05 -04:00
controller-ci-rerun 0ccb5f9eed chore: re-trigger CI [controller] 2026-06-18 00:36:05 -04:00
cleveragents-auto 24966911f5 chore: worker ruff auto-fix (pre-push lint gate) 2026-06-18 00:36:05 -04:00
HAL9000 c2903f8b23 fix(providers): use langchain-ollama package for ChatOllama import
langchain-community 0.4.2 removed ChatOllama from its chat_models
module. Switch to the standalone langchain-ollama package which is
the official replacement.

- ollama_provider.py: import ChatOllama from langchain_ollama
- pyproject.toml: replace ollama>=0.1.0 with langchain-ollama>=0.1.0
- uv.lock: regenerated to include langchain-ollama v1.1.0
2026-06-18 00:36:05 -04:00
HAL9000 b397884185 fix(providers): resolve lint and unit test failures in OllamaProvider and MistralProvider
- Fix import order in ollama_provider.py (langchain_community before langchain_core)
- Remove duplicate shared step definitions from ollama_provider_steps.py
- Remove duplicate shared step definitions from mistral_provider_steps.py

The duplicate @given step definitions caused AmbiguousStep errors when running the full Behave test suite. Shared steps (provider domain inputs, plan generation graph setup) are already defined in openai_provider_steps.py and loaded by Behave for all feature files.
2026-06-18 00:36:05 -04:00
HAL9000 9c71c8fa3b feat(providers): implement OllamaProvider and MistralProvider
- Implemented OllamaChatProvider to enable local Ollama model support.
- Implemented MistralChatProvider to integrate with the Mistral API.
- Added Behave BDD tests for both providers.
- Updated dependencies: langchain-mistralai and ollama.
- Updated provider exports to include the new providers.

ISSUES CLOSED: #5257
2026-06-18 00:36:05 -04:00
HAL9000 91d482880a Merge pull request 'TEST-INFRA: [ci-pipeline-design] Add security scanning to Dockerfile.server' (#10954) from chore/ci-dockerfile-server-security-scan into master
CI / load-versions (push) Successful in 14s
CI / push-validation (push) Successful in 23s
CI / lint (push) Successful in 43s
CI / quality (push) Successful in 52s
CI / typecheck (push) Successful in 1m6s
CI / security (push) Successful in 1m6s
CI / build (push) Successful in 42s
CI / helm (push) Successful in 58s
CI / unit_tests (push) Successful in 6m27s
CI / docker (push) Successful in 2m5s
CI / integration_tests (push) Successful in 10m47s
CI / coverage (push) Successful in 9m50s
CI / status-check (push) Successful in 2s
CI / benchmark-publish (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
2026-06-18 04:35:59 +00:00
CleverAgents Bot 9805a865cb fix(ci): make Dockerfile.server Trivy gate actionable
CI / load-versions (pull_request) Successful in 17s
CI / push-validation (pull_request) Successful in 24s
CI / lint (pull_request) Successful in 33s
CI / build (pull_request) Successful in 30s
CI / quality (pull_request) Successful in 1m4s
CI / typecheck (pull_request) Successful in 1m13s
CI / security (pull_request) Successful in 1m9s
CI / helm (pull_request) Successful in 37s
CI / unit_tests (pull_request) Successful in 5m31s
CI / docker (pull_request) Successful in 2m24s
CI / integration_tests (pull_request) Successful in 8m50s
CI / coverage (pull_request) Successful in 11m58s
CI / status-check (pull_request) Successful in 3s
2026-06-18 00:16:54 -04:00
HAL9000 21e763f59d fix(ci): run Trivy via Docker Hub image instead of github.com tarball
The docker gate has been failing on `curl: (22) ... error: 404` against
the v0.58.0 GitHub release tarball even after pinning the version. The
helm gate's kubeconform download from github.com/yannh/kubeconform works
in the same workflow, so it's a Trivy-asset-path-specific 404 (URL/CDN
state we don't control), not a blanket github.com block.

Switch to `aquasec/trivy:0.58.0` pulled from Docker Hub:

- Docker Hub is already proven reachable by the preceding `docker build`
  steps (server image base layers pull successfully in this same dind
  job).
- A pinned tag's manifest digest is itself the verifiable artifact — no
  separate checksum file fetch and grep dance.
- Trivy runs against the just-built `cleveragents-server:test` image
  via the mounted dind docker socket.
- Same severity gating (`--severity HIGH,CRITICAL --exit-code 1`) and
  same trailing detailed-report step are preserved verbatim.

ISSUES CLOSED: #1927
2026-06-18 00:16:54 -04:00
CleverAgents Bot 5fb638db1f ci: rerun docker gate after runner socket contention 2026-06-18 00:16:54 -04:00
cleveragents-auto dbf52e9fa1 chore: re-trigger CI after docker runner socket contention 2026-06-18 00:16:54 -04:00
controller-ci-rerun de04d69dbf chore: re-trigger CI [controller] 2026-06-18 00:16:54 -04:00
HAL9000 f6e403f329 fix(ci): pin Trivy to v0.58.0 (v0.57.1 is not a real release)
The prior pin used TRIVY_VERSION=0.57.1, but Trivy never published a
v0.57.1 tag — the release sequence went v0.57.0 → v0.58.0. The CI
docker job consequently failed with `curl: (22) The requested URL
returned error: 404` when fetching trivy_0.57.1_Linux-64bit.tar.gz.

- Bump TRIVY_VERSION to 0.58.0 (the first stable release after v0.57.0).
- Factor the GitHub release base URL into TRIVY_BASE_URL.
- Add explicit `set -euo pipefail` so each curl failure surfaces
  immediately instead of relying on the runner's implicit -e.
- Anchor the checksum grep with ` ${TRIVY_TARBALL}$` so a partial
  filename match cannot smuggle in the wrong checksum line.
- Wrap the checksum verification in a subshell so `cd /tmp` does not
  affect later commands.

ISSUES CLOSED: #1927
2026-06-18 00:16:54 -04:00
controller-ci-rerun 8476e5a1f7 chore: re-trigger CI [controller] 2026-06-18 00:16:54 -04:00
controller-ci-rerun 7c3a4f5f43 chore: re-trigger CI [controller] 2026-06-18 00:16:54 -04:00
HAL9000 c3c3c224c4 fix(ci): address reviewer feedback on Dockerfile.server security scan
- Pin Trivy installation to v0.57.1 with checksum verification instead
  of the insecure curl-pipe-sh install pattern
- Fix BDD step context initialization: load workflow_content in the
  Background step so scenarios 17/24/31 no longer error with AttributeError
- Fix ruff format violations in step definitions
- Add Robot Framework integration test verifying CI scan configuration
- Add CHANGELOG entry for issue #1927

ISSUES CLOSED: #1927
2026-06-18 00:16:54 -04:00
HAL9000 4f924d5c59 chore(ci): add vulnerability scanning for Dockerfile.server image
Added Trivy-based security scanning to the CI pipeline for the Dockerfile.server image.
The scan is configured to fail the build on any HIGH or CRITICAL severity vulnerabilities,
preventing insecure images from being deployed to production.

Changes:
- Added security scan step to .forgejo/workflows/ci.yml docker job
- Trivy is installed and executed after building the Dockerfile.server image
- Scan results are displayed in CI job output with detailed vulnerability report
- Build fails (non-zero exit) if HIGH or CRITICAL vulnerabilities are detected
- Added BDD feature file and step definitions for security scanning verification
2026-06-18 00:16:54 -04:00
HAL9000 fcf96cc8bc Merge pull request 'feat(acms): implement context policy configuration loader and plan execution ACMS integration' (#9671) from feat/v3.4.0/acms-context-policy into master
CI / load-versions (push) Successful in 16s
CI / push-validation (push) Successful in 26s
CI / integration_tests (push) Failing after 42s
CI / lint (push) Successful in 48s
CI / quality (push) Successful in 52s
CI / build (push) Successful in 38s
CI / typecheck (push) Successful in 1m24s
CI / security (push) Successful in 1m25s
CI / helm (push) Successful in 44s
CI / unit_tests (push) Successful in 6m11s
CI / docker (push) Successful in 1m45s
CI / coverage (push) Successful in 12m34s
CI / status-check (push) Failing after 3s
CI / benchmark-publish (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
2026-06-18 03:33:24 +00:00
CleverAgents Bot 77146b147b test(e2e): fix llm key skip guard
CI / load-versions (pull_request) Successful in 18s
CI / push-validation (pull_request) Successful in 28s
CI / lint (pull_request) Successful in 43s
CI / build (pull_request) Successful in 43s
CI / helm (pull_request) Successful in 46s
CI / typecheck (pull_request) Successful in 1m15s
CI / quality (pull_request) Successful in 1m14s
CI / security (pull_request) Successful in 1m30s
CI / unit_tests (pull_request) Successful in 6m11s
CI / docker (pull_request) Successful in 1m56s
CI / integration_tests (pull_request) Successful in 11m29s
CI / coverage (pull_request) Successful in 9m51s
CI / status-check (pull_request) Successful in 3s
2026-06-17 23:15:50 -04:00
controller-ci-rerun 5605fb22da chore: re-trigger CI [controller] 2026-06-17 23:15:50 -04:00
controller-ci-rerun 4a9f63a3a3 chore: re-trigger CI [controller] 2026-06-17 23:15:50 -04:00
controller-ci-rerun 7d8a923938 chore: re-trigger CI [controller] 2026-06-17 23:15:50 -04:00
HAL9000 ebaff67eaf fix(acms): convert ContextPolicyConfig and ViewPolicyConfiguration to Pydantic BaseModel
The two dataclasses used @dataclass decorator without importing it from
dataclasses, causing a NameError on import. This also violated the
architecture invariant that requires all dataclasses to use Pydantic
BaseModel instead of @dataclass.

Replace @dataclass with BaseModel inheritance and field(default_factory=...)
with Field(default_factory=...) which was already imported from pydantic.
2026-06-17 23:15:50 -04:00
CleverAgents Bot 641a8ed67d test(acms): cover context policy edge cases 2026-06-17 23:15:50 -04:00
controller-ci-rerun 597b69c3c7 chore: re-trigger CI [controller] 2026-06-17 23:15:50 -04:00
controller-ci-rerun 5ad194424b chore: re-trigger CI [controller] 2026-06-17 23:15:50 -04:00
HAL9000 8280bd5ee2 fix(acms): resolve remaining AmbiguousStep conflicts, NameError bugs, and function name duplicates
Fix two critical issues identified by HAL9001 review #8271:

1. Rename literal step 'policy{1,2} has priority_weight' in loader
   steps to 'loader policy{1,2} has priority_weight' to disambiguate
   from parameterised 'policy(\d+) has priority_weight' in integration
   steps (fixes AmbiguousStep Conflicts 1 & 2 - root cause of CI failures).

2. Fix NameError: change undefined variable 'weight' to float(weight_str)
   in step_policy1_priority and step_policy2_priority functions.

3. Rename duplicate Python function names across step files to prevent
   namespace shadowing: step_check_view_name, step_have_multiple_policies,
   step_have_policy_config, step_policy_not_applied → suffixed with _loader
   or _integration.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 a8cfee5b37 fix(acms): resolve AmbiguousStep conflicts, format specifier errors, and duplicate step definitions
Convert all Behave {param:d/f/int} cucumber-expression format specifiers
to raw regex patterns (\d+, [\d.]+) compatible with behave 1.3.x parse
library. Remove duplicate @given/@then step definitions across both ACMS
step files that caused AmbiguousStep errors: budget_override and assembled
context budget assertions. Remove overlapping 'I prepare LLM context'
handlers that matched the same plain text feature steps. Restore missing
ContextPolicyConfig/ConfigurationLoader/PolicyScope/ViewPolicyConfiguration
imports in acms/__init__.py.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 9a9214dcf1 fix(acms): resolve AmbiguousStep regression, lint violations, and type safety issues
Resolve blocking issues identified in final review (ID 7998) for PR #9671:

1. AmbiguousStep fix: Renamed duplicate step '@then("the policy should not be applied")'
   to '@then("the policy should not be applied to the LLM context")' in
   acms_plan_execution_integration_steps.py and updated corresponding scenario in
   features/acms_plan_execution_integration.feature

2. lint fix (SIM102): Combined nested if statements into single compound condition in
   step_set_policy_priority() to remove ruff SIM102 violation

3. Type safety fix: Changed 'policy: Any' to 'policy: ContextPolicyConfig' in
   ACMSContextAssembler._apply_policy() for proper Pyright type safety, added
   ContextPolicyConfig to module imports

This resolves the unit_tests CI failure caused by AmbiguousStep and fixes
the lint CI failure introduced by commit 3457fc61.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 24a3f6ff45 fix(acms): add missing BDD step definitions for priority, budget, and scope scenarios
The Plan Execution ACMS Integration feature file was missing step
definitions for three key test scenarios: priority weight configuration,
budget override enforcement, and negative-scope policy rejection. Added:
- 'policy{count} has priority_weight {weight}' step
- 'the policy has budget_override {amount}' step
- generic 'I prepare LLM context' catch-all step

Also added explicit Then assertions for budget verification, scope
mismatch rejection, and negative context checks.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 18280df28c fix(acms): move StrategyDecision import to module level in integration steps
Remove import inside function body in acms_plan_execution_integration_steps.py
which violated the project rule against imports inside functions. Move
StrategyDecision import to the top-level import block.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 7ab95a8641 fix(acms): wire PlanExecutionACMSIntegration into plan execution engine
Wire PlanExecutionACMSIntegration into PlanExecutor and RuntimeExecuteActor
via dependency injection. PlanExecutor now accepts an optional acms_integration
parameter and passes it to RuntimeExecuteActor, which uses it to assemble
context via ACMS policies before LLM calls instead of passing raw file dumps.

Added BDD tests verifying the DI wiring and context assembly integration.
Updated CHANGELOG to document the plan execution engine integration.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 e023366858 style(acms): apply ruff format to fix CI lint format check failure
The CI lint job runs both ruff check and ruff format --check. The format
check was failing because 5 files had formatting inconsistencies. Applied
ruff format to fix the CI lint failure.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 7faab96582 fix(acms): resolve all reviewer feedback for context policy loader and plan execution integration
Fixed all blocking issues identified in 4 REQUEST_CHANGES reviews:

- Removed broken ContextPolicy import (root cause of all CI failures)
- Fixed all ruff lint violations: deprecated typing aliases, format parameter shadowing built-in, unused imports, imports inside functions, SIM115/SIM102
- Fixed Behave step ambiguity and duplicate step definitions across files
- Fixed context.config collision with Behave's internal config attribute
- Added CHANGELOG entry for the new ACMS context policy feature
- Added CONTRIBUTORS.md entry for HAL9000
- Added performance benchmark file: benchmarks/acms_context_policy_bench.py
- Fixed pre-existing lint errors in scripts/validate_automation_tracking.py
- Wired PlanExecutionACMSIntegration documentation to explain integration point

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 8a5567f5d8 feat(acms): implement context policy configuration loader and plan execution ACMS integration
Implemented a new context policy configuration loader and integrated plan execution context assembly for ACMS. Key additions include:

- New module: src/cleveragents/acms/context_policy_loader.py
  - ContextPolicyConfigurationLoader class for loading YAML/TOML configurations
  - Data models: PolicyScope and ContextPolicyConfig dataclasses
  - ViewPolicyConfiguration for per-view policy management
  - Schema validation to ensure policy configurations adhere to expected structure and constraints
  - Supports loading configurations from both files and strings, with robust error reporting

- New module: src/cleveragents/acms/plan_execution_integration.py
  - ACMSContextAssembler for assembling runtime context based on policy-driven decisions
  - PlanExecutionACMSIntegration to connect with the plan execution engine
  - Flexible policy loading from files or strings, allowing runtime configurability

- BDD tests
  - features/acms_context_policy_loader.feature (20 scenarios) validating loader behavior and policy scoping
  - features/acms_plan_execution_integration.feature (8 scenarios) validating end-to-end plan-context integration
  - features/steps/acms_context_policy_loader_steps.py (step definitions)
  - features/steps/acms_plan_execution_integration_steps.py (step definitions)
  - Tests cover YAML/TOML parsing, validation errors, per-view policy application, and plan integration flows

- Updated exports
  - Updated src/cleveragents/acms/__init__.py to export the two new modules, enabling easier imports and usage

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
HAL9000 23665216d8 Merge pull request 'fix(concurrency): add thread safety to InvariantService' (#11086) from bugfix/m3-invariant-service-thread-safety into master
CI / load-versions (push) Successful in 16s
CI / push-validation (push) Successful in 27s
CI / lint (push) Successful in 50s
CI / quality (push) Successful in 1m1s
CI / build (push) Successful in 41s
CI / typecheck (push) Successful in 1m7s
CI / security (push) Successful in 1m24s
CI / helm (push) Failing after 37s
CI / unit_tests (push) Successful in 6m21s
CI / docker (push) Successful in 1m53s
CI / integration_tests (push) Successful in 11m6s
CI / coverage (push) Successful in 12m16s
CI / status-check (push) Has been cancelled
CI / benchmark-publish (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
2026-06-18 03:13:37 +00:00
controller-ci-rerun ddca14c066 chore: re-trigger CI [controller]
CI / load-versions (pull_request) Successful in 17s
CI / push-validation (pull_request) Successful in 26s
CI / build (pull_request) Successful in 39s
CI / lint (pull_request) Successful in 46s
CI / quality (pull_request) Successful in 59s
CI / typecheck (pull_request) Successful in 1m9s
CI / security (pull_request) Successful in 1m8s
CI / helm (pull_request) Successful in 45s
CI / unit_tests (pull_request) Successful in 5m45s
CI / docker (pull_request) Successful in 1m32s
CI / integration_tests (pull_request) Successful in 10m17s
CI / coverage (pull_request) Successful in 11m44s
CI / status-check (pull_request) Successful in 3s
2026-06-17 22:50:12 -04:00
CleverAgents Bot e2f7142d74 ci: rerun invariant thread safety gates
CI / load-versions (pull_request) Successful in 16s
CI / push-validation (pull_request) Successful in 26s
CI / unit_tests (pull_request) Failing after 42s
CI / lint (pull_request) Successful in 45s
CI / build (pull_request) Successful in 37s
CI / quality (pull_request) Successful in 1m2s
CI / security (pull_request) Successful in 1m10s
CI / typecheck (pull_request) Successful in 1m13s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / helm (pull_request) Failing after 39s
CI / integration_tests (pull_request) Successful in 10m27s
CI / status-check (pull_request) Failing after 3s
2026-06-17 22:36:33 -04:00
controller-ci-rerun 10bea28b91 chore: re-trigger CI [controller] 2026-06-17 22:36:33 -04:00
controller-ci-rerun af5bb283d5 chore: re-trigger CI [controller] 2026-06-17 22:36:33 -04:00
HAL9000 957c6c622e fix(tests): correct ScenarioOutline syntax and step parameter mismatches
Replace {col}/{col:d} curly-brace column refs with Behave-required <col>
angle-bracket syntax in all ScenarioOutline step text. Rename ambiguous
given step to avoid duplicate step definition conflicts. Fix min_ -> min_count
parameter mismatch, move _error_mutex init before thread start to eliminate
lock race, apply ruff format wraps, and add get_invariant() call in snapshot
step to cover invariant_service.py:560-561.

ISSUES CLOSED: #7524
2026-06-17 22:36:33 -04:00
controller-ci-rerun 6ec7479c2e chore: re-trigger CI [controller] 2026-06-17 22:36:33 -04:00
controller-ci-rerun b87827f351 chore: re-trigger CI [controller] 2026-06-17 22:36:33 -04:00
HAL9000 50098eada7 fix(concurrency): add thread safety to InvariantService (lint and Behave fixes)
Address all review feedback from HAL9001:
- Remove unused 'from typing import cast' import (F401)
- Replace unused variables with _ prefix (F841)
- Use contextlib.suppress(Exception) instead of try/except/pass (SIM105)
- Fix ScenarioOutline decorators to use curly-brace {param:d} syntax
- Convert And-Then steps to proper Then/assertion steps for Behave compatibility
- Rename branch from pr_fix/8209 to bugfix/m3-invariant-service-thread-safety

Fixes: resolves PR #11051 review comments
2026-06-17 22:36:33 -04:00
HAL9000 7470f98155 fix(concurrency): add thread safety to InvariantService
Add threading.RLock to InvariantService to protect shared state
(_invariants dict, _enforcement_records list) from concurrent access
by multiple threads during parallel plan execution. Prevents
RuntimeError: dictionary changed size during iteration and data
corruption in multi-threaded environments.

Changes:
- Added self._lock = RLock() in __init__
- Wrapped all public methods (add_invariant, list_invariants,
  remove_invariant, get_effective_invariants, enforce_invariants)
  with lock acquisition via context managers
- Added helper read methods: get_enforcement_records(), get_invariant(),
  get_invariants_snapshot() -- all thread-safe
- Added BDD tests for concurrent access patterns
- Updated CHANGELOG.md and CONTRIBUTORS.md

ISSUES CLOSED: #7524
2026-06-17 22:36:33 -04:00
HAL9000 a09873e10c Merge pull request 'fix(compliance): add documentation for CL #10592 cloud infrastructure resource types' (#11082) from fix/10592-pr-compliance into master
CI / load-versions (push) Successful in 16s
CI / push-validation (push) Successful in 32s
CI / lint (push) Successful in 43s
CI / build (push) Successful in 45s
CI / quality (push) Successful in 49s
CI / typecheck (push) Successful in 1m10s
CI / security (push) Successful in 1m21s
CI / helm (push) Successful in 54s
CI / unit_tests (push) Successful in 6m26s
CI / docker (push) Successful in 1m40s
CI / integration_tests (push) Successful in 11m29s
CI / coverage (push) Successful in 9m41s
CI / status-check (push) Successful in 3s
CI / benchmark-publish (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
2026-06-18 02:13:56 +00:00
controller-ci-rerun 2adf82a440 chore: re-trigger CI [controller]
CI / load-versions (pull_request) Successful in 26s
CI / push-validation (pull_request) Successful in 37s
CI / lint (pull_request) Successful in 39s
CI / typecheck (pull_request) Successful in 1m3s
CI / security (pull_request) Successful in 1m9s
CI / quality (pull_request) Successful in 43s
CI / build (pull_request) Successful in 55s
CI / helm (pull_request) Successful in 39s
CI / unit_tests (pull_request) Successful in 4m36s
CI / docker (pull_request) Successful in 2m0s
CI / integration_tests (pull_request) Successful in 10m34s
CI / coverage (pull_request) Successful in 12m31s
CI / status-check (pull_request) Successful in 4s
2026-06-17 21:20:26 -04:00
HAL9000 2b25803872 fix(compliance): resolve merge conflict marker in CONTRIBUTORS.md
ISSUES CLOSED: #10592
2026-06-17 21:20:26 -04:00