- Notifications
You must be signed in to change notification settings - Fork2
Comparing changes
Open a pull request
base repository:arduino/arduino-app-cli
Uh oh!
There was an error while loading.Please reload this page.
base:baf0066
head repository:arduino/arduino-app-cli
Uh oh!
There was an error while loading.Please reload this page.
compare:5a33829
- 16commits
- 36files changed
- 6contributors
Commits on Oct 27, 2025
chore: remove internal zephyr core index (#28)
lucarin91 authoredOct 27, 2025 chore: remove board sub-command (#27)
* chore: remove board sub-command* fix go.mod
Commits on Oct 30, 2025
test(internal/orchestrator/app): add unit test for the app (#23)
* fix(app): improve error messages for invalid app paths in Load function* fix(tests): improve test descriptions and error messages in TestLoad* Update internal/orchestrator/app/app_test.goCo-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc>---------Co-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc>
Commits on Oct 31, 2025
fix: websocket origin check (fixes serial monitor on Windows) (#39)
* Fix websocket origin check* Test allowed origins on startup.
test(internal/orchestrator/modelsindex): add unit test for the model …
…list index (#22)* feat(models): add model_labels field and update test data for models* refactor(tests): update model index tests for clarity and accuracy* fix(tests): correct model retrieval order in TestGenerateModelsIndexFromFile* Update internal/orchestrator/modelsindex/modelsindex_test.goCo-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc>* refactor(tests): streamline model index test structure for clarity* refactor(tests): simplify model retrieval tests for clarity and consistency* refactor(tests): rename TestGenerateModelsIndexFromFile to TestModelsIndex for consistency---------Co-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc>
Commits on Nov 3, 2025
feat(board): return adb stdout/err in case of error (#40)
* feat(board): return adb stdout/err in case of error* trigger ci
API: add "UsedByApps" to the details of a brick (#30)
The API returning the details of a brick show fill in the UsedByApps property.The App Lab uses this to show what examples or apps are using a given brick.* add useByApps field for brick details endpoint* partial test implementation* add test end2end* delete wrong tests* refactoring* make lint happy* code review fixes* fix error message---------Co-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc>
[CLI] Add a "restart" app command (#37)
The CLI provides a command to start and stop an app/example. Often it's useful to have a restart command, that will stop and start again the same app. This is needed only for the CLI interface.The command already exists. But error management should be improved:restarting an app X when app Y is running does not show a clear errorif the app running is not the one being restarted: errorif no app is running: just start the app
fix: remove strong requirements in systemd unit (#34)
* fix: remove strong requirements in systemd unit* trigger ci
Commits on Nov 6, 2025
fix(bricks): overwrite the brick variables of an app (#44)
---------Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
feat: flash sketch in ram (#12)
* feat: flash sketch in ram* workaround file check* a better workaround* fix linter
ci: update repository references in Taskfile.yml (#10)
Co-authored-by: lucarin91 <lucarin@protonmail.com>
feat(api): return variable configurations in
/apps/:id/bricksand `……apps/:id/bricks/:id` (#18)* add variables_details* add unit test* update openapi* add test e2e* fix bug* add deprecated field description for openapi* refactoring test constants* restore license header* rename variables_details to config_variables* rename variable name* udate docs and tests e2e* refactoring variables
Commits on Nov 7, 2025
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.goCo-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>* Update internal/orchestrator/sketch_libs.goCo-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>---------Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff baf0066...5a33829
Uh oh!
There was an error while loading.Please reload this page.