1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-12 00:01:48 +03:00
Commit Graph

3724 Commits

Author SHA1 Message Date
2d9033b5dc Add submission # 376
https://github.com/arduino/library-registry/pull/376
2021-08-20 23:50:23 +00:00
4871a2701e Add submission # 380
https://github.com/arduino/library-registry/pull/380
2021-08-20 15:03:45 +00:00
4ae1ce60f1 Add submission # 378
https://github.com/arduino/library-registry/pull/378
2021-08-20 08:14:43 +00:00
dd54cf1f9c Add submission # 377
https://github.com/arduino/library-registry/pull/377
2021-08-20 07:13:34 +00:00
40dff3376a Add submission # 375
https://github.com/arduino/library-registry/pull/375
2021-08-20 02:49:09 +00:00
4559ba559b Add submission # 372
https://github.com/arduino/library-registry/pull/372
2021-08-19 03:20:24 +00:00
2de6f2413a Add submission # 371
https://github.com/arduino/library-registry/pull/371
2021-08-19 02:07:52 +00:00
b4dad0cf07 Add submission # 370
https://github.com/arduino/library-registry/pull/370
2021-08-18 23:01:59 +00:00
82be72237b Add submission # 369
https://github.com/arduino/library-registry/pull/369
2021-08-18 09:56:18 +00:00
b2f1c43304 Add submission # 366
https://github.com/arduino/library-registry/pull/366
2021-08-18 09:01:07 +00:00
e8493e8ba6 Add submission # 365
https://github.com/arduino/library-registry/pull/365
2021-08-17 19:02:01 +00:00
614a7a8536 Add submission # 364
https://github.com/arduino/library-registry/pull/364
2021-08-17 10:16:20 +00:00
d60429217f Add submission # 362
https://github.com/arduino/library-registry/pull/362
2021-08-16 17:57:34 +00:00
105aa726bc Add submission # 361
https://github.com/arduino/library-registry/pull/361
2021-08-16 00:44:25 +00:00
b434f2ca33 Add submission # 360
https://github.com/arduino/library-registry/pull/360
2021-08-15 06:37:40 +00:00
b3f5b32428 Merge pull request #358 from per1234/extendable-check-go
Make "Check Go" workflow module path support extendable
2021-08-13 01:26:46 -07:00
992a462a82 Merge pull request #357 from per1234/sync-ci
Sync CI assets to their "templates"
2021-08-13 01:26:00 -07:00
d059615a93 Add submission # 359
https://github.com/arduino/library-registry/pull/359
2021-08-13 07:45:34 +00:00
a6634af0c7 Make "Check Go" workflow module path support extendable
Since it is not a primary component of the project, I puth the registry validator Go module in a subfolder of the
repository. The standardized Arduino tooling project "assets" at that time were designed for the more common project
structure of the module in the repository root. This meant some small modifications to the assets were required in order
to make them applicable to this repository's structure.

Since that time, the standardized assets have been improved so they can support arbitrary Go module locations, as is
needed here. A different approach was taken in order to also support any number of modules. Although this particular
repository is not likely to gain multiple modules, that is needed by other projects, and so it is a better approach in
general.
2021-08-12 19:03:58 -07:00
afd37f5924 Fix formatting of license header comment text
It looks like the formatting of the license header comments in Python files was corrupted at some point by the file being
formatted as a different language (likely Go).
2021-08-12 17:05:33 -07:00
4ebe9b7759 Add Git configuration files to template .editorconfig
The `.gitmodules` file defines the properties of a repository's submodules. The file automatically generated by Git
submodule commands use tabs for indentation.

It uses the same file format as the Git configuration file (e.g., `.gitconfig`). Even though the `.gitconfig` file is not
likely to be found under the repository tree, it's possible the `.editorconfig` might end up being used outside the
project specific scope so I added it to the file pattern.
2021-08-12 16:55:43 -07:00
74dd4052ee Use workflow variables for tool versions in "Check YAML" workflow
Placement of this information at the top of the file, where it is easy to find and edit, facilitates updates to the
workflows as the tool version used for project development are bumped periodically.
2021-08-12 16:46:13 -07:00
3cfbbcff7d Use standardized step name in "Test Integration" workflow
These are the naming conventions established in the standardized template workflow.

