Monorepo for Tangled tangled.org

appview: add repo_did columns, migrations, and model struct fields #1138

open opened by oyster.cafe targeting master from oyster.cafe/tangled-core: master
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:3fwecdnvtcscjnrx2p4n7alz/sh.tangled.repo.pull/3mgprvt2ejx22
+7 -7
Interdiff #15 #16
+7 -7
appview/db/db.go
··· 1288 1288 return err 1289 1289 }) 1290 1290 1291 + return &DB{ 1292 + db, 1293 + logger, 1294 + 1295 + return err 1296 + }) 1297 + 1291 1298 orm.RunMigration(conn, logger, "add-repo-did-column", func(tx *sql.Tx) error { 1292 1299 _, err := tx.Exec(` 1293 1300 alter table repos add column repo_did text; ··· 1327 1334 return err 1328 1335 }) 1329 1336 1330 - return &DB{ 1331 - db, 1332 - logger, 1333 - 1334 - return err 1335 - }) 1336 - 1337 1337 return &DB{ 1338 1338 db, 1339 1339 logger,
appview/db/pipeline.go

This patch was likely rebased, as context lines do not match.

appview/db/pulls.go

This file has not been changed.

appview/db/repos.go

This file has not been changed.

appview/models/issue.go

This file has not been changed.

appview/models/pipeline.go

This file has not been changed.

appview/models/pull.go

This file has not been changed.

appview/models/repo.go

This file has not been changed.

appview/pages/funcmap.go

This patch was likely rebased, as context lines do not match.

History

17 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
no conflicts, ready to merge
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 1 comment
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments