-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Concerto Release 1.0 #210
Merged
Merged
Concerto Release 1.0 #210
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
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
…rror #158 Signed-off-by: Jerome Simeon <[email protected]>
…o backend and runtime Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
…s applied to relationships Signed-off-by: Jerome Simeon <[email protected]>
…set, Participant, Event, Transaction Signed-off-by: Jerome Simeon <[email protected]>
…finition for all core types Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
…properties (#178) * feat(valuegenerator): Generate valid values for Regex and Range meta properties Signed-off-by: Matt Roberts <[email protected]> * chore(resourcevalidator): Backout commented code Signed-off-by: Matt Roberts <[email protected]> * test(valuegenerator): Add tests for getRange, and getRegex Signed-off-by: Matt Roberts <[email protected]> * test(instancegenerator): more tests for range an regex Signed-off-by: Matt Roberts <[email protected]> * test(valuegenerator): More range testing Signed-off-by: Matt Roberts <[email protected]> * refactor(valuegenerator): Reduce maximum sample Double value Signed-off-by: Matt Roberts <[email protected]> * docs(valuegenerator): Adds jsdoc comments Signed-off-by: Matt Roberts <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
15644b5
to
8148211
Compare
PEG grammar updated - allow identified by for Concepts - add support for identified — automatically create an identifying field called $identifier Remove Concept from the mode (Resource and Concept are now functionally identical) Update Factory to always delegate to newResource when newConcept is called, checking whether the Concept has an identifying field Allow relationships to any class that has an identifying field (reject otherwise) Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Jerome Simeon <[email protected]>
8148211
to
8250a98
Compare
Signed-off-by: Jerome Simeon <[email protected]>
jeromesimeon
approved these changes
Jan 7, 2021
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.
Will merge now, per decision by the Technology WG on 2021-01-06. Separate branch for 0.82
is available at https://github.com/accordproject/concerto/tree/v0.82
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.
Issue #163
This draft PR includes all changes for the upcoming Concerto 1.0.
Draft release notes can be found at https://github.com/accordproject/concerto/releases/tag/untagged-43e872698b5ee3bbaeb1
Changes