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: keploy/samples-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fastapi-readme
Choose a base ref
...
head repository: keploy/samples-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 165 files changed
  • 13 contributors

Commits on Mar 7, 2024

  1. Merge pull request #16 from keploy/fastapi-readme

    fix: Keploy installation method in readme
    Sarthak160 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    043e220 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Added Flask+MongoDB app with Unit tests, Postman testcases, Keploy te…

    …sts and test coverage report (#19)
    
    * Added Flask+Mongo app with unit tests, keploy tests and test coverage report
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    * Added README for sample-mongo-flask-local app
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    * restructured the folders
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    * renamed two directories
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    * merged the local and docker flask + mongo apps
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    ---------
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    Swpn0neel authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f0ae14a View commit details
    Browse the repository at this point in the history
  2. feat: revert for the workflow (#21)

    * feat: added missing steps
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * fix: removed uncessary lines
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    
    * Update README.md
    
    ---------
    
    Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
    Sonichigo authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b613a40 View commit details
    Browse the repository at this point in the history
  3. refactor: changes revert in flask-mongo (#22)

    * Revert "fix: docker and readme instruction"
    
    This reverts commit 1195b76.
    
    * fix: refactor flask-mongo change
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    Sonichigo authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    12dd0e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Updated README (#20)

    * Updated README
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    * added images
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    * fixed README issues
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    
    ---------
    
    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    Swpn0neel authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4c2a22f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix: fastapi with docker compose (#15)

    Signed-off-by: Guruprasanna02 <guruprasannavasudevan02@gmail.com>
    Guruprasanna02 authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c899ad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. add coverage guide and refacator flask and fastapi apps (#25)

    * feat: add coverage in fastapi
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    feat: add coverage in flask-mongo
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    * feat: add coverage in flask-mongo
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    * feat: add coverage in fastapi-twilio
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    feat: add coverage in flask-mongo
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    feat: add coverage in fastapi-postgres
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    * Update README.md
    
    ---------
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    Sonichigo authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8255d6d View commit details
    Browse the repository at this point in the history
  2. refactor: remove keployFlaskMiddleware (#27)

    Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
    Sarthak160 authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c58758f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. added sanic+mongo sample app (#23)

    Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
    Swpn0neel authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c262010 View commit details
    Browse the repository at this point in the history
  2. feat: created a sample app using flask and redis (#26)

    * feat: Created a sample app using flask and redis
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * removed errors
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    ---------
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    Aman172003 authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b106a5e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. chore: remove test folder (#28)

    * Revert "fix: docker and readme instruction"
    
    This reverts commit 1195b76.
    
    * fix: refactor flask-mongo change
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    * feat: Created a sample app using flask and redis
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * feat: Created a sample app using flask and redis
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * changes
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * init
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * initialized
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * updated
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * removed errors
    
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    
    * chore: remove keploy folder
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    
    ---------
    
    Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
    Signed-off-by: Aman172003 <tej171995@gmail.com>
    Co-authored-by: Aman172003 <tej171995@gmail.com>
    Sonichigo and Aman172003 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e38b397 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. feat:update unit test file in flask mongo (#29)

    * feat:utg support
    
    * feat:utg support
    
    * feat:utg support
    
    * Update app.py
    khareyash05 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0eab33e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. django-mongo sample app (#31)

    * sample django mongo app
    
    Signed-off-by: Aryan Bakliwal <aryanbakliwal12345@gmail.com>
    
    * add keploy tests
    
    Signed-off-by: Aryan Bakliwal <106430579+AryanBakliwal@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Aryan Bakliwal <aryanbakliwal12345@gmail.com>
    Signed-off-by: Aryan Bakliwal <106430579+AryanBakliwal@users.noreply.github.com>
    AryanBakliwal authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    63a3aaa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. added sample app (#32)

    * added sample app
    
    Signed-off-by: Harshjosh361 <harshjosh361@gmail.com>
    
    * updated dependency, installed python dotenv
    
    Signed-off-by: Harshjosh361 <harshjosh361@gmail.com>
    
    ---------
    
    Signed-off-by: Harshjosh361 <harshjosh361@gmail.com>
    Harshjosh361 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f4aebd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Feat: Add sample sanic-postgres app for the samples python repository (

    …#35)
    
    * Add sample postgres app
    
    Signed-off-by: slashexx <dhruvpuri.35@gmail.com>
    
    * Add sanic app (keploy#2337)
    
    * Add readme
    
    Signed-off-by: slashexx <dhruvpuri.35@gmail.com>
    
    ---------
    
    Signed-off-by: slashexx <dhruvpuri.35@gmail.com>
    slashexx authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    37df459 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Bugfix/fastapi postgres (#34)

    * Added container name in docker-compose.yml
    
    Container name for database not given in this file. Thus, unable to start the application.
    
    * Updating changes in README.md
    
    When running natively on docker, changes need to be done in main.py & database.py from local host to container name.
    
    * Update README.md
    trivedi-khushi authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    511c768 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

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

Commits on May 11, 2025

  1. chore: Update new slack url (#39)

    Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com>
    Achanandhi-M authored May 11, 2025
    Configuration menu
    Copy the full SHA
    6e8a620 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. feat: add flask-mysql app (#71)

    * feat: add flask-mysql app
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: add flask-mysql-jwt app
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * fix: remove one sample app and add readme
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * fix: add keploy directory
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: update directory strucutre
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: add test report
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * fix: file name in dockerfile
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: add more readme
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * chore: remove keploy dir
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * Delete flask_mysql/keploy.yml
    
    ---------
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    Co-authored-by: Sarthak <50234097+Sarthak160@users.noreply.github.com>
    officialasishkumar and Sarthak160 authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    3a76bcd View commit details
    Browse the repository at this point in the history
Loading