packages.wenpai.net/internal/packages
elementary 6434bcc8f3
Some checks failed
ci / Go Modules Tidy (push) Waiting to run
ci / Go Test (push) Waiting to run
ci / Integration Test (push) Waiting to run
govulncheck / govulncheck (push) Waiting to run
ci / GolangCI-Lint (push) Has been cancelled
refactor(db+cli): drop versions_json and pipeline tables; disable legacy commands
Migration:
- Add 027_migrate_mirror_mode.sql
- Drop packages.versions_json (versions now fetched from upstream p2)
- Drop sync_runs, builds, metadata_changes, monthly_installs, status_checks, status_check_changes

Packages layer:
- Remove versions_json references from UpsertPackage, UpsertShellPackage, BatchUpsertPackages, BatchUpsertShellPackages, GetPackagesNeedingUpdate
- Make AllocateSyncRunID/FinishSyncRun no-ops (mirror mode has no sync_runs table)

CLI:
- Disable discover, update, build, deploy, pipeline, check-status commands
- All return "not available in mirror mode" to keep scripts from breaking
2026-04-12 01:31:36 +08:00
..
api_mapper.go Add /untagged page and detail warnings for non-compliant plugins (#58) 2026-03-24 15:55:00 -05:00
package.go refactor(db+cli): drop versions_json and pipeline tables; disable legacy commands 2026-04-12 01:31:36 +08:00
package_test.go Set content_changed_at on package deactivation and reactivation (#93) 2026-04-04 10:41:03 -05:00
seeds.go Initial commit 2026-03-14 13:36:07 -05:00
site_meta.go Fix SVN discovery never detecting package changes (#6) 2026-03-15 12:06:10 -05:00
sync.go refactor(db+cli): drop versions_json and pipeline tables; disable legacy commands 2026-04-12 01:31:36 +08:00