1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-13 11:21:47 +03:00
Commit Graph

3735 Commits

Author SHA1 Message Date
03a76407e5 Add CI workflow to validate Taskfiles
On every push or pull request that affects the repository's Taskfiles, and periodically, validate them
against the JSON schema.
2021-07-15 09:38:58 -07:00
94d4c58230 Add CI workflow to check for Prettier formatting compliance
On every push and pull request that affects relevant files, check whether the formatting of supported
files is compliant with the Prettier style.
2021-07-15 09:38:58 -07:00
93f71bd038 Add CI workflow to lint and check formatting of Go code
On every push and pull request that affects relevant files, check the Go module for:

- Common detectable errors in the code.
- Use of outdated APIs
- Code style violations
- Code formatting inconsistency
- Misconfiguration
2021-07-15 09:38:58 -07:00
71ea0c6d07 Add CI workflow to lint and check formatting of Python files
On every push and pull request that affects relevant files, run flake8 to check the Python files of
the repository for issues and black to check formatting.

The .flake8 file is used to configure flake8:
https://flake8.pycqa.org/en/latest/user/configuration.html
2021-07-15 09:38:58 -07:00
bd36fe6325 Add registry validator integration tests
On every push and pull request that affects relevant files, run the integration tests of the registry data file validator.
2021-07-15 09:38:58 -07:00
e9684fd277 Remove duplicate entries from registry data file
These were caught by the validator. They serve no purpose and make the file content more difficult to maintain since an
edit will be ignored it happens to be done to the entry that is filtered out.
2021-07-15 09:38:58 -07:00
f7c07a67cf Validate library registry data file format
On every push or pull request that modifies a relevant file, validate the data structure of registry.txt.
2021-07-15 09:32:50 -07:00
78fc6912b2 Add badge to readme for "Check General Formatting" workflow
This will make the status of the CI workflow visible at a glance to the repository maintainers, making it more likely to
bring their attention to any problems that might have developed.

