Skip to content

fix(preprod): Limit artifact install groups - #121020

Draft
jamieQ wants to merge 1 commit into
masterfrom
feat/limit-preprod-install-groups
Draft

fix(preprod): Limit artifact install groups#121020
jamieQ wants to merge 1 commit into
masterfrom
feat/limit-preprod-install-groups

Conversation

@jamieQ

@jamieQ jamieQ commented Jul 31, 2026

Copy link
Copy Markdown
Member

Preprod artifact uploads now accept 1–16 unique, non-empty install group names. Requests that exceed the limit or contain duplicate or empty names return the existing schema-validation error response.

This bounds the number of JSONB predicates generated during update lookup and the install-group data copied downstream, while leaving existing valid uploads unchanged.

Reject artifact uploads with more than 16 install groups, duplicate groups, or empty group names.
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant