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 }}
weakcamel
/
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
config.py
on
main
User selector
All users
All time
Commit history
Commits on Jun 4, 2022
chore: enable pylint check "raise-missing-from"
Show description for 1a2781e
JohnVillalovos
committed
1a2781e
View commit details
Copy full SHA for 1a2781e
View code at this point
Browse repository at this point
Commits on May 29, 2022
test(gitlab): increase unit test coverage
nejch
authored and
JohnVillalovos
committed
df072e1
View commit details
Copy full SHA for df072e1
View code at this point
Browse repository at this point
Commits on Jan 23, 2022
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 2, 2022
feat(cli): allow options from args and environment variables
Show description for ca58008
nejch
authored and
JohnVillalovos
committed
ca58008
View commit details
Copy full SHA for ca58008
View code at this point
Browse repository at this point
Commits on Dec 13, 2021
feat(cli): do not require config file to run CLI
Show description for 92a893b
nejch
committed
92a893b
View commit details
Copy full SHA for 92a893b
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
refactor: use f-strings for string formatting
nejch
authored and
JohnVillalovos
committed
7925c90
View commit details
Copy full SHA for 7925c90
View code at this point
Browse repository at this point
Commits on Aug 29, 2021
feat: allow global retry_transient_errors setup
Show description for 3b1d3a4
javatarz
committed
3b1d3a4
View commit details
Copy full SHA for 3b1d3a4
View code at this point
Browse repository at this point
Commits on May 25, 2021
chore: fix import ordering using isort
Show description for f3afd34
JohnVillalovos
committed
f3afd34
View commit details
Copy full SHA for f3afd34
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
chore: mypy: Disallow untyped definitions
Show description for 6aef2da
JohnVillalovos
committed
6aef2da
View commit details
Copy full SHA for 6aef2da
View code at this point
Browse repository at this point
Commits on Apr 18, 2021
chore(config): allow simple commands without external script
klorenz
authored and
nejch
committed
91ffb8e
View commit details
Copy full SHA for 91ffb8e
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
chore: make lint happy
klorenz
committed
7a7c9fd
View commit details
Copy full SHA for 7a7c9fd
View code at this point
Browse repository at this point
fix: handling config value in _get_values_from_helper
klorenz
committed
9dfb4cd
View commit details
Copy full SHA for 9dfb4cd
View code at this point
Browse repository at this point
fix: let the homedir be expanded in path of helper
klorenz
committed
fc7387a
View commit details
Copy full SHA for fc7387a
View code at this point
Browse repository at this point
chore: make lint happy
klorenz
committed
b5f43c8
View commit details
Copy full SHA for b5f43c8
View code at this point
Browse repository at this point
fix: make secret helper more user friendly
klorenz
committed
fc2798f
View commit details
Copy full SHA for fc2798f
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
feat: option to add a helper to lookup token
klorenz
committed
8ecf559
View commit details
Copy full SHA for 8ecf559
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
chore: add type-hints to gitlab/config.py
JohnVillalovos
committed
213e563
View commit details
Copy full SHA for 213e563
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
feat(api,cli): make user agent configurable
nejch
committed
4bb201b
View commit details
Copy full SHA for 4bb201b
View code at this point
Browse repository at this point
Commits on May 16, 2020
fix(config): fix duplicate code
Show description for ee2df6f
max-wittig
committed
ee2df6f
View commit details
Copy full SHA for ee2df6f
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
feat: allow an environment variable to specify config location
Show description for 401e702
jeremycline
committed
401e702
View commit details
Copy full SHA for 401e702
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
chore: use raise..from for chained exceptions (#939)
nejch
committed
79fef26
View commit details
Copy full SHA for 79fef26
View code at this point
Browse repository at this point
Commits on Jan 26, 2020
feat: add global order_by option to ease pagination
max-wittig
committed
d187925
View commit details
Copy full SHA for d187925
View code at this point
Browse repository at this point
feat: support keyset pagination globally
max-wittig
committed
0b71ba4
View commit details
Copy full SHA for 0b71ba4
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
refactor: remove six dependency
max-wittig
committed
9fb4645
View commit details
Copy full SHA for 9fb4645
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
refactor: remove unused code, simplify string format
godaji
committed
c7ff676
View commit details
Copy full SHA for c7ff676
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
feat: add support for job token
Show description for cef3aa5
sathieu
committed
cef3aa5
View commit details
Copy full SHA for cef3aa5
View code at this point
Browse repository at this point
Commits on May 16, 2019
refactor: format everything black
max-wittig
committed
318d277
View commit details
Copy full SHA for 318d277
View code at this point
Browse repository at this point
Commits on Nov 4, 2018
fix(cli): exit on config parse error, instead of crashing
Show description for 6ad9da0
max-wittig
authored and
gpocentek
committed
6ad9da0
View commit details
Copy full SHA for 6ad9da0
View code at this point
Browse repository at this point
Commits on May 22, 2018
add per_page config option
jouve
committed
589a9aa
View commit details
Copy full SHA for 589a9aa
View code at this point
Browse repository at this point
Commits on May 19, 2018
Drop API v3 support
Show description for fe89b94
Gauvain Pocentek
committed
fe89b94
View commit details
Copy full SHA for fe89b94
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
Default to API v4
Gauvain Pocentek
committed
f276f13
View commit details
Copy full SHA for f276f13
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
config: support api_version in the global section
Show description for 29bd813
Gauvain Pocentek
committed
29bd813
View commit details
Copy full SHA for 29bd813
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
Add support for oauth and anonymous auth in config/CLI
Gauvain Pocentek
committed
0732826
View commit details
Copy full SHA for 0732826
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
Support SSL verification via internal CA bundle
Show description for 4af4748
Maura Hausman
committed
4af4748
View commit details
Copy full SHA for 4af4748
View code at this point
Browse repository at this point
Commits on May 24, 2017
update copyright years
Gauvain Pocentek
committed
ba41e5e
View commit details
Copy full SHA for ba41e5e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.