diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml new file mode 100644 index 0000000..1131e68 --- /dev/null +++ b/.github/workflows/check-markdown.yml @@ -0,0 +1,34 @@ +# /******************************************************************************** +# * Copyright (c) 2024 Contributors to the Eclipse Foundation +# * +# * See the NOTICE file(s) distributed with this work for additional +# * information regarding copyright ownership. +# * +# * This program and the accompanying materials are made available under the +# * terms of the Apache License 2.0 which is available at +# * http://www.apache.org/licenses/LICENSE-2.0 +# * +# * SPDX-License-Identifier: Apache-2.0 +# ********************************************************************************/ + +name: check-markdown + +on: + push: + pull_request: + workflow_dispatch: + +concurrency: + group: ${{ github.ref }}-${{ github.workflow }} + cancel-in-progress: true + +jobs: + check-doc-links: + name: Check links in markdown + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + with: + submodules: 'true' + - uses: eclipse-kuksa/kuksa-actions/check-markdown@4 diff --git a/.github/workflows/dash.yaml b/.github/workflows/dash.yaml index fd9e990..3fe598c 100644 --- a/.github/workflows/dash.yaml +++ b/.github/workflows/dash.yaml @@ -6,6 +6,10 @@ on: branches: - main +concurrency: + group: ${{ github.ref }}-${{ github.workflow }} + cancel-in-progress: true + jobs: check-dash: runs-on: ubuntu-latest diff --git a/README.md b/README.md index ef4669c..02d2714 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ More about Eclipse KUKSA can be found in the [repository](https://github.com/ecl KUKSA Python SDK provides both a command-line interface (CLI) and a standalone library to interact with either [KUKSA Server](https://github.com/eclipse/kuksa.val/tree/master/kuksa-val-server) or -[KUKSA Databroker](https://github.com/eclipse/kuksa.val/tree/master/kuksa_databroker). +[KUKSA Databroker](https://github.com/eclipse-kuksa/kuksa-databroker). ## Building and Installing the KUKSA Python SDK @@ -45,7 +45,7 @@ For more details see the KUKSA Python SDK [Docker documentation](https://github. ## Using KUKSA Python SDK as library The KUKSA Python SDK provides three APIS for connecting and communicating with [KUKSA Server](https://github.com/eclipse/kuksa.val/tree/master/kuksa-val-server) -and [KUKSA Databroker](https://github.com/eclipse/kuksa.val/tree/master/kuksa_databroker). +and [KUKSA Databroker](https://github.com/eclipse-kuksa/kuksa-databroker). For more details see the KUKSA Python SDK [Library documentation](https://github.com/eclipse-kuksa/kuksa-python-sdk/blob/main/docs/library.md). ## Contributing to KUKSA Python SDK diff --git a/docs/library.md b/docs/library.md index 6c64fdb..7089558 100644 --- a/docs/library.md +++ b/docs/library.md @@ -25,7 +25,7 @@ This package holds 3 different APIs depending on your application's requirements ## TLS configuration -Clients like [KUKSA CAN Feeder](https://github.com/eclipse/kuksa.val.feeders/tree/main/dbc2val) +Clients like [KUKSA CAN Provider](https://github.com/eclipse-kuksa/kuksa-can-provider) that use KUKSA Client library must typically set the path to the root CA certificate. If the path is set the VSSClient will try to establish a secure connection. diff --git a/submodules/kuksa-databroker b/submodules/kuksa-databroker index 7b2d798..8eb7d1a 160000 --- a/submodules/kuksa-databroker +++ b/submodules/kuksa-databroker @@ -1 +1 @@ -Subproject commit 7b2d798b54f90da02eff6d8ae27972d840c08df5 +Subproject commit 8eb7d1a36ccdbec18f742bcecddf8691cb57df46