I forgot to add this badge at the time I added the workflow, so playing catch up now.
2021-07-15 06:48:35 -07:00
ae8b566d07 Merge pull request #192 from per1234/production-check-general-formatting
Add CI workflow to check general file formatting in `production` branch
2021-07-15 00:17:33 -07:00
9124d6475d Add submission # 193
https://github.com/arduino/library-registry/pull/193
2021-07-15 05:29:38 +00:00
900b25859f Add CI workflow to check general file formatting
On every push, pull request, and periodically, check whether the repository's files are formatted according to
.editorconfig.
2021-07-14 17:16:29 -07:00
b6d2eeda00 Merge pull request #158 from per1234/update-MaquinitasParameters
Update URL and change name of "MaquinitasParameters"
2021-07-14 19:33:14 +02:00
62c92a0234 Merge pull request #182 from tfeldmann/patch-2
Change library name
2021-07-14 19:30:27 +02:00
7f878d3d27 Merge branch 'production' into patch-2 2021-07-14 18:49:08 +02:00
ec616bfec0 Add submission # 190
https://github.com/arduino/library-registry/pull/190
2021-07-14 10:55:05 +00:00
846af13f6d Add submission # 188
https://github.com/arduino/library-registry/pull/188
2021-07-13 20:11:26 +00:00
85853b6d89 Add submission # 185
https://github.com/arduino/library-registry/pull/185
2021-07-13 07:35:30 +00:00
cf753f43dc Add submission # 184
https://github.com/arduino/library-registry/pull/184
2021-07-12 16:46:54 +00:00
0c31e86c30 Change library name
Changed from "Schmitt trigger" to "SchmittTrigger".
This change is also done in the library's properties.
2021-07-12 17:21:06 +02:00
e605da081e Add submission # 181
https://github.com/arduino/library-registry/pull/181
2021-07-12 14:50:14 +00:00
4141bb05a3 Add submission # 180
https://github.com/arduino/library-registry/pull/180
2021-07-12 11:27:38 +00:00
9e0a9240af Add submission # 178
https://github.com/arduino/library-registry/pull/178
2021-07-11 08:41:53 +00:00
2edfff15a6 Add submission # 177
https://github.com/arduino/library-registry/pull/177
2021-07-11 07:10:33 +00:00
cb0ece45c7 Add submission # 176
https://github.com/arduino/library-registry/pull/176
2021-07-11 04:13:25 +00:00
d85f3548b7 Add submission # 175
https://github.com/arduino/library-registry/pull/175
2021-07-10 00:21:30 +00:00
2e377fe801 Add submission # 172
https://github.com/arduino/library-registry/pull/172
2021-07-09 07:50:05 +00:00
ecff5ac86b Add submission # 171
https://github.com/arduino/library-registry/pull/171
2021-07-08 20:45:44 +00:00
adae50ad11 Add submission # 170
https://github.com/arduino/library-registry/pull/170
2021-07-08 11:51:24 +00:00
818bb443e9 Add submission # 167
https://github.com/arduino/library-registry/pull/167
2021-07-07 15:32:51 +00:00
de85ecad2f Add submission # 166
https://github.com/arduino/library-registry/pull/166
2021-07-07 13:33:26 +00:00
774e8a4cc9 Add submission # 165
https://github.com/arduino/library-registry/pull/165
2021-07-07 13:30:32 +00:00
a1952924ea Add submission # 164
https://github.com/arduino/library-registry/pull/164
2021-07-07 12:42:05 +00:00
57c814ea43 Add submission # 163
https://github.com/arduino/library-registry/pull/163
2021-07-07 03:20:36 +00:00
c2824b9d4a Add submission # 162
https://github.com/arduino/library-registry/pull/162
2021-07-06 21:39:30 +00:00
a5857d19ce Add submission # 161
https://github.com/arduino/library-registry/pull/161
2021-07-06 19:28:41 +00:00
6f2d8bbb17 Add submission # 160
https://github.com/arduino/library-registry/pull/160
2021-07-06 08:19:12 +00:00
323613ff21 Update URL for "MaquinitasParams" 2021-07-06 00:04:16 -07:00
e02f8985ff Rename "MaquinitasParameters" to "MaquinitasParams" 2021-07-06 00:03:12 -07:00
997851a9ef Add submission # 157
https://github.com/arduino/library-registry/pull/157
2021-07-06 01:22:58 +00:00
79d7783b4b Add submission # 156
https://github.com/arduino/library-registry/pull/156
2021-07-06 00:51:33 +00:00
d4e4e2116a Add submission # 155
https://github.com/arduino/library-registry/pull/155
2021-07-05 13:04:27 +00:00
35e7d5e887 Add submission # 154
https://github.com/arduino/library-registry/pull/154
2021-07-05 12:34:54 +00:00
6a23e341fb Add submission # 153
https://github.com/arduino/library-registry/pull/153
2021-07-05 08:26:42 +00:00
5bbf0eea3b Add submission # 152
https://github.com/arduino/library-registry/pull/152
2021-07-04 12:34:08 +00:00
c2f391d2b5 Add submission # 149
https://github.com/arduino/library-registry/pull/149
2021-07-02 03:24:32 +00:00
c319c1c264 Add submission # 148
https://github.com/arduino/library-registry/pull/148
2021-07-01 21:13:14 +00:00
adaa83e8a8 Add submission # 147
https://github.com/arduino/library-registry/pull/147
2021-07-01 11:01:48 +00:00
1b33a53d44 Add submission # 146
https://github.com/arduino/library-registry/pull/146
2021-07-01 10:23:05 +00:00
56ec1d6219 Add submission # 145
https://github.com/arduino/library-registry/pull/145
2021-07-01 08:12:44 +00:00
287b95675b Update BBQ10Keyboard URL 2021-06-30 07:51:43 -07:00