-
Notifications
You must be signed in to change notification settings - Fork 674
Comparing changes
Open a pull request
base repository: python-gitlab/python-gitlab
base: v8.0.0
head repository: python-gitlab/python-gitlab
compare: v8.1.0
- 14 commits
- 9 files changed
- 5 contributors
Commits on Jan 28, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for b117ee3 - Browse repository at this point
Copy the full SHA b117ee3View commit details
Commits on Feb 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 25316d0 - Browse repository at this point
Copy the full SHA 25316d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0086b13 - Browse repository at this point
Copy the full SHA 0086b13View commit details
Commits on Feb 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6151671 - Browse repository at this point
Copy the full SHA 6151671View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f82ae24 - Browse repository at this point
Copy the full SHA f82ae24View commit details
Commits on Feb 16, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for de116f9 - Browse repository at this point
Copy the full SHA de116f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e01d33 - Browse repository at this point
Copy the full SHA 4e01d33View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 84ad3fd - Browse repository at this point
Copy the full SHA 84ad3fdView commit details
Commits on Feb 23, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for b0e064d - Browse repository at this point
Copy the full SHA b0e064dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fd81d - Browse repository at this point
Copy the full SHA e5fd81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bdc04 - Browse repository at this point
Copy the full SHA 14bdc04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfaa6b - Browse repository at this point
Copy the full SHA 0bfaa6bView commit details
Commits on Feb 26, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d5dc73d - Browse repository at this point
Copy the full SHA d5dc73dView commit details
Commits on Feb 28, 2026
-
semantic-release committed
Feb 28, 2026 Configuration menu - View commit details
-
Copy full SHA for 5294a48 - Browse repository at this point
Copy the full SHA 5294a48View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.0...v8.1.0