feat: security role privilege scaffold applier for pp-security-role-privilege - #113
Open
zekelinAlex wants to merge 1 commit into
Conversation
zekelinAlex
force-pushed
the
users/alexander.zekelin/applier-pp-sitemap-subarea
branch
from
September 17, 2026 16:46
6ee474f to
87adaf1
Compare
zekelinAlex
force-pushed
the
users/alexander.zekelin/applier-pp-security-role-privilege
branch
from
September 17, 2026 16:46
a75da0e to
3572c89
Compare
zekelinAlex
force-pushed
the
users/alexander.zekelin/applier-pp-sitemap-subarea
branch
from
September 21, 2026 14:13
87adaf1 to
510cd90
Compare
zekelinAlex
force-pushed
the
users/alexander.zekelin/applier-pp-security-role-privilege
branch
from
September 21, 2026 14:13
3572c89 to
7abd987
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.
moves pp-security-role-privilege's post-action logic into the library. the GenerateRolePrivileges dotnet-run codegen is gone, the applier parses the privilege spec in-process (Newtonsoft is already a dependency of Serialization.Xml) and merges privileges into Roles/.xml idempotently, alphabetically sorted like the old script did. dispatcher key SecurityRolePrivilege.
semantics follow the TALXIS/tools-devkit-templates#152 fix rather than the old broken codegen:
parity sandbox (6 variants) matched the per-variant expectations one for one: the quoted-JSON call exists only in the updated run, level mapping corrected, update-in-place identical, alphabetical order kept.