Conversation
* ✨ v1.0.5 - Try It Out * Removed the bridge to the titles and cleaned so of the code * feat: 🧪 Better CI/CD to include the pre-release branch Invalid version on purpose to test the version validation Invalid version on purpose to test the version validation * run version check on pre-release PR * Now with valid version
* feat: ✨ v1.0.5 - Try It Out Added a box to try out the service directly in the home page * v1.0.5 - BETA * beta 1 * removed the bridge to the titles and cleaned so of the code * feat: 🧪 Better CI/CD to include the pre-release branch Invalid version on purpose to test the version validation Invalid version on purpose to test the version validation * run version check on pre-release PR * Now with valid version * beta v2 fixed homepage tags * fix: 🐛 Fixed wrong endpoint for SEO
* ci: Check the diff of the changes.md * ci: Fixed the if statements to check the version depending on the target of the PR
* v1.1.0 - READY * v1.0 Stable
Added scrit.js and style.css to the gitattributes ignore (docs) as these aren't really part of the project and are there for documentation (homepage)
|
Caution Review failedThe pull request is closed. WalkthroughThis update restructures project documentation and static resources, removes static file serving and the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DocsPage
participant WebSocketDemo
participant FastAPIApp
participant GitHubActions
participant GHCR
User->>DocsPage: Opens documentation (now in /docs)
DocsPage->>WebSocketDemo: Loads demo script
User->>WebSocketDemo: Enters server URL and token, connects
WebSocketDemo->>FastAPIApp: Connects to wss://ko-fi.eventkit.stream/ws/{token}
FastAPIApp-->>WebSocketDemo: Maintains WebSocket connection
User->>GitHubActions: Pushes code or triggers workflow
GitHubActions->>FastAPIApp: Runs tests, collects coverage
GitHubActions->>GHCR: Builds and publishes Docker image
GitHubActions->>DocsPage: Deploys docs to GitHub Pages
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (14)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Docstrings generation was requested by @LordLumineer. * #29 (comment) The following files were modified: * `app/main.py` * `tests/test_main.py`
|
Note Generated docstrings for this pull request at #30 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found.
|
Docstrings generation was requested by @LordLumineer. * #29 (comment) The following files were modified: * `app/main.py` * `tests/test_main.py` Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Moved the documentation to the
docsfolder, to be served by github pages.Image Repository is now ghcr.io instead of dockerhub
CI/CD:
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Refactor
Tests
Chores