1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-30 06:24:50 +03:00

4176 Commits

Author SHA1 Message Date
ArduinoBot
b3598bc865 Add submission # 619
https://github.com/arduino/library-registry/pull/619
2021-10-28 18:52:36 +00:00
ArduinoBot
0202a30f96 Add submission # 618
https://github.com/arduino/library-registry/pull/618
2021-10-28 16:31:28 +00:00
ArduinoBot
423dc5327c Add submission # 617
https://github.com/arduino/library-registry/pull/617
2021-10-28 15:49:46 +00:00
ArduinoBot
6acf9b7592 Add submission # 616
https://github.com/arduino/library-registry/pull/616
2021-10-27 23:07:55 +00:00
ArduinoBot
a1c13b6fea Add submission # 615
https://github.com/arduino/library-registry/pull/615
2021-10-27 21:38:23 +00:00
ArduinoBot
e9b4a37aa7 Add submission # 614
https://github.com/arduino/library-registry/pull/614
2021-10-26 00:28:15 +00:00
ArduinoBot
59d3959a08 Add submission # 613
https://github.com/arduino/library-registry/pull/613
2021-10-25 14:29:50 +00:00
ArduinoBot
097f005cab Add submission # 612
https://github.com/arduino/library-registry/pull/612
2021-10-25 09:10:28 +00:00
ArduinoBot
7999ecd151 Add submission # 611
https://github.com/arduino/library-registry/pull/611
2021-10-25 06:31:06 +00:00
ArduinoBot
70022ba6df Add submission # 610
https://github.com/arduino/library-registry/pull/610
2021-10-25 01:59:40 +00:00
ArduinoBot
50acb78072 Add submission # 609
https://github.com/arduino/library-registry/pull/609
2021-10-24 18:50:33 +00:00
ArduinoBot
67c62a9d89 Add submission # 608
https://github.com/arduino/library-registry/pull/608
2021-10-23 03:09:36 +00:00
ArduinoBot
0a6c1c68c2 Add submission # 607
https://github.com/arduino/library-registry/pull/607
2021-10-22 21:24:31 +00:00
ArduinoBot
9d732a3ac4 Add submission # 606
https://github.com/arduino/library-registry/pull/606
2021-10-22 04:16:55 +00:00
ArduinoBot
c70a442bbd Add submission # 605
https://github.com/arduino/library-registry/pull/605
2021-10-21 20:18:08 +00:00
ArduinoBot
95f02ba49e Add submission # 604
https://github.com/arduino/library-registry/pull/604
2021-10-21 14:15:54 +00:00
ArduinoBot
f3039f8330 Add submission # 602
https://github.com/arduino/library-registry/pull/602
2021-10-21 05:22:45 +00:00
ArduinoBot
d27105c264 Add submission # 600
https://github.com/arduino/library-registry/pull/600
2021-10-21 02:38:33 +00:00
ArduinoBot
089e907b4b Add submission # 599
https://github.com/arduino/library-registry/pull/599
2021-10-20 14:58:23 +00:00
ArduinoBot
6fb4cb6e5b Add submission # 597
https://github.com/arduino/library-registry/pull/597
2021-10-20 06:38:05 +00:00
ArduinoBot
01ca79b6b7 Add submission # 596
https://github.com/arduino/library-registry/pull/596
2021-10-20 00:22:38 +00:00
ArduinoBot
238610cfc8 Add submission # 595
https://github.com/arduino/library-registry/pull/595
2021-10-19 16:30:24 +00:00
ArduinoBot
1d31015f0d Add submission # 594
https://github.com/arduino/library-registry/pull/594
2021-10-19 16:24:11 +00:00
ArduinoBot
88bedd657b Add submission # 591
https://github.com/arduino/library-registry/pull/591
2021-10-18 19:02:54 +00:00
ArduinoBot
8e6f43ba3d Add submission # 590
https://github.com/arduino/library-registry/pull/590
2021-10-18 18:33:57 +00:00
ArduinoBot
2ae786b0e9 Add submission # 589
https://github.com/arduino/library-registry/pull/589
2021-10-16 07:06:38 +00:00
per1234
d18989969b
Merge pull request #581 from per1234/check-dependencies
Add CI workflow to check for unapproved Go dependency licenses
2021-10-15 14:13:15 -07:00
ArduinoBot
c39b954eb0 Add submission # 588
https://github.com/arduino/library-registry/pull/588
2021-10-15 16:54:03 +00:00
ArduinoBot
53a9775ceb Add submission # 587
https://github.com/arduino/library-registry/pull/587
2021-10-15 08:00:28 +00:00
ArduinoBot
3f8a34d500 Add submission # 586
https://github.com/arduino/library-registry/pull/586
2021-10-15 05:43:39 +00:00
ArduinoBot
cfa876e7f1 Add submission # 585
https://github.com/arduino/library-registry/pull/585
2021-10-14 12:13:11 +00:00
ArduinoBot
251f242aaf Add submission # 584
https://github.com/arduino/library-registry/pull/584
2021-10-14 09:01:07 +00:00
ArduinoBot
99878558ce Add submission # 583
https://github.com/arduino/library-registry/pull/583
2021-10-13 22:53:52 +00:00
ArduinoBot
adf2f52887 Add submission # 582
https://github.com/arduino/library-registry/pull/582
2021-10-13 10:59:30 +00:00
per1234
863759cbd3 Manually define dependency license metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based
on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases
where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in
the `.licenses` folder manually.

