-
Notifications
You must be signed in to change notification settings - Fork 57
docs/fix: add JCR authoring schema for all Adaptive Forms components (#donotmerge) #1840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rismehta
wants to merge
48
commits into
dev
Choose a base branch
from
rismehta/jcr-authoring-schema
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6ebd2de
chore: ignore .worktrees directory
rismehta 4e83d24
docs: add base, field and container JCR authoring schema YAML files
rismehta 4547152
docs: add authoring schemas and update READMEs for date-type field co…
rismehta b56096d
docs: add authoring schemas and update READMEs for text-type field co…
rismehta 615c57c
docs: add authoring schemas and update READMEs for choice field compo…
rismehta 8973f2b
docs: fix copy-paste data-cmp-is error in numberinput README
rismehta 176a272
docs: fix copy-paste errors in dropdown README
rismehta fd2ce13
docs: add authoring schemas and update READMEs for fileinput, image, …
rismehta 0d95969
docs: add authoring schemas and update READMEs for fileinput, image, …
rismehta 4a9c69e
docs: add authoring schemas and update READMEs for button, text, title
rismehta 5a3dbf9
docs: add authoring schemas and update READMEs for fragment, captcha,…
rismehta 38edde5
test: expand coverage for enableUncheckedValue absent coercion in Che…
rismehta a19b6a0
fix: address schema quality issues — deduplicate PanelImpl properties…
rismehta b65cc0b
feat: add JCR authoring schema validation tests and root discriminato…
rismehta 266b01f
feat: add root discriminator schema and JCR authoring schema validati…
rismehta 077cecf
test: add full FormContainer JCR authoring schema validation test
rismehta 3689569
fix: correct schema discriminator, add missing fieldTypes, allow JCR …
rismehta d60ae2a
fix: make flattened test schemas strict + fix base schema additionalP…
rismehta 7dab03c
fix(schema): document JCR default-value omission rules and fix TextIm…
rismehta 11316e6
fix(schema): address PR review comments — schema sync, copyright, jac…
rismehta 58602f0
refactor(schema): eliminate flattened JSON schemas — single source of…
rismehta daf3cae
feat(script): fetch JCR authoring schemas from GitHub at runtime
rismehta 425ea42
feat(script): print GitHub schema source and SHA in header output; fi…
rismehta 8b4c36c
fix(script): fix negative validation test to use invalid fieldType en…
rismehta 516ba5b
feat(script): add argparse CLI dispatch for skill-ready individual op…
rismehta ad82466
fix(script): add --json flag to each argparse subparser for post-subc…
rismehta 1298385
fix(script): emit JSON on early-return error paths in cmd_put and cmd…
rismehta 769b876
docs(script): add comprehensive CLI usage docstring with env vars, su…
rismehta 0150a24
feat(e2e): add JCR authoring schema Cypress validation test
rismehta f80a93a
chore(e2e): replace yarn.lock with package-lock.json (npm 7.5.4)
rismehta 5d5f20d
docs(authoring-schema): add ADR-001 explaining JCR authoring schema v…
rismehta 3eba34b
chore(af-core): apply code formatter (format-code profile)
rismehta 3533a1e
feat(validate): support recursive tree validation in cmd_validate
rismehta ef0aeec
fix(build): fix RAT license check failures
rismehta 9f0c000
fix(schema): resolve patternProperties ref scope drift via referencin…
rismehta f4eaa76
fix(cypress): fix validator circular ref crash + add failing assertio…
rismehta 3403596
feat(content-api): add create-site subcommand and --content/--content…
rismehta aab8cbe
fix(e2e): scroll overlay into view before clicking hidden toolbar
rismehta 3c2d6d9
fix(schema-cache): key cache on authoring-schema subtree SHA not comm…
rismehta 50b2776
fix(schema): replace fd:viewType-based captcha discriminator with sin…
rismehta f6560fe
fix(schema): resolve all 148 sample form validation failures
rismehta fdaa9bb
fix(e2e): validate all sample forms instead of random 5
rismehta beabcc7
fix(authoring-schema): fix remaining schema violations across all sam…
rismehta 57dba63
fix(e2e): simplify openEditableToolbar to always scroll+click+assert
rismehta a3c7518
fix(e2e): retry overlay click once when EditableToolbar stays hidden
rismehta 4740e36
feat(scripts): create dam:Asset stub alongside cq:Page for Forms Mana…
rismehta b2edbc2
feat(authoring-schema): Content API validation with JCR authoring schema
rismehta 02d34b0
fix(pom): correct maven-resources-plugin indentation in af-core pom
rismehta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,3 +74,4 @@ ui.tests/test-module/**/*.cy.json | |
|
|
||
| # Agent working artifacts | ||
| docs/superpowers/ | ||
| .worktrees/ | ||
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.