Skip to content

Conversation

@hardillb
Copy link
Contributor

fixes #4866

Description

Adds a check box to the TeamType config that enables all features.

image

It disables the individual feature checkboxes when ticked.

This defaults to enabled for the default team that is create on first startup.

Need to decide if we want a migration to enable this for existing installs if there is only 1 team type.

This PR is built on top of #6247 and targets it (so it should be merged first).

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

fixes #4866

Adds a check box to the TeamType config that enables all features.

This defaults to enabled for the default team that is create on
first startup.

Need to decide if we want a migration to enable this for existing
installs if there is only 1 team type.

This PR is built on top of #6247 and targets it (so it should be merged
first).
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.28%. Comparing base (36a21d0) to head (eb338af).
⚠️ Report is 25 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6339   +/-   ##
=======================================
  Coverage   76.28%   76.28%           
=======================================
  Files         394      394           
  Lines       19806    19808    +2     
  Branches     4746     4747    +1     
=======================================
+ Hits        15109    15111    +2     
  Misses       4697     4697           
Flag Coverage Δ
backend 76.28% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hardillb hardillb marked this pull request as ready for review November 26, 2025 17:16
@hardillb
Copy link
Contributor Author

Still need to decide on a migration to make this retro active?

Base automatically changed from more-team-overrides to main December 10, 2025 10:20
@knolleary knolleary merged commit 687c618 into main Dec 16, 2025
27 checks passed
@knolleary knolleary deleted the enable-all-default-team-type branch December 16, 2025 10:39
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.

Add 'auto-enable all feature flags' to TeamType configuration

3 participants