Comparing v8.2.0...main · python-gitlab/python-gitlab · GitHub
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: v8.2.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: main
Choose a head ref
  • 8 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 30, 2026

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

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    bfadc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8ae57 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

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

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    d72b378 View commit details
    Browse the repository at this point in the history
  2. fix(api): update CI/CD variable create and update attributes

    Make `value` optional when updating CI/CD variables. Variables marked as
    `masked_and_hidden` have their value hidden by GitLab and cannot be
    retrieved, so `value` must not be required for updates.
    
    Add `masked_and_hidden` to optional create attributes for group and
    project variables (admin variables do not support this attribute).
     Also expand the optional attributes for all three variable managers
    (admin, group, project) to include `description`, `raw`, and
    `environment_scope` where applicable, aligning with the GitLab API.
    
    Add functional tests covering create, get, update, and delete of
    masked-and-hidden variables for both group and project scopes.
    PhilipNelson5 authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    849301b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Configuration menu
    Copy the full SHA
    feb6ced View commit details
    Browse the repository at this point in the history
  2. fix(mixins): register service account token classes in RotateMixin CL…

    …I actions
    
    Add GroupServiceAccountAccessTokenManager, ProjectServiceAccountAccessTokenManager,
    GroupServiceAccountAccessToken, and ProjectServiceAccountAccessToken to the
    cli.register_custom_action cls_names in RotateMixin and ObjectRotateMixin.
    Frank Klaassen authored and JohnVillalovos committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    2cf430b View commit details
    Browse the repository at this point in the history
Loading