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: blackdogbarking/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.
  • 14 commits
  • 4 files changed
  • 8 contributors

Commits on Nov 13, 2022

  1. Fixed typo

    The argument for the @server.route() should be in plural -> `methods` instead of `method`.
    mihailgaberov authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    3a6c021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    491ddc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. jwt.decode() parameter algorithm should be plural

    algorithm -> algorithms
    calvinscottforbes authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6661f64 View commit details
    Browse the repository at this point in the history
  2. Fixed password

    This password is different than the environment variable used in auth/manifests/secret.yaml, which causes an authentication issue with the database.
    calvinscottforbes authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b8f1d08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6450f43 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kantancoding#7 from calvinscottforbes/patch-1

    jwt.decode() parameter algorithm should be plural
    kantancoding authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    deadd2f View commit details
    Browse the repository at this point in the history

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