Skip to content

Tags: arduino/arduino-app-cli

Tags

v0.7.0-rc.1

Toggle v0.7.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Bug] remove compatible models from brick instance list endpoint (#120)

* remove compatible models from brick instance list endpoint

* add unit and e2e test

v0.6.8

Toggle v0.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handler HEAD calls in sse routes (#96)

* fix: handler HEAD calls in sse routes

* fix typo

* make hotfix instead

* revert other sse endpoints

v0.6.8-rc.3

Toggle v0.6.8-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handler HEAD calls in sse routes (#96)

* fix: handler HEAD calls in sse routes

* fix typo

* make hotfix instead

* revert other sse endpoints

v0.6.8-rc.2

Toggle v0.6.8-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(api): allow missing required variable when a brick is added + app…

… validation (#74)

---------

Co-authored-by: mirkoCrobu <214636120+mirkoCrobu@users.noreply.github.com>

v0.6.8-rc.1

Toggle v0.6.8-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update template files (.gitignore) (#85)

* feat: improve sketch template

* remove not used libraries

* update golden files

* revert sketch change for now

* add gitignore

* support additional files

* refresh golden files

* move some generation to warning

v0.6.7

Toggle v0.6.7's commit message
Release v0.6.7

v0.6.7.rc3

Toggle v0.6.7.rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add brick details completions (#54)

This add completions from brick details while tabbing in cli mode.

v0.6.7.rc2

Toggle v0.6.7.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: install a library missing from local library-index (#50)

* feat: enhance AddSketchLibrary to update library index and log progress

* fix: improve library index update handling in AddSketchLibrary

* fix: improve error handling in AddSketchLibrary by logging warnings instead of failing on library index update

* fix: extend library index update interval to 60 seconds for improved performance

* fix: update library index refresh interval to 10 minutes for improved performance

* fix: improve error handling in AddSketchLibrary by logging warnings for library index update failures

* Update internal/orchestrator/sketch_libs.go

Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>

* Update internal/orchestrator/sketch_libs.go

Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>

---------

Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>

v0.6.7.rc1

Toggle v0.6.7.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bricks): overwrite the brick variables of an app (#44)

---------

Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove strong requirements in systemd unit (#34)

* fix: remove strong requirements in systemd unit

* trigger ci