Skip to content

Commit 29dbd2d

Browse files
michaelwilesMichael WilesTimoGlastramorrieinmaas
authored
Uplink generated acapy apis added (#52)
* added uplink generated acapy bindings * releasing 0.2.9a1 to get the uplink apis released * upping version to 0.3.0a1 * fixing test * feat: add generated api Signed-off-by: Timo Glastra <timo@animo.id> * chore: reformat client after generation Signed-off-by: Timo Glastra <timo@animo.id> * add tests Signed-off-by: Timo Glastra <timo@animo.id> * add pres ex record test Signed-off-by: Timo Glastra <timo@animo.id> * sonarcube warnings Signed-off-by: Timo Glastra <timo@animo.id> * update python to 3.8 Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a2 Signed-off-by: Timo Glastra <timo@animo.id> * update conflicting dependencies Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a3 Signed-off-by: Timo Glastra <timo@animo.id> * init Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a4 Signed-off-by: Timo Glastra <timo@animo.id> * add py.typed for better type hinting Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a5 Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a6 Signed-off-by: Timo Glastra <timo@animo.id> * fix: do not escape literals Signed-off-by: Timo Glastra <timo@animo.id> * feat: support anyOf Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a7 Signed-off-by: Timo Glastra <timo@animo.id> * fix: remove top level union types for now Signed-off-by: Timo Glastra <timo@animo.id> * update version to 0.3.0a8 Signed-off-by: Timo Glastra <timo@animo.id> * update openapi formatting Signed-off-by: Timo Glastra <timo@animo.id> * automatic patch creation Signed-off-by: Timo Glastra <timo@animo.id> * fix: remove range check on taaacceptance fixes #55 Signed-off-by: Timo Glastra <timo@animo.id> * fix: do no escape regex pattern fixes #56 Signed-off-by: Timo Glastra <timo@animo.id> * fix: cred def type is constant not object fixes #57 Signed-off-by: Timo Glastra <timo@animo.id> * fix: issuev2 send proposal missing conn id fixes #62 Signed-off-by: Timo Glastra <timo@animo.id> * chore: update version to 0.3.0a9 Signed-off-by: Timo Glastra <timo@animo.id> * update to acapy 0.7.1 Signed-off-by: Timo Glastra <timo@animo.id> * chore: update version to 0.3.0a10 Signed-off-by: Timo Glastra <timo@animo.id> * Fix bugs in issuer v2 and for model import in init. Was neccessary because the client throws errors when using it otherwise. * chore: update __init__.py Signed-off-by: Timo Glastra <timo@animo.id> * fix: issuev2 models Signed-off-by: Timo Glastra <timo@animo.id> * Bump version to 0.3.0 Co-authored-by: Michael Wiles <michaelwiles@afrozaar.com> Co-authored-by: Timo Glastra <timo@animo.id> Co-authored-by: morrieinmaas <motechnix@gmail.com>
1 parent c0d6b1c commit 29dbd2d

File tree

335 files changed

+30583
-3799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+30583
-3799
lines changed

.github/workflows/run-py-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Install Python 3
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install -r requirements.txt
2121
- name: Run tests with pytest
22-
run: pytest
22+
run: pytest

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ build
88
.pytest_cache/*
99
__pycache__/
1010
.vscode/
11-
.coverage
11+
.coverage
12+
env
13+
generated

0 commit comments

Comments
 (0)