J. Nick Koston
|
f3a5a9fbd5
|
[core] Retry transient git network failures with backoff (#18242)
|
2026-08-11 08:41:55 -05:00 |
|
J. Nick Koston
|
28aedc2b14
|
[core] Drop the duplicated FileLock import from a merge collision (#18103)
|
2026-08-05 16:08:06 -05:00 |
|
Jesse Hills
|
f2472563f4
|
Merge branch 'release' into dev
|
2026-08-06 08:09:23 +12:00 |
|
J. Nick Koston
|
c0f494450d
|
[git] Fix device adoption failing on first attempt: lock the clone cache against concurrent resolutions (#17923)
|
2026-08-05 13:19:42 +12:00 |
|
J. Nick Koston
|
963a3379a6
|
[core] Log when a git source update is skipped and when it will next refresh (#17943)
|
2026-07-30 13:06:32 -10:00 |
|
J. Nick Koston
|
4951f4fc2e
|
[git] Fix device adoption failing on first attempt: lock the clone cache against concurrent resolutions (#17923)
|
2026-07-30 11:44:12 -10:00 |
|
J. Nick Koston
|
50f02aa523
|
[git] Fix submodule update failure when cloning libraries on the esp-idf toolchain (#17862)
|
2026-07-28 21:32:51 +12:00 |
|
J. Nick Koston
|
43526a815e
|
[git] Fix submodule update failure when cloning libraries on the esp-idf toolchain (#17862)
|
2026-07-27 19:42:21 +12:00 |
|
J. Nick Koston
|
9de7bd7461
|
[git] Detect interrupted clones and re-clone automatically (#17690)
|
2026-07-21 08:18:15 +12:00 |
|
J. Nick Koston
|
4a1f54ce4b
|
[git] Detect interrupted clones and re-clone automatically (#17690)
|
2026-07-20 16:34:29 +12:00 |
|
Elvin Luff
|
911e330c09
|
[core] Add Codeberg as a supported git url (#16501)
|
2026-05-27 14:13:03 -04:00 |
|
J. Nick Koston
|
96816e2491
|
[core] Enable ruff DTZ (flake8-datetimez) lint family (#16660)
|
2026-05-26 15:29:38 -05:00 |
|
Jesse Hills
|
423b60c90c
|
[packages] Resolve git symlinks on Windows when materialized as text (#16657)
|
2026-05-26 19:56:44 +12:00 |
|
Jonathan Swoboda
|
fc0a4e2201
|
[espidf] Support github:// and https://github.com/.../.git framework sources (#16639)
|
2026-05-25 17:07:35 -04:00 |
|
J. Nick Koston
|
d7b21a84a3
|
[git] Make ref fetches and submodule updates shallow (#16014)
|
2026-04-29 13:49:51 +12:00 |
|
J. Nick Koston
|
0f25d91e68
|
[core] Unify skip_external_update and honor it in external_files for faster esphome logs (#16016)
|
2026-04-26 07:24:33 -05:00 |
|
Diorcet Yann
|
2d9922496c
|
[git] Add support for subpath to computed destination directory (#15135)
|
2026-03-27 12:02:45 -04:00 |
|
 Jonathan SwobodaandClaude Opus 4.6
|
9cd7b0b32b
|
[external_components] Clean up incomplete clone on failed ref fetch (#14051)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-18 18:09:33 +00:00 |
|
J. Nick Koston
|
42f1b61e31
|
[git] Automatically recover from broken git repositories in external_components (#11246)
|
2025-10-16 15:58:58 +13:00 |
|
![pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
30bb640c89
|
Skip external component updates when running logs command (#10756)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-09-21 21:15:49 +00:00 |
|
J. Nick Koston
|
5a8f722316
|
Optimize subprocess performance with close_fds=False (#10145)
|
2025-08-11 09:14:13 +12:00 |
|
Thomas Rupprecht
|
aeb4e63950
|
update minimal python version to 3.10 (#8850)
|
2025-05-22 13:21:43 +12:00 |
|
Jesse Hills
|
e64709c37e
|
[code-quality] Organise core imports (#7149)
|
2024-07-29 14:07:44 +12:00 |
|
Leland Sindt
|
6deb253fa6
|
minor refactor to allow commit hash as ref value. (#6446)
|
2024-04-02 15:32:40 +13:00 |
|
Jesse Hills
|
fe81bcc003
|
Use /data directory for .esphome folder when running as HA add-on (#5374)
|
2023-09-12 09:26:48 +12:00 |
|
Jesse Hills
|
b0966532bf
|
Allow esp32 idf components to specify submodules and specific components (#5128)
|
2023-07-23 20:22:46 +12:00 |
|
Jesse Hills
|
b8ca40170e
|
Remove idf components before checking if any in config (#4506)
* Remove idf components before checking if any in config
* Fix bug with no refresh time specified
|
2023-03-05 20:17:32 +00:00 |
|
Jesse Hills
|
b48b5d6cc7
|
Fix import_full_config for adoption configs (#4197)
* Fix git raw url
* Fix setting full config query param
* Force dashboard import urls to have a branch or tag reference for full import
|
2022-12-16 19:46:56 +13:00 |
|
Jesse Hills
|
9370ff3dfa
|
Allow dashboard import to pull complete file from github (#3982)
|
2022-12-07 07:29:56 +13:00 |
|
Jesse Hills
|
c3a8972550
|
Add min_version to esphome config (#3866)
|
2022-10-05 16:30:56 +13:00 |
|
mechanarchy
|
08cbb97ec9
|
Allow Git credentials to be loaded from secrets (#2825)
|
2021-12-01 17:10:25 +13:00 |
|
Jesse Hills
|
a509f6ccd2
|
Fix when package url has no branch/ref (#2683)
|
2021-11-09 17:14:08 +13:00 |
|
Jesse Hills
|
73accf747f
|
Allow cloning/fetching Github PR branches in external_components (#2639)
|
2021-10-29 07:12:05 +13:00 |
|
Jesse Hills
|
f9b0666adf
|
Allow using a git source for a package (#2193)
|
2021-09-06 08:23:06 +12:00 |
|