-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: arduino/arduino-app-cli
base: v0.6.5
head repository: arduino/arduino-app-cli
compare: v0.6.6
- 9 commits
- 19 files changed
- 6 contributors
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.go Co-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc> --------- Co-authored-by: mirkoCrobu <m.crobu@ext.arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for b7d8552 - Browse repository at this point
Copy the full SHA b7d8552View commit details
Commits on Oct 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d8a3605 - Browse repository at this point
Copy the full SHA d8a3605View commit details -
fix: websocket origin check (fixes serial monitor on Windows) (#39)
* Fix websocket origin check * Test allowed origins on startup.
Configuration menu - View commit details
-
Copy full SHA for df2d206 - Browse repository at this point
Copy the full SHA df2d206View commit details -
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.go Co-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>
Configuration menu - View commit details
-
Copy full SHA for da80048 - Browse repository at this point
Copy the full SHA da80048View commit details
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
Configuration menu - View commit details
-
Copy full SHA for a2f7219 - Browse repository at this point
Copy the full SHA a2f7219View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1b200b1 - Browse repository at this point
Copy the full SHA 1b200b1View commit details -
[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 error if the app running is not the one being restarted: error if no app is running: just start the app
Configuration menu - View commit details
-
Copy full SHA for 4170e9d - Browse repository at this point
Copy the full SHA 4170e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6546dcd - Browse repository at this point
Copy the full SHA 6546dcdView commit details -
fix: remove strong requirements in systemd unit (#34)
* fix: remove strong requirements in systemd unit * trigger ci
Configuration menu - View commit details
-
Copy full SHA for a6c084e - Browse repository at this point
Copy the full SHA a6c084eView commit details
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