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

4616 Commits

Author SHA1 Message Date
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
3b7663bcc2 add SparkFun TMAG5273 (#3277) 2023-08-30 20:09:05 +00:00
d3488410e4 Update repositories.txt (#3276)
Experimental library for elementary math of mixing water with different temperatures.
2023-08-30 14:25:17 +00:00
681b1f8456 Merge pull request #3263 from PushDisDev/main
Update repositories.txt
2023-08-30 15:55:39 +02:00
e86a5165af Update for Soict_IoT_Labs (#3275)
https://github.com/neittien0110/Soict_IoT_Labs
2023-08-30 11:49:05 +00:00
218151341b Update repositories.txt (#3274) 2023-08-30 10:29:53 +00:00
edd3b5011a Update repositories.txt (#3272)
Add VolumeConverter class to convert and add different volume units.
2023-08-29 18:31:44 +00:00
308f3a2155 Update repositories.txt (#3271) 2023-08-29 14:17:43 +00:00
06da4c8a66 Update repositories.txt (#3270) 2023-08-29 14:11:55 +00:00
a38f063441 Update repositories.txt (#3269) 2023-08-28 20:30:36 +00:00
b96f58522d Update repositories.txt (#3268) 2023-08-28 13:12:03 +00:00
799b755ece Add ENGR100-980 (#3267) 2023-08-28 02:48:08 +00:00
2a3d437ba8 Update repositories.txt (#3265)
Add library for AD9833 waveform generator.
2023-08-27 18:28:11 +00:00
20e453468a Update repositories.txt
PushDis project canceled
2023-08-27 15:58:21 +02:00
0a1163cd60 Update repositories.txt (#3261) 2023-08-27 02:05:26 +00:00
31242a6fc0 Update repositories.txt (#3260) 2023-08-27 01:16:53 +00:00
653fd70d27 Update repositories.txt (#3259) 2023-08-25 11:56:29 +00:00
0919382025 Update repositories.txt (#3258)
Add https://github.com/Xylopyrographer/BooleanButton
2023-08-24 21:52:11 +00:00
b5a60891b8 https://github.com/holgerlembke/ESPFMfGK (#3257) 2023-08-24 18:59:25 +00:00
a57b88a60d Added LoraSx1262 Radio Library (#3255) 2023-08-24 16:16:01 +00:00
c3507be8ac Update repositories.txt (#3253) 2023-08-23 17:27:20 +00:00
b5d3c64e24 Update repositories.txt (#3252) 2023-08-23 17:26:56 +00:00
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
4dcd5720e9 Merge pull request #2 from arduino/main
update
2023-08-23 17:46:38 +08:00
02deffa66a Update repositories.txt (#3251) 2023-08-23 06:08:03 +00:00
d931825b39 Update repositories.txt (#3248) 2023-08-23 05:33:25 +00:00
54998b984d Update repositories.txt (#3249)
Add https://github.com/fellipecouto/ButtonControl
2023-08-22 23:05:49 +00:00
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
bc7c4d5a8d Update repositories.txt (#3245) 2023-08-22 08:33:14 +00:00
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
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
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
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
c248c62af4 Update repositories.txt (#3241)
Add tedtoal/Button_TT
2023-08-21 19:20:15 +00:00
ca79a984e7 Update repositories.txt (#3240) 2023-08-21 15:07:51 +00:00
77f0f8de77 Geekble_note2freq Library Submission (#3239)
Submit Geekble_note2freq library
2023-08-21 14:23:46 +00:00
c4b348c6a9 Update repositories.txt (#3238) 2023-08-21 10:48:49 +00:00
42394c2a42 Update repositories.txt (#3237) 2023-08-20 01:23:08 +00:00
1df3bd7f91 Update repositories.txt (#3235)
Added RemoteSerial library v0.0.1
2023-08-18 20:54:00 +00:00
9b976cca42 Update repositories.txt (#3234) 2023-08-18 15:41:24 +00:00
7a1d09e486 Delete MODULE_GRBL13.2 2023-08-18 21:24:21 +08:00
3c65067b99 Update repositories.txt (#3232) 2023-08-18 13:03:29 +00:00
a147c27af7 Update repositories.txt (#3231) 2023-08-18 10:40:54 +00:00
1e91c036aa Update repositories.txt (#3230) 2023-08-18 08:32:19 +00:00
4811fcbdeb Update repositories.txt (#3229) 2023-08-17 23:47:01 +00:00
163610e5ca Update repositories.txt (#3224) 2023-08-16 08:03:39 +00:00
5ac3adbef6 add Sparkfun bno08x (#3223) 2023-08-15 22:18:36 +00:00
852217619c bibliotecas proyectil (#3222)
* Update repositories.txt

* Update repositories.txt
2023-08-15 14:51:12 +00:00
70e2173b83 Update repositories.txt (#3221) 2023-08-15 14:43:12 +00:00