V1.0.0 beta.3#408
Conversation
Restores the full docs/ tree removed from main in the previous commit, sourced from docs/talk-prep-archive so the authentication-middleware path fix (aa9e36d) is folded in. Because this add lands after the deletion point, merging v1.0.0-beta.3 into main will re-add docs/ without conflict. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review: V1.0.0 beta.3OverviewThis PR advances CelestraCloud and BushelCloud examples to the beta.3 API, with the centerpiece change being a refactoring of CelestraCloud's configuration system to use CI / Workflow ChangesRemoving Branch tag format change — The
CelestraCloud: ConfigKeyKit RefactorWhat changed
Positives
Issues / Suggestions1. The 2. 3. private func readDate(forKey key: String) -> Date? {
configReader.string(forKey: ConfigKey(key), as: Date.self)
}This relies on 4. Missing 5. BushelCloud: Test File HousekeepingCopyright year updates (2025 to 2026) and missing MIT license headers added across test files. The
DocumentationNew articles under SummaryThe ConfigKeyKit refactor is a clear improvement — the duplicated key-pair pattern is gone and the cascade logic is centralized. Three things to verify before merging:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #408 +/- ##
==========================================
+ Coverage 71.67% 71.82% +0.15%
==========================================
Files 168 168
Lines 3844 3844
==========================================
+ Hits 2755 2761 +6
+ Misses 1089 1083 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.