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: Pelagicore/qface
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.12
Choose a base ref
...
head repository: Pelagicore/qface
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.13
Choose a head ref
  • 9 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 1, 2025

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

Commits on Jun 4, 2025

  1. CI: Remove the workflow to keep the weekly job alive

    Seems the workflow got blocked by github
    Gagi2k authored and rgriebl committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    147cd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67285de View commit details
    Browse the repository at this point in the history
  3. CI: Move the packaging into a reusable workflow

    Rename the weekly job to on_change and use it also for pull requests
    and commits.
    Gagi2k authored and rgriebl committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    ed3014b View commit details
    Browse the repository at this point in the history
  4. CI: Update to Ubuntu 22.04

    * Remove builds for python 3.6
    * Add builds for 3.13 and 3.14
    Gagi2k authored and rgriebl committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    0f8ec23 View commit details
    Browse the repository at this point in the history
  5. CI: Raise minimum required antlr version to 4.9

    This is the first version which also supports TextIO from 'typing'
    instead of 'typing.io'
    
    'typing.io' got removed in Python 3.13
    Gagi2k authored and rgriebl committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    3a800e7 View commit details
    Browse the repository at this point in the history
  6. CI: Raise minimum pytest version when using Python > 3.13

    Python 3.14 dropped support for ast.Str. The first version which
    supports this in pytest is 8, but that doesn't support python 3.7
    anymore.
    Gagi2k authored and rgriebl committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    b2b9bfb View commit details
    Browse the repository at this point in the history
  7. CI: Inherit secrets from toplevel flow

    Gagi2k authored and rgriebl committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    5e5fcf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Bump version to 2.0.13

    Gagi2k committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    19df950 View commit details
    Browse the repository at this point in the history
Loading