Skip to content

Commit

Permalink
Merge branch 'main' into 1108-custom-c2c-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Jun 25, 2024
2 parents 830bdc7 + b991f83 commit c5ec552
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Refine Process Request
about: Existing processes must be adapted or new ones created
title: ""
labels: "task/documentation"
labels: ["task/refine-process","task/documentation"]
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ _What issues does this PR close?_
- [ ] The PR title is short and expressive.
- [ ] I have updated the CHANGELOG.md. See [changelog_update.md](https://github.com/sovity/authority-portal/tree/main/docs/dev/changelog_updates.md) for more information.
- [ ] I have updated the Deployment Migration Notes Section in the CHANGELOG.md for any configuration / external API changes.
- [ ] I have updated the Community Edition [Postman-Collection](https://github.com/sovity/edc-extensions/blob/main/docs/api/postman_collection.json) if I changed existing APIs or added new APIs (e.g. for Management-API or API-Wrapper)
- [ ] I have updated the Community Edition [Postman-Collection](https://github.com/sovity/edc-ce/blob/main/docs/api/postman_collection.json) if I changed existing APIs or added new APIs (e.g. for Management-API or API-Wrapper)
- [ ] I have performed a **self-review**
```
8 changes: 8 additions & 0 deletions .github/markdown-link-checker-config.jq
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
{
"pattern": "^https://github.com/sovity/edc-extensions/tree/main/",
"replacement": "https://github.com/sovity/edc-extensions/tree/\(env | .CI_SHA // ("CI_SHA was null" | halt_error))/"
},
{
"pattern": "^https://github.com/sovity/edc-ce/blob/main/",
"replacement": "https://github.com/sovity/edc-ce/blob/\(env | .CI_SHA // ("CI_SHA was null" | halt_error))/"
},
{
"pattern": "^https://github.com/sovity/edc-ce/tree/main/",
"replacement": "https://github.com/sovity/edc-ce/tree/\(env | .CI_SHA // ("CI_SHA was null" | halt_error))/"
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
add_issue_to_project:
if: "!(startsWith(github.event.issue.title, '[Zammad Ticket') && github.event.issue.user.login == 'sovitybot')"
name: add_issue_to_project
runs-on: ubuntu-latest
steps:
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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.

Expand All @@ -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).
Expand All @@ -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
Expand Down Expand Up @@ -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).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ subprojects {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/sovity/edc-extensions")
url = uri("https://maven.pkg.github.com/sovity/edc-ce")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
Expand Down
4 changes: 2 additions & 2 deletions docs/api/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"info": {
"_postman_id": "c01dc51f-eb36-43db-b8db-a33ff2f5baa5",
"name": "sovity EDC Community Edition",
"description": "This is the official postman collection for the sovity EDC Community Edition.\n\nThe Management-API is based on core-edc v0.2.1.\n\nsovity EDC Community Edition: [https://github.com/sovity/edc-extensions](https://github.com/sovity/edc-extensions)\n\nLicense: [https://github.com/sovity/edc-extensions/blob/main/LICENSE](https://github.com/sovity/edc-extensions/blob/main/LICENSE)",
"description": "This is the official postman collection for the sovity EDC Community Edition.\n\nThe Management-API is based on core-edc v0.2.1.\n\nsovity EDC Community Edition: [https://github.com/sovity/edc-ce](https://github.com/sovity/edc-ce)\n\nLicense: [https://github.com/sovity/edc-ce/blob/main/LICENSE](https://github.com/sovity/edc-ce/blob/main/LICENSE)",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31514741"
},
Expand Down Expand Up @@ -1916,7 +1916,7 @@
},
{
"key": "PROVIDER_EDC_SOURCE_URL",
"value": "https://api.github.com/repos/sovity/edc-extensions/events",
"value": "https://api.github.com/repos/sovity/edc-ce/events",
"type": "default"
},
{
Expand Down
12 changes: 6 additions & 6 deletions docs/api/sovity-edc-api-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions 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.

0 comments on commit c5ec552

Please sign in to comment.