-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/server agnostic config clean local #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Document importance of OEW-main UI module separation - Add comprehensive UI_ARCHITECTURE_PRINCIPLES.md guide - Update README with critical UI modularity warning - Create UI architecture safety check scripts (Windows + Unix) - Add npm scripts for UI integrity verification Critical: OEW-main folder contains primary DAW interface and must remain modular
- Created to verify Node, pnpm, and package versions in root and OEW-main directories. - Added to run and compare test executions between root and OEW-main directories. - Introduced for debugging unified test environments. - Implemented to set up a temporary test environment with proper React module resolution. - Created to execute tests with a unified configuration. - Added and for React hooks synchronization during testing. - Updated and created for improved test configuration. - Introduced for consistent module resolution across projects. - Changed permissions for various scripts to make them executable. - Added empty file in the services types directory.
- Updated package.json to include Express and TypeScript dependencies. - Added new start scripts for Express server and development with nodemon. - Converted server.js to use ES module syntax and exported the app instance. - Created api.ts utility functions for formatting status responses and validating API versions. - Added integration tests for health check and API status endpoints using Vitest and Supertest. - Implemented unit tests for API utility functions. - Set up TypeScript configuration with strict type checking and module resolution. - Configured Vitest for testing with coverage reporting. - Updated frontend submodule to the latest commit.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 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 (
|
- Introduced new parameters for genre, sample rate, channels, clipping, duration, and file name in the demo MLflow project. - Added corresponding tags for genre, HP AI Studio, run name, source name, source type, user, Orpheus engine, and quality. - Created new metrics for danceability, dynamic range, energy, peak level, quality score, spectral centroid, tempo, and valence. - Updated the MLflow server to run on port 5002 and adjusted related URLs in the demo environment setup. - Removed outdated Playwright test dependency and added the Playwright library with a specific version. - Added new TensorBoard log files for agentic_rag audio pipeline.
- Updated TypeScript build info to include new constants and test files. - Modified Vite configuration to set the root directory and adjust path aliases for the new project structure. - Changed Vite server host to '127.0.0.1' for better compatibility. - Updated Vitest configuration to streamline test setup and disable UI. - Adjusted visual test configuration to point to the correct setup files. - Updated backend TypeScript configuration to allow JavaScript files and set root directory to include both source and test files. - Updated submodule reference for OEW-main. - Added symbolic links for Electron files to maintain project structure.
…rs; enhance UI layout and alignment; implement timeline ruler and track settings; create lint check scripts
No description provided.