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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 05346d3
Choose a base ref
...
head repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 93b2b86
Choose a head ref
  • 10 commits
  • 62 files changed
  • 7 contributors

Commits on Oct 19, 2023

  1. Introduce new "v" version format (#2374)

    we'll keep 0.35.x release branch name. We'll use "v" only for the tag,
    this way the documentation branches will work just like before,
    we are using "v" only for the github tag
    this way we are semver compliant
    umbynos authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    74cdc80 View commit details
    Browse the repository at this point in the history
  2. Updated translation files (#2377)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5ed8d4b View commit details
    Browse the repository at this point in the history
  3. [skip-changelog] testsuite: added mocked serial discovery for integra…

    …tion tests (#2376)
    
    * Added implementation of serial_discovery mock
    
    * Added first mocked integration test
    cmaglie authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    710ecba View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b82a519 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. [skip-changelog] testsuite: added mocked serial monitor for integrati…

    …on tests (#2379)
    
    * Added mocked serial-monitor for integration tests
    
    * Give a bit more output when using mocking tests
    
    * Allow testsuite to run arduino-cli with a given input stream
    
    * Allow use of the monitor in non-terminal envs
    
    * Added monitor command integration tests
    
    * Moved mocked tools packages up one dir to not get 'executed' as integration test
    
    * Consider .exe extension on Windows when implating mocked tools
    cmaglie authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    eb8f2f2 View commit details
    Browse the repository at this point in the history
  2. [breaking] Updated gRPC Platform API (#2357)

    * Updated gRPC Pltform API, regenerated API
    
    * Adapted cores.Platform and PlatformRelease to the new gRPC API
    
    * Fixed search_test.go
    
    * Removed gRPC PlatformList command
    
    * Other adaptation of platform structures
    
    * Adapt arguuments completion to use PlatformSearch instead of PlatformList
    
    * Adapt 'core list' to use PlatformSearch instead of PlatformList
    
    * Adapt 'core upgrade' command to use PlatformSearch instead of PlatformList
    
    * Adapted some integration tests
    
    * Fix integreation test
    
    * apply changes to search vidpid
    
    * Better handling of 'core list' results
    
    * Better handling of 'core search' results
    
    * Better handling of 'core outdated' results
    
    * add 'orderedmap' data structure
    
    * Made orderedmap more generic
    
    * fix regression on 'ParseReference'
    
    * wip: fix 'core' integrationtests
    
    * wip: fix 'core' sorting tests
    
    * fix regression which skipped mannually instaled core in core list
    
    * wip: add more 'core' integration tests
    
    * regression: all flag takes precedence above updatable in core list
    
    * lint: ignore unexported-return (revive)
    
    * license: regenerate and add missin headers
    
    * tests: fix 'board' integrations
    
    * fix: regression not showing manually installed platform in 'core list'
    
    * wip: add test to orderedmap
    
    * add more orderdmap tests
    
    * orderdmap: add json tests
    
    * update DOCS
    
    * apply CR suggestions
    
    * fix proto numeration
    
    * docs: update to release 0.36.0
    
    ---------
    
    Co-authored-by: Alessio Perugini <alessioper.98@gmail.com>
    cmaglie and alessio-perugini authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ad5dacc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Added search using qualifier[:=]value syntax (#2373)

    Zach Vonler authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d8694ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e3356 View commit details
    Browse the repository at this point in the history
  3. remove sketch flag

    alessio-perugini committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    85b1a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93b2b86 View commit details
    Browse the repository at this point in the history
Loading