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

5/Test GrantCLRCalculation model #9396

Merged

Commits on Sep 27, 2021

  1. Extract grants models into individual files (gitcoinco#9341)

    * create new directory for models, copy over Contribution model
    
    * extract grants models to individual files
    
    * rename relocated_models directory, remove original models directory, add imports, resolve circular dependencies
    
    * extract CLRMatch into separate file
    
    * extract Flag into separate file
    
    * extract MatchPledge to separate file
    
    * extract Donation and PhantomFunding
    
    * extract GrantStat into separate file
    
    * refactor
    
    * extract GrantBrandingRoutingPolicy to separate file
    
    * update migration
    
    * add missing import to MatchPledge, remove imports from __init__.py
    
    * add missing import
    
    * decouple GrantCLRCalculation and move to own file
    
    * extract GrantType to own file
    
    * extract GrantCLR to own file
    
    * add missing import
    
    * refactor, add missing imports
    
    * remove whitespace
    
    * resolve circular dependency
    
    * run 'make fix'
    
    * import changes from gitcoinco#9314
    
    * add try/except to migration file instead of editing migration directly
    
    * refactor
    Jeremy Schuurmans committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ab6e016 View commit details
    Browse the repository at this point in the history
  2. add pytest-factoryboy

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    0e4856d View commit details
    Browse the repository at this point in the history
  3. add directories

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1429210 View commit details
    Browse the repository at this point in the history
  4. add initial test case

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ca23663 View commit details
    Browse the repository at this point in the history
  5. add test case for 'latest' attribute

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    be59306 View commit details
    Browse the repository at this point in the history
  6. add test case for associated Grant

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    62e55b6 View commit details
    Browse the repository at this point in the history
  7. add test case for associated GrantCLR

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e9ad403 View commit details
    Browse the repository at this point in the history
  8. add test case for 'clr_prediction_curve'

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f2d81e6 View commit details
    Browse the repository at this point in the history
  9. refactor

    Jer-Sch committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1317e03 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Update grant.py

    thelostone-mc committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    366b5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5ea6c View commit details
    Browse the repository at this point in the history