Skip to content

Commit

Permalink
Merge pull request #12 from rgallor/feat/implementatation
Browse files Browse the repository at this point in the history
Implementatation of the stream functionality
  • Loading branch information
harlem88 authored Nov 29, 2024
2 parents a072d9f + 55ebee7 commit cc4695e
Show file tree
Hide file tree
Showing 13 changed files with 3,653 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set VCPKG_ROOT
run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Install dependencies
run: vcpkg install --binarysource="clear;x-gha,readwrite" openssl:x64-windows-static-md sqlite3
run: vcpkg install --binarysource="clear;x-gha,readwrite" openssl:x64-windows-static-md sqlite3:x64-windows-static-md
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
.idea/

.pre-commit-config.yaml

# file containing astarte configuration environment variables
**/.env
12 changes: 12 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ Source: https://github.com/astarte-platform/stream-rust-test
Files: Cargo.lock
Copyright: 2024 SECO Mind Srl
License: Apache-2.0

Files: interfaces/*
Copyright: 2024 SECO Mind Srl
License: Apache-2.0

Files: astarte-device-conf/*
Copyright: 2024 SECO Mind Srl
License: Apache-2.0

Files: **/.env
Copyright: 2024 SECO Mind Srl
License: Apache-2.0
Loading

0 comments on commit cc4695e

Please sign in to comment.