-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 1108-custom-c2c-messages
- Loading branch information
Showing
9 changed files
with
54 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,17 +13,17 @@ | |
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<a href="https://github.com/sovity/edc-extensions"> | ||
<a href="https://github.com/sovity/edc-ce"> | ||
<img src="https://raw.githubusercontent.com/sovity/edc-ui/main/src/assets/images/sovity_logo.svg" alt="Logo" width="300"> | ||
</a> | ||
|
||
<h3 align="center">sovity Community Edition EDC</h3> | ||
<p align="center" style="padding-bottom:16px"> | ||
Extended EDC Connector by sovity. | ||
<br /> | ||
<a href="https://github.com/sovity/edc-extensions/issues/new?template=bug_report.md">Report Bug</a> | ||
<a href="https://github.com/sovity/edc-ce/issues/new?template=bug_report.md">Report Bug</a> | ||
· | ||
<a href="https://github.com/sovity/edc-extensions/issues/new?template=feature_request.md">Request Feature</a> | ||
<a href="https://github.com/sovity/edc-ce/issues/new?template=feature_request.md">Request Feature</a> | ||
</p> | ||
</div> | ||
|
||
|
@@ -53,7 +53,7 @@ for building dataspaces, exchanging data securely with ensured data sovereignty. | |
enterprise-ready managed services like "Connector-as-a-Service", out-of-the-box fully configured DAPS | ||
and integrations to existing other dataspace technologies. | ||
|
||
This repository contains our sovity Community Edition EDCs, containing pre-configured Open Source EDC Extensions. | ||
This repository contains our sovity Community Edition EDCs, containing pre-configured open source EDC extensions. | ||
|
||
Check out our [Getting Started Section](#getting-started) on how to run a local sovity Community Edition EDC. | ||
|
||
|
@@ -63,16 +63,16 @@ Check out our [Getting Started Section](#getting-started) on how to run a local | |
|
||
## sovity Community Edition EDC | ||
|
||
Our sovity Community Edition EDC takes available Open Source EDC Extensions and combines them with our own | ||
open source EDC Extensions from this repository to build ready-to-use EDC Docker Images. | ||
Our sovity Community Edition EDC takes available Open Source EDC extensions and combines them with our own | ||
open source EDC extensions from this repository to build ready-to-use EDC Docker Images. | ||
|
||
See [here](launchers/README.md) for a list of our sovity Community Edition EDC Docker images. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
## sovity Community Edition EDC Extensions | ||
## sovity Community Edition EDC extensions | ||
|
||
Feel free to explore and use our [EDC Extensions](./extensions) with your EDC setup. | ||
Feel free to explore and use our [EDC extensions](./extensions) with your EDC setup. | ||
|
||
We packaged critical extensions for compatibility with our EDC UI and general usability features into | ||
[sovity EDC Extensions Package](./extensions/sovity-edc-extensions-package). | ||
|
@@ -81,7 +81,7 @@ We packaged critical extensions for compatibility with our EDC UI and general us | |
|
||
## Compatibility | ||
|
||
Our sovity Community Edition EDC and sovity Community Edition EDC Extensions are targeted to run with | ||
Our sovity Community Edition EDC and it's extensions are targeted to run with | ||
our [sovity/edc-ui](https://github.com/sovity/edc-ui). | ||
|
||
Our sovity Community Edition EDC will use the current EDC Milestone with a certain delay | ||
|
@@ -111,7 +111,7 @@ appreciated**. | |
|
||
If you have a suggestion that would improve this project, please fork the repo and | ||
create a pull request. You can also simply open | ||
a [feature request](https://github.com/sovity/edc-extensions/issues/new?template=feature_request.md). Don't forget to | ||
a [feature request](https://github.com/sovity/edc-ce/issues/new?template=feature_request.md). Don't forget to | ||
leave the project a ⭐, if you like the effort put into this version! | ||
|
||
Our contribution guideline can be found in [CONTRIBUTING.md](CONTRIBUTING.md). | ||
|
@@ -138,29 +138,29 @@ [email protected] | |
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
|
||
[contributors-shield]: | ||
https://img.shields.io/github/contributors/sovity/edc-extensions.svg?style=for-the-badge | ||
https://img.shields.io/github/contributors/sovity/edc-ce.svg?style=for-the-badge | ||
|
||
[contributors-url]: https://github.com/sovity/edc-extensions/graphs/contributors | ||
[contributors-url]: https://github.com/sovity/edc-ce/graphs/contributors | ||
|
||
[forks-shield]: | ||
https://img.shields.io/github/forks/sovity/edc-extensions.svg?style=for-the-badge | ||
https://img.shields.io/github/forks/sovity/edc-ce.svg?style=for-the-badge | ||
|
||
[forks-url]: https://github.com/sovity/edc-extensions/network/members | ||
[forks-url]: https://github.com/sovity/edc-ce/network/members | ||
|
||
[stars-shield]: | ||
https://img.shields.io/github/stars/sovity/edc-extensions.svg?style=for-the-badge | ||
https://img.shields.io/github/stars/sovity/edc-ce.svg?style=for-the-badge | ||
|
||
[stars-url]: https://github.com/sovity/edc-extensions/stargazers | ||
[stars-url]: https://github.com/sovity/edc-ce/stargazers | ||
|
||
[issues-shield]: | ||
https://img.shields.io/github/issues/sovity/edc-extensions.svg?style=for-the-badge | ||
https://img.shields.io/github/issues/sovity/edc-ce.svg?style=for-the-badge | ||
|
||
[issues-url]: https://github.com/sovity/edc-extensions/issues | ||
[issues-url]: https://github.com/sovity/edc-ce/issues | ||
|
||
[license-shield]: | ||
https://img.shields.io/github/license/sovity/edc-extensions.svg?style=for-the-badge | ||
https://img.shields.io/github/license/sovity/edc-ce.svg?style=for-the-badge | ||
|
||
[license-url]: https://github.com/sovity/edc-extensions/blob/main/LICENSE | ||
[license-url]: https://github.com/sovity/edc-ce/blob/main/LICENSE | ||
|
||
[linkedin-shield]: | ||
https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,22 @@ info: | |
\ etc. We bundled these APIs, so we can have an easier time generating our API\ | ||
\ Client Libraries." | ||
contact: | ||
name: Sovity GmbH | ||
url: https://github.com/sovity/edc-extensions/issues/new/choose | ||
name: sovity GmbH | ||
url: https://github.com/sovity/edc-ce/issues/new/choose | ||
email: [email protected] | ||
license: | ||
name: Apache 2.0 | ||
url: https://github.com/sovity/edc-extensions/blob/main/LICENSE | ||
url: https://github.com/sovity/edc-ce/blob/main/LICENSE | ||
version: 0.0.0 | ||
externalDocs: | ||
description: EDC API Wrapper Project in sovity/edc-extensions | ||
url: https://github.com/sovity/edc-extensions/tree/main/extensions/wrapper | ||
description: EDC API Wrapper Project in sovity/edc-ce | ||
url: https://github.com/sovity/edc-ce/tree/main/extensions/wrapper | ||
servers: | ||
- url: https://my-connector/api/management | ||
tags: | ||
- name: Enterprise Edition | ||
description: sovity Enterprise Edition EDC API Endpoints. Requires our sovity Enterprise | ||
Edition EDC Extensions. | ||
Edition EDC extensions. | ||
- name: UI | ||
description: EDC UI API Endpoints | ||
- name: Use Case | ||
|
28 changes: 14 additions & 14 deletions
28
extensions/wrapper/clients/typescript-client/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.