-
Notifications
You must be signed in to change notification settings - Fork 31
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
Moving JsonSchemas into this repo #613
Merged
Merged
Conversation
This file contains 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
Co-authored-by: Kylstad <acn-nkyls@ai-dev.no>
* add message widget * test with multiple widgets * update message text key * update widgets * widget updates * update layout schema with new component type * update schema for attachment list component * updated after pr comments
Added schemas for layout
* Added grid prop to json-schema Altinn/altinn-studio#1515
* Added new trigger + triggers on page level on json schemas * Added title Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
* Added new trigger + triggers on page level on json schemas * Added title Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
* Add formatting property for input component. * number format schema * test number-format schema * fix misplaced elements * update required condition * add missing newline * update conditional required * test new condition * test updated schema * working schemas * add default values
Added schemas for layout
* Add formatting property for input component. * number format schema * test number-format schema * fix misplaced elements * update required condition * add missing newline * update conditional required * test new condition * test updated schema * working schemas * add default values
Corresponding change for Altinn/altinn-studio#7034
* Add JSON schema pattern for layout.id
* Specify that groupComponents.children, needs to be unique Altinn studio designer crashes if there are duplicate entries in groupComponents.children. It will be much easier to catch if VSCode complains. * Clarify help text
* Added image in schema-validator * Correction acc. to comments
* Add explanation of the keyword 'today' * Update schemas/json/layout/layout.schema.v1.json Co-authored-by: Steffen Lorang Ekeberg <steffen.ekeberg@gmail.com> * Fix description after feedback on PR * Remove extra quote character Co-authored-by: Steffen Lorang Ekeberg <steffen.ekeberg@gmail.com>
* Added tableHeaders to json schema
* Added Json schema for labelGrid Altinn/altinn-studio#7027 * Update schemas/json/layout/layout.schema.v1.json Co-authored-by: Steffen Lorang Ekeberg <steffen.ekeberg@gmail.com> * Fix indentation levels in layout.schema.v1.json. Co-authored-by: Steffen Lorang Ekeberg <steffen.ekeberg@gmail.com>
* Update schemas/json/layout/layout.schema.v1.json Co-authored-by: Terje Holene <terje.holene@gmail.com> Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
…amp for date picker component (#82) The implementation actually defaults to 'undefined', and there is a strict check if the timestamp is set to 'false'. The result of this check (timestamp === false) will only be true if timestamp is 'false'. 'undefined' (default) will not result in this check evaluating to 'true'.
Co-authored-by: Ole Martin Handeland <git@olemartin.org>
Co-authored-by: Martin Joakim Ulstein <mjulstein@users.noreply.github.com>
Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
…#106) Co-authored-by: Ole Martin Handeland <git@olemartin.org>
Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
* Added layoutset schema * Changed to tasks * feedback * empty line
… (which is easy to run locally for testing)
Kudos, SonarCloud Quality Gate passed! |
Magnusrm
approved these changes
Nov 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Looks good to me 👍
bjosttveit
approved these changes
Nov 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good!
This was referenced Nov 3, 2022
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.
Description
Currently there are multiple open PRs in the CDN repo, and these 'never' seem to be merged, and most don't have privileges to merge them. Adding to that, functionality (most often implemented in this repo first) is what makes changes to these schemas necessary. Because of this, moving the schemas here is obviously better - and we can roll out changes to them at the exact same time as we release new versions of app-frontend.
Of note here:
Related Issue(s)
Verification
Documentation
[ ] User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)