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
Type
/
to 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 }}
Hnasar
/
python-gitlab
Public
forked from
python-gitlab/python-gitlab
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-gitlab
gitlab
on
main
User selector
All users
All time
Commit history
Commits on Jan 23, 2022
chore: use dataclass for RequiredOptional
nejch
authored and
JohnVillalovos
committed
30117a3
View commit details
Copy full SHA for 30117a3
View code at this point
Browse repository at this point
chore: consistently use open() encoding and file descriptor
nejch
authored and
JohnVillalovos
committed
dc32d54
View commit details
Copy full SHA for dc32d54
View code at this point
Browse repository at this point
chore: don't explicitly pass args to super()
nejch
authored and
JohnVillalovos
committed
618267c
View commit details
Copy full SHA for 618267c
View code at this point
Browse repository at this point
style: use literals to declare data structures
nejch
authored and
JohnVillalovos
committed
019a40f
View commit details
Copy full SHA for 019a40f
View code at this point
Browse repository at this point
chore: remove old-style classes
nejch
authored and
JohnVillalovos
committed
ae2a015
View commit details
Copy full SHA for ae2a015
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`
Show description for 5127b15
JohnVillalovos
committed
5127b15
View commit details
Copy full SHA for 5127b15
View code at this point
Browse repository at this point
fix(cli): allow custom methods in managers
nejch
authored and
JohnVillalovos
committed
8dfed0c
View commit details
Copy full SHA for 8dfed0c
View code at this point
Browse repository at this point
fix(objects): make resource access tokens and repos available in CLI
nejch
authored and
JohnVillalovos
committed
e0a3a41
View commit details
Copy full SHA for e0a3a41
View code at this point
Browse repository at this point
Commits on Jan 15, 2022
Merge pull request #1838 from python-gitlab/jlvillal/version_mv
Show description for 8af403c
nejch
authored
8af403c
View commit details
Copy full SHA for 8af403c
View code at this point
Browse repository at this point
chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`
Show description for b981ce7
JohnVillalovos
committed
b981ce7
View commit details
Copy full SHA for b981ce7
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
chore: create return type-hints for `get_id()` & `encoded_id`
Show description for 0c3a1d1
JohnVillalovos
committed
0c3a1d1
View commit details
Copy full SHA for 0c3a1d1
View code at this point
Browse repository at this point
chore: release v3.1.0
actions-user
committed
cbbe7ce
View commit details
Copy full SHA for cbbe7ce
View code at this point
Browse repository at this point
chore(groups): use encoded_id for group path
nejch
authored and
JohnVillalovos
committed
868f243
View commit details
Copy full SHA for 868f243
View code at this point
Browse repository at this point
feat: add support for Groups API method `transfer()`
sattlerc
authored and
JohnVillalovos
committed
0007006
View commit details
Copy full SHA for 0007006
View code at this point
Browse repository at this point
chore(objects): use `self.encoded_id` where applicable
Show description for 75758bf
JohnVillalovos
committed
75758bf
View commit details
Copy full SHA for 75758bf
View code at this point
Browse repository at this point
Merge pull request #1835 from python-gitlab/jlvillal/id_to_encodedid
Show description for 34110dd
nejch
authored
34110dd
View commit details
Copy full SHA for 34110dd
View code at this point
Browse repository at this point
chore(objects): use `self.encoded_id` where could be a string
Show description for c3c3a91
JohnVillalovos
committed
c3c3a91
View commit details
Copy full SHA for c3c3a91
View code at this point
Browse repository at this point
chore(projects): fix typing for transfer method
Show description for 0788fe6
nejch
and
JohnVillalovos
committed
0788fe6
View commit details
Copy full SHA for 0788fe6
View code at this point
Browse repository at this point
feat(api): add `project.transfer()` and deprecate `transfer_project()`
nejch
authored and
JohnVillalovos
committed
259668a
View commit details
Copy full SHA for 259668a
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
feat(api): return result from `SaveMixin.save()`
Show description for e6258a4
kernelport
authored and
JohnVillalovos
committed
e6258a4
View commit details
Copy full SHA for e6258a4
View code at this point
Browse repository at this point
Merge pull request #1819 from python-gitlab/jlvillal/encoded_id
Show description for bc48840
nejch
authored
bc48840
View commit details
Copy full SHA for bc48840
View code at this point
Browse repository at this point
chore: replace usage of utils._url_encode() with utils.EncodedId()
Show description for b07eece
JohnVillalovos
committed
b07eece
View commit details
Copy full SHA for b07eece
View code at this point
Browse repository at this point
Merge pull request #1827 from python-gitlab/jlvillal/all_objects
Show description for 58e5b25
nejch
authored
58e5b25
View commit details
Copy full SHA for 58e5b25
View code at this point
Browse repository at this point
fix(cli): add missing list filters for environments
nejch
authored and
JohnVillalovos
committed
6f64d40
View commit details
Copy full SHA for 6f64d40
View code at this point
Browse repository at this point
chore: add EncodedId string class to use to hold URL-encoded paths
Show description for a2e7c38
JohnVillalovos
committed
a2e7c38
View commit details
Copy full SHA for a2e7c38
View code at this point
Browse repository at this point
fix: use url-encoded ID in all paths
Show description for 12435d7
JohnVillalovos
committed
12435d7
View commit details
Copy full SHA for 12435d7
View code at this point
Browse repository at this point
fix(members): use new *All objects for *AllManager managers
Show description for 755e0a3
JohnVillalovos
committed
755e0a3
View commit details
Copy full SHA for 755e0a3
View code at this point
Browse repository at this point
fix(api): services: add missing `lazy` parameter
Show description for 888f332
JohnVillalovos
committed
888f332
View commit details
Copy full SHA for 888f332
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
fix: broken URL for FAQ about attribute-error-list
Show description for 1863f30
JohnVillalovos
committed
1863f30
View commit details
Copy full SHA for 1863f30
View code at this point
Browse repository at this point
feat: add support for Group Access Token API
Show description for c01b7c4
fh1ch
authored and
JohnVillalovos
committed
c01b7c4
View commit details
Copy full SHA for c01b7c4
View code at this point
Browse repository at this point
Merge pull request #1812 from python-gitlab/jlvillal/pprint
Show description for bdc19b1
nejch
authored
bdc19b1
View commit details
Copy full SHA for bdc19b1
View code at this point
Browse repository at this point
chore: add `pprint()` and `pformat()` methods to RESTObject
Show description for d69ba04
JohnVillalovos
committed
d69ba04
View commit details
Copy full SHA for d69ba04
View code at this point
Browse repository at this point
fix: remove custom URL encoding
Show description for 3d49e5e
JohnVillalovos
committed
3d49e5e
View commit details
Copy full SHA for 3d49e5e
View code at this point
Browse repository at this point
Commits on Jan 8, 2022
fix: remove default arguments for mergerequests.merge()
Show description for 8e589c4
JohnVillalovos
committed
8e589c4
View commit details
Copy full SHA for 8e589c4
View code at this point
Browse repository at this point
fix(cli): url-encode path components of the URL
Show description for ac1c619
JohnVillalovos
committed
ac1c619
View commit details
Copy full SHA for ac1c619
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.