1. 17 Jul, 2019 7 commits
  2. 12 Jul, 2019 1 commit
  3. 11 Jul, 2019 2 commits
    • Cristian Maglie's avatar
      Added arm64 support (#204) · a17ecb9f
      Cristian Maglie authored
      * Added arm64 support
      
      Fix #203
      
      * Fixed typo in test
      a17ecb9f
    • Edoardo T's avatar
      improve find fqbn FAQ (#274) · 24fe3c61
      Edoardo T authored
      As reported in multiple issues (#138 #191 #271) finding the right FQBN for a board can be difficult.
      
      Improving the documentation may help users to find the relevant information.
      
      Specifically, this PR closes #271 and add little improvement as suggested in #191.
      24fe3c61
  4. 10 Jul, 2019 2 commits
  5. 09 Jul, 2019 3 commits
  6. 08 Jul, 2019 8 commits
  7. 05 Jul, 2019 5 commits
  8. 04 Jul, 2019 2 commits
  9. 02 Jul, 2019 1 commit
    • Massimiliano Pippi's avatar
      Run tests on drone.io (#247) · 519d87a8
      Massimiliano Pippi authored
      * Run tests on drone.io
      
      added dockerfile
      
      use custom image
      
      install task inside container
      
      install bzip2
      
      install unzip
      
      install test tools
      
      restore coverage collection
      
      add codecov to the image
      
      coverage only on master
      
      * stop using Travis
      519d87a8
  10. 01 Jul, 2019 2 commits
  11. 26 Jun, 2019 1 commit
  12. 17 Jun, 2019 1 commit
    • Massimiliano Pippi's avatar
      Rearrange protobuf files (#251) · c2d9c1b9
      Massimiliano Pippi authored
      * move protobuf definitions under rpc/commands
      
      * move commands daemon into commands folder
      
      * make client a test case
      
      * run protoc as part of the testing pipeline
      c2d9c1b9
  13. 14 Jun, 2019 2 commits
  14. 13 Jun, 2019 3 commits
    • red_car's avatar
      Lint tasks refactory (#250) · fe4814b0
      red_car authored
      * replace golangci-lint with govet and golint go-task task
      
      going in the direction of removing travis.ci in favour of drone io,
      and in order to have a clean linting check output, golangci-lint was
      removed because the output for this codebase was too confusing
      
      * refactor task check and add task check-legacy
      
      in order to be aligned with test task style we will have a legacy
      (ugly) lint output if requested and meanwhile  we will focus on the
      "new refactored part" of the code with lint and fmt to speed up
      the development and refactoring
      
      * removed go lint check for legacy lint task
      
      no need to be obsessed on linting for a module that will be properly
      refactored out from the legacy
      
      * add dynamic DEFAULT_TARGET generation list
      
      * replace golangci-lint with simple go-task check
      
      * fix upload for integ and unit test in codeconv.io
      
      * raise to 10m test timeput for unit and integ tests
      
      * add task test-unit-race to specificly run unit test with rece condition
      detection
      
      in order to do not slow down testing too much also because we do not
      have particular race conditions to detect at the moment
      
      * clean from drone configuration and related dockerfiles
      
      * add missing documentation temporary comment to make linter happy
      
      this is a FIXME commit, in next months all the FIXMEDOCS placeholders
      must be replaced with proper documentation
      fe4814b0
    • Massimiliano Pippi's avatar
      Split test tasks (#249) · bb7a5db3
      Massimiliano Pippi authored
      * split legacy tests
      
      * explicitly run legacy test on master
      bb7a5db3
    • Massimiliano Pippi's avatar
      configure dependabot (#248) · 65a4fded
      Massimiliano Pippi authored
      65a4fded