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

feat: move Pull.flare to storage #57

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Commits on Aug 8, 2023

  1. feat: move Pull.flare to storage

    This commit is the initial work to move `Pull.flare` to storage.
    This column has crashed the DB in only 1 occasion in the past.
    
    Notice that Pull doesn't have `commit` (because multiple commits refer to the same pull).
    To deal with that I changed the writing of data to have 2 paths: one with commit, and one
    without the commit. So pulls data will be written in the repo level (in storage).
    
    codecov/engineering-team#70
    giovanni-guidini committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b4e0923 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    84bcae6 View commit details
    Browse the repository at this point in the history