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-api-microgrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.3
Choose a base ref
...
head repository: frequenz-floss/frequenz-api-microgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.4
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 1, 2024

  1. Clear release notes

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d57be51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f2c86 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Bump frequenz-api-common submodule to v0.6.2

    This is to pull a fix for using the correct `protobuf` related
    dependencies.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1ef2f3f View commit details
    Browse the repository at this point in the history
  2. Pin grpc related dependencies

    We can't use wide dependencies because otherwise when building the
    wheel, the latest version is used, but the generate code should use the
    minimum supported version for the generation, not the latest one. See:
    https://protobuf.dev/support/cross-version-runtime-guarantee/
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3888cba View commit details
    Browse the repository at this point in the history
  3. Bump mkdocstrings dependencies

    This is to avoid an issue with some outdated `griffe` imports.
    
    While upgrading the dependency we need to remove the `custom_templates`
    option that we don't use, as it was previously ignored but now the
    plugin checks if the directory exists and fails if it doesn't.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    45eb187 View commit details
    Browse the repository at this point in the history
  4. Fix mypy configuration

    It seems like something changed in the dependencies that before we
    didn't need to configure `mypy` to be able to find the namespace and to
    get the `grpc-stubs` package, but now we do.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9d82170 View commit details
    Browse the repository at this point in the history
  5. Stop using strict mode in mkdocs.yml

    We are getting some warnings from MkDocs that are not really important
    and it would be hard to fix for this old branch, so we just disable
    strict mode for now.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    54c19c3 View commit details
    Browse the repository at this point in the history
  6. Fix grpc dependencies (#259)

    This is a backport of #254 plus a few v0.15 specific fixes to make the
    CI pass in this old branch.
    
    - **Bump `frequenz-api-common` submodule to v0.6.2**
    - **Pin grpc related dependencies**
    - **Bump mkdocstrings dependencies**
    - **Fix `mypy` configuration**
    - **Stop using strict mode in `mkdocs.yml`**
    llucax authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ac7c7a1 View commit details
    Browse the repository at this point in the history
Loading