feat(BA-6618): app_config_fragment bulk CRUD service layer#12401
Draft
jopemachine wants to merge 1 commit into
Draft
Conversation
This was referenced Jun 25, 2026
b596dd2 to
17ee41a
Compare
274b602 to
2d822bb
Compare
17ee41a to
380a8d0
Compare
2d822bb to
408d923
Compare
008639e to
89c2848
Compare
f3e9bed to
cc90dc1
Compare
Base automatically changed from
feat/BA-6554-app-config-fragments-service
to
main
June 25, 2026 11:39
cc90dc1 to
f9eb9a0
Compare
jopemachine
commented
Jun 26, 2026
jopemachine
commented
Jun 26, 2026
jopemachine
commented
Jun 26, 2026
f67bb21 to
25fc7ff
Compare
ffa35db to
bcc97bb
Compare
25fc7ff to
2a8bd46
Compare
bcc97bb to
846bc64
Compare
2a8bd46 to
933610d
Compare
846bc64 to
ef67230
Compare
933610d to
60bf490
Compare
ef67230 to
f2316f2
Compare
60bf490 to
c86a0c7
Compare
f2316f2 to
3462f91
Compare
c86a0c7 to
ab11cd9
Compare
3462f91 to
14f10a1
Compare
ab11cd9 to
5e78703
Compare
14f10a1 to
542e10e
Compare
5e78703 to
ce8e7a0
Compare
Bulk create/update/purge for app_config_fragment at the service layer, on top of the repository primitives in #12426 (BA-6626): - Bulk actions carrying BulkConditional{Creator,Updater,Purger} payloads, service methods, and BulkActionProcessor wiring (per-entity RBAC extension point; no validator yet). - Partial-success results (succeeded + failed[index, message]). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
542e10e to
1166463
Compare
ce8e7a0 to
c253fb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bulk
create/update/purgeforapp_config_fragmentat the service layer, on top of the repository primitives in #12426. Partial success: each item is independently authorized by its allow-list write-gate, and rejected/failed items are reported per-item rather than failing the whole batch.BulkConditional{Creator,Updater,Purger}payloads; service methods;BulkActionProcessorwiring (per-entity RBAC extension point — no validator wired yet).succeeded+failed[index, message].📚 Stacked PRs
Part of the AppConfigFragment / AppConfig stack under BEP-1052 (epic BA-5781). Merge in order:
feat(BA-6552): app_config_fragments DB model and Alembic migrationfeat(BA-6553): repository layerrefactor(BA-6619): consolidate AppConfigScopeType into common.datarefactor(BA-6620): ExistsQuerier + AppConfigAllowList.existsfeat(BA-6554): AppConfigFragment service layerfeat(BA-6628): conditional-bulk repository primitivesfeat(BA-6626): app_config_fragment bulk repository layerfeat(BA-6618): AppConfigFragment bulk CRUD service layer← you are herefeat(BA-6555): app_config service layerfeat(BA-6556): AppConfig REST v2 API