Skip to content

Conversation

@felix-schultz
Copy link
Member

Added: Docker Compose, Client Configuration, Website Translation, Docs, UX improvements, Execution on the Server, fixed local Server, R2 + Azure Blob Storage + GCP Storage + AWS

…d and backend credentials

- added rake, yake and ai keyword extraction
- 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
@felix-schultz felix-schultz linked an issue Dec 30, 2025 that may be closed by this pull request
6 tasks
Copy link
Contributor

Copilot AI left a 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.

@felix-schultz
Copy link
Member Author

@sentry review

@felix-schultz felix-schultz merged commit ea7e3e2 into dev Jan 1, 2026
5 of 12 checks passed
@felix-schultz felix-schultz deleted the feature/420-kubernetes-deployment branch January 1, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kubernetes Deployment

2 participants