- Notifications
You must be signed in to change notification settings - Fork1
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:v0.6.5
head repository:arduino/arduino-app-cli
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.6.6
- 9commits
- 19files changed
- 6contributors
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
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 v0.6.5...v0.6.6
Uh oh!
There was an error while loading.Please reload this page.