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
Accelerator
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 11, 2021
Bump httpx
vishes-shell
committed
fc824c2
View commit details
Copy full SHA for fc824c2
Browse repository at this point
Commits on Oct 1, 2020
Import unresolved exception classes in gitlab client
vishes-shell
committed
f94dba1
View commit details
Copy full SHA for f94dba1
Browse repository at this point
Commits on Sep 14, 2020
Install requires with package, not just version
vishes-shell
committed
8ca0521
View commit details
Copy full SHA for 8ca0521
Browse repository at this point
Bump httpx version in setup.py
vishes-shell
committed
8ba7759
View commit details
Copy full SHA for 8ba7759
Browse repository at this point
Bump httpx and respx
vishes-shell
committed
5eea6ae
View commit details
Copy full SHA for 5eea6ae
Browse repository at this point
Commits on Mar 5, 2020
Merge pull request #5 from vishes-shell/chore/client-dry-docstrings
Show description for 944ee65
vishes-shell
authored
944ee65
View commit details
Copy full SHA for 944ee65
Browse repository at this point
chore: provide docstrings for gitlab client implementations
vishes-shell
committed
2ee7f37
View commit details
Copy full SHA for 2ee7f37
Browse repository at this point
Commits on Mar 4, 2020
Merge pull request #3 from vishes-shell/feature/sync-async-compatible
Show description for d8f3dec
vishes-shell
authored
d8f3dec
View commit details
Copy full SHA for d8f3dec
Browse repository at this point
test: remove debugging from functional tests
vishes-shell
committed
0b4b4e4
View commit details
Copy full SHA for 0b4b4e4
Browse repository at this point
fix(async): fix typos in code
vishes-shell
committed
608668c
View commit details
Copy full SHA for 608668c
Browse repository at this point
feat(async): wrap remaining object post functions in awaitable_postprocess
vishes-shell
committed
cda364d
View commit details
Copy full SHA for cda364d
Browse repository at this point
feat(async): decorate _update_attrs with awaitable_postprocess
Show description for b2d06fa
vishes-shell
committed
b2d06fa
View commit details
Copy full SHA for b2d06fa
Browse repository at this point
feat(async): split edge postprocesses in v4 objects
Show description for 608c937
vishes-shell
committed
608c937
View commit details
Copy full SHA for 608c937
Browse repository at this point
Commits on Mar 3, 2020
test: split sync and async functional tests
vishes-shell
committed
52625a5
View commit details
Copy full SHA for 52625a5
Browse repository at this point
Commits on Feb 29, 2020
test: test_projects is tested against sync and async interface
vishes-shell
committed
06e1c53
View commit details
Copy full SHA for 06e1c53
Browse repository at this point
test: test application is tested against async/sync interface
vishes-shell
committed
6d0e2cb
View commit details
Copy full SHA for 6d0e2cb
Browse repository at this point
feat(async): make utils.response_content sync agnostic
vishes-shell
committed
0c4d320
View commit details
Copy full SHA for 0c4d320
Browse repository at this point
feat(async): no more async and await in objects' methods
Show description for 1aa8c21
vishes-shell
committed
1aa8c21
View commit details
Copy full SHA for 1aa8c21
Browse repository at this point
test: update test_gitlab to use brand new fixtures
vishes-shell
committed
7b18338
View commit details
Copy full SHA for 7b18338
Browse repository at this point
test: create fixtures for async and sync gitlab clients usage
vishes-shell
committed
090af39
View commit details
Copy full SHA for 090af39
Browse repository at this point
test: fix test_gitlab and move to pytest
vishes-shell
committed
3554a04
View commit details
Copy full SHA for 3554a04
Browse repository at this point
test: test_gitlab is now sync agnostic
vishes-shell
committed
a2004ff
View commit details
Copy full SHA for a2004ff
Browse repository at this point
Commits on Feb 28, 2020
test: parametrize test_gitlab to handle both async and sync clients
vishes-shell
committed
ebc8327
View commit details
Copy full SHA for ebc8327
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.