Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
vishes-shell
/
python-gitlab
Public
forked from
python-gitlab/python-gitlab
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
34666c7
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 28, 2020
test: fix all tests that are async
vishes-shell
committed
34666c7
View commit details
Copy full SHA for 34666c7
Browse repository at this point
feat(async): fixup some errors in async implementation
vishes-shell
committed
a14383b
View commit details
Copy full SHA for a14383b
Browse repository at this point
feat(async): make mixins async/sync compatible
vishes-shell
committed
47b41d5
View commit details
Copy full SHA for 47b41d5
Browse repository at this point
feat(async): make base object classes async compatible
Show description for 933b781
vishes-shell
committed
933b781
View commit details
Copy full SHA for 933b781
Browse repository at this point
feat(async): clean __init__.py
vishes-shell
committed
46c0369
View commit details
Copy full SHA for 46c0369
Browse repository at this point
Commits on Feb 27, 2020
feat(async): fullfill RESTObjectList with sync and async methods
vishes-shell
committed
e43a010
View commit details
Copy full SHA for e43a010
Browse repository at this point
feat(async): Provide httpx client classes to gitlab clients
vishes-shell
committed
c4117e1
View commit details
Copy full SHA for c4117e1
Browse repository at this point
feat(sync): implement sync and async gitlab clients
Show description for 4528543
vishes-shell
committed
4528543
View commit details
Copy full SHA for 4528543
Browse repository at this point
feat(async): move GitlabList to types
Show description for 0585d6a
vishes-shell
committed
0585d6a
View commit details
Copy full SHA for 0585d6a
Browse repository at this point
feat(async): roll back sync cli wrapper
vishes-shell
committed
55f8439
View commit details
Copy full SHA for 55f8439
Browse repository at this point
feat(async): Make on_http_error decorator work with coroutines
Show description for 0591787
vishes-shell
committed
0591787
View commit details
Copy full SHA for 0591787
Browse repository at this point
Commits on Feb 22, 2020
Merge pull request #1 from vishes-shell/feature/httpx-based
Show description for cf8e233
vishes-shell
authored
cf8e233
View commit details
Copy full SHA for cf8e233
Browse repository at this point
test: change tox to pytest and keep integration test file name
vishes-shell
committed
1bf2968
View commit details
Copy full SHA for 1bf2968
Browse repository at this point
test: add integration tests in async way
vishes-shell
committed
efb1424
View commit details
Copy full SHA for efb1424
Browse repository at this point
fix: use `overwrite` as string in import project method
Show description for f933cd0
vishes-shell
committed
f933cd0
View commit details
Copy full SHA for f933cd0
Browse repository at this point
fix: add missing awaits in v4 objects
vishes-shell
committed
1563b7d
View commit details
Copy full SHA for 1563b7d
Browse repository at this point
fix: response content is not async
vishes-shell
committed
37dbc09
View commit details
Copy full SHA for 37dbc09
Browse repository at this point
test: rework tests on projects snippets in async way
vishes-shell
committed
4352f9b
View commit details
Copy full SHA for 4352f9b
Browse repository at this point
test: rework application tests in async way
vishes-shell
committed
a8ef796
View commit details
Copy full SHA for a8ef796
Browse repository at this point
test: transfer all test_mixins to async
vishes-shell
committed
f694b20
View commit details
Copy full SHA for f694b20
Browse repository at this point
fix: remove pickability for GitlabClient
vishes-shell
committed
882cc2c
View commit details
Copy full SHA for 882cc2c
Browse repository at this point
test: mostly transfer TestGitlab to async path
Show description for 38183a6
vishes-shell
committed
38183a6
View commit details
Copy full SHA for 38183a6
Browse repository at this point
test: fix TestGitlabAuth
Show description for c2614e2
vishes-shell
committed
c2614e2
View commit details
Copy full SHA for c2614e2
Browse repository at this point
test: refactor TestGitlabHttpMethods to async way
vishes-shell
committed
d9d9af8
View commit details
Copy full SHA for d9d9af8
Browse repository at this point
test: add pytest test dependency and remove sync TestGitlabList
vishes-shell
committed
3b90d09
View commit details
Copy full SHA for 3b90d09
Browse repository at this point
test: create TestGitlabList for async way
vishes-shell
committed
fb90a89
View commit details
Copy full SHA for fb90a89
Browse repository at this point
feat: replace requests with httpx
Show description for 791de22
vishes-shell
committed
791de22
View commit details
Copy full SHA for 791de22
Browse repository at this point
Commits on Feb 12, 2020
Merge pull request #1005 from charlesfayal/fix_set_approvers
Show description for 19242c3
max-wittig
authored
19242c3
View commit details
Copy full SHA for 19242c3
Browse repository at this point
Commits on Feb 10, 2020
Merge pull request #1008 from filipowm/feature/feature-flags-additional-config
Show description for 066fc9b
max-wittig
authored
066fc9b
View commit details
Copy full SHA for 066fc9b
Browse repository at this point
Commits on Feb 7, 2020
fix: remove null values from features POST data, because it fails
Show description for 1ec1816
filipowm
committed
1ec1816
View commit details
Copy full SHA for 1ec1816
Browse repository at this point
feat: add capability to control GitLab features per project or group
filipowm
committed
7f192b4
View commit details
Copy full SHA for 7f192b4
Browse repository at this point
Commits on Feb 5, 2020
chore: revert to 2.0.1
Show description for 272db26
max-wittig
authored
272db26
View commit details
Copy full SHA for 272db26
Browse repository at this point
chore: bump to 2.1.0
Show description for a6c0660
max-wittig
authored
a6c0660
View commit details
Copy full SHA for a6c0660
Browse repository at this point
Merge pull request #1007 from python-gitlab/chore/user-update
Show description for f6d9858
bufferoverflow
authored
f6d9858
View commit details
Copy full SHA for f6d9858
Browse repository at this point
chore: bump version to 2.0.1
max-wittig
committed
8287a0d
View commit details
Copy full SHA for 8287a0d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.