Skip to content

[pull] main from openwallet-foundation:main#213

Merged
dbluhm merged 23 commits intoIndicio-tech:mainfrom
openwallet-foundation:main
Feb 12, 2025
Merged

[pull] main from openwallet-foundation:main#213
dbluhm merged 23 commits intoIndicio-tech:mainfrom
openwallet-foundation:main

Conversation

@pull
Copy link

@pull pull bot commented Jan 27, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Signed-off-by: jamshale <jamiehalebc@gmail.com>
@pull pull bot added the ⤵️ pull label Jan 27, 2025
dbluhm and others added 22 commits January 27, 2025 16:17
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
fix: ensure profile names are unique
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Bumps the all-actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact).


Updates `dawidd6/action-download-artifact` from 7 to 8
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v7...v8)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* ✨ add `order_by` and `descending` options to query / scan and fetch_all methods

Signed-off-by: ff137 <ff137@proton.me>

* ✨ add `order_by` and `descending` options to PaginatedQuerySchema

Signed-off-by: ff137 <ff137@proton.me>

* ✨ modify `get_limit_offset` to `get_paginated_query_params`

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 fix ruff warning

Signed-off-by: ff137 <ff137@proton.me>

* ✅ fix assertions

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Update order_by description and default value. Include in schema

Signed-off-by: ff137 <ff137@proton.me>

* 🐛 fix deserialisation of descending: bool parameter

Signed-off-by: ff137 <ff137@proton.me>

* 🔥 remove unnecessary record sorts (now that askar sorts by id == sorting by created_at)

Signed-off-by: ff137 <ff137@proton.me>

* ✅ fix test assertions -- wallet_list and connections_list no longer does additional sorting

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* 🎨 Modify count/start query params to be Integers, not Strings

Signed-off-by: ff137 <ff137@proton.me>

* 📝 Update openapi spec

Signed-off-by: ff137 <ff137@proton.me>

* ⏪ Revert start/count field to remain String type; mark as deprecated

Signed-off-by: ff137 <ff137@proton.me>

* ✨ Implement limit/offset alongside deprecated count/start

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Standardise naming convention from count/start to limit/offset

Signed-off-by: ff137 <ff137@proton.me>

* ⏪ Revert start/count field to remain String type; mark as deprecated

Signed-off-by: ff137 <ff137@proton.me>

* ✨ Implement limit/offset alongside deprecated count/start

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Remove unused query string schema from `w3c_creds_list`

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Rename args

Signed-off-by: ff137 <ff137@proton.me>

* 📝 Update openapi specs

Signed-off-by: ff137 <ff137@proton.me>

* ✅

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Update start/count keywords to offset/limit

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Replace validate lambda with Range

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>
Co-authored-by: Stephen Curran <swcurran@gmail.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
* Add extra fields to anoncreds filter

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Remove cred_def_id being required

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: Thiago Romano <thiagoromano.s@gmail.com>
* feat: add did management design doc

Signed-off-by: Daniel Bluhm <dbluhm@pm.me>

* fix: remove `did` from value json of did storage design

Signed-off-by: Daniel Bluhm <dbluhm@pm.me>

---------

Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Co-authored-by: Stephen Curran <swcurran@gmail.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.50 to 9.6.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.50...9.6.1)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 1.0.4 to 1.1.0.
- [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-notfound-page@1.0.4...1.1.0)

---
updated-dependencies:
- dependency-name: sphinx-notfound-page
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pydevd](https://github.com/fabioz/PyDev.Debugger) from 3.2.3 to 3.3.0.
- [Commits](https://github.com/fabioz/PyDev.Debugger/commits)

---
updated-dependencies:
- dependency-name: pydevd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#3490)

Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 251.17181.23 to 251.18673.39.
- [Commits](JetBrains/intellij-community@pycharm/251.17181.23...pycharm/251.18673.39)

---
updated-dependencies:
- dependency-name: pydevd-pycharm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jean-Philippe Gélinas <Jean-Philippe.Gelinas-ext@mcn.gouv.qc.ca>
* Import the anoncreds revocation registry ID validator for the anoncreds routes

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* Linting

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* Add AnonCreds Cred Rev ID values

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* rename anoncreds revocation openapi classes

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* linting

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* rename anoncreds revocation openapi classes

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* update test fixtures

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

* Lint

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>

---------

Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
* Upgrade from bullseye to bookworm

- Bullseye EOL LTS is 2026-08-31
- Bookworm is the current LTS release.

Signed-off-by: Wade Barnes <wade@neoterictech.ca>

* Remove extra libraries

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Remove -> remove command

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Demo image needs curl

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Co-authored-by: Wade Barnes <wade@neoterictech.ca>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.1 to 9.6.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.1...9.6.3)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
* Catch and log universal resolver setup error

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Add scneario test

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Add general client exception handling

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
@dbluhm dbluhm merged commit 29c4599 into Indicio-tech:main Feb 12, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants