An open API service providing repository metadata for many open source software ecosystems.

GitHub / arduino / arduino-create-agent

Arduino Cloud Agent

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arduino%2Farduino-create-agent
PURL: pkg:github/arduino/arduino-create-agent

Stars: 440
Forks: 150
Open issues: 53

License: agpl-3.0
Language: Go
Size: 12 MB
Dependencies parsed at: Pending

Created at: over 10 years ago
Updated at: 6 months ago
Pushed at: 6 months ago
Last synced at: 6 months ago

Commit Stats

Commits: 1090
Authors: 39
Mean commits per author: 27.95
Development Distribution Score: 0.787
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/arduino/arduino-create-agent

Topics: arduino

Funding Links https://github.com/sponsors/arduino, https://www.arduino.cc/en/Main/Donate

Releases
1.5.0-rc1

1.5.0-rc1 Pre-release

Changelog

222a505 Manage the HTTPS certificate from the menu and ask Safari users to install it at startup (#941)
bf5b8e4 Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#948)
6cbc955 Bump golang.org/x/sys from 0.19.0 to 0.20.0 (#947)

over 1 year ago
Download
1.4.1

1.4.1

Changelog

2d6395d Bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 (#945)
e78d618 Bump goa.design/goa/v3 from 3.15.2 to 3.16.1 (#937)
01c2e3e Bump golang.org/x/sys from 0.18.0 to 0.19.0 (#934)
d9135cd Improve the “Debug Console” to add functionality and fix bugs (#944)
a462190 Another round of code clean-up (#940)
c42fcd7 Restore functionality of ‘is_open’ field in portlist (#939)
8e28a0c Removed unnecessary use of channels (#938)
51f4ee4 Remove existing certificates from the keychain (#933)
b0a9091 move tests using staging index to production one (#932)

over 1 year ago
Download
1.4.1-rc1

1.4.1-rc1 Pre-release

Changelog

2d6395d Bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 (#945)
e78d618 Bump goa.design/goa/v3 from 3.15.2 to 3.16.1 (#937)
01c2e3e Bump golang.org/x/sys from 0.18.0 to 0.19.0 (#934)
d9135cd Improve the “Debug Console” to add functionality and fix bugs (#944)
a462190 Another round of code clean-up (#940)
c42fcd7 Restore functionality of ‘is_open’ field in portlist (#939)
8e28a0c Removed unnecessary use of channels (#938)
51f4ee4 Remove existing certificates from the keychain (#933)
b0a9091 move tests using staging index to production one (#932)

over 1 year ago
Download
1.4.0

1.4.0

Changelog

b213179 move tests using staging index to production one
f6a4740 Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 (#930)
a7857dd Bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.0 to 1.1.0-alpha.2 (#922)
4deb642 Bump goa.design/goa/v3 from 3.14.6 to 3.15.2 (#921)
4bd6852 Bump github.com/gin-contrib/cors from 1.5.0 to 1.7.0 (#917)
b3df25c Bump geekyeggo/delete-artifact from 2 to 5 (#924)
8885398 Bump codecov/codecov-action from 3 to 4 (#831)
35cb0e6 change label and url in the tray icon menu (#929)
5e37994 Implementation of port discovery through Pluggable discovery (#900)
ef266fa Add new items to the accepted CORS and remove register.arduino.cc (#926)
236fab6 Fix checksum doesn't match error (#923)
b350f56 change default value of indexURL to package_index.json
135f425 move Index init after reading the ini config
0e8c053 Add register.arduino.cc to the accepted extra origins (#915)
0b4a24a Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#912)
325f7a4 Remove tests that cannot be run (#909)

over 1 year ago
Download
1.4.0-rc1

1.4.0-rc1 Pre-release

Changelog

f6a4740 Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 (#930)
a7857dd Bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.0 to 1.1.0-alpha.2 (#922)
4deb642 Bump goa.design/goa/v3 from 3.14.6 to 3.15.2 (#921)
4bd6852 Bump github.com/gin-contrib/cors from 1.5.0 to 1.7.0 (#917)
b3df25c Bump geekyeggo/delete-artifact from 2 to 5 (#924)
8885398 Bump codecov/codecov-action from 3 to 4 (#831)
35cb0e6 change label and url in the tray icon menu (#929)
5e37994 Implementation of port discovery through Pluggable discovery (#900)
ef266fa Add new items to the accepted CORS and remove register.arduino.cc (#926)
236fab6 Fix checksum doesn't match error (#923)
b350f56 change default value of indexURL to package_index.json
135f425 move Index init after reading the ini config
0e8c053 Add register.arduino.cc to the accepted extra origins (#915)
0b4a24a Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#912)
325f7a4 Remove tests that cannot be run (#909)

over 1 year ago
Download
1.3.9

1.3.9

Changelog

457b294 Allow the user to specify {fqbn} parameter in the commandline (#905)
16f322f replace library used to interact with tray bar (#721)
9f1405e Bump arduino/setup-task from 1 to 2
d2079d1 Fix failure to execute tool post-install script on Windows
6aa8183 agent-version.json is pushed on downloads bucket now, and minor enhancements (#896)
bf62053 Improve the README section about Apple silicon support (#895)

over 1 year ago
Download
1.3.9-rc1

1.3.9-rc1 Pre-release

Changelog

7d5a287 replace create-release deprecated action with the same one used in the cli
09306c4 set permissions for the entire workflow
fc99916 fix environment
934dd0b fix permissions
859df0f followup of #901, fix CI
457b294 Allow the user to specify {fqbn} parameter in the commandline (#905)
16f322f replace library used to interact with tray bar (#721)
9f1405e Bump arduino/setup-task from 1 to 2
d2079d1 Fix failure to execute tool post-install script on Windows
6aa8183 agent-version.json is pushed on downloads bucket now, and minor enhancements (#896)
bf62053 Improve the README section about Apple silicon support (#895)

over 1 year ago
Download