Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitpodmine/coronavirus-tracker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1508dce
Choose a base ref
...
head repository: ExpDev07/coronavirus-tracker-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67d9d22
Choose a head ref
  • 8 commits
  • 29 files changed
  • 10 contributors

Commits on Oct 12, 2020

  1. cache & refactor updates (ExpDev07#310)

    * reduce cache size (ExpDev07#21)
    * formatting (120 length -> 100)
    * csbs to/from Redis
    * nyt to/from Redis
    * ignore locustfile
    * unused coordinates
    * cache redis json serialization error
    * fix nyt redis serialization error
    * refactor Timeline class to pydantic model
    * partial recovery fix (ExpDev07#31)
    * fix jhu timeline init call
    * update requirements
    * update isort usage
    
    Co-authored-by: DeepSource Bot <[email protected]>
    Co-authored-by: Thanh Nguyen <[email protected]>
    Co-authored-by: codedawi <[email protected]>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    Co-authored-by: Sourcery AI <[email protected]>
    6 people authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    69c2d02 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Quick fix of CSSEGISandData/COVID-19#3279 (ExpDev07#334)

    Co-authored-by: Rostislav Svoboda <[email protected]>
    Bost and BostX authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    348628d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Update dependencies (FastAPI, uvicorn, etc.) (ExpDev07#337)

    * update `generate_reqs` invoke task for latest pipenv
    * fastapi 0.61 -> 0.63
    * uvicorn 0.11.8 -> 0.13.4
    * sentry, scout updates, etc.
    * update requirements test
    * update Sources enum
    * linting fix (invalid-name)
    * use Sources enum instead of string
    * skip test_requirements if not python3.8
    Kilo59 authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    1c7e4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    8fc0eb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ExpDev07#490 from ExpDev07/deaths-fix

    Handle indexes differing for locations between the JHU timeseries
    ExpDev07 authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8bde5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acdc002 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ExpDev07#491 from ExpDev07/deaths-fix

    update runtime to a supported one by Heroku
    ExpDev07 authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9f1a3f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Update README.md

    ExpDev07 authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    67d9d22 View commit details
    Browse the repository at this point in the history
Loading