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: v5.1.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: v5.2.0
Choose a head ref
  • 14 commits
  • 23 files changed
  • 6 contributors

Commits on Nov 29, 2024

  1. chore(docs): Fix CHANGELOG tracebacks codeblocks

    With v5.1.0 CHANGELOG.md was updated that mangled v1.10.0 triple
    backtick codeblock Traceback output that made sphinx fail [1] with a
    non-zero return code.
    
    The resulting docs appears to be processes as text after the failing
    line [2].  While reviewing other backtick codeblocks fix v1.8.0 [3] to
    the original traceback.
    
    [1] https://github.com/python-gitlab/python-gitlab/actions/runs/12060608158/job/33631303063#step:5:204
    [2] https://python-gitlab.readthedocs.io/en/v5.1.0/changelog.html#v1-10-0-2019-07-22
    [3] https://python-gitlab.readthedocs.io/en/v5.0.0/changelog.html#id258
    derekschrock authored and nejch committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9fe372a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. chore(deps): update gitlab/gitlab-ee docker tag to v17.6.1-ee.0 (#3053)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f2992ae View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

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

Commits on Dec 4, 2024

  1. feat(graphql): add async client

    nejch authored and max-wittig committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    288f39c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

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

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    a8518f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9306362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    735efff View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. feat(api): add project templates (#3057)

    * feat(api): Added project template classes to templates.py
    * feat(api): Added project template managers to Project in project.py
    * docs(merge_requests): Add example of creating mr with description template
    * test(templates): Added unit tests for templates
    * docs(templates): added section for project templates
    gerry-pratama authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    0d41da3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

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

Commits on Dec 16, 2024

  1. chore(deps): update gitlab/gitlab-ee docker tag to v17.6.2-ee.0 (#3065)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    db0db26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e02f23 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. chore: release v5.2.0

    semantic-release committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9439132 View commit details
    Browse the repository at this point in the history
Loading