feat(api): add support for project feature flags and feature flag user lists #6980
Annotations
3 errors and 2 warnings
|
functional (api_func_v4)
Process completed with exit code 1.
|
|
functional (api_func_v4):
tests/functional/api/test_project_feature_flags.py#L126
test_delete_feature_flag_scope
AssertionError: assert 2 == 1
+ where 2 = len([{'environment_scope': '*', 'id': 1}, {'environment_scope': 'production', 'id': 2}])
|
|
functional (api_func_v4):
tests/functional/api/test_project_feature_flags.py#L100
test_delete_feature_flag_strategy
AssertionError: assert 2 == 1
+ where 2 = len([{'id': 2, 'name': 'default', 'parameters': {}, 'scopes': [], ...}, {'id': 3, 'name': 'userWithId', 'parameters': {'userIds': 'user1'}, 'scopes': [], ...}])
+ where [{'id': 2, 'name': 'default', 'parameters': {}, 'scopes': [], ...}, {'id': 3, 'name': 'userWithId', 'parameters': {'userIds': 'user1'}, 'scopes': [], ...}] = <ProjectFeatureFlag name:test_flag_fixture>.strategies
|
|
coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
functional (cli_func_v4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dist
|
531 KB |
sha256:b931436f03466be1b73be936515355b1bb6b32ac2ec8e4af67be0d2b71c9a7d1
|
|