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: crypto318/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.
  • 5 commits
  • 23 files changed
  • 3 contributors

Commits on Mar 22, 2026

  1. docs(testing): document passing pytest options during local development

    Added a section into the contributing docs to show how to pass
    options to `pytest`. This can be useful during local development
    for selecting specific tests. Running entire test suite is very
    time consuming.
    amimas authored and JohnVillalovos committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    e6669f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    691fd8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fffe19 View commit details
    Browse the repository at this point in the history
  3. feat(projects): add optional parameter to set approval rule on all pr…

    …otected branches.
    shehzadqureshi authored and nejch committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    8d76028 View commit details
    Browse the repository at this point in the history
  4. feat(api): add support for project feature flags and feature flag use…

    …r lists
    
    Add new API objects for managing project feature flags and feature flag
    user lists, including CRUD operations, CLI support, and renaming via
    save(). Introduce JsonAttribute type for handling JSON fields in request
    bodies (e.g., feature flag strategies).
    
    Closes python-gitlab#3350
    amimas authored and JohnVillalovos committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    be68285 View commit details
    Browse the repository at this point in the history
Loading