Thanks to visit codestin.com
Credit goes to github.com

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.0.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
  • 10 commits
  • 21 files changed
  • 7 contributors

Commits on Jun 7, 2025

  1. Configuration menu
    Copy the full SHA
    306c4b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c1307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd31a8 View commit details
    Browse the repository at this point in the history
  4. feat(api): add support for project tag list filters

    Novi Sandlin authored and JohnVillalovos committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    378a836 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore: update to mypy 1.16.0 and resolve issues found

    There was an error in the type-hints that was detected when updating
    to mypy 1.16.0
    
    The error was:
      $ mypy
      gitlab/v4/cli.py:411: error: Argument 1 to "cls_to_gitlab_resource" has incompatible type "type[Any]"; expected "RESTObject"  [arg-type]
      Found 1 error in 1 file (checked 246 source files)
    JohnVillalovos authored and nejch committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    f734c58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff579a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87ba63 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

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

Commits on Jun 24, 2025

  1. docs: update CONTRIBUTING.rst with policy on issue management

    Also update the `stale` job to close issues with no activity, unless
    they are assigned to someone.
    JohnVillalovos authored and nejch committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    45dda50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba6f174 View commit details
    Browse the repository at this point in the history
Loading