fix(compliance): resolve merge conflict marker in CONTRIBUTORS.md
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 1m2s
CI / build (pull_request) Successful in 2m57s
CI / lint (pull_request) Successful in 3m14s
CI / security (pull_request) Successful in 3m56s
CI / typecheck (pull_request) Successful in 4m9s
CI / push-validation (pull_request) Successful in 4m6s
CI / quality (pull_request) Successful in 4m13s
CI / benchmark-regression (pull_request) Failing after 4m22s
CI / integration_tests (pull_request) Successful in 7m0s
CI / e2e_tests (pull_request) Successful in 7m34s
CI / unit_tests (pull_request) Successful in 11m45s
CI / docker (pull_request) Successful in 2m6s
CI / coverage (pull_request) Successful in 13m4s
CI / status-check (pull_request) Successful in 4s
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 1m2s
CI / build (pull_request) Successful in 2m57s
CI / lint (pull_request) Successful in 3m14s
CI / security (pull_request) Successful in 3m56s
CI / typecheck (pull_request) Successful in 4m9s
CI / push-validation (pull_request) Successful in 4m6s
CI / quality (pull_request) Successful in 4m13s
CI / benchmark-regression (pull_request) Failing after 4m22s
CI / integration_tests (pull_request) Successful in 7m0s
CI / e2e_tests (pull_request) Successful in 7m34s
CI / unit_tests (pull_request) Successful in 11m45s
CI / docker (pull_request) Successful in 2m6s
CI / coverage (pull_request) Successful in 13m4s
CI / status-check (pull_request) Successful in 4s
ISSUES CLOSED: #10592
This commit is contained in:
@@ -5,6 +5,21 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- **Cloud Infrastructure Resource Types** (#10592): Implemented cloud infrastructure
|
||||
resource type stubs for AWS, GCP, and Azure providers. This includes Pydantic model
|
||||
definitions in `src/cleveragents/resource/handlers/cloud.py` with credential resolution
|
||||
(`resolve_credentials`) and validation (`validate_credentials`), built-in type
|
||||
registry entries (`aws-account`, `gcp`, `azure`) with hierarchical CLI argument
|
||||
definitions, provider extraction from type names via prefix matching, three BDD
|
||||
feature files (`cloud_resources.feature`, `cloud_handler_coverage.feature`,
|
||||
`cloud_handler_coverage_r3.feature`) covering credential masking, inheritance
|
||||
chains, sandbox strategies, and full ResourceHandler Protocol conformance testing
|
||||
for CRUD and lifecycle stub methods (read, write, delete, list_children, diff,
|
||||
discover_children, create_sandbox, create_checkpoint, rollback_to, project_access).
|
||||
|
||||
|
||||
- Fixed `ReactiveEventBus.emit()` exception handler to log the full exception
|
||||
message (`str(exc)`) and enable traceback forwarding (`exc_info=True`).
|
||||
Previously the handler logged only the exception type name (e.g.
|
||||
|
||||
+1
-3
@@ -14,11 +14,9 @@ Below are some of the specific details of various contributions.
|
||||
|
||||
* Jeffrey Phillips Freeman has acted as Lead Developer, daily contributor, and Project Owner.
|
||||
* Brent E. Edwards has contributed quality assurance, test coverage, and CI pipeline improvements.
|
||||
* HAL 9000 has contributed automated implementation, bug fixes, and feature development as part of the CleverAgents automation pool.
|
||||
* HAL 9000 has contributed automated implementation, bug fixes, and feature development as part of the CleverAgents automation pool (#10592).
|
||||
* HAL 9000 has contributed concurrency safety improvements, including thread-safe context tier management (issue #7547) for parallel plan execution.
|
||||
* HAL 9000 has contributed the plan concurrency race-condition fix (#7989): wired `LockService` into the plan lifecycle, guarding `execute_plan()` and `apply_plan()` with plan-level advisory locks and unique per-invocation owner identities to prevent silent concurrent state corruption.
|
||||
<<<<<<< HEAD
|
||||
* HAL 9000 has contributed the bug-hunt-pool-supervisor non-blocking tracking fix (#7875 / PR #7957): updated step 5 to be best-effort and added rule 9 to prevent the automation-tracking-manager call from blocking the main supervisor loop.
|
||||
* Jeffrey Phillips Freeman has contributed the complete AUTO-BUG-POOL to AUTO-BUG-SUP tracking prefix fix across agent-system-specification.md, automation-tracking.md documentation and agent-system-specification.md spec document, replaced with correct `AUTO-BUG-SUP` prefix used by the bug-hunt-pool-supervisor agent (#7875).
|
||||
* HAL 9000 has contributed the plugin entry point security hardening fix (#7476): enforced entry point allowlist validation before importing plugin modules to prevent malicious plugin loading.
|
||||
* HAL 9000 has contributed the benchmark workflow separation (#9040): moved the benchmark-regression job out of the default PR workflow into a dedicated scheduled workflow, reducing median PR CI turnaround time from 99-132 minutes to under 30 minutes.
|
||||
|
||||
Reference in New Issue
Block a user