-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: blackdogbarking/microservices-python
base: main
head repository: kantancoding/microservices-python
compare: main
- 14 commits
- 4 files changed
- 8 contributors
Commits on Nov 13, 2022
-
The argument for the @server.route() should be in plural -> `methods` instead of `method`.
Configuration menu - View commit details
-
Copy full SHA for 3a6c021 - Browse repository at this point
Copy the full SHA 3a6c021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491ddc4 - Browse repository at this point
Copy the full SHA 491ddc4View commit details
Commits on Nov 14, 2022
-
jwt.decode() parameter algorithm should be plural
algorithm -> algorithms
Configuration menu - View commit details
-
Copy full SHA for 6661f64 - Browse repository at this point
Copy the full SHA 6661f64View commit details -
This password is different than the environment variable used in auth/manifests/secret.yaml, which causes an authentication issue with the database.
Configuration menu - View commit details
-
Copy full SHA for b8f1d08 - Browse repository at this point
Copy the full SHA b8f1d08View commit details -
Merge pull request kantancoding#8 from calvinscottforbes/patch-2
Fixed password
Configuration menu - View commit details
-
Copy full SHA for 6450f43 - Browse repository at this point
Copy the full SHA 6450f43View commit details -
Merge pull request kantancoding#7 from calvinscottforbes/patch-1
jwt.decode() parameter algorithm should be plural
Configuration menu - View commit details
-
Copy full SHA for deadd2f - Browse repository at this point
Copy the full SHA deadd2fView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de03379 - Browse repository at this point
Copy the full SHA de03379View commit details
Commits on Nov 17, 2022
-
Merge pull request kantancoding#9 from alefeans/patch-1
adding-readme
Configuration menu - View commit details
-
Copy full SHA for 6792fd0 - Browse repository at this point
Copy the full SHA 6792fd0View commit details
Commits on Feb 5, 2023
-
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() ```
Configuration menu - View commit details
-
Copy full SHA for 6d78d9c - Browse repository at this point
Copy the full SHA 6d78d9cView commit details
Commits on Nov 18, 2023
-
Merge pull request kantancoding#27 from MarkusSagen/patch-1
Ensure MYSQL port is always evaluated as integer
Configuration menu - View commit details
-
Copy full SHA for d02ce6f - Browse repository at this point
Copy the full SHA d02ce6fView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 936724d - Browse repository at this point
Copy the full SHA 936724dView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c98a532 - Browse repository at this point
Copy the full SHA c98a532View commit details
Commits on Sep 26, 2024
-
fix dockerfile so it can build successfully
Jian Gao committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for e104c45 - Browse repository at this point
Copy the full SHA e104c45View commit details
Commits on Oct 7, 2024
-
Merge pull request kantancoding#38 from jiangao1/fix-dockerfile
fix dockerfile so it can build successfully
Configuration menu - View commit details
-
Copy full SHA for c3f4311 - Browse repository at this point
Copy the full SHA c3f4311View 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 main...main