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: v6.4.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: v6.5.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 4 contributors

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    d878ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133ba8a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    3859aa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. feat(users): implement 'skip_confirmation' in users 'emails' creation

    Signed-off-by: Adrian DC <radian.dc@gmail.com>
    AdrianDC authored and JohnVillalovos committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    2981730 View commit details
    Browse the repository at this point in the history
  2. 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.
    JohnVillalovos committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    9357a37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2982f20 View commit details
    Browse the repository at this point in the history
  4. feat(api): add content_ref and dry_run_ref parameters to ProjectCiLin…

    …tManager
    
    Add support for the new GitLab API parameters for validating existing
    CI/CD configurations:
    - content_ref: specify the branch, tag, or SHA to validate
    - dry_run_ref: set branch/tag context for dry run simulations
    
    The deprecated 'ref' parameter is kept for backward compatibility.
    
    Also update documentation with examples showing how to validate
    CI configuration from specific branches and with dry run simulation.
    
    Fixes #3260
    JohnVillalovos authored and nejch committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    e8d2538 View commit details
    Browse the repository at this point in the history
  5. 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 in
    the future.
    
    Closes: #3209
    JohnVillalovos authored and nejch committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    fb9693b View commit details
    Browse the repository at this point in the history
  6. docs(pull_mirror): fix incorrect start() method usage example

    The documentation incorrectly showed calling start() on the
    ProjectPullMirror object (mirror.start()), but the method only
    exists on the ProjectPullMirrorManager. Updated the example to
    show the correct usage: project.pull_mirror.start().
    
    Fixes #3269
    JohnVillalovos authored and nejch committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    2acac19 View commit details
    Browse the repository at this point in the history
  7. chore: release v6.5.0

    semantic-release committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    f78a873 View commit details
    Browse the repository at this point in the history
Loading