Skip to content
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: digital credentials #2287

Commits on Oct 25, 2023

  1. feat: devcontainer configuraton for vscode

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    58e63e2 View commit details
    Browse the repository at this point in the history
  2. feat: hard code digital business card schema

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    107604e View commit details
    Browse the repository at this point in the history
  3. feat: hard code digital business card schema

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3793db1 View commit details
    Browse the repository at this point in the history
  4. feat: issue credentials through Traction tenant

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d0c51ce View commit details
    Browse the repository at this point in the history
  5. refactor: app initialization workflow

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7b88982 View commit details
    Browse the repository at this point in the history
  6. feat: use out-of-band invitation for connecting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ad0fa01 View commit details
    Browse the repository at this point in the history
  7. feat: use v2.0 for issuing credential

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2e75d5f View commit details
    Browse the repository at this point in the history
  8. feat: web socket implmentation with flask-socketio

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    79a2631 View commit details
    Browse the repository at this point in the history
  9. feat: db migration script to enable revocation

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fc8edc4 View commit details
    Browse the repository at this point in the history
  10. feat: revocation endpoint

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4fe8406 View commit details
    Browse the repository at this point in the history
  11. feat: replace endpoints

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    aec27f2 View commit details
    Browse the repository at this point in the history
  12. chore: fix linting errors

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    99e54fe View commit details
    Browse the repository at this point in the history
  13. chore: update requirements

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    88e3ccc View commit details
    Browse the repository at this point in the history
  14. chore: update tests

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fd96a6e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. feat: traction token exchanger

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e397e04 View commit details
    Browse the repository at this point in the history
  2. chore: update workflow variables

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1f2fe2b View commit details
    Browse the repository at this point in the history
  3. chore: update workflow variables

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4090b35 View commit details
    Browse the repository at this point in the history
  4. refactor: ws cors setting is a config option

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7f1f546 View commit details
    Browse the repository at this point in the history
  5. chore: fix linting errors

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a259818 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. refactor: clean up init in digital credential service

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    080825f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. feat: endpoints to reset credential offers

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    87d0854 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge remote-tracking branch 'upstream/feature-digital-credentials' i…

    …nto feature-digital-credentials
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4042676 View commit details
    Browse the repository at this point in the history
  2. feat: credential id lookup table

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    26a01e7 View commit details
    Browse the repository at this point in the history
  3. feat: add business roles

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    32a7d7a View commit details
    Browse the repository at this point in the history
  4. chore: fix tests and linting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c55cebc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. chore: fix tests

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8ad8cb9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/feature-digital-credentials' i…

    …nto feature-digital-credentials
    amanji committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2fc5cb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. refactor: remove records from Traction on deletion

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d368673 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: web socket implmentation with flask-socketio"

    This reverts commit 79a2631.
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0b3b60b View commit details
    Browse the repository at this point in the history
  3. fix: port so it doesnt overlap with airplay server on OSX

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9763a17 View commit details
    Browse the repository at this point in the history
  4. Revert "fix: port so it doesnt overlap with airplay server on OSX"

    This reverts commit 9763a17.
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    633e3d9 View commit details
    Browse the repository at this point in the history