Description of the Problem
As a user, I want to add files to the git repo that already exist on indexd. These files should not need to be downloaded in order to be uploaded.
Analysis of the Problem
Describe the current state of affair. Then, outline what the potential solutions are.
We want to check as early as possible whether a file exists in indexd or not. This means gracefully handling file pointers during precommit-time (ie that we check if a pointer exists or not).
Design for the Solution
Describe the important parts of solution in technical detail.
Acceptance Criteria
Add things that ensure this work has been completed
Testing Checklist
What needs to be tested to ensure this change works
Description of the Problem
As a user, I want to add files to the git repo that already exist on indexd. These files should not need to be downloaded in order to be uploaded.
Analysis of the Problem
Describe the current state of affair. Then, outline what the potential solutions are.
We want to check as early as possible whether a file exists in indexd or not. This means gracefully handling file pointers during precommit-time (ie that we check if a pointer exists or not).
Design for the Solution
Describe the important parts of solution in technical detail.
Acceptance Criteria
Add things that ensure this work has been completed
Testing Checklist
What needs to be tested to ensure this change works