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: ExpDev07/coronavirus-tracker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b4df7297fafbf11bcdd16caabd828347e15e6fd
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: 5a243bfba7e3a3d7273d5eea74b9afed6f37cfeb
Choose a head ref
  • 12 commits
  • 31 files changed
  • 1 contributor

Commits on Apr 18, 2020

  1. Update issue templates (#288)

    Kilo59 authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    d6a332d View commit details
    Browse the repository at this point in the history
  2. Update bug_report.md

    Kilo59 authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    9c81721 View commit details
    Browse the repository at this point in the history
  3. Update bug_report.md

    Kilo59 authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    81abb26 View commit details
    Browse the repository at this point in the history
  4. add GZIP support for responses > 1000bytes (#294)

    * add GZIP support for responses > 1000bytes
    
    * increment version
    Kilo59 authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    a9f3b73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d1ff74 View commit details
    Browse the repository at this point in the history
  6. Population backup (#291)

    * add io module
    
    for writing to and reading from the file-system
    
    * use io module to save and load population data backups
    
    * add responses test dependency (update deps)
    
    * test population fallback conditions
    
    * don't write to file-system by default
    
    * update population fallback data
    Kilo59 authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    56f51c5 View commit details
    Browse the repository at this point in the history
  7. merge model modules

    Kilo59 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    39b4457 View commit details
    Browse the repository at this point in the history
  8. Combine end router modules

    move version 2 endpoint definitions to single module
    move version 1 endpoint definitions to single module
    Kilo59 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    6dd7c3c View commit details
    Browse the repository at this point in the history
  9. remove enum subpackage

    Kilo59 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b3ae818 View commit details
    Browse the repository at this point in the history
  10. add back warning suppression

    Kilo59 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    82175a7 View commit details
    Browse the repository at this point in the history
  11. fix module names

    Kilo59 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    72572d0 View commit details
    Browse the repository at this point in the history
  12. add source info to log message

    Kilo59 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    5a243bf View commit details
    Browse the repository at this point in the history
Loading