Add two tables to the storage manager:
cache_content_revision (columns content, revision, path)
cache_revision_origin (columns revision, origin, visit, branch)
Add two tables to the storage manager:
cache_content_revision (columns content, revision, path)
cache_revision_origin (columns revision, origin, visit, branch)
| rDSTO Storage manager | |||
| rDSTO4ea78453aeb5 Add content provenance information cache tables | |||
| Status | Assigned | Task | ||
|---|---|---|---|---|
| Unknown Object (Maniphest Task) | ||||
| Migrated | gitlab-migration | T547 Azure prototype: Content provenance information API | ||
| Migrated | gitlab-migration | T550 Add cache tables for provenance information API | ||
| Migrated | gitlab-migration | T551 List interesting origins for the content provenance information prototype | ||
| Migrated | gitlab-migration | T553 Open api endpoint /api/1/provenance/ to read a content's provenance information | ||
| Migrated | gitlab-migration | T554 List the revisions added between two subsequent visits of an origin | ||
| Unknown Object (Maniphest Task) | ||||
| Migrated | gitlab-migration | T552 List and populate contents per revision in cache_content_revision (api endpoint) | ||
| Unknown Object (Maniphest Task) | ||||
| Migrated | gitlab-migration | T598 Store content -> revision cache in azure table storage |
The branch information on cache_revision_origin makes the complexity and redundancy of this task explode.
We're settling on ignoring that information for now.