-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename vaquao to vaqao * Update THr DTDL * Change vaqao Sensor model version * Change THr Sensor Model version * fix device ids for vaqaO * Fix for SensO * Remove Status field from SensO * Update docker images with Code update * Update S0 sensor * Add Unit Tests * Add Unit Tests * Fix CI * Fix CI * Update .gitmodules * remove old submodules * Update CI * Add coverage in CI * Fix working Directory for CI * Fix CI * Make replaceCodecImports.sh executable at test phase * Add coverage requirements * Update requirements + fix replaceCodecImports * update pytest to 6.2.5 * Change py test method * --- * --- * --- * --- * --- * Update dockerfiles * Update Sens'O DTDL * Rename DTDL files * Rename Watecco to Watteco * Rename organization * Rename https://github.com/kbeaugrand-org/iotedge-lorawan-watteco/ * Add Presso * Rename V telemetry field to mV * Remove unused script in CI * Ensure replaceCodecImports is idempotent * Rename Press'O field from mV to V * Rename DTDL files * Add Support for PulseSens'O sensor * Add support for Remote Temperature Sensor * Add Cels'O sensor support * Add support for TH Sensor * Support for Flash'O Sensor * Add support for T Sensor * Add Support for Ventil'O Sensor * Add Support for Clos'O * Add Support for Intens'O * Add Support for PulseSens'O Atex Zone 1 * Add support for Remote Temperature 2CTN Sensor * Distinguish Vaqa'O and Vaqa'O Plus * Fix AtEX name in readme
- Loading branch information
1 parent
7c62832
commit c2bdebe
Showing
35 changed files
with
6,793 additions
and
214 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,17 +65,8 @@ jobs: | |
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
|
||
# - name: Docker Login | ||
# # You may pin to the exact commit or the version. | ||
# uses: docker/[email protected] | ||
# with: | ||
# # Username used to log against the Docker registry | ||
# username: ${{ secrets.DOCKER_LOGIN }} | ||
# # Password or personal access token used to log against the Docker registry | ||
# password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
||
- name: Build and push ${{ matrix.arch }} | ||
- name: Build ${{ matrix.arch }} | ||
# You may pin to the exact commit or the version. | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -84,14 +75,4 @@ jobs: | |
# Path to the Dockerfile | ||
file: "${{ env.module_path }}/Dockerfile.amd64" | ||
# Push is a shorthand for --output=type=registry | ||
push: false | ||
# List of SSH agent socket or keys to expose to the build | ||
ssh: # optional | ||
# List of tags | ||
# tags: ${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}-${{ matrix.arch }} | ||
|
||
# - name: Create the manifest | ||
# run: docker manifest create "${IMAGE_NAME}:${TAG_NAME}" --amend "${IMAGE_NAME}:${TAG_NAME}-amd64" --amend "${IMAGE_NAME}:${TAG_NAME}-arm32v7" --amend "${IMAGE_NAME}:${TAG_NAME}-arm64v8" | ||
|
||
# - name: Publish the manifest | ||
# run: docker manifest push "${IMAGE_NAME}:${TAG_NAME}" | ||
push: false |
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
File renamed without changes
Oops, something went wrong.