- 17 Jul, 2019 7 commits
-
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
- 12 Jul, 2019 1 commit
-
-
Luca Cipriani authored
Turn Sketch commands into builder API functions
-
- 11 Jul, 2019 2 commits
-
-
Cristian Maglie authored
* Added arm64 support Fix #203 * Fixed typo in test
-
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.
-
- 10 Jul, 2019 2 commits
-
-
Massimiliano Pippi authored
- 09 Jul, 2019 3 commits
-
-
Massimiliano Pippi authored
-
Christian Weichel authored
Signed-off-by: Christian Weichel <christian.weichel@typefox.io>
-
Roberto Sora authored
A nightly jenkins pipeline is producing the artifacts in the links Removed links for arm64 build as at the time of this commit, arm64 builds are not supported
-
- 08 Jul, 2019 8 commits
-
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
- 05 Jul, 2019 5 commits
-
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
- 04 Jul, 2019 2 commits
-
-
Massimiliano Pippi authored
-
Massimiliano Pippi authored
-
- 02 Jul, 2019 1 commit
-
-
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
-
- 01 Jul, 2019 2 commits
- 26 Jun, 2019 1 commit
-
-
red_car authored
* Bump version to 0.3.7-alpha.preview * Update README.md with task definitions
-
- 17 Jun, 2019 1 commit
-
-
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
-
- 14 Jun, 2019 2 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 13 Jun, 2019 3 commits
-
-
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
-
Massimiliano Pippi authored
* split legacy tests * explicitly run legacy test on master
-
Massimiliano Pippi authored
-