The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
2021-10-12 18:06:54 -07:00
per1234
ade7b9d044 Make initial commit of dependency license metadata
The `.licenses` folder contains a cache of license metadata for all the project's Go dependencies. This serves two purposes:

- Allow the Licensed dependency license checker tool to only check licenses when a dependency is added or updated
- Allow the maintainer to manually define license metadata when the licensee tool is unable to automatically detect it
2021-10-12 18:06:54 -07:00
per1234
3b10690471 Add CI workflow to check for unapproved Go dependency licenses
A task and GitHub Actions workflow are provided here for checking the license types of Go project dependencies.

On every push and pull request that affects relevant files, the CI workflow will check:

- If the dependency licenses cache is up to date
- If any of the project's dependencies have an unapproved license type.

Approval can be based on:

- Universally allowed license type
- Individual dependency
2021-10-12 18:06:53 -07:00
per1234
abcbca9dae
Remove "UULM-MCP23008-CORE" 2021-10-12 08:53:40 -07:00
ArduinoBot
6a20f828c7 Add submission # 576
https://github.com/arduino/library-registry/pull/576
2021-10-12 11:17:18 +00:00
per1234
b8abf347d4 License the registry validation tool as AGPL 3.0 (or later)
I neglected to document the licensing of the tool used to validate the registry file. This is now remedied and the
"Check License" workflow has been configured to also verify its license file is machine readable as AGPL 3.0.
2021-10-11 17:37:10 -07:00
ArduinoBot
2d2947d783 Add submission # 574
https://github.com/arduino/library-registry/pull/574
2021-10-11 16:56:12 +00:00
ArduinoBot
26c33351ff Add submission # 573
https://github.com/arduino/library-registry/pull/573
2021-10-11 11:32:57 +00:00
ArduinoBot
a94e5d1d14 Add submission # 572
https://github.com/arduino/library-registry/pull/572
2021-10-11 08:50:53 +00:00
ArduinoBot
ffa84b7e6f Add submission # 571
https://github.com/arduino/library-registry/pull/571
2021-10-10 17:05:11 +00:00
ArduinoBot
8584b3db7b Add submission # 570
https://github.com/arduino/library-registry/pull/570
2021-10-10 02:44:50 +00:00
ArduinoBot
1a39f6d13b Add submission # 569
https://github.com/arduino/library-registry/pull/569
2021-10-09 17:23:07 +00:00
ArduinoBot
011b15d155 Add submission # 568
https://github.com/arduino/library-registry/pull/568
2021-10-09 05:37:19 +00:00
ArduinoBot
3d547d3d48 Add submission # 567
https://github.com/arduino/library-registry/pull/567
2021-10-08 14:36:00 +00:00
ArduinoBot
291504dc4d Add submission # 566
https://github.com/arduino/library-registry/pull/566
2021-10-08 14:25:18 +00:00
ArduinoBot
a2a72c8e85 Add submission # 565
https://github.com/arduino/library-registry/pull/565
2021-10-08 01:07:44 +00:00