-
Notifications
You must be signed in to change notification settings - Fork 674
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 4 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
Loading
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...main