Thanks to visit codestin.com
Credit goes to github.com

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: 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
Choose a base ref
...
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
Choose a head ref
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on May 5, 2025

  1. Clear release notes

    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed May 5, 2025
    Configuration menu
    Copy the full SHA
    7e8c17b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. Clear release notes (#405)

    llucax authored May 10, 2025
    Configuration menu
    Copy the full SHA
    7b9d9e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Fix typos in documentation

    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    3b81b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3c39c View commit details
    Browse the repository at this point in the history
  3. 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]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    6aff099 View commit details
    Browse the repository at this point in the history
  4. 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]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    ef1733a View commit details
    Browse the repository at this point in the history
  5. Add release notes

    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    735bd98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f93e20f View commit details
    Browse the repository at this point in the history
  7. Fix missing comparison for equal versions

    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    64d8b8c View commit details
    Browse the repository at this point in the history
  8. 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]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    15c1a4e View commit details
    Browse the repository at this point in the history
  9. Prepare release notes for the v0.13.5 release

    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    5fb428b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0da3bdb View commit details
    Browse the repository at this point in the history
Loading