Compare commits
53 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9acbd5046c | |||
| 8d63c88e69 | |||
| cffb0af60e | |||
| 857b7a127a | |||
| 66b24ece48 | |||
| 0cc3b466e0 | |||
| f1e03b31a1 | |||
| 4e12d596d6 | |||
| fa97f89afb | |||
| 0718bee185 | |||
| 1a53107450 | |||
| ab82cc6fd3 | |||
| 8e51f144e1 | |||
| f292e22301 | |||
| 2eb194c001 | |||
| f4e367987a | |||
| 08aa4b5e15 | |||
| b1676482f0 | |||
| e46cd6e488 | |||
| edd2fdd3fb | |||
| a4a0c1462b | |||
| 196e63c08e | |||
| 518ac1d59d | |||
| ad699dc69a | |||
| a8e247d288 | |||
| 318d517575 | |||
| db137be5b1 | |||
| 83cec0f75a | |||
| cda9914d50 | |||
| 3acefbfbe8 | |||
| 4d10c5c91e | |||
| 810ff6fe85 | |||
| b2d3d940f2 | |||
| 8b1d828c59 | |||
| 824a9e5cad | |||
| 1cbc204e88 | |||
| 561c323e67 | |||
| 5c604b40c6 | |||
| cc8db6a034 | |||
| e0ad133221 | |||
| 0e27a03aaf | |||
| e2dfa20789 | |||
| 8e8b58d2d2 | |||
| 76ecaabd98 | |||
| 3f14dc3bd9 | |||
| 50a78714cc | |||
| 3bf01c91f1 | |||
| 7aa14284dd | |||
| 24933e980d | |||
| e10624df6b | |||
| 1a1ebd3821 | |||
| d3d61067db | |||
| 23b605becf |
89
CHANGELOG.md
89
CHANGELOG.md
@@ -11,6 +11,95 @@ Sections:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## [0.6.3] - 2026-01-18
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improved Store performance for large indexes by avoiding full metadata enrichment during list refresh.
|
||||||
|
- Repository details are loaded on demand, reducing initial load time and network requests.
|
||||||
|
- Index refresh is skipped when the index content has not changed.
|
||||||
|
|
||||||
|
## [0.6.2] - 2026-01-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Selectable install/update version per repository (install older releases/tags to downgrade when needed).
|
||||||
|
- New API endpoint to list available versions for a repository: `GET /api/bcs/versions?repo_id=...`.
|
||||||
|
|
||||||
|
## [0.6.1] - 2026-01-18
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Restored integrations now correctly report the restored version instead of the latest installed version.
|
||||||
|
- Update availability is correctly recalculated after restoring a backup, allowing updates to be applied again.
|
||||||
|
- Improved restore compatibility with backups created before version metadata was introduced.
|
||||||
|
|
||||||
|
## [0.6.0] - 2026-01-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Restore feature with selection of the last available backups (up to 5 per domain).
|
||||||
|
- New API endpoints to list and restore backups:
|
||||||
|
- `GET /api/bcs/backups?repo_id=...`
|
||||||
|
- `POST /api/bcs/restore?repo_id=...&backup_id=...`
|
||||||
|
|
||||||
|
### Safety
|
||||||
|
- Restoring a backup triggers a “restart required” prompt to apply the recovered integration state.
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
- This is a major release milestone consolidating install/update/uninstall, backup/rollback, and restore workflows.
|
||||||
|
|
||||||
|
## [0.5.11] - 2026-01-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Automatic backup of existing custom components before install or update.
|
||||||
|
- Backup retention with a configurable limit per domain.
|
||||||
|
|
||||||
|
### Safety
|
||||||
|
- Automatic rollback is triggered if an install or update fails after a backup was created.
|
||||||
|
|
||||||
|
## [0.5.10] - 2026-01-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Store view controls: Filter and Sort dropdowns alongside the existing Category selector.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Search input focus is preserved while typing (cursor no longer jumps out after re-render).
|
||||||
|
|
||||||
|
## [0.5.9] - 2026-01-17
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- README is now collapsible with a preview by default (Show more / Show less).
|
||||||
|
- Improved mobile readability by keeping long README content contained without affecting the page layout.
|
||||||
|
|
||||||
|
## [0.5.8] - 2026-01-17
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Mobile UI layout stabilized to prevent horizontal shifting.
|
||||||
|
- README rendering no longer expands the page width on mobile devices.
|
||||||
|
- Tables and code blocks inside README now scroll within their container.
|
||||||
|
- Floating action buttons removed to avoid UI overlap on small screens.
|
||||||
|
- Header icon buttons improved for better visibility in light and dark mode.
|
||||||
|
|
||||||
|
## [0.5.7] - 2026-01-17
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Mobile UI improvements: removed floating action buttons to prevent overlay issues.
|
||||||
|
- Improved responsive layout to avoid horizontal overflow (badges, URLs, descriptions).
|
||||||
|
- README rendering on mobile is more stable (better wrapping and image scaling).
|
||||||
|
- Header icon buttons are more readable in both light and dark mode.
|
||||||
|
|
||||||
|
## [0.5.6] - 2026-01-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Repository uninstall support directly from the Store UI.
|
||||||
|
- New backend API endpoint: `POST /api/bcs/uninstall`.
|
||||||
|
- Automatic **reconcile**: repositories are marked as not installed when their `custom_components` directories are removed manually.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Installation & Updates section extended with an Uninstall button.
|
||||||
|
- Store state now remains consistent even after manual file system changes.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Repositories remained marked as installed after manual deletion of their domains.
|
||||||
|
- UI cache issues caused by outdated static assets.
|
||||||
|
|
||||||
## [0.5.5] - 2026-01-16
|
## [0.5.5] - 2026-01-16
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
2
bcs.yaml
2
bcs.yaml
@@ -4,7 +4,7 @@ description: >
|
|||||||
Supports GitHub, GitLab, Gitea and Bahmcloud repositories with
|
Supports GitHub, GitLab, Gitea and Bahmcloud repositories with
|
||||||
a central index, UI panel and API, similar to HACS but independent.
|
a central index, UI panel and API, similar to HACS but independent.
|
||||||
|
|
||||||
category: Store
|
category: integration
|
||||||
|
|
||||||
author: Bahmcloud
|
author: Bahmcloud
|
||||||
maintainer: Bahmcloud
|
maintainer: Bahmcloud
|
||||||
|
|||||||
@@ -35,18 +35,28 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool:
|
|||||||
StaticAssetsView,
|
StaticAssetsView,
|
||||||
BCSApiView,
|
BCSApiView,
|
||||||
BCSReadmeView,
|
BCSReadmeView,
|
||||||
|
BCSVersionsView,
|
||||||
|
BCSRepoDetailView,
|
||||||
BCSCustomRepoView,
|
BCSCustomRepoView,
|
||||||
BCSInstallView,
|
BCSInstallView,
|
||||||
BCSUpdateView,
|
BCSUpdateView,
|
||||||
|
BCSUninstallView,
|
||||||
|
BCSBackupsView,
|
||||||
|
BCSRestoreView,
|
||||||
BCSRestartView,
|
BCSRestartView,
|
||||||
)
|
)
|
||||||
|
|
||||||
hass.http.register_view(StaticAssetsView())
|
hass.http.register_view(StaticAssetsView())
|
||||||
hass.http.register_view(BCSApiView(core))
|
hass.http.register_view(BCSApiView(core))
|
||||||
hass.http.register_view(BCSReadmeView(core))
|
hass.http.register_view(BCSReadmeView(core))
|
||||||
|
hass.http.register_view(BCSVersionsView(core))
|
||||||
|
hass.http.register_view(BCSRepoDetailView(core))
|
||||||
hass.http.register_view(BCSCustomRepoView(core))
|
hass.http.register_view(BCSCustomRepoView(core))
|
||||||
hass.http.register_view(BCSInstallView(core))
|
hass.http.register_view(BCSInstallView(core))
|
||||||
hass.http.register_view(BCSUpdateView(core))
|
hass.http.register_view(BCSUpdateView(core))
|
||||||
|
hass.http.register_view(BCSUninstallView(core))
|
||||||
|
hass.http.register_view(BCSBackupsView(core))
|
||||||
|
hass.http.register_view(BCSRestoreView(core))
|
||||||
hass.http.register_view(BCSRestartView(core))
|
hass.http.register_view(BCSRestartView(core))
|
||||||
|
|
||||||
await async_register_panel(
|
await async_register_panel(
|
||||||
@@ -54,7 +64,7 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool:
|
|||||||
frontend_url_path="bahmcloud-store",
|
frontend_url_path="bahmcloud-store",
|
||||||
webcomponent_name="bahmcloud-store-panel",
|
webcomponent_name="bahmcloud-store-panel",
|
||||||
# IMPORTANT: bump v to avoid caching old JS
|
# IMPORTANT: bump v to avoid caching old JS
|
||||||
module_url="/api/bahmcloud_store_static/panel.js?v=101",
|
module_url="/api/bahmcloud_store_static/panel.js?v=106",
|
||||||
sidebar_title="Bahmcloud Store",
|
sidebar_title="Bahmcloud Store",
|
||||||
sidebar_icon="mdi:store",
|
sidebar_icon="mdi:store",
|
||||||
require_admin=True,
|
require_admin=True,
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ from homeassistant.helpers import issue_registry as ir
|
|||||||
from homeassistant.util import yaml as ha_yaml
|
from homeassistant.util import yaml as ha_yaml
|
||||||
|
|
||||||
from .storage import BCSStorage, CustomRepo
|
from .storage import BCSStorage, CustomRepo
|
||||||
from .providers import fetch_repo_info, detect_provider, RepoInfo, fetch_readme_markdown
|
from .providers import fetch_repo_info, detect_provider, RepoInfo, fetch_readme_markdown, fetch_repo_versions
|
||||||
from .metadata import fetch_repo_metadata, RepoMetadata
|
from .metadata import fetch_repo_metadata, RepoMetadata
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
@@ -30,6 +30,8 @@ DOMAIN = "bahmcloud_store"
|
|||||||
SIGNAL_UPDATED = f"{DOMAIN}_updated"
|
SIGNAL_UPDATED = f"{DOMAIN}_updated"
|
||||||
RESTART_REQUIRED_ISSUE_ID = "restart_required"
|
RESTART_REQUIRED_ISSUE_ID = "restart_required"
|
||||||
|
|
||||||
|
BACKUP_META_FILENAME = ".bcs_backup_meta.json"
|
||||||
|
|
||||||
|
|
||||||
class BCSError(Exception):
|
class BCSError(Exception):
|
||||||
"""BCS core error."""
|
"""BCS core error."""
|
||||||
@@ -87,9 +89,16 @@ class BCSCore:
|
|||||||
self.last_index_hash: str | None = None
|
self.last_index_hash: str | None = None
|
||||||
self.last_index_loaded_at: float | None = None
|
self.last_index_loaded_at: float | None = None
|
||||||
|
|
||||||
|
# Fast refresh: skip expensive processing when index/custom repos unchanged
|
||||||
|
self._last_refresh_signature: str | None = None
|
||||||
|
|
||||||
self._install_lock = asyncio.Lock()
|
self._install_lock = asyncio.Lock()
|
||||||
self._installed_cache: dict[str, Any] = {}
|
self._installed_cache: dict[str, Any] = {}
|
||||||
|
|
||||||
|
# Phase F2: backups before install/update
|
||||||
|
self._backup_root = Path(self.hass.config.path(".bcs_backups"))
|
||||||
|
self._backup_keep_per_domain: int = 5
|
||||||
|
|
||||||
async def async_initialize(self) -> None:
|
async def async_initialize(self) -> None:
|
||||||
"""Async initialization that avoids blocking file IO."""
|
"""Async initialization that avoids blocking file IO."""
|
||||||
self.version = await self._read_manifest_version_async()
|
self.version = await self._read_manifest_version_async()
|
||||||
@@ -172,6 +181,19 @@ class BCSCore:
|
|||||||
|
|
||||||
custom_repos = await self.storage.list_custom_repos()
|
custom_repos = await self.storage.list_custom_repos()
|
||||||
|
|
||||||
|
# Fast path: if index + custom repos did not change, skip expensive work.
|
||||||
|
try:
|
||||||
|
custom_sig = [(c.id, (c.url or '').strip(), (c.name or '').strip()) for c in (custom_repos or [])]
|
||||||
|
custom_sig.sort()
|
||||||
|
refresh_signature = json.dumps({"index_hash": self.last_index_hash, "custom": custom_sig}, sort_keys=True)
|
||||||
|
except Exception:
|
||||||
|
refresh_signature = f"{self.last_index_hash}:{len(custom_repos or [])}"
|
||||||
|
|
||||||
|
if self._last_refresh_signature and refresh_signature == self._last_refresh_signature and self.repos:
|
||||||
|
_LOGGER.debug("BCS refresh skipped (no changes detected)")
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
merged: dict[str, RepoItem] = {}
|
merged: dict[str, RepoItem] = {}
|
||||||
|
|
||||||
for item in index_repos:
|
for item in index_repos:
|
||||||
@@ -188,9 +210,11 @@ class BCSCore:
|
|||||||
for r in merged.values():
|
for r in merged.values():
|
||||||
r.provider = detect_provider(r.url)
|
r.provider = detect_provider(r.url)
|
||||||
|
|
||||||
await self._enrich_and_resolve(merged)
|
await self._enrich_installed_only(merged)
|
||||||
self.repos = merged
|
self.repos = merged
|
||||||
|
|
||||||
|
self._last_refresh_signature = refresh_signature
|
||||||
|
|
||||||
_LOGGER.info(
|
_LOGGER.info(
|
||||||
"BCS refresh complete: repos=%s (index=%s, custom=%s)",
|
"BCS refresh complete: repos=%s (index=%s, custom=%s)",
|
||||||
len(self.repos),
|
len(self.repos),
|
||||||
@@ -232,6 +256,87 @@ class BCSCore:
|
|||||||
|
|
||||||
await asyncio.gather(*(process_one(r) for r in merged.values()), return_exceptions=True)
|
await asyncio.gather(*(process_one(r) for r in merged.values()), return_exceptions=True)
|
||||||
|
|
||||||
|
|
||||||
|
async def _enrich_installed_only(self, merged: dict[str, RepoItem]) -> None:
|
||||||
|
"""Enrich only installed repos (fast refresh for large indexes).
|
||||||
|
|
||||||
|
This keeps the backend responsive even with thousands of repositories.
|
||||||
|
Details for non-installed repos are fetched on-demand.
|
||||||
|
"""
|
||||||
|
installed_map: dict[str, Any] = getattr(self, "_installed_cache", {}) or {}
|
||||||
|
if not isinstance(installed_map, dict) or not installed_map:
|
||||||
|
return
|
||||||
|
|
||||||
|
to_process: list[RepoItem] = []
|
||||||
|
for rid in installed_map.keys():
|
||||||
|
r = merged.get(str(rid))
|
||||||
|
if r:
|
||||||
|
to_process.append(r)
|
||||||
|
|
||||||
|
if not to_process:
|
||||||
|
return
|
||||||
|
|
||||||
|
sem = asyncio.Semaphore(6)
|
||||||
|
|
||||||
|
async def process_one(r: RepoItem) -> None:
|
||||||
|
async with sem:
|
||||||
|
await self._enrich_one_repo(r)
|
||||||
|
|
||||||
|
await asyncio.gather(*(process_one(r) for r in to_process), return_exceptions=True)
|
||||||
|
|
||||||
|
async def _enrich_one_repo(self, r: RepoItem) -> None:
|
||||||
|
"""Fetch provider info + metadata for a single repo item."""
|
||||||
|
info: RepoInfo = await fetch_repo_info(self.hass, r.url)
|
||||||
|
|
||||||
|
r.provider = info.provider or r.provider
|
||||||
|
r.owner = info.owner or r.owner
|
||||||
|
r.provider_repo_name = info.repo_name
|
||||||
|
r.provider_description = info.description
|
||||||
|
r.default_branch = info.default_branch or r.default_branch
|
||||||
|
|
||||||
|
r.latest_version = info.latest_version
|
||||||
|
r.latest_version_source = info.latest_version_source
|
||||||
|
|
||||||
|
md: RepoMetadata = await fetch_repo_metadata(self.hass, r.url, r.default_branch)
|
||||||
|
r.meta_source = md.source
|
||||||
|
if md.name:
|
||||||
|
r.meta_name = md.name
|
||||||
|
r.name = md.name
|
||||||
|
r.meta_description = md.description
|
||||||
|
if md.category:
|
||||||
|
r.meta_category = md.category
|
||||||
|
r.meta_author = md.author
|
||||||
|
r.meta_maintainer = md.maintainer
|
||||||
|
|
||||||
|
# Keep a stable name fallback
|
||||||
|
if not r.name:
|
||||||
|
r.name = r.provider_repo_name or r.url
|
||||||
|
|
||||||
|
async def ensure_repo_details(self, repo_id: str) -> RepoItem | None:
|
||||||
|
"""Ensure provider/meta/latest fields are loaded for a repo.
|
||||||
|
|
||||||
|
Used by the UI when a repo detail view is opened.
|
||||||
|
"""
|
||||||
|
r = self.get_repo(repo_id)
|
||||||
|
if not r:
|
||||||
|
return None
|
||||||
|
|
||||||
|
# If we already have a latest_version (or provider_description), consider it enriched.
|
||||||
|
if r.latest_version or r.provider_description or r.meta_source:
|
||||||
|
return r
|
||||||
|
|
||||||
|
try:
|
||||||
|
await self._enrich_one_repo(r)
|
||||||
|
except Exception:
|
||||||
|
_LOGGER.debug("BCS ensure_repo_details failed for %s", repo_id, exc_info=True)
|
||||||
|
return r
|
||||||
|
|
||||||
|
async def list_repo_versions(self, repo_id: str) -> list[dict[str, Any]]:
|
||||||
|
repo = self.get_repo(repo_id)
|
||||||
|
if not repo:
|
||||||
|
return []
|
||||||
|
return await fetch_repo_versions(self.hass, repo.url)
|
||||||
|
|
||||||
def _add_cache_buster(self, url: str) -> str:
|
def _add_cache_buster(self, url: str) -> str:
|
||||||
parts = urlsplit(url)
|
parts = urlsplit(url)
|
||||||
q = dict(parse_qsl(parts.query, keep_blank_values=True))
|
q = dict(parse_qsl(parts.query, keep_blank_values=True))
|
||||||
@@ -323,6 +428,7 @@ class BCSCore:
|
|||||||
name=name,
|
name=name,
|
||||||
url=repo_url,
|
url=repo_url,
|
||||||
source="index",
|
source="index",
|
||||||
|
meta_category=str(r.get("category")) if r.get("category") else None,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -409,6 +515,23 @@ class BCSCore:
|
|||||||
default_branch=repo.default_branch,
|
default_branch=repo.default_branch,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
async def list_repo_versions(self, repo_id: str, *, limit: int = 20) -> list[dict[str, str]]:
|
||||||
|
"""List installable versions/refs for a repo.
|
||||||
|
|
||||||
|
This is used by the UI to allow selecting an older tag/release.
|
||||||
|
"""
|
||||||
|
repo = self.get_repo(repo_id)
|
||||||
|
if not repo:
|
||||||
|
raise BCSInstallError(f"repo_id not found: {repo_id}")
|
||||||
|
|
||||||
|
return await fetch_repo_versions(
|
||||||
|
self.hass,
|
||||||
|
repo.url,
|
||||||
|
provider=repo.provider,
|
||||||
|
default_branch=repo.default_branch,
|
||||||
|
limit=limit,
|
||||||
|
)
|
||||||
|
|
||||||
def _pick_ref_for_install(self, repo: RepoItem) -> str:
|
def _pick_ref_for_install(self, repo: RepoItem) -> str:
|
||||||
if repo.latest_version and str(repo.latest_version).strip():
|
if repo.latest_version and str(repo.latest_version).strip():
|
||||||
return str(repo.latest_version).strip()
|
return str(repo.latest_version).strip()
|
||||||
@@ -482,6 +605,311 @@ class BCSCore:
|
|||||||
return candidate
|
return candidate
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
async def _ensure_backup_root(self) -> None:
|
||||||
|
"""Create backup root directory if needed."""
|
||||||
|
def _mkdir() -> None:
|
||||||
|
self._backup_root.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
await self.hass.async_add_executor_job(_mkdir)
|
||||||
|
|
||||||
|
def _build_backup_meta(self, repo_id: str, domain: str) -> dict[str, object]:
|
||||||
|
"""Build metadata for backup folders so restores can recover the stored version."""
|
||||||
|
inst = self.get_installed(repo_id) or {}
|
||||||
|
return {
|
||||||
|
"repo_id": repo_id,
|
||||||
|
"domain": domain,
|
||||||
|
"installed_version": inst.get("installed_version") or inst.get("ref"),
|
||||||
|
"installed_manifest_version": inst.get("installed_manifest_version"),
|
||||||
|
"ref": inst.get("ref") or inst.get("installed_version"),
|
||||||
|
"created_at": time.strftime("%Y-%m-%dT%H:%M:%S"),
|
||||||
|
}
|
||||||
|
|
||||||
|
async def _backup_domain(self, domain: str, *, meta: dict[str, object] | None = None) -> Path | None:
|
||||||
|
"""Backup an existing domain folder.
|
||||||
|
|
||||||
|
Returns the created backup path, or None if the domain folder does not exist.
|
||||||
|
"""
|
||||||
|
dest_root = Path(self.hass.config.path("custom_components"))
|
||||||
|
target = dest_root / domain
|
||||||
|
|
||||||
|
if not target.exists() or not target.is_dir():
|
||||||
|
return None
|
||||||
|
|
||||||
|
await self._ensure_backup_root()
|
||||||
|
|
||||||
|
ts = time.strftime("%Y%m%d_%H%M%S")
|
||||||
|
domain_root = self._backup_root / domain
|
||||||
|
backup_path = domain_root / ts
|
||||||
|
|
||||||
|
def _do_backup() -> None:
|
||||||
|
domain_root.mkdir(parents=True, exist_ok=True)
|
||||||
|
if backup_path.exists():
|
||||||
|
shutil.rmtree(backup_path, ignore_errors=True)
|
||||||
|
shutil.copytree(target, backup_path, dirs_exist_ok=True)
|
||||||
|
# Store backup metadata (kept inside backup folder; removed from target after restore).
|
||||||
|
if meta:
|
||||||
|
try:
|
||||||
|
meta_path = backup_path / BACKUP_META_FILENAME
|
||||||
|
meta_path.write_text(json.dumps(meta, ensure_ascii=False, indent=2), encoding='utf-8')
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
|
# Retention: keep only the newest N backups per domain.
|
||||||
|
try:
|
||||||
|
backups = [p for p in domain_root.iterdir() if p.is_dir()]
|
||||||
|
backups.sort(key=lambda p: p.name, reverse=True)
|
||||||
|
for old in backups[self._backup_keep_per_domain :]:
|
||||||
|
shutil.rmtree(old, ignore_errors=True)
|
||||||
|
except Exception:
|
||||||
|
# Never fail install/update because of retention cleanup.
|
||||||
|
pass
|
||||||
|
|
||||||
|
await self.hass.async_add_executor_job(_do_backup)
|
||||||
|
_LOGGER.info("BCS backup created: domain=%s path=%s", domain, backup_path)
|
||||||
|
return backup_path
|
||||||
|
|
||||||
|
async def _restore_domain_from_backup(self, domain: str, backup_path: Path) -> None:
|
||||||
|
"""Restore a domain folder from a backup."""
|
||||||
|
dest_root = Path(self.hass.config.path("custom_components"))
|
||||||
|
target = dest_root / domain
|
||||||
|
|
||||||
|
def _restore() -> None:
|
||||||
|
if not backup_path.exists() or not backup_path.is_dir():
|
||||||
|
return
|
||||||
|
if target.exists():
|
||||||
|
shutil.rmtree(target, ignore_errors=True)
|
||||||
|
shutil.copytree(backup_path, target, dirs_exist_ok=True)
|
||||||
|
try:
|
||||||
|
meta_file = target / BACKUP_META_FILENAME
|
||||||
|
if meta_file.exists():
|
||||||
|
meta_file.unlink(missing_ok=True)
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
|
# Do not leave backup metadata inside the restored integration folder.
|
||||||
|
try:
|
||||||
|
meta_p = target / BACKUP_META_FILENAME
|
||||||
|
if meta_p.exists():
|
||||||
|
meta_p.unlink()
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
|
# Do not leave backup metadata inside the live integration folder.
|
||||||
|
try:
|
||||||
|
m = target / BACKUP_META_FILENAME
|
||||||
|
if m.exists():
|
||||||
|
m.unlink()
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
|
await self.hass.async_add_executor_job(_restore)
|
||||||
|
_LOGGER.info("BCS rollback applied: domain=%s from=%s", domain, backup_path)
|
||||||
|
|
||||||
|
async def list_repo_backups(self, repo_id: str) -> list[dict[str, Any]]:
|
||||||
|
"""List available backup sets for an installed repository.
|
||||||
|
|
||||||
|
Returns a list of items sorted newest->oldest:
|
||||||
|
{"id": "YYYYMMDD_HHMMSS", "label": "YYYY-MM-DD HH:MM:SS", "complete": bool, "domains": [...] }
|
||||||
|
|
||||||
|
A backup set is considered *complete* if the timestamp exists for all
|
||||||
|
domains of the repository.
|
||||||
|
"""
|
||||||
|
inst = self.get_installed(repo_id) or {}
|
||||||
|
domains = inst.get("domains") or []
|
||||||
|
if not isinstance(domains, list) or not domains:
|
||||||
|
return []
|
||||||
|
|
||||||
|
dom_list = [str(d) for d in domains if str(d).strip()]
|
||||||
|
if not dom_list:
|
||||||
|
return []
|
||||||
|
|
||||||
|
# Collect timestamps per domain.
|
||||||
|
per_domain: dict[str, list[str]] = {}
|
||||||
|
for d in dom_list:
|
||||||
|
per_domain[d] = await self._list_domain_backup_ids(d)
|
||||||
|
|
||||||
|
# Build a map id -> domains where it exists
|
||||||
|
id_map: dict[str, set[str]] = {}
|
||||||
|
for d, ids in per_domain.items():
|
||||||
|
for bid in ids:
|
||||||
|
id_map.setdefault(bid, set()).add(d)
|
||||||
|
|
||||||
|
all_domains = set(dom_list)
|
||||||
|
items: list[dict[str, Any]] = []
|
||||||
|
for bid, present in id_map.items():
|
||||||
|
complete = present == all_domains
|
||||||
|
label = self._format_backup_id(bid)
|
||||||
|
meta = await self._read_backup_meta(dom_list[0], bid)
|
||||||
|
ver = None
|
||||||
|
if isinstance(meta, dict):
|
||||||
|
ver = meta.get("installed_version") or meta.get("ref")
|
||||||
|
if ver:
|
||||||
|
label = f"{label} ({ver})"
|
||||||
|
items.append({"id": bid, "label": label, "complete": complete, "domains": sorted(present), "installed_version": str(ver) if ver else None})
|
||||||
|
|
||||||
|
# Sort newest first by id (lexicographic works for timestamp format).
|
||||||
|
items.sort(key=lambda x: str(x.get("id") or ""), reverse=True)
|
||||||
|
|
||||||
|
# Keep newest 5 entries overall (UI expects up to 5).
|
||||||
|
return items[: self._backup_keep_per_domain]
|
||||||
|
|
||||||
|
async def restore_repo_backup(self, repo_id: str, backup_id: str) -> dict[str, Any]:
|
||||||
|
"""Restore a previously created backup set for a repository."""
|
||||||
|
repo_id = str(repo_id or "").strip()
|
||||||
|
backup_id = str(backup_id or "").strip()
|
||||||
|
if not repo_id:
|
||||||
|
raise BCSInstallError("Missing repo_id")
|
||||||
|
if not backup_id:
|
||||||
|
raise BCSInstallError("Missing backup_id")
|
||||||
|
|
||||||
|
inst = self.get_installed(repo_id)
|
||||||
|
if not inst:
|
||||||
|
raise BCSInstallError("Repository is not installed")
|
||||||
|
|
||||||
|
domains = inst.get("domains") or []
|
||||||
|
if not isinstance(domains, list) or not domains:
|
||||||
|
raise BCSInstallError("No installed domains found")
|
||||||
|
|
||||||
|
dom_list = [str(d) for d in domains if str(d).strip()]
|
||||||
|
if not dom_list:
|
||||||
|
raise BCSInstallError("No installed domains found")
|
||||||
|
|
||||||
|
# Ensure the backup exists for all domains.
|
||||||
|
missing: list[str] = []
|
||||||
|
for d in dom_list:
|
||||||
|
p = self._backup_root / d / backup_id
|
||||||
|
if not p.exists() or not p.is_dir():
|
||||||
|
missing.append(d)
|
||||||
|
if missing:
|
||||||
|
raise BCSInstallError(f"Selected backup is not available for all domains: missing={missing}")
|
||||||
|
|
||||||
|
async with self._install_lock:
|
||||||
|
_LOGGER.info("BCS restore started: repo_id=%s backup_id=%s domains=%s", repo_id, backup_id, dom_list)
|
||||||
|
|
||||||
|
# Safety: create a new backup of current state before restoring.
|
||||||
|
for d in dom_list:
|
||||||
|
try:
|
||||||
|
await self._backup_domain(d)
|
||||||
|
except Exception:
|
||||||
|
_LOGGER.debug("BCS pre-restore backup failed for domain=%s", d, exc_info=True)
|
||||||
|
|
||||||
|
# Apply restore.
|
||||||
|
for d in dom_list:
|
||||||
|
await self._restore_domain_from_backup(d, self._backup_root / d / backup_id)
|
||||||
|
|
||||||
|
# Update stored installed version to the restored one (so UI shows the restored state).
|
||||||
|
#
|
||||||
|
# Backups created before 0.6.1 may not have metadata. For those legacy backups we fall back to:
|
||||||
|
# 1) version from the backup's manifest.json (best-effort), else
|
||||||
|
# 2) a synthetic marker (restored:<backup_id>) so the UI reflects a restored state and updates
|
||||||
|
# remain available.
|
||||||
|
restored_meta = await self._read_backup_meta(dom_list[0], backup_id)
|
||||||
|
restored_version: str | None = None
|
||||||
|
restored_manifest_version: str | None = None
|
||||||
|
|
||||||
|
if isinstance(restored_meta, dict):
|
||||||
|
rv = restored_meta.get("installed_version") or restored_meta.get("ref")
|
||||||
|
if rv is not None and str(rv).strip():
|
||||||
|
restored_version = str(rv).strip()
|
||||||
|
mv = restored_meta.get("installed_manifest_version")
|
||||||
|
if mv is not None and str(mv).strip():
|
||||||
|
restored_manifest_version = str(mv).strip()
|
||||||
|
|
||||||
|
# Legacy backups (no meta): try to read manifest.json version from the backup folder.
|
||||||
|
if not restored_manifest_version:
|
||||||
|
restored_manifest_version = await self._read_backup_manifest_version(dom_list[0], backup_id)
|
||||||
|
|
||||||
|
# Use manifest version as a fallback display value if we don't have the exact installed ref.
|
||||||
|
if not restored_version and restored_manifest_version:
|
||||||
|
restored_version = restored_manifest_version
|
||||||
|
|
||||||
|
# Last resort: ensure the installed version changes so the UI does not keep showing the newest version.
|
||||||
|
if not restored_version:
|
||||||
|
restored_version = f"restored:{backup_id}"
|
||||||
|
|
||||||
|
repo = self.get_repo(repo_id)
|
||||||
|
repo_url = getattr(repo, "url", None) or ""
|
||||||
|
|
||||||
|
await self.storage.set_installed_repo(
|
||||||
|
repo_id=repo_id,
|
||||||
|
url=repo_url,
|
||||||
|
domains=dom_list,
|
||||||
|
installed_version=restored_version,
|
||||||
|
installed_manifest_version=restored_manifest_version,
|
||||||
|
ref=restored_version,
|
||||||
|
)
|
||||||
|
|
||||||
|
await self._refresh_installed_cache()
|
||||||
|
self._mark_restart_required()
|
||||||
|
self.signal_updated()
|
||||||
|
|
||||||
|
_LOGGER.info("BCS restore complete: repo_id=%s backup_id=%s", repo_id, backup_id)
|
||||||
|
return {"ok": True, "repo_id": repo_id, "backup_id": backup_id, "domains": dom_list, "restored_version": restored_version, "restart_required": True}
|
||||||
|
|
||||||
|
async def _read_backup_meta(self, domain: str, backup_id: str) -> dict[str, Any] | None:
|
||||||
|
"""Read backup metadata for a domain backup.
|
||||||
|
|
||||||
|
Metadata is stored inside the backup folder and will be removed from the
|
||||||
|
live folder after restore.
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
p = self._backup_root / domain / backup_id / BACKUP_META_FILENAME
|
||||||
|
if not p.exists():
|
||||||
|
return None
|
||||||
|
txt = await self.hass.async_add_executor_job(p.read_text, 'utf-8')
|
||||||
|
data = json.loads(txt)
|
||||||
|
return data if isinstance(data, dict) else None
|
||||||
|
except Exception:
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
async def _read_backup_manifest_version(self, domain: str, backup_id: str) -> str | None:
|
||||||
|
"""Best-effort: read manifest.json version from a legacy backup (no metadata)."""
|
||||||
|
|
||||||
|
def _read() -> str | None:
|
||||||
|
try:
|
||||||
|
p = self._backup_root / domain / backup_id / 'manifest.json'
|
||||||
|
if not p.exists():
|
||||||
|
return None
|
||||||
|
data = json.loads(p.read_text(encoding='utf-8'))
|
||||||
|
v = data.get('version')
|
||||||
|
return str(v) if v else None
|
||||||
|
except Exception:
|
||||||
|
return None
|
||||||
|
|
||||||
|
return await self.hass.async_add_executor_job(_read)
|
||||||
|
|
||||||
|
async def _list_domain_backup_ids(self, domain: str) -> list[str]:
|
||||||
|
"""List backup ids for a domain (newest->oldest)."""
|
||||||
|
domain = str(domain or "").strip()
|
||||||
|
if not domain:
|
||||||
|
return []
|
||||||
|
|
||||||
|
root = self._backup_root / domain
|
||||||
|
|
||||||
|
def _list() -> list[str]:
|
||||||
|
if not root.exists() or not root.is_dir():
|
||||||
|
return []
|
||||||
|
ids = [p.name for p in root.iterdir() if p.is_dir()]
|
||||||
|
ids.sort(reverse=True)
|
||||||
|
return ids
|
||||||
|
|
||||||
|
ids = await self.hass.async_add_executor_job(_list)
|
||||||
|
return ids[: self._backup_keep_per_domain]
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def _format_backup_id(backup_id: str) -> str:
|
||||||
|
"""Format backup id YYYYMMDD_HHMMSS -> YYYY-MM-DD HH:MM:SS."""
|
||||||
|
s = str(backup_id or "").strip()
|
||||||
|
if len(s) != 15 or "_" not in s:
|
||||||
|
return s
|
||||||
|
try:
|
||||||
|
d, t = s.split("_", 1)
|
||||||
|
return f"{d[0:4]}-{d[4:6]}-{d[6:8]} {t[0:2]}:{t[2:4]}:{t[4:6]}"
|
||||||
|
except Exception:
|
||||||
|
return s
|
||||||
|
|
||||||
|
|
||||||
async def _copy_domain_dir(self, src_domain_dir: Path, domain: str) -> None:
|
async def _copy_domain_dir(self, src_domain_dir: Path, domain: str) -> None:
|
||||||
dest_root = Path(self.hass.config.path("custom_components"))
|
dest_root = Path(self.hass.config.path("custom_components"))
|
||||||
target = dest_root / domain
|
target = dest_root / domain
|
||||||
@@ -515,96 +943,223 @@ class BCSCore:
|
|||||||
return await self.hass.async_add_executor_job(_read)
|
return await self.hass.async_add_executor_job(_read)
|
||||||
|
|
||||||
async def _refresh_installed_cache(self) -> None:
|
async def _refresh_installed_cache(self) -> None:
|
||||||
|
"""Refresh installed cache and reconcile with filesystem.
|
||||||
|
|
||||||
|
If a user manually deletes a domain folder under /config/custom_components,
|
||||||
|
we automatically remove the installed flag from our storage so the Store UI
|
||||||
|
does not show stale "installed" state.
|
||||||
|
"""
|
||||||
try:
|
try:
|
||||||
items = await self.storage.list_installed_repos()
|
items = await self.storage.list_installed_repos()
|
||||||
cache: dict[str, Any] = {}
|
cache: dict[str, Any] = {}
|
||||||
|
|
||||||
|
# Determine which installed repos still exist on disk.
|
||||||
|
cc_root = Path(self.hass.config.path("custom_components"))
|
||||||
|
to_remove: list[str] = []
|
||||||
|
|
||||||
for it in items:
|
for it in items:
|
||||||
|
domains = [str(d) for d in (it.domains or []) if str(d).strip()]
|
||||||
|
|
||||||
|
# A repo is considered "present" if at least one of its domains
|
||||||
|
# exists and contains a manifest.json.
|
||||||
|
present = False
|
||||||
|
for d in domains:
|
||||||
|
p = cc_root / d
|
||||||
|
if p.is_dir() and (p / "manifest.json").exists():
|
||||||
|
present = True
|
||||||
|
break
|
||||||
|
|
||||||
|
if not present:
|
||||||
|
to_remove.append(it.repo_id)
|
||||||
|
continue
|
||||||
|
|
||||||
cache[it.repo_id] = {
|
cache[it.repo_id] = {
|
||||||
"installed": True,
|
"installed": True,
|
||||||
"domains": it.domains,
|
"domains": domains,
|
||||||
"installed_version": it.installed_version,
|
"installed_version": it.installed_version,
|
||||||
"installed_manifest_version": it.installed_manifest_version,
|
"installed_manifest_version": it.installed_manifest_version,
|
||||||
"ref": it.ref,
|
"ref": it.ref,
|
||||||
"installed_at": it.installed_at,
|
"installed_at": it.installed_at,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Remove stale installed entries from storage.
|
||||||
|
for rid in to_remove:
|
||||||
|
try:
|
||||||
|
await self.storage.remove_installed_repo(rid)
|
||||||
|
_LOGGER.info("BCS reconcile: removed stale installed repo_id=%s", rid)
|
||||||
|
except Exception:
|
||||||
|
_LOGGER.debug("BCS reconcile: failed removing stale repo_id=%s", rid, exc_info=True)
|
||||||
|
|
||||||
self._installed_cache = cache
|
self._installed_cache = cache
|
||||||
except Exception:
|
except Exception:
|
||||||
self._installed_cache = {}
|
self._installed_cache = {}
|
||||||
|
|
||||||
async def install_repo(self, repo_id: str) -> dict[str, Any]:
|
async def uninstall_repo(self, repo_id: str) -> dict[str, Any]:
|
||||||
|
"""Uninstall a repository by deleting its installed domains and clearing storage."""
|
||||||
|
async with self._install_lock:
|
||||||
|
inst = await self.storage.get_installed_repo(repo_id)
|
||||||
|
if not inst:
|
||||||
|
# Already uninstalled.
|
||||||
|
await self._refresh_installed_cache()
|
||||||
|
self.signal_updated()
|
||||||
|
return {"ok": True, "repo_id": repo_id, "removed": [], "restart_required": False}
|
||||||
|
|
||||||
|
cc_root = Path(self.hass.config.path("custom_components"))
|
||||||
|
removed: list[str] = []
|
||||||
|
|
||||||
|
def _remove_dir(path: Path) -> None:
|
||||||
|
if path.exists() and path.is_dir():
|
||||||
|
shutil.rmtree(path, ignore_errors=True)
|
||||||
|
|
||||||
|
for domain in inst.domains:
|
||||||
|
d = str(domain).strip()
|
||||||
|
if not d:
|
||||||
|
continue
|
||||||
|
target = cc_root / d
|
||||||
|
await self.hass.async_add_executor_job(_remove_dir, target)
|
||||||
|
removed.append(d)
|
||||||
|
|
||||||
|
await self.storage.remove_installed_repo(repo_id)
|
||||||
|
await self._refresh_installed_cache()
|
||||||
|
|
||||||
|
# Show restart required in Settings.
|
||||||
|
if removed:
|
||||||
|
self._mark_restart_required()
|
||||||
|
|
||||||
|
_LOGGER.info("BCS uninstall complete: repo_id=%s removed_domains=%s", repo_id, removed)
|
||||||
|
self.signal_updated()
|
||||||
|
return {"ok": True, "repo_id": repo_id, "removed": removed, "restart_required": bool(removed)}
|
||||||
|
|
||||||
|
async def install_repo(self, repo_id: str, *, version: str | None = None) -> dict[str, Any]:
|
||||||
repo = self.get_repo(repo_id)
|
repo = self.get_repo(repo_id)
|
||||||
if not repo:
|
if not repo:
|
||||||
raise BCSInstallError(f"repo_id not found: {repo_id}")
|
raise BCSInstallError(f"repo_id not found: {repo_id}")
|
||||||
|
|
||||||
async with self._install_lock:
|
async with self._install_lock:
|
||||||
ref = self._pick_ref_for_install(repo)
|
requested = (version or "").strip()
|
||||||
|
ref = requested if requested else self._pick_ref_for_install(repo)
|
||||||
zip_url = self._build_zip_url(repo.url, ref)
|
zip_url = self._build_zip_url(repo.url, ref)
|
||||||
|
|
||||||
_LOGGER.info("BCS install started: repo_id=%s ref=%s zip_url=%s", repo_id, ref, zip_url)
|
_LOGGER.info("BCS install started: repo_id=%s ref=%s zip_url=%s", repo_id, ref, zip_url)
|
||||||
|
|
||||||
with tempfile.TemporaryDirectory(prefix="bcs_install_") as td:
|
installed_domains: list[str] = []
|
||||||
tmp = Path(td)
|
backups: dict[str, Path] = {}
|
||||||
zip_path = tmp / "repo.zip"
|
|
||||||
extract_dir = tmp / "extract"
|
|
||||||
extract_dir.mkdir(parents=True, exist_ok=True)
|
|
||||||
|
|
||||||
await self._download_zip(zip_url, zip_path)
|
inst_before = self.get_installed(repo_id) or {}
|
||||||
await self._extract_zip(zip_path, extract_dir)
|
backup_meta = {
|
||||||
|
|
||||||
cc_root = self._find_custom_components_root(extract_dir)
|
|
||||||
if not cc_root:
|
|
||||||
raise BCSInstallError("custom_components folder not found in repository ZIP")
|
|
||||||
|
|
||||||
installed_domains: list[str] = []
|
|
||||||
for domain_dir in cc_root.iterdir():
|
|
||||||
if not domain_dir.is_dir():
|
|
||||||
continue
|
|
||||||
manifest = domain_dir / "manifest.json"
|
|
||||||
if not manifest.exists():
|
|
||||||
continue
|
|
||||||
|
|
||||||
domain = domain_dir.name
|
|
||||||
await self._copy_domain_dir(domain_dir, domain)
|
|
||||||
installed_domains.append(domain)
|
|
||||||
|
|
||||||
if not installed_domains:
|
|
||||||
raise BCSInstallError("No integrations found under custom_components/ (missing manifest.json)")
|
|
||||||
|
|
||||||
installed_manifest_version = await self._read_installed_manifest_version(installed_domains[0])
|
|
||||||
installed_version = ref
|
|
||||||
|
|
||||||
await self.storage.set_installed_repo(
|
|
||||||
repo_id=repo_id,
|
|
||||||
url=repo.url,
|
|
||||||
domains=installed_domains,
|
|
||||||
installed_version=installed_version,
|
|
||||||
installed_manifest_version=installed_manifest_version,
|
|
||||||
ref=ref,
|
|
||||||
)
|
|
||||||
await self._refresh_installed_cache()
|
|
||||||
|
|
||||||
self._mark_restart_required()
|
|
||||||
|
|
||||||
_LOGGER.info(
|
|
||||||
"BCS install complete: repo_id=%s domains=%s installed_ref=%s manifest_version=%s",
|
|
||||||
repo_id,
|
|
||||||
installed_domains,
|
|
||||||
installed_version,
|
|
||||||
installed_manifest_version,
|
|
||||||
)
|
|
||||||
self.signal_updated()
|
|
||||||
return {
|
|
||||||
"ok": True,
|
|
||||||
"repo_id": repo_id,
|
"repo_id": repo_id,
|
||||||
"domains": installed_domains,
|
"installed_version": inst_before.get("installed_version") or inst_before.get("ref"),
|
||||||
"installed_version": installed_version,
|
"installed_manifest_version": inst_before.get("installed_manifest_version"),
|
||||||
"installed_manifest_version": installed_manifest_version,
|
"ref": inst_before.get("ref") or inst_before.get("installed_version"),
|
||||||
"restart_required": True,
|
|
||||||
}
|
}
|
||||||
|
created_new: set[str] = set()
|
||||||
|
|
||||||
async def update_repo(self, repo_id: str) -> dict[str, Any]:
|
try:
|
||||||
|
with tempfile.TemporaryDirectory(prefix="bcs_install_") as td:
|
||||||
|
tmp = Path(td)
|
||||||
|
zip_path = tmp / "repo.zip"
|
||||||
|
extract_dir = tmp / "extract"
|
||||||
|
extract_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
await self._download_zip(zip_url, zip_path)
|
||||||
|
await self._extract_zip(zip_path, extract_dir)
|
||||||
|
|
||||||
|
cc_root = self._find_custom_components_root(extract_dir)
|
||||||
|
if not cc_root:
|
||||||
|
raise BCSInstallError("custom_components folder not found in repository ZIP")
|
||||||
|
|
||||||
|
dest_root = Path(self.hass.config.path("custom_components"))
|
||||||
|
|
||||||
|
for domain_dir in cc_root.iterdir():
|
||||||
|
if not domain_dir.is_dir():
|
||||||
|
continue
|
||||||
|
manifest = domain_dir / "manifest.json"
|
||||||
|
if not manifest.exists():
|
||||||
|
continue
|
||||||
|
|
||||||
|
domain = domain_dir.name
|
||||||
|
target = dest_root / domain
|
||||||
|
|
||||||
|
# Backup only if we are going to overwrite an existing domain.
|
||||||
|
if target.exists() and target.is_dir():
|
||||||
|
m = dict(backup_meta)
|
||||||
|
m["domain"] = domain
|
||||||
|
bkp = await self._backup_domain(domain, meta=m)
|
||||||
|
if bkp:
|
||||||
|
backups[domain] = bkp
|
||||||
|
else:
|
||||||
|
created_new.add(domain)
|
||||||
|
|
||||||
|
await self._copy_domain_dir(domain_dir, domain)
|
||||||
|
installed_domains.append(domain)
|
||||||
|
|
||||||
|
if not installed_domains:
|
||||||
|
raise BCSInstallError("No integrations found under custom_components/ (missing manifest.json)")
|
||||||
|
|
||||||
|
installed_manifest_version = await self._read_installed_manifest_version(installed_domains[0])
|
||||||
|
installed_version = ref
|
||||||
|
|
||||||
|
await self.storage.set_installed_repo(
|
||||||
|
repo_id=repo_id,
|
||||||
|
url=repo.url,
|
||||||
|
domains=installed_domains,
|
||||||
|
installed_version=installed_version,
|
||||||
|
installed_manifest_version=installed_manifest_version,
|
||||||
|
ref=ref,
|
||||||
|
)
|
||||||
|
await self._refresh_installed_cache()
|
||||||
|
|
||||||
|
self._mark_restart_required()
|
||||||
|
|
||||||
|
_LOGGER.info(
|
||||||
|
"BCS install complete: repo_id=%s domains=%s installed_ref=%s manifest_version=%s",
|
||||||
|
repo_id,
|
||||||
|
installed_domains,
|
||||||
|
installed_version,
|
||||||
|
installed_manifest_version,
|
||||||
|
)
|
||||||
|
self.signal_updated()
|
||||||
|
return {
|
||||||
|
"ok": True,
|
||||||
|
"repo_id": repo_id,
|
||||||
|
"domains": installed_domains,
|
||||||
|
"installed_version": installed_version,
|
||||||
|
"installed_manifest_version": installed_manifest_version,
|
||||||
|
"restart_required": True,
|
||||||
|
}
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
# Roll back any domains we touched.
|
||||||
|
_LOGGER.error("BCS install failed, attempting rollback: repo_id=%s error=%s", repo_id, e)
|
||||||
|
|
||||||
|
dest_root = Path(self.hass.config.path("custom_components"))
|
||||||
|
|
||||||
|
# Restore backed-up domains.
|
||||||
|
for domain, bkp in backups.items():
|
||||||
|
try:
|
||||||
|
await self._restore_domain_from_backup(domain, bkp)
|
||||||
|
except Exception:
|
||||||
|
_LOGGER.debug("BCS rollback failed for domain=%s", domain, exc_info=True)
|
||||||
|
|
||||||
|
# Remove newly created domains if the install did not complete.
|
||||||
|
for domain in created_new:
|
||||||
|
try:
|
||||||
|
target = dest_root / domain
|
||||||
|
def _rm() -> None:
|
||||||
|
if target.exists() and target.is_dir():
|
||||||
|
shutil.rmtree(target, ignore_errors=True)
|
||||||
|
await self.hass.async_add_executor_job(_rm)
|
||||||
|
except Exception:
|
||||||
|
_LOGGER.debug("BCS cleanup failed for new domain=%s", domain, exc_info=True)
|
||||||
|
|
||||||
|
# Re-raise as install error for clean API response.
|
||||||
|
if isinstance(e, BCSInstallError):
|
||||||
|
raise
|
||||||
|
raise BCSInstallError(str(e)) from e
|
||||||
|
|
||||||
|
async def update_repo(self, repo_id: str, *, version: str | None = None) -> dict[str, Any]:
|
||||||
_LOGGER.info("BCS update started: repo_id=%s", repo_id)
|
_LOGGER.info("BCS update started: repo_id=%s", repo_id)
|
||||||
return await self.install_repo(repo_id)
|
return await self.install_repo(repo_id, version=version)
|
||||||
|
|
||||||
async def request_restart(self) -> None:
|
async def request_restart(self) -> None:
|
||||||
await self.hass.services.async_call("homeassistant", "restart", {}, blocking=False)
|
await self.hass.services.async_call("homeassistant", "restart", {}, blocking=False)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "bahmcloud_store",
|
"domain": "bahmcloud_store",
|
||||||
"name": "Bahmcloud Store",
|
"name": "Bahmcloud Store",
|
||||||
"version": "0.5.5",
|
"version": "0.6.3",
|
||||||
"documentation": "https://git.bahmcloud.de/bahmcloud/bahmcloud_store",
|
"documentation": "https://git.bahmcloud.de/bahmcloud/bahmcloud_store",
|
||||||
"platforms": ["update"],
|
"platforms": ["update"],
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
|
|
||||||
this._installingRepoId = null;
|
this._installingRepoId = null;
|
||||||
this._updatingRepoId = null;
|
this._updatingRepoId = null;
|
||||||
|
this._uninstallingRepoId = null;
|
||||||
this._restartRequired = false;
|
this._restartRequired = false;
|
||||||
this._lastActionMsg = null;
|
this._lastActionMsg = null;
|
||||||
}
|
}
|
||||||
@@ -141,6 +142,36 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async _uninstallRepo(repoId) {
|
||||||
|
if (!repoId) return;
|
||||||
|
if (this._installingRepoId || this._updatingRepoId || this._uninstallingRepoId) return;
|
||||||
|
|
||||||
|
const r = this._repoById(repoId);
|
||||||
|
const name = this._safeText(r?.name) || repoId;
|
||||||
|
|
||||||
|
const ok = window.confirm(`Uninstall "${name}"?\n\nThis will delete the integration folder(s) from /config/custom_components. A restart will be required.`);
|
||||||
|
if (!ok) return;
|
||||||
|
|
||||||
|
this._uninstallingRepoId = repoId;
|
||||||
|
this._lastActionMsg = null;
|
||||||
|
this.requestUpdate();
|
||||||
|
|
||||||
|
try {
|
||||||
|
const resp = await this._hass.callApi("post", `bcs/uninstall?repo_id=${encodeURIComponent(repoId)}`, {});
|
||||||
|
if (resp && resp.ok) {
|
||||||
|
this._restartRequired = !!resp.restart_required;
|
||||||
|
this._lastActionMsg = "Uninstalled. Restart required.";
|
||||||
|
} else {
|
||||||
|
this._lastActionMsg = (resp && resp.message) ? String(resp.message) : "Uninstall failed.";
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
this._lastActionMsg = e && e.message ? e.message : "Uninstall failed.";
|
||||||
|
} finally {
|
||||||
|
this._uninstallingRepoId = null;
|
||||||
|
await this._load();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
async _restartHA() {
|
async _restartHA() {
|
||||||
if (!this._hass) return;
|
if (!this._hass) return;
|
||||||
try {
|
try {
|
||||||
@@ -436,15 +467,15 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
|
|
||||||
<div class="mobilebar">
|
<div class="mobilebar">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="iconbtn" id="menuBtn" title="Menu">☰</div>
|
<div class="iconbtn" id="menuBtn" title="Menu">鈽<EFBFBD></div>
|
||||||
<div class="iconbtn" id="backBtn" title="Back">←</div>
|
<div class="iconbtn" id="backBtn" title="Back">鈫<EFBFBD></div>
|
||||||
<div>
|
<div>
|
||||||
<div style="font-weight:700;">Bahmcloud Store</div>
|
<div style="font-weight:700;">Bahmcloud Store</div>
|
||||||
<div class="muted small" id="subtitle">Store</div>
|
<div class="muted small" id="subtitle">Store</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="iconbtn" id="refreshBtn" title="Refresh">⟳</div>
|
<div class="iconbtn" id="refreshBtn" title="Refresh">鉄<EFBFBD></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -506,7 +537,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
: "";
|
: "";
|
||||||
|
|
||||||
if (this._loading) {
|
if (this._loading) {
|
||||||
content.innerHTML = `${err}<div class="card">Loading…</div>`;
|
content.innerHTML = `${err}<div class="card">Loading鈥<EFBFBD></div>`;
|
||||||
fabs.innerHTML = "";
|
fabs.innerHTML = "";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -608,7 +639,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
if (updateAvailable) badges.push("Update");
|
if (updateAvailable) badges.push("Update");
|
||||||
|
|
||||||
const badgeHtml = badges.length
|
const badgeHtml = badges.length
|
||||||
? `<div class="badge">${this._esc(badges.join(" · "))}</div>`
|
? `<div class="badge">${this._esc(badges.join(" 路 "))}</div>`
|
||||||
: `<div class="badge">${this._esc(this._safeText(r?.provider || "repo"))}</div>`;
|
: `<div class="badge">${this._esc(this._safeText(r?.provider || "repo"))}</div>`;
|
||||||
|
|
||||||
return `
|
return `
|
||||||
@@ -628,7 +659,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
|
|
||||||
return `
|
return `
|
||||||
<div class="filters">
|
<div class="filters">
|
||||||
<input id="q" placeholder="Search…" value="${this._esc(this._search)}" />
|
<input id="q" placeholder="Search鈥<EFBFBD>" value="${this._esc(this._search)}" />
|
||||||
<select id="cat">
|
<select id="cat">
|
||||||
<option value="all">All categories</option>
|
<option value="all">All categories</option>
|
||||||
${categories.map((c) => `<option value="${this._esc(c)}" ${this._category === c ? "selected" : ""}>${this._esc(c)}</option>`).join("")}
|
${categories.map((c) => `<option value="${this._esc(c)}" ${this._category === c ? "selected" : ""}>${this._esc(c)}</option>`).join("")}
|
||||||
@@ -640,7 +671,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="muted small">Version: ${this._esc(this._data.version || "-")} · Repositories: ${repos.length}</div>
|
<div class="muted small">Version: ${this._esc(this._data.version || "-")} 路 Repositories: ${repos.length}</div>
|
||||||
|
|
||||||
<div class="grid" style="margin-top:12px;">
|
<div class="grid" style="margin-top:12px;">
|
||||||
${cards || `<div class="card">No repositories found.</div>`}
|
${cards || `<div class="card">No repositories found.</div>`}
|
||||||
@@ -713,7 +744,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
].filter(Boolean);
|
].filter(Boolean);
|
||||||
|
|
||||||
const readmeBlock = this._readmeLoading
|
const readmeBlock = this._readmeLoading
|
||||||
? `<div class="card">Loading README…</div>`
|
? `<div class="card">Loading README鈥<EFBFBD></div>`
|
||||||
: this._readmeText
|
: this._readmeText
|
||||||
? `
|
? `
|
||||||
<div class="card">
|
<div class="card">
|
||||||
@@ -748,12 +779,14 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
|
|
||||||
const busyInstall = this._installingRepoId === repoId;
|
const busyInstall = this._installingRepoId === repoId;
|
||||||
const busyUpdate = this._updatingRepoId === repoId;
|
const busyUpdate = this._updatingRepoId === repoId;
|
||||||
const busy = busyInstall || busyUpdate;
|
const busyUninstall = this._uninstallingRepoId === repoId;
|
||||||
|
const busy = busyInstall || busyUpdate || busyUninstall;
|
||||||
|
|
||||||
const updateAvailable = installed && !!latestVersion && (!installedVersion || latestVersion !== installedVersion);
|
const updateAvailable = installed && !!latestVersion && (!installedVersion || latestVersion !== installedVersion);
|
||||||
|
|
||||||
const installBtn = `<button class="primary" id="btnInstall" ${installed || busy ? "disabled" : ""}>${busyInstall ? "Installing…" : installed ? "Installed" : "Install"}</button>`;
|
const installBtn = `<button class="primary" id="btnInstall" ${installed || busy ? "disabled" : ""}>${busyInstall ? "Installing鈥<EFBFBD>" : installed ? "Installed" : "Install"}</button>`;
|
||||||
const updateBtn = `<button class="primary" id="btnUpdate" ${!updateAvailable || busy ? "disabled" : ""}>${busyUpdate ? "Updating…" : updateAvailable ? "Update" : "Up to date"}</button>`;
|
const updateBtn = `<button class="primary" id="btnUpdate" ${!updateAvailable || busy ? "disabled" : ""}>${busyUpdate ? "Updating鈥<EFBFBD>" : updateAvailable ? "Update" : "Up to date"}</button>`;
|
||||||
|
const uninstallBtn = `<button id="btnUninstall" ${!installed || busy ? "disabled" : ""}>${busyUninstall ? "Uninstalling鈥<67>" : "Uninstall"}</button>`;
|
||||||
|
|
||||||
const restartHint = this._restartRequired
|
const restartHint = this._restartRequired
|
||||||
? `
|
? `
|
||||||
@@ -777,7 +810,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
<div>
|
<div>
|
||||||
<div><strong style="font-size:16px;">${this._esc(name)}</strong></div>
|
<div><strong style="font-size:16px;">${this._esc(name)}</strong></div>
|
||||||
<div class="muted">${this._esc(desc)}</div>
|
<div class="muted">${this._esc(desc)}</div>
|
||||||
<div class="muted small" style="margin-top:8px;">${this._esc(infoBits.join(" · "))}</div>
|
<div class="muted small" style="margin-top:8px;">${this._esc(infoBits.join(" 路 "))}</div>
|
||||||
<div class="muted small" style="margin-top:8px;">
|
<div class="muted small" style="margin-top:8px;">
|
||||||
<a href="${this._esc(url)}" target="_blank" rel="noreferrer">Open repository</a>
|
<a href="${this._esc(url)}" target="_blank" rel="noreferrer">Open repository</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -805,6 +838,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
<div class="row" style="margin-top:14px; gap:10px; flex-wrap:wrap;">
|
<div class="row" style="margin-top:14px; gap:10px; flex-wrap:wrap;">
|
||||||
${installBtn}
|
${installBtn}
|
||||||
${updateBtn}
|
${updateBtn}
|
||||||
|
${uninstallBtn}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${restartHint}
|
${restartHint}
|
||||||
@@ -820,6 +854,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
// Always wire action buttons (even if README is already loaded)
|
// Always wire action buttons (even if README is already loaded)
|
||||||
const btnInstall = root.getElementById("btnInstall");
|
const btnInstall = root.getElementById("btnInstall");
|
||||||
const btnUpdate = root.getElementById("btnUpdate");
|
const btnUpdate = root.getElementById("btnUpdate");
|
||||||
|
const btnUninstall = root.getElementById("btnUninstall");
|
||||||
const btnRestart = root.getElementById("btnRestart");
|
const btnRestart = root.getElementById("btnRestart");
|
||||||
|
|
||||||
if (btnInstall) {
|
if (btnInstall) {
|
||||||
@@ -836,6 +871,13 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (btnUninstall) {
|
||||||
|
btnUninstall.addEventListener("click", () => {
|
||||||
|
if (btnUninstall.disabled) return;
|
||||||
|
if (this._detailRepoId) this._uninstallRepo(this._detailRepoId);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
if (btnRestart) {
|
if (btnRestart) {
|
||||||
btnRestart.addEventListener("click", () => this._restartHA());
|
btnRestart.addEventListener("click", () => this._restartHA());
|
||||||
}
|
}
|
||||||
@@ -848,7 +890,7 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
mount.innerHTML = this._readmeHtml;
|
mount.innerHTML = this._readmeHtml;
|
||||||
this._postprocessRenderedMarkdown(mount);
|
this._postprocessRenderedMarkdown(mount);
|
||||||
} else {
|
} else {
|
||||||
mount.innerHTML = `<div class="muted">Rendered HTML not available. Use “Show raw Markdown”.</div>`;
|
mount.innerHTML = `<div class="muted">Rendered HTML not available. Use 鈥淪how raw Markdown鈥<EFBFBD>.</div>`;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
mount.innerHTML = "";
|
mount.innerHTML = "";
|
||||||
@@ -883,10 +925,10 @@ class BahmcloudStorePanel extends HTMLElement {
|
|||||||
|
|
||||||
return `
|
return `
|
||||||
<div class="fabs">
|
<div class="fabs">
|
||||||
<button class="fabbtn primary" id="fabOpen" title="Open repository">↗</button>
|
<button class="fabbtn primary" id="fabOpen" title="Open repository">鈫<EFBFBD></button>
|
||||||
<button class="fabbtn" id="fabReload" title="Reload README">⟳</button>
|
<button class="fabbtn" id="fabReload" title="Reload README">鉄<EFBFBD></button>
|
||||||
<button class="fabbtn" id="fabInstall" title="${installDisabled ? (installed ? "Already installed" : "Installing…") : "Install"}" ${installDisabled ? "disabled" : ""}>+</button>
|
<button class="fabbtn" id="fabInstall" title="${installDisabled ? (installed ? "Already installed" : "Installing鈥<EFBFBD>") : "Install"}" ${installDisabled ? "disabled" : ""}>锛<EFBFBD></button>
|
||||||
<button class="fabbtn" id="fabUpdate" title="${updateDisabled ? (!installed ? "Not installed" : "No update available") : "Update"}" ${updateDisabled ? "disabled" : ""}>↑</button>
|
<button class="fabbtn" id="fabUpdate" title="${updateDisabled ? (!installed ? "Not installed" : "No update available") : "Update"}" ${updateDisabled ? "disabled" : ""}>鈫<EFBFBD></button>
|
||||||
<button class="fabbtn" id="fabInfo" title="About">i</button>
|
<button class="fabbtn" id="fabInfo" title="About">i</button>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,24 @@
|
|||||||
body { font-family: system-ui, sans-serif; margin:0; }
|
body { font-family: system-ui, sans-serif; margin:0; }
|
||||||
.wrap { padding: 16px; max-width: 1000px; margin: 0 auto; }
|
.wrap { padding: 16px; max-width: 1000px; margin: 0 auto; }
|
||||||
.card { border: 1px solid #ddd; border-radius: 10px; padding: 12px; margin: 10px 0; }
|
.card { border: 1px solid #ddd; border-radius: 10px; padding: 12px; margin: 10px 0; }
|
||||||
.row { display:flex; justify-content:space-between; gap: 12px; align-items: flex-start; }
|
.row { display:flex; justify-content:space-between; gap: 12px; align-items: flex-start; flex-wrap: wrap; min-width:0; }
|
||||||
.badge { border: 1px solid #bbb; border-radius: 999px; padding: 2px 8px; font-size: 12px; height: fit-content; }
|
.badge { border: 1px solid #bbb; border-radius: 999px; padding: 2px 8px; font-size: 12px; height: fit-content; }
|
||||||
.muted { color: #666; font-size: 13px; margin-top: 4px; }
|
.muted { color: #666; font-size: 13px; margin-top: 4px; }
|
||||||
.actions { display:flex; gap: 8px; margin-top: 10px; }
|
.actions { display:flex; gap: 8px; margin-top: 10px; }
|
||||||
button { padding: 8px 12px; cursor:pointer; }
|
button { padding: 8px 12px; cursor:pointer; }
|
||||||
button[disabled] { opacity: 0.6; cursor: not-allowed; }
|
button[disabled] { opacity: 0.6; cursor: not-allowed; }
|
||||||
a { color: inherit; }
|
a { color: inherit; }
|
||||||
|
|
||||||
|
/* Basic markdown safety (in case styles.css is used by older panels) */
|
||||||
|
.md { max-width: 100%; overflow-x: auto; }
|
||||||
|
.md table { display:block; max-width:100%; overflow-x:auto; }
|
||||||
|
.md img { max-width: 100%; height: auto; }
|
||||||
|
|
||||||
|
/* README UX (E2): collapsible preview (standalone page only) */
|
||||||
|
.readmeWrap{ border:1px solid #ddd; border-radius:10px; padding:12px; background: #f7f7f7; max-width:100%; }
|
||||||
|
.readmeWrap.collapsed{ max-height:260px; overflow:hidden; position:relative; }
|
||||||
|
.readmeWrap.collapsed::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:56px; background: linear-gradient(to bottom, rgba(247,247,247,0), #f7f7f7); pointer-events:none; }
|
||||||
|
.readmeWrap.expanded{ max-height:70vh; overflow:auto; }
|
||||||
|
.readmeActions{ display:flex; justify-content:flex-end; margin-top:10px; }
|
||||||
|
button.link{ border:none; background:transparent; padding:6px 10px; color:#1E88E5; }
|
||||||
|
button.link:hover{ text-decoration:underline; }
|
||||||
|
|||||||
@@ -504,4 +504,160 @@ async def fetch_readme_markdown(
|
|||||||
except Exception:
|
except Exception:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
async def fetch_repo_versions(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
repo_url: str,
|
||||||
|
*,
|
||||||
|
provider: str | None = None,
|
||||||
|
default_branch: str | None = None,
|
||||||
|
limit: int = 20,
|
||||||
|
) -> list[dict[str, str]]:
|
||||||
|
"""List available versions/refs for a repository.
|
||||||
|
|
||||||
|
Returns a list of dicts with keys:
|
||||||
|
- ref: the ref to install (tag/release/branch)
|
||||||
|
- label: human-friendly label
|
||||||
|
- source: release|tag|branch
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
- Uses public endpoints (no tokens) for public repositories.
|
||||||
|
- We prefer releases first (if available), then tags.
|
||||||
|
"""
|
||||||
|
|
||||||
|
repo_url = (repo_url or "").strip()
|
||||||
|
if not repo_url:
|
||||||
|
return []
|
||||||
|
|
||||||
|
prov = (provider or "").strip().lower() if provider else ""
|
||||||
|
if not prov:
|
||||||
|
prov = detect_provider(repo_url)
|
||||||
|
|
||||||
|
owner, repo = _split_owner_repo(repo_url)
|
||||||
|
if not owner or not repo:
|
||||||
|
return []
|
||||||
|
|
||||||
|
session = async_get_clientsession(hass)
|
||||||
|
headers = {"User-Agent": UA}
|
||||||
|
|
||||||
|
out: list[dict[str, str]] = []
|
||||||
|
seen: set[str] = set()
|
||||||
|
|
||||||
|
def _add(ref: str | None, label: str, source: str) -> None:
|
||||||
|
r = (ref or "").strip()
|
||||||
|
if not r or r in seen:
|
||||||
|
return
|
||||||
|
seen.add(r)
|
||||||
|
out.append({"ref": r, "label": label, "source": source})
|
||||||
|
|
||||||
|
# Always offer default branch as an explicit option.
|
||||||
|
if default_branch and str(default_branch).strip():
|
||||||
|
b = str(default_branch).strip()
|
||||||
|
_add(b, f"Branch: {b}", "branch")
|
||||||
|
|
||||||
|
try:
|
||||||
|
if prov == "github":
|
||||||
|
# Releases
|
||||||
|
gh_headers = {"Accept": "application/vnd.github+json", "User-Agent": UA}
|
||||||
|
data, _ = await _safe_json(
|
||||||
|
session,
|
||||||
|
f"https://api.github.com/repos/{owner}/{repo}/releases?per_page={int(limit)}",
|
||||||
|
headers=gh_headers,
|
||||||
|
)
|
||||||
|
if isinstance(data, list):
|
||||||
|
for r in data:
|
||||||
|
if not isinstance(r, dict):
|
||||||
|
continue
|
||||||
|
tag = r.get("tag_name")
|
||||||
|
name = r.get("name")
|
||||||
|
if tag:
|
||||||
|
lbl = str(tag)
|
||||||
|
if isinstance(name, str) and name.strip() and name.strip() != str(tag):
|
||||||
|
lbl = f"{tag} — {name.strip()}"
|
||||||
|
_add(str(tag), lbl, "release")
|
||||||
|
|
||||||
|
# Tags
|
||||||
|
data, _ = await _safe_json(
|
||||||
|
session,
|
||||||
|
f"https://api.github.com/repos/{owner}/{repo}/tags?per_page={int(limit)}",
|
||||||
|
headers=gh_headers,
|
||||||
|
)
|
||||||
|
if isinstance(data, list):
|
||||||
|
for t in data:
|
||||||
|
if isinstance(t, dict) and t.get("name"):
|
||||||
|
_add(str(t["name"]), str(t["name"]), "tag")
|
||||||
|
|
||||||
|
return out
|
||||||
|
|
||||||
|
if prov == "gitlab":
|
||||||
|
u = urlparse(repo_url.rstrip("/"))
|
||||||
|
base = f"{u.scheme}://{u.netloc}"
|
||||||
|
project = quote_plus(f"{owner}/{repo}")
|
||||||
|
|
||||||
|
data, _ = await _safe_json(
|
||||||
|
session,
|
||||||
|
f"{base}/api/v4/projects/{project}/releases?per_page={int(limit)}",
|
||||||
|
headers=headers,
|
||||||
|
)
|
||||||
|
if isinstance(data, list):
|
||||||
|
for r in data:
|
||||||
|
if not isinstance(r, dict):
|
||||||
|
continue
|
||||||
|
tag = r.get("tag_name")
|
||||||
|
name = r.get("name")
|
||||||
|
if tag:
|
||||||
|
lbl = str(tag)
|
||||||
|
if isinstance(name, str) and name.strip() and name.strip() != str(tag):
|
||||||
|
lbl = f"{tag} — {name.strip()}"
|
||||||
|
_add(str(tag), lbl, "release")
|
||||||
|
|
||||||
|
data, _ = await _safe_json(
|
||||||
|
session,
|
||||||
|
f"{base}/api/v4/projects/{project}/repository/tags?per_page={int(limit)}",
|
||||||
|
headers=headers,
|
||||||
|
)
|
||||||
|
if isinstance(data, list):
|
||||||
|
for t in data:
|
||||||
|
if isinstance(t, dict) and t.get("name"):
|
||||||
|
_add(str(t["name"]), str(t["name"]), "tag")
|
||||||
|
|
||||||
|
return out
|
||||||
|
|
||||||
|
# gitea (incl. Bahmcloud)
|
||||||
|
u = urlparse(repo_url.rstrip("/"))
|
||||||
|
base = f"{u.scheme}://{u.netloc}"
|
||||||
|
|
||||||
|
data, _ = await _safe_json(
|
||||||
|
session,
|
||||||
|
f"{base}/api/v1/repos/{owner}/{repo}/releases?limit={int(limit)}",
|
||||||
|
headers=headers,
|
||||||
|
)
|
||||||
|
if isinstance(data, list):
|
||||||
|
for r in data:
|
||||||
|
if not isinstance(r, dict):
|
||||||
|
continue
|
||||||
|
tag = r.get("tag_name")
|
||||||
|
name = r.get("name")
|
||||||
|
if tag:
|
||||||
|
lbl = str(tag)
|
||||||
|
if isinstance(name, str) and name.strip() and name.strip() != str(tag):
|
||||||
|
lbl = f"{tag} — {name.strip()}"
|
||||||
|
_add(str(tag), lbl, "release")
|
||||||
|
|
||||||
|
data, _ = await _safe_json(
|
||||||
|
session,
|
||||||
|
f"{base}/api/v1/repos/{owner}/{repo}/tags?limit={int(limit)}",
|
||||||
|
headers=headers,
|
||||||
|
)
|
||||||
|
if isinstance(data, list):
|
||||||
|
for t in data:
|
||||||
|
if isinstance(t, dict) and t.get("name"):
|
||||||
|
_add(str(t["name"]), str(t["name"]), "tag")
|
||||||
|
|
||||||
|
return out
|
||||||
|
|
||||||
|
except Exception:
|
||||||
|
_LOGGER.debug("fetch_repo_versions failed for %s", repo_url, exc_info=True)
|
||||||
|
return out
|
||||||
@@ -292,6 +292,27 @@ class BCSReadmeView(HomeAssistantView):
|
|||||||
return web.json_response({"ok": True, "readme": md_str, "html": html})
|
return web.json_response({"ok": True, "readme": md_str, "html": html})
|
||||||
|
|
||||||
|
|
||||||
|
class BCSVersionsView(HomeAssistantView):
|
||||||
|
url = "/api/bcs/versions"
|
||||||
|
name = "api:bcs_versions"
|
||||||
|
requires_auth = True
|
||||||
|
|
||||||
|
def __init__(self, core: Any) -> None:
|
||||||
|
self.core: BCSCore = core
|
||||||
|
|
||||||
|
async def get(self, request: web.Request) -> web.Response:
|
||||||
|
repo_id = request.query.get("repo_id")
|
||||||
|
if not repo_id:
|
||||||
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
|
||||||
|
try:
|
||||||
|
versions = await self.core.list_repo_versions(repo_id)
|
||||||
|
return web.json_response({"ok": True, "repo_id": repo_id, "versions": versions}, status=200)
|
||||||
|
except Exception as e:
|
||||||
|
_LOGGER.exception("BCS list versions failed: %s", e)
|
||||||
|
return web.json_response({"ok": False, "message": str(e) or "List versions failed"}, status=500)
|
||||||
|
|
||||||
|
|
||||||
class BCSInstallView(HomeAssistantView):
|
class BCSInstallView(HomeAssistantView):
|
||||||
url = "/api/bcs/install"
|
url = "/api/bcs/install"
|
||||||
name = "api:bcs_install"
|
name = "api:bcs_install"
|
||||||
@@ -302,11 +323,13 @@ class BCSInstallView(HomeAssistantView):
|
|||||||
|
|
||||||
async def post(self, request: web.Request) -> web.Response:
|
async def post(self, request: web.Request) -> web.Response:
|
||||||
repo_id = request.query.get("repo_id")
|
repo_id = request.query.get("repo_id")
|
||||||
|
version = request.query.get("version")
|
||||||
if not repo_id:
|
if not repo_id:
|
||||||
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
result = await self.core.install_repo(repo_id)
|
v = str(version).strip() if version is not None else None
|
||||||
|
result = await self.core.install_repo(repo_id, version=v)
|
||||||
return web.json_response(result, status=200)
|
return web.json_response(result, status=200)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
_LOGGER.exception("BCS install failed: %s", e)
|
_LOGGER.exception("BCS install failed: %s", e)
|
||||||
@@ -323,17 +346,87 @@ class BCSUpdateView(HomeAssistantView):
|
|||||||
|
|
||||||
async def post(self, request: web.Request) -> web.Response:
|
async def post(self, request: web.Request) -> web.Response:
|
||||||
repo_id = request.query.get("repo_id")
|
repo_id = request.query.get("repo_id")
|
||||||
|
version = request.query.get("version")
|
||||||
if not repo_id:
|
if not repo_id:
|
||||||
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
result = await self.core.update_repo(repo_id)
|
v = str(version).strip() if version is not None else None
|
||||||
|
result = await self.core.update_repo(repo_id, version=v)
|
||||||
return web.json_response(result, status=200)
|
return web.json_response(result, status=200)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
_LOGGER.exception("BCS update failed: %s", e)
|
_LOGGER.exception("BCS update failed: %s", e)
|
||||||
return web.json_response({"ok": False, "message": str(e) or "Update failed"}, status=500)
|
return web.json_response({"ok": False, "message": str(e) or "Update failed"}, status=500)
|
||||||
|
|
||||||
|
|
||||||
|
class BCSUninstallView(HomeAssistantView):
|
||||||
|
url = "/api/bcs/uninstall"
|
||||||
|
name = "api:bcs_uninstall"
|
||||||
|
requires_auth = True
|
||||||
|
|
||||||
|
def __init__(self, core: Any) -> None:
|
||||||
|
self.core: BCSCore = core
|
||||||
|
|
||||||
|
async def post(self, request: web.Request) -> web.Response:
|
||||||
|
repo_id = request.query.get("repo_id")
|
||||||
|
if not repo_id:
|
||||||
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
|
||||||
|
try:
|
||||||
|
result = await self.core.uninstall_repo(repo_id)
|
||||||
|
return web.json_response(result, status=200)
|
||||||
|
except Exception as e:
|
||||||
|
_LOGGER.exception("BCS uninstall failed: %s", e)
|
||||||
|
return web.json_response({"ok": False, "message": str(e) or "Uninstall failed"}, status=500)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class BCSBackupsView(HomeAssistantView):
|
||||||
|
url = "/api/bcs/backups"
|
||||||
|
name = "api:bcs_backups"
|
||||||
|
requires_auth = True
|
||||||
|
|
||||||
|
def __init__(self, core: Any) -> None:
|
||||||
|
self.core: BCSCore = core
|
||||||
|
|
||||||
|
async def get(self, request: web.Request) -> web.Response:
|
||||||
|
repo_id = request.query.get("repo_id")
|
||||||
|
if not repo_id:
|
||||||
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
|
||||||
|
try:
|
||||||
|
backups = await self.core.list_repo_backups(repo_id)
|
||||||
|
return web.json_response({"ok": True, "repo_id": repo_id, "backups": backups}, status=200)
|
||||||
|
except Exception as e:
|
||||||
|
_LOGGER.exception("BCS list backups failed: %s", e)
|
||||||
|
return web.json_response({"ok": False, "message": str(e) or "List backups failed"}, status=500)
|
||||||
|
|
||||||
|
|
||||||
|
class BCSRestoreView(HomeAssistantView):
|
||||||
|
url = "/api/bcs/restore"
|
||||||
|
name = "api:bcs_restore"
|
||||||
|
requires_auth = True
|
||||||
|
|
||||||
|
def __init__(self, core: Any) -> None:
|
||||||
|
self.core: BCSCore = core
|
||||||
|
|
||||||
|
async def post(self, request: web.Request) -> web.Response:
|
||||||
|
repo_id = request.query.get("repo_id")
|
||||||
|
backup_id = request.query.get("backup_id")
|
||||||
|
if not repo_id:
|
||||||
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
if not backup_id:
|
||||||
|
return web.json_response({"ok": False, "message": "Missing backup_id"}, status=400)
|
||||||
|
|
||||||
|
try:
|
||||||
|
result = await self.core.restore_repo_backup(repo_id, backup_id)
|
||||||
|
return web.json_response(result, status=200)
|
||||||
|
except Exception as e:
|
||||||
|
_LOGGER.exception("BCS restore failed: %s", e)
|
||||||
|
return web.json_response({"ok": False, "message": str(e) or "Restore failed"}, status=500)
|
||||||
|
|
||||||
|
|
||||||
class BCSRestartView(HomeAssistantView):
|
class BCSRestartView(HomeAssistantView):
|
||||||
url = "/api/bcs/restart"
|
url = "/api/bcs/restart"
|
||||||
name = "api:bcs_restart"
|
name = "api:bcs_restart"
|
||||||
@@ -348,4 +441,56 @@ class BCSRestartView(HomeAssistantView):
|
|||||||
return web.json_response({"ok": True})
|
return web.json_response({"ok": True})
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
_LOGGER.exception("BCS restart failed: %s", e)
|
_LOGGER.exception("BCS restart failed: %s", e)
|
||||||
return web.json_response({"ok": False, "message": str(e) or "Restart failed"}, status=500)
|
return web.json_response({"ok": False, "message": str(e) or "Restart failed"}, status=500)
|
||||||
|
|
||||||
|
class BCSRepoDetailView(HomeAssistantView):
|
||||||
|
url = "/api/bcs/repo"
|
||||||
|
name = "api:bcs_repo"
|
||||||
|
requires_auth = True
|
||||||
|
|
||||||
|
def __init__(self, core: Any) -> None:
|
||||||
|
self.core: BCSCore = core
|
||||||
|
|
||||||
|
async def get(self, request: web.Request) -> web.Response:
|
||||||
|
repo_id = (request.query.get("repo_id") or "").strip()
|
||||||
|
if not repo_id:
|
||||||
|
return web.json_response({"ok": False, "message": "Missing repo_id"}, status=400)
|
||||||
|
|
||||||
|
try:
|
||||||
|
repo = await self.core.ensure_repo_details(repo_id)
|
||||||
|
if not repo:
|
||||||
|
return web.json_response({"ok": False, "message": "Repo not found"}, status=404)
|
||||||
|
|
||||||
|
inst = self.core.get_installed(repo_id) or {}
|
||||||
|
installed = bool(inst)
|
||||||
|
domains = inst.get("domains") or []
|
||||||
|
if not isinstance(domains, list):
|
||||||
|
domains = []
|
||||||
|
|
||||||
|
return web.json_response({
|
||||||
|
"ok": True,
|
||||||
|
"repo": {
|
||||||
|
"id": repo.id,
|
||||||
|
"name": repo.name,
|
||||||
|
"url": repo.url,
|
||||||
|
"source": repo.source,
|
||||||
|
"owner": repo.owner,
|
||||||
|
"provider": repo.provider,
|
||||||
|
"repo_name": repo.provider_repo_name,
|
||||||
|
"description": repo.provider_description or repo.meta_description,
|
||||||
|
"default_branch": repo.default_branch,
|
||||||
|
"latest_version": repo.latest_version,
|
||||||
|
"latest_version_source": repo.latest_version_source,
|
||||||
|
"category": repo.meta_category,
|
||||||
|
"meta_author": repo.meta_author,
|
||||||
|
"meta_maintainer": repo.meta_maintainer,
|
||||||
|
"meta_source": repo.meta_source,
|
||||||
|
"installed": installed,
|
||||||
|
"installed_version": inst.get("installed_version"),
|
||||||
|
"installed_manifest_version": inst.get("installed_manifest_version"),
|
||||||
|
"installed_domains": domains,
|
||||||
|
}
|
||||||
|
}, status=200)
|
||||||
|
except Exception as e:
|
||||||
|
_LOGGER.exception("BCS repo details failed: %s", e)
|
||||||
|
return web.json_response({"ok": False, "message": str(e) or "Repo details failed"}, status=500)
|
||||||
|
|||||||
Reference in New Issue
Block a user