- 07 Dec, 2021 7 commits
-
-
github-actions[bot] authored
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
Silvano Cerza authored
-
Silvano Cerza authored
-
Silvano Cerza authored
-
Silvano Cerza authored
-
Silvano Cerza authored
-
Silvano Cerza authored
i18n:check task used to verify only if the source en.po file was up to date. The new process instead verifies that all translations are up to date by downloading them directly from Transifex. The previous process was causing some issues since after uploading the en.po file Transifex would change its formatting, meaning when calling i18n:pull we would download a file containing the same information but formatted in a different way and that made the i18n:check command fail. By making the i18n:check task call i18n:pull instead of i18n:update we don't have issues with the formatting anymore. This change also covers a corner-case that would occur when the en.po file wasn't updated since a long time, the i18n:check wouldn't fail because the en.po was the same as before but that wouldn't mean that the translations were up to date with the latest from Transifex.
-
- 26 Nov, 2021 3 commits
-
-
Silvano Cerza authored
-
github-actions[bot] authored
* Updated translation files * Updated translation files Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Umberto Baldi <u.baldi@arduino.cc>
-
Silvano Cerza authored
-
- 23 Nov, 2021 2 commits
-
-
github-actions[bot] authored
* Updated translation files * Updated translation files Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: umbynos <umberto.baldi@edu.unito.it>
-
Cristian Maglie authored
* Compilation database: Do not give-up if prototype generation fails * Added tests * Compilation database: Do not give up after failing detection of libraries
-
- 22 Nov, 2021 2 commits
-
-
github-actions[bot] authored
* Updated translation files * fix translations Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Umberto Baldi <u.baldi@arduino.cc>
-
Umberto Baldi authored
* fix a regression introduced in be5022e0. `--input` flags were ignored partially revert "refactor sketch path calculation" in `upload.go` * fix test after f85513c6 * use `WarnDeprecatedFiles` to remove some code duplication
-
- 19 Nov, 2021 26 commits
-
-
Silvano Cerza authored
-
github-actions[bot] authored
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Silvano Cerza authored
-
Umberto Baldi authored
[breaking] uniform cli commands and flag
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
[breaking] replace `board attach <port|fqbn> <sketch-path>` with `board attach -b <fqbn> | -p <port> <sketh-path>`
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
move `DetectSkipPostInstallValue` in arguments package create `PostInstallFlags` struct in arguments package remove `listFlags` struct
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-
Umberto Baldi authored
-