-
Notifications
You must be signed in to change notification settings - Fork 286
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
docs(examples): add workshop 2022-11-14 examples #2204
Conversation
30b74ec
to
c224740
Compare
c220118
to
3ba2ff4
Compare
@RafaelAPB Thanks for your contribution and hard work to develop a workshop example! (@petermetz BTW, the prefix " |
eb81c18
to
ed013dd
Compare
@petermetz and @takeutak, the updates you recommended have been incorporated |
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.
@RafaelAPB Both the description and the package name (and directory name) should be pinned to the actual workshop instance (2022-11-14) so that we can add more of these packages later
- Please fix the above request from earlier and
- Squash into a single commit
- Update the tsconfig.json to match the conventions of the other packages if possible (if not possible for whatever reason, then let's discuss the details)
- Mark the issue dependent with the correct syntax both in the PR description and the commit message.
- Set the PR title to match the final remaining (one) commit's subject line.
- Make sure that the commit subject line is also identifying the workshop instance.
- Make sure that the README title is also identifying the workshop instance.
Thanks! It is no problem for me, but could you revise this pull-request according to Peter's request? After that I will approve it. |
664b20a
to
05ebc2f
Compare
@
@petermetz updated. Not sure about the changes required for steps 3 and 4. |
43ce2cd
to
bd6470c
Compare
bd6470c
to
2b44403
Compare
5db8f34
to
52af78a
Compare
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.
LGTM, its nice to have such simple examples as well, for getting started.
LGTM, but this pull-request cannot be merged without resolving this change-request from Peter due to GitHub system. @petermetz If you have some improvement comments, please feel free to share them. |
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.
LGTM but will mark it with a change request so that we know that it has to be updated after v1.1.3 comes out (which is dropping soon)
This PR/issue depends on: |
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.
@RafaelAPB Please update to v1.1.3 and then if you run yarn
it should disappear the unnecessary diff from the lock file.
52af78a
to
c8486d7
Compare
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.
@RafaelAPB You don't appear to have ran yarn
to make the lock file changes necessary.
c8486d7
to
c48fe13
Compare
should be good to go now! Thanks for the patience |
c48fe13
to
e2e65ac
Compare
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.
@RafaelAPB No worries and thanks for the updates, LGTM.
Simple examples using Cacti tailored for the workshop 2022-11-14. Thanks to @AndreAugusto11 and Monica Gomez monicasrgomez@gmail.com @msrgomez for the amazing work. Works with version 1.0.0 of cactus-tooling. Depends on hyperledger-cacti#2213 Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt> Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> Co-Authored-By: Monica Gomez <monicasrgomez@gmail.com> Co-Authored-By: André Augusto <andre.augusto@tecnico.ulisboa.pt> Co-Authored-By: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt>
e2e65ac
to
41c0ac0
Compare
Simple examples using Cacti tailored for the workshop.
Thanks to @AndreAugusto11 and Monica Gomez monicasrgomez@gmail.com @msrgomez for the amazing work.
Works with version 1.0.0 of cactus-tooling.
Depends on #2213
Depends on #2223