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.15.1
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.16.0
Choose a head ref
  • 15 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 9, 2026

  1. Reset release notes and migration script

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1da1c80 View commit details
    Browse the repository at this point in the history
  2. migrate: Add read_cookiecutter_str_var() helper

    Also remove the more specific `read_project_type()` as it can be
    replaced by `read_cookiecutter_str_var("type")`.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    5d57583 View commit details
    Browse the repository at this point in the history
  3. Replace specific (and outdated) tag with <tag>

    It is hard to keep remembering to update the tag, so better use a
    placeholder.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    182c1a6 View commit details
    Browse the repository at this point in the history
  4. migrate: Fix mkdocs paths for api repos

    The mkdocstrings-python v2 migration added in v0.14.0 moved the
    `paths` setting out of `handlers.python.options` assuming `src`, but api
    repositories use `py`, so they were not fixed automatically.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    ec4bac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Fix mkdocs python path for API repos (#534)

    The mkdocstrings-python v2 migration added in v0.14.0 moved the `paths`
    setting out of `handlers.python.options` assuming `src`, but api
    repositories use `py`, so they were not fixed automatically.
    llucax authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    e9da7af View commit details
    Browse the repository at this point in the history
  2. migrate: Disable too-many-locals and branches lints

    These scripts are throw-away, so we don't care about a bit of extra
    complexity here.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ec16404 View commit details
    Browse the repository at this point in the history
  3. migrate: Update runners for Docker jobs

    Move Docker-based jobs that were wrongly moved to `ubuntu-slim` by
    v0.15.0 back to `ubuntu-24.04`, as `ubuntu-slim` doesn't provide Docker.
    
    Both the cookiecutter template and the migration script were updated.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    675b22f View commit details
    Browse the repository at this point in the history
  4. migrate: Update runners for Docker jobs (#536)

    Update the migration script to move Docker-based jobs to `ubuntu-24.04`
    that were wrongly moved to `ubuntu-slim` by v0.15.0, as `ubuntu-slim`
    doesn't provide Docker.
    llucax authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    f97e24a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. ci: Trigger repo-config migration in merge queue

    Add the `merge_group` trigger to the repo-config migration workflow so
    it can be required by merge queues without running the migration job
    there.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    47db92e View commit details
    Browse the repository at this point in the history
  2. ci: Trigger repo-config migration in merge queue (#537)

    Add the `merge_group` trigger to the repo-config migration workflow so
    it can be required by merge queues without running the migration job
    there.
    llucax authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    75090ee View commit details
    Browse the repository at this point in the history
  3. migrate: Fix version ruleset copilot removal

    The v0.15.0 migration for the Protect version branches ruleset did not
    properly remove the Copilot review rule in existing repositories.
    
    Add a dedicated migration step to detect and remove the
    `copilot_code_review` rule.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    8c21ad0 View commit details
    Browse the repository at this point in the history
  4. migrate: Fix version ruleset copilot removal (#535)

    The v0.15.0 migration for the Protect version branches ruleset did not
    properly remove the Copilot review rule in existing repositories.
    
    Add a dedicated migration step to detect and remove the
    `copilot_code_review` rule.
    llucax authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    30bba68 View commit details
    Browse the repository at this point in the history
  5. Update version to v0.16.0

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    395f7e2 View commit details
    Browse the repository at this point in the history
  6. Prepare release notes for v0.16.0

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    028d1b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    fa0fc91 View commit details
    Browse the repository at this point in the history
Loading