Skip to content
Permalink
devel

Commits on Dec 24, 2020

  1. add virustotal scan to CI release workflow (#580)

    * add virustotal scan to CI release workflow
    
    * use analysis output from virustotal action to put links in release body
    
    * refactor release body (use dropdown: less confusing for the user)
    umbynos committed Dec 24, 2020

Commits on Dec 21, 2020

  1. fix wrongly set windows version variable

    `task build-win TAG_VERSION=${GITHUB_REF##*/}` is not working on win
    umbynos committed Dec 21, 2020

Commits on Dec 18, 2020

  1. fix wrong Agent version

    umbynos committed Dec 18, 2020

Commits on Dec 17, 2020

  1. Add crash-report capabilities (#574)

    * change approach: redirect stderr to file instead using defer
    
    * update gin dependency because of gin-gonic/gin#1571
    
    * set default logger to stdout. (stderr is currently redirected to file)
    
    * save crash-report to newly created `logs/` folder
    
    * add enable/disable crash-report generation (default off)
    
    * add entry in trayicon's menu to remove crash-reports (if there are any)
    
    * CI polishing, add win64, update macOS min version  (#578)
    umbynos committed Dec 17, 2020

Commits on Dec 11, 2020

  1. revert to building minimum version for mac to 10.9 & separate step fo…

    …r mac (#576)
    umbynos committed Dec 11, 2020

Commits on Dec 4, 2020

  1. Update status bar icons (#575)

    * Update Linux icon
    
    * Update Mac icon
    
    * Update Windows icon
    
    * Add default output filename
    sebromero committed Dec 4, 2020

Commits on Nov 27, 2020

Commits on Nov 25, 2020

  1. Publish release on arduino download servers (#570)

    * add workaround step to check semver and trigger prerelease
    
    * add "release on download servers" step
    
    * rm useless _ArduinoCreateAgent*.dmg mac file
    
    * use version (maj.min) instead of (maj.min.bugf)
    
    * finalize workflow (s3 download path will be overwritten)
    umbynos committed Nov 25, 2020

Commits on Nov 18, 2020

  1. Port installer generation to github actions (#562)

    * add a new release workflow 📦 
    
    * add `build_cli` to Taskfile to support `_cli` binary generation only 🏗️ 
    
    * move win env vars from Taskfile to workflow 
    
    * standardize test.yaml to release.yaml
    
    * remove old upload artifact no longer needed in test workflow
    
    Co-authored-by: Maurizio Branca <[email protected]>
    umbynos and zmoog committed Nov 18, 2020

Commits on Nov 9, 2020

  1. add workflow to check certs expiring date (#569)

    * add workflow to check expiration date of certs, thx @per1234
    
    * remove debug
    umbynos committed Nov 9, 2020

Commits on Nov 3, 2020

Commits on Oct 29, 2020

  1. fix version and commit sha in tray menu (#563)

    * fix commit version not being passed correctly during compile process
    
    * add tag and polishing
    umbynos committed Oct 29, 2020

Commits on Oct 27, 2020

  1. add ci step to upload artifacts (#561)

    * add ci step to upload artifacts
    
    * add ls
    
    * fix for win
    
    * Revert "add ls"
    
    This reverts commit c74ad14.
    umbynos committed Oct 27, 2020

Commits on Oct 23, 2020

  1. Introduce templates for issues and PR (#560)

    * Introduce templates for issues
    
    * enhancement
    
    * Create pull_request_template.md
    umbynos committed Oct 23, 2020

Commits on Oct 13, 2020

  1. CI: add test workflow (#559)

    * Add test workflow
    
    * Update go fmt
    
    * Fix go 1.14+ compatibility issue
    
    * Fix linter complaint
    
    * Add install linux packages
    
    * Try to fix dependencies install
    
    * Try to fix dependencies install (2)
    
    * Try to fix dependencies install (3)
    
    * Try to fix dependencies install (4)
    
    * Inspect error
    
    * Add more debug info 😔
    
    * Add more debug info 😔
    
    * Uncomment 'Disable EOL conversions'
    
    * Make test portable between go versions
    
    * Add missing urls and checksums for windowsamd64
    
    * Make download_test cross platform
    
    Fix an issue with the '/tmp' path on non-unix OSs
    
    * Switch to a fake username instead of the real one
    
    We can't use user home dir path as a subpath on Windows
    
    * Cleanup test workflow
    
    * Run test workflow on pull requests
    
    * Cleanup
    zmoog committed Oct 13, 2020

Commits on Aug 31, 2020

  1. Update config.ini

    we are now using https when developing locally too
    smellai committed Aug 31, 2020

Commits on Apr 14, 2020

  1. Merge pull request #551 from arduino/autoupdate

    Three-card trick for autoupdate on osx
    matteosuppo committed Apr 14, 2020

Commits on Apr 8, 2020

  1. Three card trick

    matteosuppo committed Apr 8, 2020

Commits on Apr 6, 2020

Commits on Apr 1, 2020

  1. Merge pull request #546 from arduino/mod

    Use modules
    matteosuppo committed Apr 1, 2020
  2. Merge pull request #544 from arduino/refactor_systray

    Refactor systray
    matteosuppo committed Apr 1, 2020

Commits on Mar 31, 2020

  1. Refactor systray

    In order to chase a bug which caused the windows version to fail
    to restart under some circumstances, I encapsulated the code
    regarding the trayicon in a package.
    
    The new version should be easier to mantain
    
    Signed-off-by: Matteo Suppo <[email protected]>
    matteosuppo committed Mar 31, 2020

Commits on Mar 30, 2020

  1. Merge pull request #543 from arduino/manifest

    Create manifest for windows and add instructions
    matteosuppo committed Mar 30, 2020
  2. Create manifest for windows and add instructions

    matteosuppo committed Mar 30, 2020

Commits on Mar 23, 2020

  1. Merge pull request #538 from sbhklr/sbhklr/ux-improvements

    UX Improvements
    rsora committed Mar 23, 2020

Commits on Mar 22, 2020

  1. Satisfy linter

    sebromero committed Mar 22, 2020
  2. Add clear log function

    sebromero committed Mar 22, 2020
Older
You can’t perform that action at this time.