-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix: feature digital credentials #2329
Closed
Closed
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
58e63e2
feat: devcontainer configuraton for vscode
amanji 107604e
feat: hard code digital business card schema
amanji 3793db1
feat: hard code digital business card schema
amanji d0c51ce
feat: issue credentials through Traction tenant
amanji 7b88982
refactor: app initialization workflow
amanji ad0fa01
feat: use out-of-band invitation for connecting
amanji 2e75d5f
feat: use v2.0 for issuing credential
amanji 79a2631
feat: web socket implmentation with flask-socketio
amanji fc8edc4
feat: db migration script to enable revocation
amanji 4fe8406
feat: revocation endpoint
amanji aec27f2
feat: replace endpoints
amanji 99e54fe
chore: fix linting errors
amanji 88e3ccc
chore: update requirements
amanji fd96a6e
chore: update tests
amanji e397e04
feat: traction token exchanger
amanji 1f2fe2b
chore: update workflow variables
amanji 4090b35
chore: update workflow variables
amanji 7f1f546
refactor: ws cors setting is a config option
amanji a259818
chore: fix linting errors
amanji 080825f
refactor: clean up init in digital credential service
amanji 6beb1b1
18284: digital credentials (#2260)
amanji 87d0854
feat: endpoints to reset credential offers
amanji 4042676
Merge remote-tracking branch 'upstream/feature-digital-credentials' i…
amanji 26a01e7
feat: credential id lookup table
amanji 32a7d7a
feat: add business roles
amanji 205dd68
18284 Add pre-fork server hook to gunicorn config (#2285)
argush3 c55cebc
chore: fix tests and linting
amanji 8ad8cb9
chore: fix tests
amanji 65a9a4d
18284 feat: digital credentials (#2281)
amanji 2fc5cb3
Merge remote-tracking branch 'upstream/feature-digital-credentials' i…
amanji d368673
refactor: remove records from Traction on deletion
amanji 0b3b60b
Revert "feat: web socket implmentation with flask-socketio"
amanji 9763a17
fix: port so it doesnt overlap with airplay server on OSX
amanji 633e3d9
Revert "fix: port so it doesnt overlap with airplay server on OSX"
amanji 2976d11
feat: digital credentials (#2287)
amanji b22e419
Merge remote-tracking branch 'upstream/feature-digital-credentials' i…
amanji fc6c34a
Merge branch 'feature-digital-credentials'
amanji 40f3af2
Merge remote-tracking branch 'upstream/main'
amanji 18d2aaa
Merge remote-tracking branch 'upstream/main'
amanji cf606ec
fix: 404 errors from Traction when revoking or replacing a credential
amanji 764bdf1
Merge remote-tracking branch 'upstream/main'
amanji 74c4dab
Merge branch 'main' into fix/feature-digital-credentials
amanji b79f19b
Merge remote-tracking branch 'upstream/main'
amanji 692d1ad
Merge branch 'main' into fix/feature-digital-credentials
amanji 4890c32
fix: DBC queue message types
amanji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
I agree with
bc.registry.business.bn
.I think we should replace
bc.registry.admin.manual
withbc.registry.admin.revoke
. My thought is we should still distinguish admin based operations. We'll need to update the cli to support this in some way.