Skip to content

feat: Extend GraphQL class to support multiple authentication methods… #3177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4891b1e
feat(graphql): Extend GraphQL class to support multiple authenticatio…
timmy61109 Apr 18, 2025
d139d60
feat(feat): Add class method to create Gitlab connection from configu…
timmy61109 Apr 18, 2025
1957eee
feat(graphql): Add class method to create Gitlab connection from conf…
timmy61109 Apr 18, 2025
f2afb2e
chore(deps): Upgrade version
timmy61109 Apr 18, 2025
ccc2e77
feat(api): Class _BaseGraphQL add parameter and class variable
timmy61109 Apr 18, 2025
5d7a166
refactor(api): Test retries number
timmy61109 Apr 18, 2025
68317b3
refactor(api): Test retries number
timmy61109 Apr 18, 2025
9740136
feat(api): Change valum name
timmy61109 Apr 22, 2025
ddae6ed
feat(api): Class _BaseGraphQL add parameter and class variable
timmy61109 Apr 22, 2025
bb4e204
docs(version): Update documentation
timmy61109 Apr 22, 2025
4e26cc5
docs(version): Update documentation
timmy61109 Apr 22, 2025
748ed9c
fix(api): Fix duplicate argument 'private_token' in function definition
timmy61109 Apr 22, 2025
9c64f7e
feat(api): Use client.execute variables
timmy61109 Apr 22, 2025
fffeed0
feat(graphql): Add parameter and class variable to GraphQL
timmy61109 Apr 23, 2025
c5052ab
feat(graphql): Add parameter and class variable to AsyncGraphQL
timmy61109 Apr 23, 2025
1f496a9
style: Update code formatting
timmy61109 Apr 23, 2025
b199086
feat: Add exclude path
timmy61109 Apr 23, 2025
06e1988
feat(test): Using variable_values
timmy61109 Apr 23, 2025
371a41f
fix(graphql): Fix kwargs unused
timmy61109 Apr 23, 2025
a9177ef
fix(graphql): Fix variable_values unused
timmy61109 Apr 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v5.7.0 (2025-04-22)

### Features

- **group**: Add can use config file.
([`c70cd7a`](https://github.com/python-gitlab/python-gitlab/pull/3177/commits/c70cd7a8a3c1a81dd4e4495843461c066e11d310))

## v5.6.1 (2025-04-18)

### Features

- **group**: Add can use config file.
([`bf7eba5`](https://github.com/python-gitlab/python-gitlab/pull/3177/commits/bf7eba5909669e19757ef1c5b590f613be00d5f4))

## v5.6.0 (2025-01-28)

Expand All @@ -8,7 +21,6 @@
- **group**: Add support for group level MR approval rules
([`304bdd0`](https://github.com/python-gitlab/python-gitlab/commit/304bdd09cd5e6526576c5ec58cb3acd7e1a783cb))


## v5.5.0 (2025-01-28)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion gitlab/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
__version__ = "5.6.0"
__version__ = "5.7.1"
Loading
Loading