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: FavoriteProjects/coronavirus-tracker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 40 files changed
  • 10 contributors

Commits on Apr 26, 2020

  1. Improve logging details (ExpDev07#305)

    * add & log a data_id string for each cache
    
    move some messages to debug level
    log process id for location get not category get
    
    * dev mode should run with debug log level
    
    * log missing country code at sub debug level
    
    debug is `10`
    Kilo59 authored Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9e8d12b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Use shared Redis cache for jhu data (ExpDev07#306)

    * add & log a data_id string for each cache
    * dev mode should run with debug log level
    * log missing country code at sub debug level
    * use pydantic for config managment
    * add redis config settings
    * add aiocache with redis support
    * use memory cache
    * use shared cache for jhu data
    * cleanup
    * fix url type
    * add aiofiles
    * add async save/read
    * update tests
    * update dependencies
    * change pylint config to pyproject.toml
    * cache jhu data (locally) for 30 minutes
    Kilo59 authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    983fa5c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

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

Commits on May 3, 2020

  1. Scout APM Monitoring (ExpDev07#309)

    * add scout-apm package
    * add scout-apm config
    * add scout apm middleware
    Kilo59 authored May 3, 2020
    Configuration menu
    Copy the full SHA
    160c40e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. 3 workers

    Kilo59 authored May 8, 2020
    Configuration menu
    Copy the full SHA
    1eee459 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Track Errors with Sentry (ExpDev07#311)

    * add sentry-sdk
    
    * add sentry middleware
    Kilo59 authored May 9, 2020
    Configuration menu
    Copy the full SHA
    375794e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. FastAPI update and serve static Swagger assets (ExpDev07#324)

    * update FastAPI 0.54.1 -> 0.60.1
    
    * static Swagger files
    Kilo59 authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    7d329e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. 2 workers

    Kilo59 authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    47c9bb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. revert to 3 workers

    Kilo59 authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    393957c View commit details
    Browse the repository at this point in the history
  2. 2 workers

    Kilo59 authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    c8e2818 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

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