Skip to content

Commit

Permalink
Merge branch 'main' into cherese/connectionless-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chereseeriepa authored Nov 18, 2024
2 parents 2b394f0 + 9e3d818 commit 4036d09
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 1,084 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.IDENTUS_CI }}
fetch-depth: 0

- name: Update submodules
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## [1.120.0](https://github.com/hyperledger/identus-docs/compare/v1.119.0...v1.120.0) (2024-11-17)

### :rocket: New Content

* update submodules documentation to latest ([120bafa](https://github.com/hyperledger/identus-docs/commit/120bafa916eda4da23329c8f039c49137358f42e))

## [1.119.0](https://github.com/hyperledger/identus-docs/compare/v1.118.0...v1.119.0) (2024-11-10)

### :rocket: New Content

* update submodules documentation to latest ([1def23f](https://github.com/hyperledger/identus-docs/commit/1def23f4f308707c2ef7127a950e224be106b972))

## [1.118.0](https://github.com/hyperledger/identus-docs/compare/v1.117.0...v1.118.0) (2024-11-03)

### :rocket: New Content

* update submodules documentation to latest ([e1927bc](https://github.com/hyperledger/identus-docs/commit/e1927bc7afd71e6577029a73ece1b45d8274ded1))

## [1.117.0](https://github.com/hyperledger/identus-docs/compare/v1.116.0...v1.117.0) (2024-10-27)

### :rocket: New Content

* update submodules documentation to latest ([f322bab](https://github.com/hyperledger/identus-docs/commit/f322bab4a0313ed356088b7eacbf3bc83d2c75fc))

## [1.116.0](https://github.com/hyperledger/identus-docs/compare/v1.115.1...v1.116.0) (2024-10-20)

### :rocket: New Content

* update submodules documentation to latest ([b966c48](https://github.com/hyperledger/identus-docs/commit/b966c4846abe2bade4648698380e3c117168a91a))

## [1.115.1](https://github.com/hyperledger/identus-docs/compare/v1.115.0...v1.115.1) (2024-10-16)

### :sparkles: Updates

* broken links [#182](https://github.com/hyperledger/identus-docs/issues/182) ([#187](https://github.com/hyperledger/identus-docs/issues/187)) ([0cead38](https://github.com/hyperledger/identus-docs/commit/0cead38343d46a6ad3754c017db86f73b6694a5d))

## [1.115.0](https://github.com/hyperledger/identus-docs/compare/v1.114.0...v1.115.0) (2024-10-13)

### :rocket: New Content
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/identus/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Identus is a toolset designed for Decentralized Identity enablement. These tools

* [Mediator](mediator): The Mediator acts as a bridge between the [holder's](/docs/concepts/glossary#holder) device and other actors, such as [issuers](/docs/concepts/glossary#issuer) and [verifiers](/docs/concepts/glossary#verifier), ensuring secure and reliable communication without centralized management​​​​.

* Edge Agent SDKs: allow the development of edge agents - Decentralized Identity mobile apps and browser extensions. The SDKs are available in [Swift](https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/) (iOS and other Apple OS), [TS](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/) (Browser and Node.js), and [Kotlin Multiplatform](https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/) (JVM and Android)
* Edge Agent SDKs: allow the development of edge agents - Decentralized Identity mobile apps and browser extensions. The SDKs are available in [Swift](https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk/) (iOS and other Apple OS), [TS](https://hyperledger.github.io/identus-docs/identus-edge-agent-sdk-ts/sdk) (Browser and Node.js), and [Kotlin Multiplatform](https://hyperledger.github.io/identus-edge-agent-sdk-kmp/) (JVM and Android)
2 changes: 1 addition & 1 deletion documentation/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ More in depth documentation about [Cloud Agent](/docs/concepts/glossary/#cloud-a
### Wallet SDKs
[Wallet SDKs](/docs/concepts/glossary/#wallet-sdk) for web and mobile (iOS, Android, TypeScript) enable identity holders to store credentials and respond to proof requests. They are typically used in applications that allow identity holders to interact with issuers and verifiers.

More in-depth documentation about the different Wallet SDKs can be found here ([TypeScript](https://input-output-hk.github.io/identus-docs/identus-edge-agent-sdk-ts/sdk), [Swift](https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/), [KMP](https://github.com/hyperledger/identus-edge-agent-sdk-kmp))
More in-depth documentation about the different Wallet SDKs can be found here ([TypeScript](https://hyperledger.github.io/identus-docs/identus-edge-agent-sdk-ts/sdk), [Swift](https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk/), [KMP](https://hyperledger.github.io/identus-edge-agent-sdk-kmp/))



Expand Down
2 changes: 1 addition & 1 deletion identus-cloud-agent
Submodule identus-cloud-agent updated 48 files
+17 −3 .github/workflows/integration-tests.yml
+75 −0 .github/workflows/sbt-dependency-submission.yml
+3 −1 .mega-linter.yml
+31 −0 CHANGELOG.md
+110 −92 DEPENDENCIES.md
+7 −5 build.sbt
+55 −29 castor/src/test/scala/org/hyperledger/identus/castor/core/service/MockDIDService.scala
+1,759 −651 cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
+1 −1 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/agent/notification/WebhookPublisher.scala
+1 −1 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/agent/server/MainApp.scala
+2 −2 ...gent/service/server/src/main/scala/org/hyperledger/identus/agent/server/http/CustomServerInterceptors.scala
+0 −1 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/agent/server/http/DocModels.scala
+1 −3 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/agent/server/http/ZHttp4sBlazeServer.scala
+27 −0 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/agent/server/jobs/IssueBackgroundJobs.scala
+7 −1 ...agent/service/server/src/main/scala/org/hyperledger/identus/didcomm/controller/DIDCommControllerError.scala
+2 −2 ...-agent/service/server/src/main/scala/org/hyperledger/identus/didcomm/controller/DIDCommControllerImpl.scala
+1 −1 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/system/controller/SystemControllerImpl.scala
+1 −1 cloud-agent/service/server/src/test/scala/org/hyperledger/identus/api/util/Tapir2StaticOAS.scala
+2 −2 .../service/server/src/test/scala/org/hyperledger/identus/oid4vci/domain/OIDCCredentialIssuerServiceSpec.scala
+1 −2 ...ent/service/server/src/test/scala/org/hyperledger/identus/system/controller/SystemControllerTestTools.scala
+1 −1 infrastructure/local/.env
+2 −2 package-lock.json
+1 −1 package.json
+7 −1 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/model/error/CredentialServiceError.scala
+57 −31 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/CredentialServiceImpl.scala
+1 −0 pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/repository/CredentialRepositoryInMemory.scala
+64 −6 pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/CredentialServiceImplSpec.scala
+4 −3 pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/CredentialServiceSpecHelper.scala
+2 −1 pollux/sql-doobie/src/main/scala/org/hyperledger/identus/pollux/sql/repository/JdbcCredentialRepository.scala
+12 −0 project/plugins.sbt
+128 −0 tests/didcomm-tests/docker/docker-compose.yml
+26 −0 tests/didcomm-tests/docker/initdb.js
+24 −0 tests/didcomm-tests/docker/postgres/init-script.sh
+2 −0 tests/didcomm-tests/docker/postgres/max_conns.sql
+11 −0 tests/didcomm-tests/docker/run.sh
+8 −0 tests/didcomm-tests/docker/stop.sh
+14 −0 tests/didcomm-tests/package.json
+9 −0 tests/integration-tests/src/test/kotlin/common/DidPurpose.kt
+173 −0 tests/integration-tests/src/test/kotlin/steps/connectionless/ConnectionLessSteps.kt
+26 −4 tests/integration-tests/src/test/kotlin/steps/credentials/JwtCredentialSteps.kt
+2 −0 tests/integration-tests/src/test/kotlin/steps/did/PublishDidSteps.kt
+20 −0 tests/integration-tests/src/test/resources/features/credential/jwt/issuance.feature
+7 −0 tests/integration-tests/src/test/resources/features/credential/jwt/present_proof.feature
+11 −0 tests/integration-tests/src/test/resources/features/credential/sdjwt/issuance.feature
+12 −0 tests/integration-tests/src/test/resources/features/credential/sdjwt/present_proof.feature
+1 −1 tests/integration-tests/src/test/resources/features/oid4vci/issue_jwt.feature
+1 −1 tests/integration-tests/src/test/resources/features/oid4vci/manage_credential_config.feature
+1 −1 version.sbt
2 changes: 1 addition & 1 deletion identus-edge-agent-sdk-ts
118 changes: 18 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "identus-documentation-portal",
"version": "1.115.0",
"version": "1.120.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/components/resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,19 @@ const RESOURCES = [
title: "Wallet SDK Swift",
Svg: Graphics.walletSdkSwift,
content: "Build Swift-based applications using our SDKs",
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk/"
linkTo: "https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk/"
},
{
title: "Wallet SDK TypeScript",
Svg: Graphics.walletSdkTS,
content: "Build web-based applications using our SDKs",
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/"
linkTo: "https://hyperledger.github.io/identus-docs/identus-edge-agent-sdk-ts/sdk"
},
{
title: "Wallet SDK KMM",
Svg: Graphics.walletSdkKmm,
content: "Build KMM-based applications using our SDKs",
linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/"
linkTo: "https://hyperledger.github.io/identus-edge-agent-sdk-kmp/"
},
{
title: "APIs",
Expand Down
Loading

0 comments on commit 4036d09

Please sign in to comment.