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

Diff: database storage for calculated diff #3701

Closed
ajtmccarty opened this issue Jun 19, 2024 · 0 comments
Closed

Diff: database storage for calculated diff #3701

ajtmccarty opened this issue Jun 19, 2024 · 0 comments
Labels
group/backend Issue related to the backend (API Server, Git Agent) type/feature New feature or request

Comments

@ajtmccarty
Copy link
Contributor

Component

No response

Describe the Feature Request

New components to store and retrieve calculated diffs to/from the database. Using the new data structures introduced in #3280.

The new datastructure is easy to transform into a graph and should be easy to store and retrieve with Cypher

Describe the Use Case

Once a diff a calculated for a given base_branch, diff_branch, from, and to, it will never need to be calculated again, so we can skip the processing time for calculating it by saving it to the database and retrieving it

Additional Information

No response

@ajtmccarty ajtmccarty added type/feature New feature or request group/backend Issue related to the backend (API Server, Git Agent) labels Jun 19, 2024
@dgarros dgarros closed this as completed Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent) type/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants