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: 425d0d5
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: 5294a48
Choose a head ref
  • 14 commits
  • 9 files changed
  • 5 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

Commits on Feb 23, 2026

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    b0e064d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5fd81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14bdc04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bfaa6b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

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

    This commits adds to the work done in [1]. After reading the
    docs [2] again, you must define order_by when using sort, so
    this commits adds this as an additional filter.
    
    [1]: #3336
    [2]: https://docs.gitlab.com/api/runners/#list-all-jobs-processed-by-a-runner
    
    Signed-off-by: malmor <[email protected]>
    malmor authored and nejch committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    d5dc73d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. chore: release v8.1.0

    semantic-release committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    5294a48 View commit details
    Browse the repository at this point in the history
Loading