-
-
Notifications
You must be signed in to change notification settings - Fork 35
Feature/420 kubernetes deployment #445
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
Conversation
…d and backend credentials - added rake, yake and ai keyword extraction
…rdparty scanners spamming my mail
- Create configuration, database, executor, helm, installation, local development, overview, prerequisites, scripts, and security documentation for Kubernetes deployment. - Introduce a getting started guide and a detailed explanation of what Flow-Like is. - Revamp the homepage to highlight key features and provide quick links to essential documentation. - Ensure all new files are properly linked in the sidebar for easy navigation.
…d options - Added `skipConsentCheck` option to `IExecuteEventOptions` and `IEventState` interfaces. - Introduced new interface `IAddColumnPayload` for adding columns to database tables. - Expanded `IDatabaseState` interface with methods for adding, dropping, and altering columns, as well as optimizing tables and updating items. - Implemented placeholder methods in `EmptyDatabaseState` for the newly added database functionalities.
- Introduced `flow-template-selector` component with associated types. - Updated `LayerNode` to include a new toolbar for actions like rename, comment, edit, extend, delete, and explain. - Refactored context menu in `LayerNode` to use the new toolbar. - Added `NewVariableDialog` for creating new variables with type and value selection. - Enhanced `VariablesMenu` to include the new variable dialog. - Improved log message formatting and rendering in `Traces`. - Updated tooltip styles for better visibility. - Added support for explaining nodes in the flow board. - Adjusted log aggregation state management to clear metadata on board changes.
- Integrated translation functionality in the following sections: - integrations.astro - performance.astro - portability.astro - problem-solution.astro - process-combination.astro - reading.astro - storage.astro - target-audience.astro (new section) - theming.astro - use-cases.astro - zero-to-prod.astro - Updated static text to use translation keys for better localization. - Enhanced user experience by providing localized content across the website.
…s, UX improvements, Execution on the Server, fixed local Server, R2 + Azure Blob Storage + GCP Storage + AWS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces comprehensive internationalization (i18n) support for the Flow-Like website, adds multilingual translation files for French, Spanish, English, and German pages, implements language detection and switching functionality, updates documentation structure, and includes various UX improvements across the website and docs.
Key Changes
- Added i18n infrastructure with language detection, translation utilities, and language switcher components
- Added complete translations for the 24-hour solution page in English, German, Spanish, and French
- Added website translations in 11 languages (EN, DE, ES, FR, ZH, JA, KO, PT, IT, NL, SV)
- Updated documentation with new content for Kubernetes deployment, storage configuration, and getting started guides
Reviewed changes
Copilot reviewed 155 out of 1014 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/website/src/i18n/* | New i18n infrastructure with locale files and translation utilities |
| apps/website/src/components/language-* | Language detection and switcher components |
| apps/website/src/components/24h/* | New 24-hour solution page components with translation support |
| apps/website/src/components/download/* | Download page components with i18n support |
| apps/website/src/components/*-header.tsx, *-footer.tsx | Updated header/footer with translation support and language switcher |
| apps/website/src/content/blog/*.mdx | Fixed blog post cover image paths |
| apps/docs/src/content/docs/* | New and updated documentation pages |
| apps/benchmark/src/main.rs | Removed entire file content |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@sentry review |
Added: Docker Compose, Client Configuration, Website Translation, Docs, UX improvements, Execution on the Server, fixed local Server, R2 + Azure Blob Storage + GCP Storage + AWS