Skip to content

Commit

Permalink
Merge pull request #843 from nodlesh/fix-drop-unmaintained-frameworks…
Browse files Browse the repository at this point in the history
…-in-workflow

Remove unmanaged frameworks
  • Loading branch information
nodlesh authored Jun 25, 2024
2 parents e093049 + 039ee18 commit 3b8a0e8
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 5 additions & 8 deletions gen-interop.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
#! /bin/bash

# Configuration Data -- order matters in these arrays. A new entry requires an entry in ALL "ta_" arrays
ta_tlas=("acapy" "afgo" "javascript" "dotnet" "findy" "aries-vcx")
ta_names=("Aries Cloud Agent Python" "Aries Framework Go" "Aries Framework JavaScript" "Aries Framework .NET" "Findy Agent" "AriesVCX")
ta_shortnames=("ACA-Py" "AF-Go" "AFJ" "AF-.NET" "Findy" "VCX")
ta_scopes=("AIP 1, 2" "AIP 2" "AIP 1" "AIP 1" "AIP 1" "AIP 1" "AIP 1")
ta_exceptions=("None" "None" "Revocation" "Proof Proposal" "Credential Exchange" "Revocation" "Proof Proposals, Public Dids, Revocations")
ta_tlas=("acapy" "javascript" "aries-vcx")
ta_names=("Aries Cloud Agent Python" "Aries Framework JavaScript" "AriesVCX")
ta_shortnames=("ACA-Py" "AFJ" "VCX")
ta_scopes=("AIP 1, 2" "AIP 1" "AIP 1")
ta_exceptions=("None" "Revocation" "Revocation")
ta_urls=(https://github.com/hyperledger/aries-cloudagent-python \
https://github.com/hyperledger/aries-framework-go \
https://github.com/hyperledger/aries-framework-javascript \
https://github.com/hyperledger/aries-framework-dotnet \
https://github.com/findy-network/findy-agent \
https://github.com/hyperledger/aries-vcx)
workflows=".github/workflows/test-harness-*"

Expand Down

0 comments on commit 3b8a0e8

Please sign in to comment.