Skip to content

Commit da55b30

Browse files
committed
chore: split RustAPI-Cloud into standalone repository
1 parent dc88a2d commit da55b30

53 files changed

Lines changed: 25 additions & 7420 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
/scripts
99
!scripts/run-verification-plan.ps1
1010
/terminals
11-
RustAPI-Cloud/target/
12-
RustAPI-Cloud/fixtures/**/target/
13-
RustAPI-Cloud/.env
11+
1412
# /benches
1513
/.kiro
1614

CHANGED_FILES

Lines changed: 0 additions & 30 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- **RustAPI Cloud** moved to its own repository: [github.com/Tuntii/RustAPI-Cloud](https://github.com/Tuntii/RustAPI-Cloud). This repo is now framework + CLI only.
13+
814
## [0.1.550] - 2026-06-25
915

1016
### Added
@@ -22,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228

2329
### Changed
2430

25-
- `RustAPI-Cloud` stays in the monorepo but **excluded** from the published workspace (not on crates.io).
31+
- `RustAPI-Cloud` was initially vendored here; superseded by the standalone [RustAPI-Cloud](https://github.com/Tuntii/RustAPI-Cloud) repo in a follow-up split.
2632
- Cloud default port `3002`; Postgres bound to `127.0.0.1:5435` in docker-compose.
2733

2834
## [0.1.537] - 2026-06-23

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
"crates/rustapi-mcp",
1616
"crates/cargo-rustapi",
1717
]
18-
exclude = ["RustAPI-Cloud", "apps/bayram-leaderboard"]
18+
exclude = ["apps/bayram-leaderboard"]
1919

2020
[workspace.package]
2121
version = "0.1.550"

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cargo rustapi deploy cloud
2424
cargo rustapi deploy status
2525
```
2626

27-
**Repo layout:** `RustAPI-Cloud/` lives in the main RustAPI repo (not a separate git tree). It is excluded from `cargo publish` because it path-depends on the framework during development.
27+
**Repo layout:** RustAPI Cloud now lives in **[Tuntii/RustAPI-Cloud](https://github.com/Tuntii/RustAPI-Cloud)** (split after this release).
2828

2929
---
3030

RustAPI-Cloud/.cargo/config.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

RustAPI-Cloud/.env.example

Lines changed: 0 additions & 13 deletions
This file was deleted.

RustAPI-Cloud/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)