Skip to content

Use FF "jh_saas_team_plan" to block team seats

路志远请求将fix-pipeline-about-block-seat合并到main-jh

What does this MR do and why?

使用 FF jh_saas_team_plan 控制是否把「付费席位限制」功能只应用在 Team 版本。

合并此 MR 后,将同时有两个 FF 控制「付费席位限制」功能:

  1. block_seat_overages (Upstream) 控制是否对付费席位做限制
  2. jh_saas_team_plan 控制是否将限制范围缩小至 Team 团队版。

Before

block_seat_overages 效果
Enabled 对所有付费群组做限制
Disabled 不对付费群组做限制

After

block_seat_overages jh_saas_team_plan 效果
Enabled Enabled 只对 Team 的群组做限制
Enabled Disabled 对所有付费群组做限制
Disabled Enabled 不对付费群组做限制
Disabled Disabled 不对付费群组做限制

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

路志远 编辑于

合并请求报告

加载中