Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-app-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.7.rc1
Choose a base ref
...
head repository: arduino/arduino-app-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 30 files changed
  • 7 contributors

Commits on Nov 6, 2025

  1. feat: flash sketch in ram (#12)

    * feat: flash sketch in ram
    
    * workaround file check
    
    * a better workaround
    
    * fix linter
    lucarin91 authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    cdbb28c View commit details
    Browse the repository at this point in the history
  2. ci: update repository references in Taskfile.yml (#10)

    Co-authored-by: lucarin91 <lucarin@protonmail.com>
    dido18 and lucarin91 authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    cd53bab View commit details
    Browse the repository at this point in the history
  3. feat(api): return variable configurations in /apps/:id/bricks and `…

    …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
    mirkoCrobu authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    c64fbf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. 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>
    dido18 and lucarin91 authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    5a33829 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. feat: add brick details completions (#54)

    This add completions from brick details while tabbing in cli mode.
    alessio-perugini authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    c2b5eda View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    dbc97ff View commit details
    Browse the repository at this point in the history
  2. Add Serial Number to Avahi Service for Board Deduplication (#48)

    * set serial number for network discovery at post install time
    
    * adds space in a comment
    
    * set script running before Avahi service
    
    * code review fix
    
    * code review fix
    
    * code review fix
    mirkoCrobu authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    606a084 View commit details
    Browse the repository at this point in the history
  3. Improve the arduino-app-cli version command by adding the "server ver…

    …sion" #31 (#49)
    
    * Add the server version to arduino-app-cli version.
    
    * Add copyright header.
    
    ---------
    
    Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
    martacarbone and lucarin91 authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    5be93c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    4f24059 View commit details
    Browse the repository at this point in the history
  2. Expose serial number for App-Lab in network mode (#63)

    * expose serial number for App-Lab in network mode
    
    * fix the way to retrive serial number for network
    mirkoCrobu authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    5bcedf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Test CI package update (#72)

    * test .deb update
    
    * task test
    
    * dind
    
    * taskfile udpate
    
    * using a go script to test update
    
    * no parameters
    
    * define arch
    
    * unstable test
    
    * delete major
    
    * Client test
    
    * Client test
    
    * using a helper file
    
    * using run
    
    * path in the building
    ---------
    
    Co-authored-by: Giulio Pilotto <pilotto.giulio@gmail.com>
    Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
    giulio93 and lucarin91 authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    62e5944 View commit details
    Browse the repository at this point in the history
Loading