1. 09 May, 2024 1 commit
  2. 06 May, 2024 1 commit
  3. 03 May, 2024 2 commits
  4. 30 Apr, 2024 1 commit
  5. 26 Mar, 2024 1 commit
  6. 25 Mar, 2024 5 commits
  7. 22 Mar, 2024 1 commit
    • Cristian Maglie's avatar
      [breaking] gRPC `UpdateIndex` and `UpdateLibrariesIndex` improvements (#2569) · 6faca0f7
      Cristian Maglie authored
      * gRPC UpdateIndex and UpdateLibrariesIndex improvements
      
      The two calls now have the update_if_older_than_secs field that allows
      to avoid updating the index if it has been already updated.
      
      Also the response is more explicit with oneof(..) clause and the status
      of each update (in case of multiple index update) is returned in the response.
      
      * Do not make any output in case of skipped/already-up-to-date
      
      * Added json output to 'core update index'
      
      * Added json output to 'lib update index'
      
      * Removed unused function
      
      * Workaround for Windows paths in URI
      6faca0f7
  8. 20 Mar, 2024 1 commit
  9. 19 Mar, 2024 1 commit
  10. 18 Mar, 2024 1 commit
  11. 08 Mar, 2024 1 commit
  12. 05 Mar, 2024 2 commits
  13. 29 Feb, 2024 1 commit
  14. 27 Feb, 2024 2 commits
  15. 26 Feb, 2024 1 commit
  16. 21 Feb, 2024 1 commit
  17. 20 Feb, 2024 1 commit
  18. 19 Feb, 2024 3 commits
  19. 16 Feb, 2024 2 commits
  20. 15 Feb, 2024 2 commits
  21. 14 Feb, 2024 1 commit
    • ardnew's avatar
      Add `config get` command to print settings values (#2307) · 8314f87f
      ardnew authored
      * add "config get" command to print settings values
      
      * use RPC for "config get" and add test cases
      
      * update imports for changed internal layout
      
      * config/get: do not wrap JSON output in YAML
      
      * fix formatting with gofmt
      
      * config/get: unmarshal JSON RPC response
      
      * Apply suggestions from code review
      Co-authored-by: default avatarCristian Maglie <c.maglie@bug.st>
      
      * use same default format as "config dump"
      
      * fix import missing after merging review changes remotely
      
      * test (config): fix expected error message with "get <unknown-key>"
      
      ---------
      Co-authored-by: default avatarCristian Maglie <c.maglie@bug.st>
      8314f87f
  22. 13 Feb, 2024 2 commits
  23. 08 Feb, 2024 1 commit
  24. 06 Feb, 2024 2 commits
  25. 05 Feb, 2024 2 commits
    • Cristian Maglie's avatar
      ec157a88
    • MatteoPologruto's avatar
      Add `programmer` field to sketch profile and `--profile` flag to `debug` command (#2505) · 4a5585e9
      MatteoPologruto authored
      * Add programmer field to rpc.SketchProfile
      
      * Add programmer to the sketch profile
      
      * Retrieve programmer's information from the profile if the flag is not used
      
      * Add profile flag to debug command
      
      * Add default_programmer field to sketch project
      
      * Add default_programmer to rpc.Sketch
      
      * Add methods to set and retrieve default_programmer from a sketch
      
      * Modify SetSketchDefaults function to set a programmer if specified
      
      * Modify board attach command to set a default programmer
      
      * Use default programmer if no other value is specified
      
      * Update docs
      
      * Update TestBoardAttach to test that a programmer is correctly written to sketch.yaml
      
      * Add TestDebugProfile to integration tests
      4a5585e9
  26. 01 Feb, 2024 1 commit