Skip to content

Commit

Permalink
feat: update submodules documentation to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
  • Loading branch information
yshyn-iohk authored and hyperledger-bot committed Jan 8, 2025
1 parent 8164691 commit fbbc34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identus-cloud-agent
Submodule identus-cloud-agent updated 17 files
+31 −8 ...d-agent/service/server/src/main/scala/org/hyperledger/identus/agent/server/jobs/PresentBackgroundJobs.scala
+17 −0 ...service/server/src/main/scala/org/hyperledger/identus/presentproof/controller/http/PresentationStatus.scala
+5 −0 ...ice/server/src/main/scala/org/hyperledger/identus/presentproof/controller/http/PresentationStatusPage.scala
+1 −1 docs/docusaurus/credentials/oid4vci/issue.md
+1 −1 docs/docusaurus/sidebars.js
+4 −0 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/model/PresentationRecord.scala
+5 −0 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/repository/PresentationRepository.scala
+5 −0 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationService.scala
+18 −0 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala
+7 −0 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceNotifier.scala
+29 −0 pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/repository/PresentationRepositoryInMemory.scala
+1 −0 ...ux/core/src/test/scala/org/hyperledger/identus/pollux/core/repository/PresentationRepositorySpecSuite.scala
+5 −0 pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/MockPresentationService.scala
+1 −0 pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceNotifierSpec.scala
+1 −1 pollux/sd-jwt/src/test/scala/org/hyperledger/identus/pollux/sdjwt/ValidClaimsSpec.scala
+3 −0 pollux/sql-doobie/src/main/resources/sql/pollux/V30__add_sdjwt_disclosed_claims_columns.sql
+29 −0 ...ux/sql-doobie/src/main/scala/org/hyperledger/identus/pollux/sql/repository/JdbcPresentationRepository.scala

0 comments on commit fbbc34e

Please sign in to comment.