1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-08-07 09:02:56 +03:00
Commit Graph

3068 Commits

Author SHA1 Message Date
OkbaO
a4022ac21c Update repositories.txt (#3281) 2023-09-01 10:57:54 +00:00
Rob Tillaart
970e62d090 Update repositories.txt (#3280)
Arduino library for DFRobotics MP3 player and compatibles.
2023-08-31 20:05:54 +00:00
Bonezegei
14c8e788bb Update repositories.txt (#3279) 2023-08-31 11:34:56 +00:00
TF Maker Shop
0f869c6243 MiniPLC_FX2N (#3278)
* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

---------

Co-authored-by: per1234 <accounts@perglass.com>
2023-08-31 02:18:31 +00:00
Madi Chodikov
3b7663bcc2 add SparkFun TMAG5273 (#3277) 2023-08-30 20:09:05 +00:00
Rob Tillaart
d3488410e4 Update repositories.txt (#3276)
Experimental library for elementary math of mixing water with different temperatures.
2023-08-30 14:25:17 +00:00
MatteoPologruto
681b1f8456 Merge pull request #3263 from PushDisDev/main
Update repositories.txt
2023-08-30 15:55:39 +02:00
Nguyễn Đức Tiến
e86a5165af Update for Soict_IoT_Labs (#3275)
https://github.com/neittien0110/Soict_IoT_Labs
2023-08-30 11:49:05 +00:00
Bonezegei
218151341b Update repositories.txt (#3274) 2023-08-30 10:29:53 +00:00
Rob Tillaart
edd3b5011a Update repositories.txt (#3272)
Add VolumeConverter class to convert and add different volume units.
2023-08-29 18:31:44 +00:00
Nicolas BONNIOT
308f3a2155 Update repositories.txt (#3271) 2023-08-29 14:17:43 +00:00
webseitz
06da4c8a66 Update repositories.txt (#3270) 2023-08-29 14:11:55 +00:00
Yasir Shahzad
a38f063441 Update repositories.txt (#3269) 2023-08-28 20:30:36 +00:00
Bonezegei
b96f58522d Update repositories.txt (#3268) 2023-08-28 13:12:03 +00:00
Eric Andrechek
799b755ece Add ENGR100-980 (#3267) 2023-08-28 02:48:08 +00:00
Rob Tillaart
2a3d437ba8 Update repositories.txt (#3265)
Add library for AD9833 waveform generator.
2023-08-27 18:28:11 +00:00
PushDis!
20e453468a Update repositories.txt
PushDis project canceled
2023-08-27 15:58:21 +02:00
Christopher J Mallery
0a1163cd60 Update repositories.txt (#3261) 2023-08-27 02:05:26 +00:00
Victor Kalenda
31242a6fc0 Update repositories.txt (#3260) 2023-08-27 01:16:53 +00:00
Alessio Occhipinti
653fd70d27 Update repositories.txt (#3259) 2023-08-25 11:56:29 +00:00
Xylopyrographer
0919382025 Update repositories.txt (#3258)
Add https://github.com/Xylopyrographer/BooleanButton
2023-08-24 21:52:11 +00:00
Holger Lembke
b5a60891b8 https://github.com/holgerlembke/ESPFMfGK (#3257) 2023-08-24 18:59:25 +00:00
thekakester
a57b88a60d Added LoraSx1262 Radio Library (#3255) 2023-08-24 16:16:01 +00:00
Nathanne Isip
c3507be8ac Update repositories.txt (#3253) 2023-08-23 17:27:20 +00:00
Nathanne Isip
b5d3c64e24 Update repositories.txt (#3252) 2023-08-23 17:26:56 +00:00
MatteoPologruto
5bfcb82656 Merge pull request #3233 from Tinyu-Zhao/Tinyu-Zhao-patch-1-1
Delete MODULE_GRBL13.2
2023-08-23 13:53:26 +02:00
BestModules-cn
02deffa66a Update repositories.txt (#3251) 2023-08-23 06:08:03 +00:00
Yasir Shahzad
d931825b39 Update repositories.txt (#3248) 2023-08-23 05:33:25 +00:00
Fellipe Couto
54998b984d Update repositories.txt (#3249)
Add https://github.com/fellipecouto/ButtonControl
2023-08-22 23:05:49 +00:00
Eric Andrechek
a9fa940093 Added TinyGPSMinus (#3247)
Added the [TinyGPSMinus](https://github.com/EricAndrechek/TinyGPSMinus) Library
2023-08-22 21:19:31 +00:00
Max
fc89572ebe Update repositories.txt (#3246) 2023-08-22 11:50:24 +00:00
VEGA-Processor
bc7c4d5a8d Update repositories.txt (#3245) 2023-08-22 08:33:14 +00:00
per1234
07ee93002c Merge pull request #3242 from per1234/fix-submission-procedure
Adjust submission procedure documentation to get correct PR base repo
2023-08-22 00:27:10 -07:00
per1234
a20d5cfbd7 Add Henhen1227's BluetoothSerial Library (#3244)
Co-authored-by: Henry Abrahamsen <32469043+hen1227@users.noreply.github.com>
2023-08-22 06:40:25 +00:00
per1234
262505d9bf Update repositories.txt (#3243)
added https://github.com/ripred/MyKeywords library

Co-authored-by: Trent M. Wyatt <trent@trentwyatt.com>
2023-08-22 06:37:12 +00:00
per1234
19ab8cfd33 Adjust submission procedure documentation to get correct PR base repo
The goal is to make it possible for any community member to submit libraries to the registry, regardless of their level
of relevant technical expertise. For this reason, the project documentation includes a detailed and comprehensive set of
instructions for submitting a library.

Since the time these instructions were written, a regression was introduced into the GitHub website:

When creating a commit via the GitHub web interface, the dialog allows the user to select which branch the commit should
be made to. Typically this includes two options:

- "Commit directly to the <target branch> branch"
  (where "<target branch>" is the branch the user had selected when they initiated the procedure)
- "Create a new branch for this commit and start a pull request"

If the branch protection rules configured for the target prevent the user from committing to that branch, then the first
of the options is removed (which is the appropriate behavior).

Following GitHub's regression, under the conditions produced by the previous submission procedure, the determination of
whether the first option should be disabled is based on the branch protection configuration of the
arduino/arduino-registry repository, not of the library submitter's fork. This is incorrect because the fork does not
inherit the branch protection settings of the parent, meaning the target branch will never be protected in the fork and
thus that the commit to that branch should be allowed in the dialog.

Because we do have branch protection rules enabled for the `main` branch of the `arduino/library-registry` repo, this
bug causes the default setting in the dialog to be changed from "Commit directly to the main branch" to
"Create a new branch for this commit and start a pull request" when the documented submission procedure is performed.

Strangely, the user flow is significantly different depending on which of these options is selected. The user flow when
"Create a new branch for this commit and start a pull request" is selected forces the user to submit the PR to their own
fork repository instead of to arduino/library-registry. It is essential for the PR to be submitted to
arduino/library-registry so this change in the outcome of the previous documented submission procedure as a side effect
of GitHub's regression is catastrophic.

The submission instructions are hereby updated to once again produce a correct submission. Unfortunately, the procedure
that is now required is more complex and less intuitive than the previous one. In order to mitigate this, I made an
effort to be extra explicit both in describing the actions to be performed, as well as describing the expected result of
each action.

I reported the regression to GitHub. I will change the documentation back to using the more friendly submission
procedure once it is fixed.
2023-08-21 23:13:58 -07:00
Ted Toal
c248c62af4 Update repositories.txt (#3241)
Add tedtoal/Button_TT
2023-08-21 19:20:15 +00:00
somsinchai
ca79a984e7 Update repositories.txt (#3240) 2023-08-21 15:07:51 +00:00
SooDragon
77f0f8de77 Geekble_note2freq Library Submission (#3239)
Submit Geekble_note2freq library
2023-08-21 14:23:46 +00:00
Xairooo
c4b348c6a9 Update repositories.txt (#3238) 2023-08-21 10:48:49 +00:00
Pablo Marquez
42394c2a42 Update repositories.txt (#3237) 2023-08-20 01:23:08 +00:00
Mr Mase
1df3bd7f91 Update repositories.txt (#3235)
Added RemoteSerial library v0.0.1
2023-08-18 20:54:00 +00:00
Bonezegei
9b976cca42 Update repositories.txt (#3234) 2023-08-18 15:41:24 +00:00
Tinyu
7a1d09e486 Delete MODULE_GRBL13.2 2023-08-18 21:24:21 +08:00
Tinyu
3c65067b99 Update repositories.txt (#3232) 2023-08-18 13:03:29 +00:00
Gaby Goldman
a147c27af7 Update repositories.txt (#3231) 2023-08-18 10:40:54 +00:00
Scioy
1e91c036aa Update repositories.txt (#3230) 2023-08-18 08:32:19 +00:00
David Such
4811fcbdeb Update repositories.txt (#3229) 2023-08-17 23:47:01 +00:00
Bonezegei
163610e5ca Update repositories.txt (#3224) 2023-08-16 08:03:39 +00:00
Pete Lewis
5ac3adbef6 add Sparkfun bno08x (#3223) 2023-08-15 22:18:36 +00:00