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: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 28, 2026

  1. feat(api): add support for sort filter in runner jobs

    This commits allows users to configure the 'sort' filter as
    defined in [1], so that one can fetch the most recent jobs
    first.
    
    [1]: https://docs.gitlab.com/api/runners/#list-all-jobs-processed-by-a-runner
    malmor authored and nejch committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    b117ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    25316d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0086b13 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    6151671 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update gitlab/gitlab-ee docker tag to v18.8.3-ee.0 (#3341)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    f82ae24 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. chore(deps): update gitlab/gitlab-ee docker tag to v18.8.4-ee.0 (#3348)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    de116f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e01d33 View commit details
    Browse the repository at this point in the history
  3. fix(types): add explicit submodule import for pyright compatibility

    Add `import gitlab.base` inside the TYPE_CHECKING block in
    repositories.py so that pyright can resolve `gitlab.base.RESTObject`.
    
    Without the explicit import, pyright cannot resolve the submodule
    access via the parent package (implicit submodule access is a runtime
    loader side effect that type checkers don't model). This caused
    `_RestObjectBase` to be `Unknown`, propagating through `RepositoryMixin`
    into `Project` and other classes.
    
    Fixes #3342
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    2 people authored and nejch committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    84ad3fd View commit details
    Browse the repository at this point in the history
Loading