Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview,docs: spindle pipelines migration

Signed-off-by: dawn <dawn@tangled.org>

authored by

dawn and committed by
Tangled
(Jul 10, 2026, 2:54 PM +0300) ed8c9744 16e267c7

+26
+7
appview/db/db.go
··· 2426 2426 return err 2427 2427 }) 2428 2428 2429 + orm.RunMigration(conn, logger, "spindle-pipeline-ownership-migration", func(tx *sql.Tx) error { 2430 + _, err := tx.Exec(` 2431 + update spindles set needs_upgrade = 1; 2432 + `) 2433 + return err 2434 + }) 2435 + 2429 2436 return &DB{ 2430 2437 db, 2431 2438 logger,
+19
docs/DOCS.md
··· 2124 2124 Newer migration guides are listed first, and older guides 2125 2125 are further down the page. 2126 2126 2127 + ## Upgrading to v1.16.0-alpha 2128 + 2129 + Starting with v1.16.0-alpha, spindles own CI pipeline data 2130 + directly. The appview no longer stores pipeline runs or follows 2131 + spindle event streams for pipeline history. Instead, it asks the 2132 + configured spindle for pipeline lists, single pipeline details, 2133 + workflow logs, retries, and cancellations over XRPC. 2134 + 2135 + This means that existing pipeline logs / runs won't appear after 2136 + you upgrade. Existing pipeline history from the appview cannot be 2137 + automatically migrated. If you want to migrate your data, you can 2138 + reach out to us and we will send you an SQL file that'll add the data 2139 + into your spindle. 2140 + 2141 + - Upgrade to the latest tag (v1.16.0 or above) 2142 + - Head to the [spindle 2143 + dashboard](https://tangled.org/settings/spindles) and hit the 2144 + "retry" button to verify your spindle 2145 + 2127 2146 ## Upgrading to v1.15.0-alpha 2128 2147 2129 2148 With v1.15.0-alpha, a knot itself owns its members and