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: alefeans/microservices-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kantancoding/microservices-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 6 contributors

Commits on Nov 15, 2022

  1. adding-readme

    alefeans authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    de03379 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge pull request kantancoding#9 from alefeans/patch-1

    adding-readme
    kantancoding authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6792fd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Ensure MYSQL port is always evaluated as integer

    For certain versions of MYSQL it will fail to connect if the port is enterprated as a string and will throw a status 500 error when connecting to the database 
    
    ```python
    # Error occurs here for reference if others encounter the same issue
    cur = mysql.connection.cursor()
    ```
    MarkusSagen authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    6d78d9c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Merge pull request kantancoding#27 from MarkusSagen/patch-1

    Ensure MYSQL port is always evaluated as integer
    kantancoding authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    d02ce6f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 25, 2024

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

Commits on Sep 26, 2024

  1. fix dockerfile so it can build successfully

    Jian Gao committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e104c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request kantancoding#38 from jiangao1/fix-dockerfile

    fix dockerfile so it can build successfully
    kantancoding authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c3f4311 View commit details
    Browse the repository at this point in the history
Loading