-
Notifications
You must be signed in to change notification settings - Fork 515
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
OpenAPI demo option for no-auto and events #375
OpenAPI demo option for no-auto and events #375
Conversation
when `--no-auto` option is enabled. See openwallet-foundation#361 for more details. Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
Will display: Agent API requests with method, path and request body (pretty printed) Agent API responses with method, path and response body (pretty printed) Controller webhook calls with handler name and payload (pretty printed) See openwallet-foundation#361 for more details. Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
Will enable event logging in Cloudagent Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
…ptions in agents. Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #375 +/- ##
=======================================
Coverage 89.14% 89.14%
=======================================
Files 236 236
Lines 11222 11222
=======================================
Hits 10004 10004
Misses 1218 1218 |
Ran the demo and it looks good. There are still some revisions to be made to the tutorial but it's looking good. @amanji - is this ready for merging? Thanks! Updates I'm planning:
Looking good! |
Functionally it’s complete, but the docs need to be updated (as you mentioned). Should those changes be made first before merging? |
If the code is fine, I can update the docs. Easier to do after merging.
I'll do that and we can go from there.
…On Tue, Feb 18, 2020 at 4:54 AM Akiff Manji ***@***.***> wrote:
Functionally it’s complete, but the docs need to be updated (as you
mentioned). Should those changes be made first before merging?
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#375>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHYRQRZ3W7X4R3HF2WRQC3RDPLBRANCNFSM4KV7M24A>
.
--
Stephen Curran
Principal, Cloud Compass Computing, Inc. (C3I)
Technical Governance Board Member - Sovrin Foundation (sovrin.org)
*Schedule a Meeting: **https://calendly.com/swcurran
<https://calendly.com/swcurran>*
|
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.
Looks good. We can further update the docs after merging.
Adds event logger to agent.py that is activated when running run_demo with the --events option.
Adds a --no-auto option to run_demo that deactivates --auto-... arguments in agent.
Updates OpenAPI demo documentation for invitation scenarios when --no-auto option is set
PR for: #361