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: setpill/python-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 13 files changed
  • 8 contributors

Commits on Jul 27, 2026

  1. Configuration menu
    Copy the full SHA
    39dc990 View commit details
    Browse the repository at this point in the history
  2. test(api): Ensure ProjectMergeRequestDiscussionNote.resolved can be u…

    …pdated successfully
    zanecodes authored and JohnVillalovos committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    57fd60c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b411e5a View commit details
    Browse the repository at this point in the history
  4. docs(discussions): Add example of resolving a single project merge re…

    …quest discussion note
    zanecodes authored and JohnVillalovos committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    2ef6452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede7fd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e2347c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2026

  1. chore: release v8.5.0

    semantic-release
    semantic-release committed Jul 28, 2026
    Configuration menu
    Copy the full SHA
    f899b5e View commit details
    Browse the repository at this point in the history
  2. feat(hooks): add all available project hook attributes

    fix missing comma
    
    fix wiki page events and sort list
    kenancakir authored and JohnVillalovos committed Jul 28, 2026
    Configuration menu
    Copy the full SHA
    f57c33b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b60394 View commit details
    Browse the repository at this point in the history
  4. test: don't delete source branch by default for projects

    GitLab 19.0 changed or fixed things. And now source branches
    automatically get deleted when a merge request is merged. This breaks
    our test assumptions. Now when creating the project set
    `remove_source_branch_after_merge=False`
    JohnVillalovos committed Jul 28, 2026
    Configuration menu
    Copy the full SHA
    aff7954 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2026

  1. fix(COPYING): Use the combined LGPGL and GPL license text.

    Taken from https://www.gnu.org/licenses/lgpl-3.0.html in particular from
    https://www.gnu.org/licenses/lgpl+gpl-3.0.txt
    
    There is a bug in the https://github.com/gl-gitaly/go-license-detector
    where it only detects LGPL if the license contains both LGPL and GPL
    text in it.
    
    This bug causes the project to not be recognized as LGPL at GitLab.
    
    Discussed in: https://gitlab.com/gitlab-org/gitlab/-/work_items/543742
    
    Related: python-gitlab#3395
    JohnVillalovos committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    b6e65dd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. chore(deps): update gitlab/gitlab-ee docker tag to v19.2.2-ee.0 (pyth…

    …on-gitlab#3419)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    f30f765 View commit details
    Browse the repository at this point in the history
Loading