Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-create-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 183a8b8
Choose a base ref
...
head repository: arduino/arduino-create-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81eb136
Choose a head ref
  • 8 commits
  • 18 files changed
  • 3 contributors

Commits on Dec 11, 2023

  1. Remove /certificate.crt endpoint (#858)

    * remove `/certificate.crt` endpoint. It seems to be unused.
    
    Has been added in 6e1d110 and #54
    
    * move from `text/template` to `html/template`
    
    because it already includes built-in Output Encoding capabilities.
    
    * remove obsolete test
    umbynos authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9a0e582 View commit details
    Browse the repository at this point in the history
  2. Bump actions/stale from 8 to 9 (#868)

    Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a9902be View commit details
    Browse the repository at this point in the history
  3. Bump github.com/arduino/go-paths-helper from 1.9.2 to 1.10.1 (#869)

    * Bump github.com/arduino/go-paths-helper from 1.9.2 to 1.10.1
    
    Bumps [github.com/arduino/go-paths-helper](https://github.com/arduino/go-paths-helper) from 1.9.2 to 1.10.1.
    - [Release notes](https://github.com/arduino/go-paths-helper/releases)
    - [Commits](arduino/go-paths-helper@v1.9.2...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/arduino/go-paths-helper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix license
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Umberto Baldi <u.baldi@arduino.cc>
    dependabot[bot] and umbynos authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e52bb00 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Bump GO to version 1.21 (#872)

    * bump go version used in workflows
    
    * bump version of go used in go mod
    umbynos authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9186c62 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sys from 0.14.0 to 0.15.0 (#861)

    * Bump golang.org/x/sys from 0.14.0 to 0.15.0
    
    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.15.0.
    - [Commits](golang/sys@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * update licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Umberto Baldi <u.baldi@arduino.cc>
    dependabot[bot] and umbynos authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9d362b2 View commit details
    Browse the repository at this point in the history
  3. replace test with a meaningful one

    The tools are the one coming with the cores installed in the builder
    umbynos committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4a6f967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872d230 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    81eb136 View commit details
    Browse the repository at this point in the history
Loading