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 }}
foreverif
/
python-gitlab
Public
forked from
python-gitlab/python-gitlab
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 28, 2022
chore: release v3.2.0
actions-user
committed
a14baac
View commit details
Copy full SHA for a14baac
Browse repository at this point
Commits on Feb 19, 2022
docs: enable gitter chat directly in docs
nejch
authored and
JohnVillalovos
committed
bd1ecdd
View commit details
Copy full SHA for bd1ecdd
Browse repository at this point
Commits on Feb 13, 2022
feat(merge_request_approvals): add support for deleting MR approval rules
nejch
authored and
JohnVillalovos
committed
85a734f
View commit details
Copy full SHA for 85a734f
Browse repository at this point
test(unit): clean up MR approvals fixtures
nejch
authored and
JohnVillalovos
committed
0eb4f7f
View commit details
Copy full SHA for 0eb4f7f
Browse repository at this point
Commits on Feb 10, 2022
docs: add delete methods for runners and project artifacts
nejch
authored and
JohnVillalovos
committed
5e711fd
View commit details
Copy full SHA for 5e711fd
Browse repository at this point
feat(artifacts): add support for project artifacts delete API
nejch
authored and
JohnVillalovos
committed
c01c034
View commit details
Copy full SHA for c01c034
Browse repository at this point
test(runners): add test for deleting runners by auth token
nejch
authored and
JohnVillalovos
committed
14b88a1
View commit details
Copy full SHA for 14b88a1
Browse repository at this point
feat(mixins): allow deleting resources without IDs
nejch
authored and
JohnVillalovos
committed
0717517
View commit details
Copy full SHA for 0717517
Browse repository at this point
Commits on Feb 6, 2022
Merge pull request #1882 from python-gitlab/jlvillal/custom_warn
Show description for 5beda3b
nejch
authored
5beda3b
View commit details
Copy full SHA for 5beda3b
Browse repository at this point
chore: create a custom `warnings.warn` wrapper
Show description for 6ca9aa2
JohnVillalovos
committed
6ca9aa2
View commit details
Copy full SHA for 6ca9aa2
Browse repository at this point
Commits on Feb 5, 2022
Merge pull request #1881 from python-gitlab/jlvillal/easy2
Show description for 4cb7d92
nejch
authored
4cb7d92
View commit details
Copy full SHA for 4cb7d92
Browse repository at this point
test(functional): fix GitLab configuration to support pagination
Show description for 5b7d00d
JohnVillalovos
committed
5b7d00d
View commit details
Copy full SHA for 5b7d00d
Browse repository at this point
Merge pull request #1880 from python-gitlab/jlvillal/easy
Show description for 5e19694
nejch
authored
5e19694
View commit details
Copy full SHA for 5e19694
Browse repository at this point
chore: correct type-hints for per_page attrbute
Show description for e825653
JohnVillalovos
committed
e825653
View commit details
Copy full SHA for e825653
Browse repository at this point
Commits on Feb 4, 2022
Merge pull request #1876 from emirot/patch-1
Show description for 9897c98
nejch
authored
9897c98
View commit details
Copy full SHA for 9897c98
Browse repository at this point
docs: add retry_transient infos
Show description for bb1f054
emirot
and
nejch
authored
bb1f054
View commit details
Copy full SHA for bb1f054
Browse repository at this point
docs: add transient errors retry info
emirot
authored
b7a1266
View commit details
Copy full SHA for b7a1266
Browse repository at this point
Commits on Feb 3, 2022
test(services): add functional tests for services
nejch
authored and
JohnVillalovos
committed
2fea2e6
View commit details
Copy full SHA for 2fea2e6
Browse repository at this point
fix(services): use slug for id_attr instead of custom methods
nejch
authored and
JohnVillalovos
committed
e30f39d
View commit details
Copy full SHA for e30f39d
Browse repository at this point
Merge pull request #1871 from python-gitlab/jlvillal/copy_dict
Show description for 2adf31d
nejch
authored
2adf31d
View commit details
Copy full SHA for 2adf31d
Browse repository at this point
chore: require kwargs for `utils.copy_dict()`
Show description for 7cf35b2
JohnVillalovos
committed
7cf35b2
View commit details
Copy full SHA for 7cf35b2
Browse repository at this point
Commits on Feb 2, 2022
docs(artifacts): deprecate artifacts() and artifact() methods
nejch
authored and
JohnVillalovos
committed
64d01ef
View commit details
Copy full SHA for 64d01ef
Browse repository at this point
style(objects): add spacing to docstrings
nejch
authored and
JohnVillalovos
committed
700d25d
View commit details
Copy full SHA for 700d25d
Browse repository at this point
test(objects): add tests for project artifacts
nejch
authored and
JohnVillalovos
committed
8ce0336
View commit details
Copy full SHA for 8ce0336
Browse repository at this point
feat(objects): add a complete artifacts manager
nejch
authored and
JohnVillalovos
committed
c8c2fa7
View commit details
Copy full SHA for c8c2fa7
Browse repository at this point
Commits on Feb 1, 2022
Merge pull request #1868 from python-gitlab/jlvillal/delete_label
Show description for 0ab0fc1
nejch
authored
0ab0fc1
View commit details
Copy full SHA for 0ab0fc1
Browse repository at this point
fix: remove custom `delete` method for labels
Show description for 0841a2a
JohnVillalovos
committed
0841a2a
View commit details
Copy full SHA for 0841a2a
Browse repository at this point
Commits on Jan 31, 2022
Merge pull request #1866 from python-gitlab/jlvillal/arrays_2
Show description for 7646360
nejch
authored
7646360
View commit details
Copy full SHA for 7646360
Browse repository at this point
Commits on Jan 30, 2022
chore: create new ArrayAttribute class
Show description for a57334f
JohnVillalovos
committed
a57334f
View commit details
Copy full SHA for a57334f
Browse repository at this point
Commits on Jan 29, 2022
docs: revert "chore: add temporary banner for v3" (#1864)
Show description for 7a13b9b
wadimklincov
authored
7a13b9b
View commit details
Copy full SHA for 7a13b9b
Browse repository at this point
Commits on Jan 28, 2022
chore(ci): do not run release workflow in forks
nejch
authored and
JohnVillalovos
committed
2b6edb9
View commit details
Copy full SHA for 2b6edb9
Browse repository at this point
chore: release v3.1.1
actions-user
committed
59c08f9
View commit details
Copy full SHA for 59c08f9
Browse repository at this point
Commits on Jan 27, 2022
Merge pull request #1862 from thomasgl-orange/cli-fix-timeout
Show description for 3fb4486
max-wittig
authored
3fb4486
View commit details
Copy full SHA for 3fb4486
Browse repository at this point
Commits on Jan 25, 2022
fix(cli): make 'per_page' and 'page' type explicit
thomasgl-orange
committed
d493a5e
View commit details
Copy full SHA for d493a5e
Browse repository at this point
fix(cli): make 'timeout' type explicit
thomasgl-orange
committed
bbb7df5
View commit details
Copy full SHA for bbb7df5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.