Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update the connector repo url #129

Merged
merged 6 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/runChecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ npm run lint:prettier

# auditing
npx license-check --ignoreRegex @nmshd/connector
npx better-npm-audit audit --exclude 1093639
npx better-npm-audit audit --exclude 1093639,1096302
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"editor.formatOnPaste": true,
"files.autoSave": "off",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"files.eol": "\n",
"todo-tree.filtering.excludeGlobs": ["**/node_modules/**", "**/dist/**", "**/dist-test/**", "**/lib-web/**", "**/*.min.*", "**/*.map"],
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.6.3

-> SDK 2.2.6

- update the connector repository url

## 3.6.2

-> SDK 2.2.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN npm ci --omit=dev

COPY --from=builder /usr/app/dist/ dist/

LABEL org.opencontainers.image.source = "https://github.com/nmshd/cns-connector"
LABEL org.opencontainers.image.source = "https://github.com/nmshd/connector"

USER node

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Connector

[![GitHub Actions CI](https://github.com/nmshd/cns-connector/workflows/Publish/badge.svg)](https://github.com/nmshd/cns-connector/actions?query=workflow%3APublish)
[![GitHub Actions CI](https://github.com/nmshd/connector/workflows/Publish/badge.svg)](https://github.com/nmshd/connector/actions?query=workflow%3APublish)

This monorepo consolidates the following packages / applications:
| Component | Version(s) |
| -- | -- |
| [The Connector docker images](./) | [see ghcr.io](https://github.com/nmshd/cns-connector/pkgs/container/connector) |
| [The Connector helm charts](./) | [see ghcr.io](https://github.com/nmshd/cns-connector/pkgs/container/connector-helm-chart) and [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/enmeshed-connector)](https://artifacthub.io/packages/search?repo=enmeshed-connector) |
| [The Connector docker images](./) | [see ghcr.io](https://github.com/nmshd/connector/pkgs/container/connector) |
| [The Connector helm charts](./) | [see ghcr.io](https://github.com/nmshd/connector/pkgs/container/connector-helm-chart) and [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/enmeshed-connector)](https://artifacthub.io/packages/search?repo=enmeshed-connector) |
| [TypeScript Connector SDK](packages/sdk/) | [![npm version](https://badge.fury.io/js/@nmshd%2fconnector-sdk.svg)](https://www.npmjs.com/package/@nmshd/connector-sdk) |

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion helmChart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
icon: https://raw.githubusercontent.com/nmshd/nmshd.github.io/main/assets/images/Logo.svg
home: https://enmeshed.eu
sources:
- "https://github.com/nmshd/cns-connector/tree/main/helmChart"
- "https://github.com/nmshd/connector/tree/main/helmChart"

# version and appVersion are set by the publishHelmChart.sh script
version: 0.0.0
Expand Down
2 changes: 1 addition & 1 deletion helmChart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can find a more detailed documentation [in the enmeshed docs](https://enmesh

### Install the chart

> you can list available versions [here](https://github.com/nmshd/cns-connector/pkgs/container/connector-helm-chart)
> you can list available versions [here](https://github.com/nmshd/connector/pkgs/container/connector-helm-chart)

```sh
helm install connector oci://ghcr.io/nmshd/connector-helm-chart --version <version> -f <your-config-file>.yaml
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@nmshd/connector",
"version": "3.6.2",
"version": "3.6.3",
"private": true,
"description": "The Enmeshed Connector",
"homepage": "https://enmeshed.eu/integrate",
"repository": "github:nmshd/cns-connector",
"repository": "github:nmshd/connector",
"license": "MIT",
"author": "j&s-soft GmbH",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/connector-sdk",
"version": "2.2.5",
"version": "2.2.6",
"description": "the enmeshed connector sdk",
"keywords": [
"enmeshed",
Expand All @@ -10,7 +10,7 @@
"homepage": "https://enmeshed.eu/integrate/connector-sdks#typescript-sdk",
"repository": {
"type": "git",
"url": "https://github.com/nmshd/cns-connector.git",
"url": "https://github.com/nmshd/connector.git",
"directory": "/packages/sdk"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/coreHttpApi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:

license:
name: MIT
url: https://raw.githubusercontent.com/nmshd/cns-connector/main/LICENSE
url: https://raw.githubusercontent.com/nmshd/connector/main/LICENSE
contact:
name: j&s-soft GmbH
email: [email protected]
Expand Down
Loading