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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
alvistack
/
python-gitlab-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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-gitlab-python-gitlab
tests
functional
on
alvistack/v3.4.0
User selector
All users
All time
Commit history
Commits on Apr 13, 2022
Merge pull request #1963 from python-gitlab/feat/deploy-token-get
Show description for 69ace2d
max-wittig
authored
69ace2d
View commit details
Copy full SHA for 69ace2d
View code at this point
Browse repository at this point
Merge pull request #1962 from python-gitlab/feat/user-ssh-key
Show description for 68bf5d8
max-wittig
authored
68bf5d8
View commit details
Copy full SHA for 68bf5d8
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
feat: emit a warning when using a `list()` method returns max
Show description for 1339d64
JohnVillalovos
committed
1339d64
View commit details
Copy full SHA for 1339d64
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
feat(objects): support getting project/group deploy tokens by id
nejch
committed
fcd37fe
View commit details
Copy full SHA for fcd37fe
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
feat(user): support getting user SSH key by id
nejch
committed
6f93c05
View commit details
Copy full SHA for 6f93c05
View code at this point
Browse repository at this point
chore(deps): upgrade gitlab-ce to 14.9.2-ce.0
nejch
authored and
JohnVillalovos
committed
d508b18
View commit details
Copy full SHA for d508b18
View code at this point
Browse repository at this point
feat(api): re-add topic delete endpoint
Show description for d1d96bd
nejch
authored and
JohnVillalovos
committed
d1d96bd
View commit details
Copy full SHA for d1d96bd
View code at this point
Browse repository at this point
Commits on Feb 5, 2022
test(functional): fix GitLab configuration to support pagination
Show description for 5b7d00d
JohnVillalovos
committed
5b7d00d
View commit details
Copy full SHA for 5b7d00d
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
test(objects): add tests for project artifacts
nejch
authored and
JohnVillalovos
committed
8ce0336
View commit details
Copy full SHA for 8ce0336
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
fix: remove custom `delete` method for labels
Show description for 0841a2a
JohnVillalovos
committed
0841a2a
View commit details
Copy full SHA for 0841a2a
View code at this point
Browse repository at this point
Commits on Jan 23, 2022
style: use f-strings where applicable
nejch
authored and
JohnVillalovos
committed
cfed622
View commit details
Copy full SHA for cfed622
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: always use context manager for file IO
nejch
authored and
JohnVillalovos
committed
e8031f4
View commit details
Copy full SHA for e8031f4
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
Commits on Jan 22, 2022
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 14, 2022
chore(tests): use method `projects.transfer()`
Show description for e5af2a7
JohnVillalovos
committed
e5af2a7
View commit details
Copy full SHA for e5af2a7
View code at this point
Browse repository at this point
test(groups): enable group transfer tests
nejch
authored and
JohnVillalovos
committed
57bb67a
View commit details
Copy full SHA for 57bb67a
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
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
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
Merge pull request #1786 from python-gitlab/jlvillal/logging
Show description for ac81272
nejch
authored
ac81272
View commit details
Copy full SHA for ac81272
View code at this point
Browse repository at this point
chore: add logging to `tests/functional/conftest.py`
Show description for a1ac9ae
JohnVillalovos
committed
a1ac9ae
View commit details
Copy full SHA for a1ac9ae
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
chore: fix functional test failure if config present
Show description for c9ed3dd
JohnVillalovos
committed
c9ed3dd
View commit details
Copy full SHA for c9ed3dd
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
chore: add functional test of mergerequest.get()
Show description for a92b55b
JohnVillalovos
committed
a92b55b
View commit details
Copy full SHA for a92b55b
View code at this point
Browse repository at this point
chore: add test case to show branch name with period works
Show description for ea97d7a
JohnVillalovos
committed
ea97d7a
View commit details
Copy full SHA for ea97d7a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.