Skip to content

Conversation

jcchr
Copy link
Contributor

@jcchr jcchr commented Oct 13, 2025

πŸ“ Description

PR enables support for multiworkspaces

✨ Type of Change

Select the type of change your PR introduces:

  • 🐞 Bug fix – Non-breaking change which fixes an issue
  • πŸš€ New feature – Non-breaking change which adds functionality
  • πŸ”¨ Refactor – Non-breaking change which refactors the code base
  • πŸ’₯ Breaking change – Changes that break existing functionality
  • πŸ“š Documentation update
  • πŸ”’ Security update
  • πŸ§ͺ Tests

πŸ§ͺ Testing Scenarios

Check if after mering PR - support for multiworkspaces is enabled and behaves correctly.

  • βœ… Tested manually
  • πŸ€– Run automated end-to-end tests

βœ… Checklist

Before submitting the PR, ensure the following:

  • πŸ” PR title is clear and meaningful
  • ✍️ PR description clearly explains the changes and their reason
  • πŸ“ I have linked the PR to the corresponding GitHub Issues, if any
  • πŸ’¬ I have commented my code, especially in hard-to-understand areas
  • πŸ“„ I have made corresponding changes to the documentation
  • βœ… I have added tests that prove my fix is effective or my feature works

Copy link
Contributor

@Copilot 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 enables multiworkspace support by activating the FEATURE_FLAG_WORKSPACE_ACTIONS feature flag across all environments and configuration files.

  • Enables workspace actions feature flag in development and production environments
  • Updates configuration files to consistently set the feature flag to true

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
web_ui/packages/core/src/feature-flags/services/feature-flag-service.interface.ts Enables workspace actions feature flag in frontend development configuration
platform/services/installer/app/constants/feature_flags.py Enables workspace actions feature flag in installer service
deploy/charts/istio/istio-gateway/chart/values.yaml Enables workspace actions feature flag in Istio gateway deployment configuration
deploy/charts/impt/chart/values.yaml Enables workspace actions feature flag in IMPT deployment configuration (two locations)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jcchr jcchr force-pushed the jchrapko/enable_multiworkspace_support branch 2 times, most recently from 335509b to f57a2c1 Compare October 17, 2025 07:58
@jcchr jcchr force-pushed the jchrapko/enable_multiworkspace_support branch from f57a2c1 to 34dfc8b Compare October 20, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants