- Notifications
You must be signed in to change notification settings - Fork676
Comparing changes
Open a pull request
base repository:python-gitlab/python-gitlab
Uh oh!
There was an error while loading.Please reload this page.
base:v6.4.0
head repository:python-gitlab/python-gitlab
Uh oh!
There was an error while loading.Please reload this page.
compare:v6.5.0
- 10commits
- 17files changed
- 4contributors
Commits on Oct 7, 2025
Commits on Oct 13, 2025
Commits on Oct 17, 2025
feat(users): implement 'skip_confirmation' in users 'emails' creation
Signed-off-by: Adrian DC <radian.dc@gmail.com>
ci(stale): fix permission for stale action and allow manual run
As documented at:https://github.com/actions/stale it requires the"actions: write" permission.Also allow manually running the stale action.
feat(api): add content_ref and dry_run_ref parameters to ProjectCiLin…
…tManagerAdd support for the new GitLab API parameters for validating existingCI/CD configurations:- content_ref: specify the branch, tag, or SHA to validate- dry_run_ref: set branch/tag context for dry run simulationsThe deprecated 'ref' parameter is kept for backward compatibility.Also update documentation with examples showing how to validateCI configuration from specific branches and with dry run simulation.Fixes#3260
fix(semantic-release): enable CHANGELOG.md generation
Also update CHANGELOG.md with missing entries.Exclude dependency updates from being added to the CHANGELOG.md file inthe future.Closes:#3209
docs(pull_mirror): fix incorrect start() method usage example
The documentation incorrectly showed calling start() on theProjectPullMirror object (mirror.start()), but the method onlyexists on the ProjectPullMirrorManager. Updated the example toshow the correct usage: project.pull_mirror.start().Fixes#3269
- semantic-release committed
Oct 17, 2025
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 v6.4.0...v6.5.0
Uh oh!
There was an error while loading.Please reload this page.