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: hebertcisco/deploy-python-fastapi-in-vercel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: hebertcisco/deploy-python-fastapi-in-vercel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 5 files changed
  • 2 contributors

Commits on May 4, 2023

  1. Update README.md

    hebertcisco authored May 4, 2023
    1
    Copy the full SHA
    5b52251 View commit details

Commits on Dec 28, 2023

  1. Initial commit

    hebertcisco committed Dec 28, 2023
    Copy the full SHA
    bc344c0 View commit details
  2. Add Docker setup for web service

    Introduced a docker-compose configuration to build and run the web
    service, mapping its internal port 8000 to the same port on the host,
    facilitating containerization and local development workflow.
    hebertcisco committed Dec 28, 2023
    Copy the full SHA
    0a98111 View commit details
  3. Refactor initialization task in .gitpod.yml

    Replace pip install with docker-compose for improved environment setup.
    hebertcisco committed Dec 28, 2023
    Copy the full SHA
    0e6c4a0 View commit details
  4. Refactor README for Docker instructions

    Consolidated Docker setup instructions in README for clarity and ease of
    use. Now users can easily choose between Docker Compose and traditional
    Docker methods when running the application locally. This streamlining
    improves the user experience. Issue #123
    hebertcisco committed Dec 28, 2023
    Copy the full SHA
    ddbf40d View commit details

Commits on Dec 29, 2023

  1. add docker-compose.yml

    hebertcisco committed Dec 29, 2023
    1
    Copy the full SHA
    a1405e4 View commit details

Commits on Feb 5, 2024

  1. build(deps): bump fastapi from 0.88.0 to 0.109.1

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.88.0 to 0.109.1.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.88.0...0.109.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Copy the full SHA
    c101230 View commit details
  2. Merge pull request #3 from hebertcisco/dependabot/pip/fastapi-0.109.1

    build(deps): bump fastapi from 0.88.0 to 0.109.1
    hebertcisco authored Feb 5, 2024
    Copy the full SHA
    597685f View commit details

Commits on Apr 12, 2024

  1. Update README.md

    hebertcisco authored Apr 12, 2024
    Copy the full SHA
    d3de5e6 View commit details
  2. Create LICENSE

    hebertcisco authored Apr 12, 2024
    Copy the full SHA
    9a4930a View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v0.0.2...main