Skip to content

Add logging cli flag #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2023
Merged

Add logging cli flag #10

merged 2 commits into from
Jul 12, 2023

Conversation

alessio-perugini
Copy link
Contributor

@alessio-perugini alessio-perugini commented Jul 12, 2023

Add log-level and verbose flags in case we want to print some logging in the plugin

@alessio-perugini alessio-perugini force-pushed the add-logging branch 2 times, most recently from afd6401 to d8dcea4 Compare July 12, 2023 11:09
@alessio-perugini alessio-perugini self-assigned this Jul 12, 2023
@alessio-perugini alessio-perugini requested a review from umbynos July 12, 2023 11:10
@alessio-perugini alessio-perugini added topic: code Related to content of the project itself type: enhancement Proposed improvement labels Jul 12, 2023
@alessio-perugini alessio-perugini merged commit 66fc6aa into main Jul 12, 2023
@alessio-perugini alessio-perugini deleted the add-logging branch July 12, 2023 14:02
umbynos added a commit to arduino/arduino-fwuploader that referenced this pull request Jul 13, 2023
umbynos added a commit to arduino/arduino-fwuploader that referenced this pull request Jul 13, 2023
umbynos added a commit to arduino/arduino-fwuploader that referenced this pull request Jul 13, 2023
umbynos added a commit to arduino/arduino-fwuploader that referenced this pull request Jul 13, 2023
cmaglie pushed a commit to arduino/arduino-fwuploader that referenced this pull request Jul 13, 2023
cmaglie added a commit to arduino/arduino-fwuploader that referenced this pull request Jul 14, 2023
* Removed useless 'required' tag

* Added fields for plugin system

* Made LatestFirmware a method of BoardIndex

* Fixed some linter warnings

* Tools required for plugins are now downloaded

* Created infrastructure for plugin based get-version

Equivalent code changes, no changes in behaviour

* Added FwPlugin object to ease access to fwuploader-plugins

* get-version now supports fwuploader-plugins

* Added license cache

* Better recording of errors from plugins

* Extracted function to exec fwuploader plugins

* Small cosmetic changes

- perform arg checks early
- removed unneeded err variable in function scope

* Another cosmetic change

* Prepared scaffolding for flash-firmware command using plugins

* Implemented plugin-based firmware upload

* Using packagemanager to handle package_index downloads

* Added additional index URLx flags to ease plugin development

* Added missing license data

* Allow file paths as additional 'urls'

* Verify signarure only on offical indexes

* Improve error messages and avoid panic in case of missing tool

* Avoid double buffering of command output in getFirmwareVersion

* Allow merging with overwrite

This means that additional indexex are allowed to overwrite official boards.

* Added plugin-based firmware index

* add support for arduino/fwuploader-plugin-helper#9 (#174)

* Created scaffolding to implement certificate upload via plugin

* Removed useless variable

* Avoid globals arguemnts in flash-certificate

* Factored function to scrape TLS certs from webserver

* Factored function to read certificates

* Small refactoring in cert building subroutines

* Factored function to encode certs as PEM

* Added certificate flash support for plugins

* fix licensed

* Make board override less strict

* Do not consider LICENSE files in plugins archive

* Fixed PEM decoding... 🤦

* pass `-v` and `--log-level` to plugin (#175)

* move vars to global

* add support for arduino/fwuploader-plugin-helper#10

* Update cli/common/common.go

Co-authored-by: Umberto Baldi <[email protected]>

* Renamed variable for clarity

---------

Co-authored-by: Umberto Baldi <[email protected]>
Co-authored-by: Umberto Baldi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants