Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIKE: Exposing published file revisions #901

Closed
mandolyte opened this issue Jun 17, 2021 · 3 comments
Closed

SPIKE: Exposing published file revisions #901

mandolyte opened this issue Jun 17, 2021 · 3 comments
Assignees

Comments

@mandolyte
Copy link
Contributor

Today files are changed ("revised") and are published in a release. But since releases are a snapshot of the master branch, a release version has not relationship to a revision of a file in the release.

However, the revision chain of a file can be derived by examining the SHA value for each file across all releases. For background:

  • on Zulip: link
  • on personal notes: link

There is a collaboration thread on Zulip where problems and solutions are discussed:
link

@richmahn
Copy link
Member

A release doesn’t necessarily have to be from the master branch but usually is. Could be from a totally new branch. This shouldn’t matter as to should just be concerned about diffs between releases rather than commits.

@mandolyte mandolyte changed the title Exposing published file revisions SPIKE: Exposing published file revisions Jun 21, 2021
@mandolyte
Copy link
Contributor Author

mandolyte commented Jun 22, 2021

Note: the Zulip thread has a lot of information and discussion of edge cases. This post will be updated to have a link to a document where the Spike findings are written up.

folder is https://drive.google.com/drive/u/1/folders/1t_aqc5801cK7g_XY72d6pV26pSIMFZ2t

@mandolyte
Copy link
Contributor Author

Here are the issues arising from this spike:

These address the creation/maintenance of a file revisions table, the API to make the content of said table to applications, and the possible integration of Content Validation into the Release Process.

@richmahn @birchamp @BincyJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants