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

Add banking-app #44

Closed
wants to merge 1 commit into from
Closed

Conversation

takuro-sato
Copy link
Contributor

Some PRs were squashed due to #43

Copy banking-app from https://github.com/takuro-sato/ccf-app-template/tree/example_apps (#7)

The repo was originally forked from https://github.com/microsoft/ccf-app-template

Co-authored-by: Takuro Sato takurosato@microsoft.com

Remove unused codes (#9)

  • Remove unused codes

  • Fix failed CI

Co-authored-by: Takuro Sato takurosato@microsoft.com

Update README.md (#10)

  • Update README.md

  • Fix README.md

Co-authored-by: Takuro Sato takurosato@microsoft.com

Update why ccf + Implement application claim for transfer (#12)

  • Add 'why ccf' section

  • Add application claim for transfer API

  • Update banking-app/README.md

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Update banking-app/README.md

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Update banking-app/test.sh

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Update banking-app/README.md

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Update banking-app/test.sh

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Add 'Get claim' endpoint

  • Update /receipt so that the response includes the expanded claim

  • Update banking-app/src/endpoints/banking.ts

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Update banking-app/src/endpoints/banking.ts

Co-authored-by: Amaury Chamayou amaury@xargs.fr

  • Remove /claim

Co-authored-by: Takuro Sato takurosato@microsoft.com
Co-authored-by: Amaury Chamayou amaury@xargs.fr

Clean up (#13)

Co-authored-by: Takuro Sato takurosato@microsoft.com

Add features to devcontainer (#16)

  • Add features to devcontainer

  • npm install at container creation

Run tests in CI with virtual mode (#19)

  • Run tests in CI

  • Tidy up

Co-authored-by: Takuro Sato takurosato@microsoft.com

Added guidelines for running tests (#21)

Add linting (#20)

  • Add linting

  • Fix 'detected dubious ownership in repository' error

  • See if CI fails as expected

  • Revert "See if CI fails as expected"

This reverts commit 4570982.

Co-authored-by: Takuro Sato takurosato@microsoft.com

Add back 'Open in GitHub Codespaces' button (#22)

Co-authored-by: Takuro Sato takurosato@microsoft.com

Use docker image that can use virtual (#25)

Co-authored-by: Takuro Sato takurosato@microsoft.com

Create the user certs as part of the demo (#34)

Co-authored-by: Takuro Sato 79583855+takuro-sato@users.noreply.github.com

GitHub Collaboration (#36)

  • Added guide about board

  • Typos

Added make file to hide scripts (#31)

  • Add simple make commands

  • Add initial devcontainer build

  • Adding workflow-dispatch to test

  • workflow_dispatch

  • Add Safe Directory

  • Pass GITHUB_WORKSPACE environment variable

  • Added image that can use virtual

  • Makefile per sample

  • Amended CI

  • Removed the banking-app clean from the root

Co-authored-by: Takuro Sato 79583855+takuro-sato@users.noreply.github.com

Created set_js_app.json for governance (#33)

Split demo.sh into demo_governance.sh and demo_application.sh (#40)

  • Split demo.sh into demo_governance.sh and demo_application.sh

  • add more comments

  • remove the extra echo line

  • resolve review comments

Some PRs were squashed due to microsoft#43

Copy banking-app from https://github.com/takuro-sato/ccf-app-template/tree/example_apps (microsoft#7)

The repo was originally forked from https://github.com/microsoft/ccf-app-template

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Remove unused codes (microsoft#9)

* Remove unused codes

* Fix failed CI

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Update README.md (microsoft#10)

* Update README.md

* Fix README.md

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Update why ccf + Implement application claim for transfer (microsoft#12)

* Add 'why ccf' section

* Add application claim for transfer API

* Update banking-app/README.md

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Update banking-app/README.md

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Update banking-app/test.sh

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Update banking-app/README.md

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Update banking-app/test.sh

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Add 'Get claim' endpoint

* Update /receipt so that the response includes the expanded claim

* Update banking-app/src/endpoints/banking.ts

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Update banking-app/src/endpoints/banking.ts

Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

* Remove /claim

Co-authored-by: Takuro Sato <takurosato@microsoft.com>
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>

Clean up (microsoft#13)

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Add features to devcontainer (microsoft#16)

* Add features to devcontainer

* npm install at container creation

Run tests in CI with virtual mode (microsoft#19)

* Run tests in CI

* Tidy up

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Added guidelines for running tests (microsoft#21)

Add linting (microsoft#20)

* Add linting

* Fix 'detected dubious ownership in repository' error

* See if CI fails as expected

* Revert "See if CI fails as expected"

This reverts commit 4570982.

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Add back 'Open in GitHub Codespaces' button (microsoft#22)

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Use docker image that can use virtual (microsoft#25)

Co-authored-by: Takuro Sato <takurosato@microsoft.com>

Create the user certs as part of the demo (microsoft#34)

Co-authored-by: Takuro Sato <79583855+takuro-sato@users.noreply.github.com>

GitHub Collaboration (microsoft#36)

* Added guide about board

* Typos

Added make file to hide scripts (microsoft#31)

* Add simple make commands

* Add initial devcontainer build

* Adding workflow-dispatch to test

* workflow_dispatch

* Add Safe Directory

* Pass GITHUB_WORKSPACE environment variable

* Added image that can use virtual

* Makefile per sample

* Amended CI

* Removed the banking-app clean from the root

Co-authored-by: Takuro Sato <79583855+takuro-sato@users.noreply.github.com>

Created set_js_app.json for governance (microsoft#33)

Split demo.sh into demo_governance.sh and demo_application.sh (microsoft#40)

* Split demo.sh into demo_governance.sh and demo_application.sh

* add more comments

* remove the extra echo line

* resolve review comments
@takuro-sato
Copy link
Contributor Author

Closing this because it seems to be not helpful to rewrite the main history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant