-
Notifications
You must be signed in to change notification settings - Fork 26
feat non mandatory validation on gateway #170
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
feat non mandatory validation on gateway #170
Conversation
✅ Deploy Preview for editdor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
160ce05 to
ab515aa
Compare
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
ab515aa to
7712f92
Compare
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
|
It still doesn't work end to end, please test it end to end with http://plugfest.thingweb.io/http-data-schema-thing without the endpoint and turning |
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
As requested, now all necessary transformations of the TD will happen when the user clicks the "Validation" button and will generate the final Thing Model, that is on the first window of the workflow "Contribute to Catalog". So now when the user opens the "Contributes to Catalog" the changes in the TM can be:
Previous transformations on the TM on the keys "@type" and "tm:required" were dropped. In case of placeholders ( e.g {{host}} ) in the TM will not be changed, however a temporary TM is created to test the values of the placeholders in the second view of the workflow "Contribute to Catalog". |
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
* fix add getJsonldString for typescript check Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> * BREACKING CHANGE: refactor, extended typescript checks Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com> * BREACKING CHANGE: update imports Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com> * BREACKNG CHANGE refactor, add subcomponents, extended typescript Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com> * refactor Add Form manipulation of DOM Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com> * fix correct comment formatting Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com> * style fix format on files, and interface error Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> * fix northbound request called when settings url are fulfill Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> * fix transformation of the TM for submission is done on the TM validation Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> * test update unit tests of prepareTdForSubmission function Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> * style fix end of file caracter Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> --------- Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com> Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
This PR will introduce a new feature:
Also, will introduce refactoring in the structure, mainly:
Attention: BREAKING CHANGES
Closes #165