-
Notifications
You must be signed in to change notification settings - Fork 8
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: frequenz-floss/frequenz-repo-config-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: frequenz-floss/frequenz-repo-config-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 6 files changed
- 2 contributors
Commits on May 5, 2025
-
Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e8c17b - Browse repository at this point
Copy the full SHA 7e8c17bView commit details
Commits on May 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b9d9e1 - Browse repository at this point
Copy the full SHA 7b9d9e1View commit details
Commits on Jun 16, 2025
-
Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b81b2b - Browse repository at this point
Copy the full SHA 3b81b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b3c39c - Browse repository at this point
Copy the full SHA 1b3c39cView commit details -
Do not convert array of paths to a string
When loading protobuf include paths from the pyproject.toml file, the paths are received as an array/list. If we convert them to a comma-separated string there is the risk of a path containing commas to be split incorrectly, leading to compilation errors. Using the original array/list of paths instead of a comma-separated string is safer and more flexible. Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6aff099 - Browse repository at this point
Copy the full SHA 6aff099View commit details -
Clean comma-separated include paths in grpc_tools
When include paths are passed via the commnad-line, they are passed as a comma-separated string. This means the user could add extra spaces or pass a double-comma, which would result in empty strings in the include paths list, making the protobuf compiler fail. This commit cleans the include paths by stripping whitespace and ignoring empty strings. Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef1733a - Browse repository at this point
Copy the full SHA ef1733aView commit details -
Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 735bd98 - Browse repository at this point
Copy the full SHA 735bd98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f93e20f - Browse repository at this point
Copy the full SHA f93e20fView commit details -
Fix missing comparison for equal versions
Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64d8b8c - Browse repository at this point
Copy the full SHA 64d8b8cView commit details -
Fix semver version regex escaping of
.This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore. Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15c1a4e - Browse repository at this point
Copy the full SHA 15c1a4eView commit details -
Prepare release notes for the v0.13.5 release
Signed-off-by: Leandro Lucarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fb428b - Browse repository at this point
Copy the full SHA 5fb428bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da3bdb - Browse repository at this point
Copy the full SHA 0da3bdbView commit details
Loading
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.13.4...v0.13.5