Cleanup #131

Merged
jwilger merged 7 commits from cleanup into main 2025-10-12 09:04:50 -07:00
jwilger commented 2025-10-11 20:33:22 -07:00 (Migrated from github.com)
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-10-11 20:33:37 -07:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull Request Overview

This PR performs a comprehensive cleanup of the EventCore repository by removing outdated example code and benchmarks that are no longer compatible with the current API. The changes focus on maintaining the core library functionality while eliminating non-functional examples that would confuse users.

  • Removes all example implementations that haven't been updated for the latest API changes
  • Removes benchmark code that depends on outdated command interfaces
  • Removes documentation files for removed examples
  • Removes test code and configuration files for deleted examples

Reviewed Changes

Copilot reviewed 62 out of 282 changed files in this pull request and generated no comments.

File Description
eventcore-examples/ Complete removal of examples package including banking, ecommerce, sagas, and collaboration examples
eventcore-benchmarks/ Complete removal of benchmarks package that depended on outdated APIs
Cargo.toml workspace Updated to remove deleted benchmark and example package references
## Pull Request Overview This PR performs a comprehensive cleanup of the EventCore repository by removing outdated example code and benchmarks that are no longer compatible with the current API. The changes focus on maintaining the core library functionality while eliminating non-functional examples that would confuse users. - Removes all example implementations that haven't been updated for the latest API changes - Removes benchmark code that depends on outdated command interfaces - Removes documentation files for removed examples - Removes test code and configuration files for deleted examples ### Reviewed Changes Copilot reviewed 62 out of 282 changed files in this pull request and generated no comments. | File | Description | | ---- | ----------- | | eventcore-examples/ | Complete removal of examples package including banking, ecommerce, sagas, and collaboration examples | | eventcore-benchmarks/ | Complete removal of benchmarks package that depended on outdated APIs | | Cargo.toml workspace | Updated to remove deleted benchmark and example package references |
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-10-12 09:01:18 -07:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull Request Overview

Copilot reviewed 67 out of 293 changed files in this pull request and generated no new comments.

## Pull Request Overview Copilot reviewed 67 out of 293 changed files in this pull request and generated no new comments.
Sign in to join this conversation.
No description provided.