-
Notifications
You must be signed in to change notification settings - Fork 516
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
Split application configuration into separate modules and add tests #23
Split application configuration into separate modules and add tests #23
Conversation
andrewwhitehead
commented
Jun 28, 2019
- Move command line parsing into config/argparse
- Move context initialization into config/default_context (add ContextBuilder class)
- Move logging into config/logging
- Add related unit tests, plus tests for conductor and dispatcher
826ff48
to
440e32a
Compare
Codecov Report
@@ Coverage Diff @@
## master #23 +/- ##
==========================================
+ Coverage 66.64% 68.09% +1.44%
==========================================
Files 173 176 +3
Lines 7216 7384 +168
==========================================
+ Hits 4809 5028 +219
+ Misses 2407 2356 -51 |
I get an error running the agent with the updates from this PR: tob-agent_1 | 2019-06-30 14:38:38,033 aries_cloudagent.conductor ERROR Unable to start administration API |
…nto config package Signed-off-by: Andrew Whitehead <[email protected]>
…hanges to transports and admin server Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
dd01ee4
to
dcd688e
Compare
…fix_invite_handling invite listing types
Merging with the up-to-date version of ACA-Py
…didresolver feature/did_resolver
Add linking to pds as an OYD extension. Add linking dris to service flow.