The application's name is "Task", with "taskfile" being its configuration file. So the previous "Install Taskfile" step
name was inaccurate.
2021-08-12 16:46:13 -07:00
720e8d1c4b Add submission # 356
https://github.com/arduino/library-registry/pull/356
2021-08-12 13:27:10 +00:00
da160d0de3 Add submission # 355
https://github.com/arduino/library-registry/pull/355
2021-08-12 09:16:16 +00:00
f76fa1f199 Merge pull request #354 from per1234/bump-go
Use Go 1.16 for registry validator
2021-08-11 07:42:21 -07:00
be8b1a06f4 Use Go 1.16 for registry validator
1.16 is now the preferred Go version for all Arduino tooling projects.

The update from Go 1.14 to 1.16 broke the task that runs golint. The good news is that the new `go install` command
eliminates the need for the workaround of running the `go get golang.org/x/lint/golint` command from outside the project
path.

The bad news is the `go list` command used to get the path of the golint installation does not work in the "module-aware
mode" that is now the default. In the end, I gave up on making the task work as before. I think it's better to require
the user to install golint and put the installation in the system `PATH`, displaying a helpful message when this has not
been done.
2021-08-11 04:16:38 -07:00
55685a7ab1 Add submission # 351
https://github.com/arduino/library-registry/pull/351
2021-08-11 07:09:33 +00:00
f28f82736e Add submission # 350
https://github.com/arduino/library-registry/pull/350
2021-08-11 06:17:05 +00:00
8eca7e50f0 Add submission # 349
https://github.com/arduino/library-registry/pull/349
2021-08-11 05:02:59 +00:00
8af5bdbf25 Add submission # 348
https://github.com/arduino/library-registry/pull/348
2021-08-11 01:18:22 +00:00
0eb4b2da17 Update name of "I2CHelper"
Resolves https://github.com/arduino/library-registry/issues/346
2021-08-10 03:59:13 -07:00
2726ae8646 Add submission # 345
https://github.com/arduino/library-registry/pull/345
2021-08-09 20:31:32 +00:00
f9720af4d1 Add submission # 344
https://github.com/arduino/library-registry/pull/344
2021-08-09 16:00:30 +00:00
5767449691 Update registry.txt 2021-08-09 07:03:45 -07:00
61c36d02d4 Merge pull request #341 from arduino/dependabot/pip/production/pep8-naming-0.12.1
Bump pep8-naming from 0.12.0 to 0.12.1
2021-08-08 18:42:29 -07:00
0beb85e1a8 Bump pep8-naming from 0.12.0 to 0.12.1
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: pep8-naming
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 01:37:37 +00:00
e439992bce Add submission # 340
https://github.com/arduino/library-registry/pull/340
2021-08-08 21:45:10 +00:00
2ede2137db Add submission # 339
https://github.com/arduino/library-registry/pull/339
2021-08-07 20:50:57 +00:00
4f67add658 Add submission # 337
https://github.com/arduino/library-registry/pull/337
2021-08-07 18:40:34 +00:00
5da5e98dab Add submission # 336
https://github.com/arduino/library-registry/pull/336
2021-08-07 15:31:30 +00:00
39b51dff9e Remove "UULM-MCP23008"
https://github.com/arduino/library-registry/pull/334
2021-08-07 06:25:13 -07:00
b1993c19f0 Add submission # 333
https://github.com/arduino/library-registry/pull/333
2021-08-07 03:01:14 +00:00
3879614c62 Add submission # 329
https://github.com/arduino/library-registry/pull/329
2021-08-05 13:30:11 +00:00
93a7f926e2 Add submission # 327
https://github.com/arduino/library-registry/pull/327
2021-08-05 07:46:58 +00:00
60f9a024a5 Add submission # 324
https://github.com/arduino/library-registry/pull/324
2021-08-05 04:53:08 +00:00
78b60cf398 Add submission # 323
https://github.com/arduino/library-registry/pull/323
2021-08-04 23:26:29 +00:00
908577723a Add submission # 322
https://github.com/arduino/library-registry/pull/322
2021-08-04 17:03:28 +00:00
a8b172f61c Add submission # 320
https://github.com/arduino/library-registry/pull/320
2021-08-04 14:04:39 +00:00
ebe19589ac Add submission # 319
https://github.com/arduino/library-registry/pull/319
2021-08-04 06:28:09 +00:00