-
Notifications
You must be signed in to change notification settings - Fork 676
Comparing changes
Open a pull request
base repository: python-gitlab/python-gitlab
base: v7.1.0
head repository: python-gitlab/python-gitlab
compare: v8.0.0
- 18 commits
- 20 files changed
- 5 contributors
Commits on Dec 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c6901a2 - Browse repository at this point
Copy the full SHA c6901a2View commit details
Commits on Dec 30, 2025
-
feat(graphql): update to gql 4.0.0
BREAKING CHANGE: GraphQL.execute() no longer accepts graphql.Source
Configuration menu - View commit details
-
Copy full SHA for 6f0da67 - Browse repository at this point
Copy the full SHA 6f0da67View commit details
Commits on Jan 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d8d8e7f - Browse repository at this point
Copy the full SHA d8d8e7fView commit details
Commits on Jan 12, 2026
-
chore(deps): update gitlab/gitlab-ee docker tag to v18.7.1-ee.0 (#3321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 825b378 - Browse repository at this point
Copy the full SHA 825b378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22243f6 - Browse repository at this point
Copy the full SHA 22243f6View commit details
Commits on Jan 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ae0c9e5 - Browse repository at this point
Copy the full SHA ae0c9e5View commit details -
chore(deps): update gitlab/gitlab-ee docker tag to v18.8.0-ee.0 (#3326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c56c87f - Browse repository at this point
Copy the full SHA c56c87fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5003ac6 - Browse repository at this point
Copy the full SHA 5003ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1358e45 - Browse repository at this point
Copy the full SHA 1358e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39975d5 - Browse repository at this point
Copy the full SHA 39975d5View commit details -
chore(black): run black v26 on code
black changed how some code was formatted in v26
Configuration menu - View commit details
-
Copy full SHA for 4a8d82b - Browse repository at this point
Copy the full SHA 4a8d82bView commit details
Commits on Jan 20, 2026
-
fix: file save start_branch as a body attribute
Passing `start_branch` as kwargs results in it being passed as query argument to the API: ``` send: b'PUT /api/v4/projects/12345678/repository/files/readme.txt?start_branch=main send: b'{"file_path": "readme.txt", "branch": "new_branch", "content": "Modified contents", "commit_message": "File was modified for this new branch"}' ``` which results in error being returned: ``` {"message":"You can only create or edit files when you are on a branch"} ``` It should instead be sent a body attribute, which succeeds in creating the branch during the save. To be sent as body attribute it must be specified as concrete function argument and class attribute instead of just using kwargs Closes: #3318Configuration menu - View commit details
-
Copy full SHA for 1001d93 - Browse repository at this point
Copy the full SHA 1001d93View commit details -
fix: actually define project repr_attr
While `_repr_attr=` is given to specify the attribute to use to repr the object, that object attribute itself is not actually defined, so tools like PyRight/MyPy complain that: ``` Type of "path_with_namespace" is unknown ```
Configuration menu - View commit details
-
Copy full SHA for 4187a69 - Browse repository at this point
Copy the full SHA 4187a69View commit details
Commits on Jan 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e7d1fbb - Browse repository at this point
Copy the full SHA e7d1fbbView commit details
Commits on Jan 26, 2026
-
chore(deps): update gitlab/gitlab-ee docker tag to v18.8.2-ee.0 (#3334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3bcc42a - Browse repository at this point
Copy the full SHA 3bcc42aView commit details -
chore(precommit): update dependency black to v26
Prior commit 39975d5 updated black to v26 but did not update `.pre-commit-config.yaml`. This resolves that.
Configuration menu - View commit details
-
Copy full SHA for ad43b76 - Browse repository at this point
Copy the full SHA ad43b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4440d0c - Browse repository at this point
Copy the full SHA 4440d0cView commit details
Commits on Jan 28, 2026
-
semantic-release committed
Jan 28, 2026 Configuration menu - View commit details
-
Copy full SHA for 425d0d5 - Browse repository at this point
Copy the full SHA 425d0d5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.1.0...v8.0.0