Signed-off-by: Lewis lewis@tangled.org
api/tangled/actorprofile.go
This is a binary file and will not be displayed.
api/tangled/cbor_gen.go
This is a binary file and will not be displayed.
api/tangled/feedstar.go
This is a binary file and will not be displayed.
api/tangled/gitrefUpdate.go
This is a binary file and will not be displayed.
api/tangled/repoartifact.go
This is a binary file and will not be displayed.
api/tangled/repocollaborator.go
This is a binary file and will not be displayed.
api/tangled/repocreate.go
This is a binary file and will not be displayed.
api/tangled/repoissue.go
This is a binary file and will not be displayed.
api/tangled/repopull.go
This is a binary file and will not be displayed.
api/tangled/tangledpipeline.go
This is a binary file and will not be displayed.
api/tangled/tangledrepo.go
This is a binary file and will not be displayed.
+9
lexicons/actor/profile.json
+4
-1
lexicons/feed/star.json
+6
-2
lexicons/git/refUpdate.json
+5
-1
lexicons/issue/issue.json
+5
-1
lexicons/pipeline/pipeline.json
+8
-1
lexicons/pulls/pull.json
+4
-1
lexicons/repo/artifact.json
+4
-1
lexicons/repo/collaborator.json
+23
-1
lexicons/repo/create.json
+5
lexicons/repo/repo.json
+13
-11
spindle/models/clone_test.go
+6
-6
spindle/models/pipeline_env_test.go
History
12 rounds
2 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 2 comments
I mean I've just made the application layer prefer DIDs at the edges, in routing, rbac, pds records, knot comms - while keeping at_uri as the appview db backbone. I wouldn't call it "stored but unused", maybe a "dual-track system" for now until the deadline of having switched all knots over.
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Lewis <lewis@tangled.org>
repoDidshould be considered completly optional at this point and not to replacerepoAtyet. In other words, fields using AT-URI are still required. While we want new records to all migrate over to new schema, internal appview logic can't force that until enough amount of records are migrated. SorepoAtis still required with optionalrepoDid. Appview should store additionalrepoDidfor each records in DB, but don't actually use it. This constraint in appview should affect lexicons too.Once we have enough records migrated to
repoDid, only then we can finally make it hard requirement & completely droprepoAt. While migrating, we should still haverepoAt, even for new records, we will just drop them after migration is complete.