1. 14 May, 2021 1 commit
  2. 10 May, 2021 9 commits
  3. 13 Apr, 2021 1 commit
  4. 30 Mar, 2021 2 commits
  5. 29 Mar, 2021 4 commits
    • Silvano Cerza's avatar
    • Silvano Cerza's avatar
      Add library validation step when installing from zip or git (#1234) · 5f4f6e90
      Silvano Cerza authored
      * Add library validation when installing from zip or git
      
      * [skip changelog] Fix tests temp directory deletion on Windows
      
      * [skip changelog] Fix test_install_git_invalid_library test
      
      * [skip changelog] Add more check in lib install git repo tests
      5f4f6e90
    • Cristian Maglie's avatar
    • Cristian Maglie's avatar
      Linting and refactoring of gRPC API .proto files - BREAKING CHANGE (#1223) · e7cdde6e
      Cristian Maglie authored
      * Added linter ignore rules to match current .proto files
      
      * Fixed SERVICE_SUFFIX lint warning
      
      * Fixed RPC_RESPONSE_STANDARD_NAME lint warning
      
      * Fixed RPC_REQUEST_STANDARD_NAME and RPC_REQUEST_RESPONSE_UNIQUE lint warning
      
      There is one error remaining that require a more involved refactoring.
      
      * Fixed ENUM_VALUE_PREFIX and ENUM_VALUE_UPPER_SNAKE_CASE lint warning
      
      * Fixed FIELD_LOWER_SNAKE_CASE lint warning
      
      * Fixed PACKAGE_VERSION_SUFFIX lint warning
      
      * Fixed PACKAGE_DIRECTORY_MATCH lint warning
      
      * Fixed plurals in repeated fields
      
      * Fixed .proto files indentations
      
      * Fixed some multiword names
      
      * Pass of clang-format
      
      * Fixed integration tests for JSON output
      
      * Updated example_client
      
      * Rename archive_file_name to archive_filename for coherence with the rest of the API
      
      * Updated migration guide
      
      * Added lint and format as Taskfile targets
      e7cdde6e
  6. 25 Mar, 2021 1 commit
  7. 24 Mar, 2021 2 commits
  8. 23 Mar, 2021 1 commit
  9. 22 Mar, 2021 1 commit
  10. 19 Mar, 2021 1 commit
  11. 18 Mar, 2021 2 commits
  12. 17 Mar, 2021 3 commits
  13. 16 Mar, 2021 1 commit
  14. 15 Mar, 2021 1 commit
  15. 12 Mar, 2021 1 commit
  16. 10 Mar, 2021 2 commits
  17. 09 Mar, 2021 1 commit
  18. 08 Mar, 2021 1 commit
  19. 05 Mar, 2021 1 commit
  20. 04 Mar, 2021 2 commits
  21. 01 Mar, 2021 1 commit
    • per1234's avatar
      [skip changelog] Remove outdated information re: debug config from platform spec (#1203) · b2b9fba7
      per1234 authored
      Since the time the documentation for the initial experimental debugging configuration system was added to the Arduino
      Platform Specification, the system has changed significantly, resulting in some of the documentation no longer being
      applicable to the current version of Arduino CLI. This only removes the outdated information, leaving the parts that are
      still correct. The new debug system will be fully documented at a later time.
      b2b9fba7
  22. 26 Feb, 2021 1 commit
    • per1234's avatar
      [skip changelog] Improve wording of docs introduction (#1200) · bf364db7
      per1234 authored
      The introductory sentence of the documentation homepage is the first thing the user may see when discovering Arduino
      CLI. For this reason, it's important for it to quickly and clearly convey what Arduino CLI is. Toward that goal, the
      following changes are made:
      
      - Use more understandable terms
      - Rearrange features list in the order of typical usage (install dependencies, compile, upload)
      bf364db7