1. 24 Nov, 2023 1 commit
  2. 22 Nov, 2023 1 commit
  3. 16 Nov, 2023 2 commits
  4. 15 Nov, 2023 3 commits
  5. 14 Nov, 2023 6 commits
  6. 13 Nov, 2023 1 commit
  7. 10 Nov, 2023 3 commits
  8. 09 Nov, 2023 1 commit
  9. 08 Nov, 2023 6 commits
  10. 06 Nov, 2023 5 commits
  11. 03 Nov, 2023 1 commit
  12. 02 Nov, 2023 1 commit
  13. 31 Oct, 2023 3 commits
  14. 25 Oct, 2023 2 commits
  15. 24 Oct, 2023 3 commits
  16. 23 Oct, 2023 1 commit
    • Cristian Maglie's avatar
      [breaking] Updated gRPC Platform API (#2357) · ad5dacca
      Cristian Maglie authored
      * 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: default avatarAlessio Perugini <alessioper.98@gmail.com>
      ad5dacca