Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the https redirection test | Gauvain Pocentek | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | 1.6.0 release1.6.0 | Gauvain Pocentek | 2018-08-25 | 1 | -1/+1 |
| | |||||
* | Raise an exception on https redirects for PUT/POST | Gauvain Pocentek | 2018-08-24 | 1 | -19/+29 |
| | | | | | | | | | | | POST and PUT requests are modified by clients when redirections happen. A common problem with python-gitlab is a misconfiguration of the server URL: the http to https redirection breaks some requests. With this change python-gitlab should detect problematic redirections, and raise a proper exception instead of failing with a cryptic error. Closes #565 | ||||
* | Support group and global MR listing | Gauvain Pocentek | 2018-07-15 | 1 | -0/+1 |
| | | | | Closes #553 | ||||
* | 1.5.1 release1.5.1 | Gauvain Pocentek | 2018-06-23 | 1 | -1/+1 |
| | |||||
* | Prepare the 1.5.0 release1.5.0 | Gauvain Pocentek | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Use the same description for **kwargs everywhere | Gauvain Pocentek | 2018-06-17 | 1 | -7/+7 |
| | |||||
* | Revert "make as_list work for all queries" | Gauvain Pocentek | 2018-06-17 | 1 | -7/+13 |
| | | | | | | This reverts commit 8e787612fa77dc945a4c1327e9faa6eee10c48f2. This change broke the basic generator usage (Fixes #534) | ||||
* | Add support for the LDAP gorups API | Gauvain Pocentek | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Add support for the EE license API | Gauvain Pocentek | 2018-06-13 | 1 | -9/+38 |
| | |||||
* | Merge pull request #514 from jouve/generator | Gauvain Pocentek | 2018-06-09 | 1 | -13/+7 |
|\ | | | | | make as_list=False work for all=True queries | ||||
| * | make as_list work for all queries | Cyril Jouve | 2018-06-07 | 1 | -13/+7 |
| | | |||||
* | | Add geo nodes API support | Gauvain Pocentek | 2018-06-09 | 1 | -0/+1 |
| | | | | | | | | Fixes #524 | ||||
* | | fix #521 change post_data default value to None | leon | 2018-06-08 | 1 | -1/+1 |
|/ | |||||
* | Add support for the gitlab CI lint API | Gauvain Pocentek | 2018-05-29 | 1 | -0/+23 |
| | |||||
* | Implement the markdown rendering API | Gauvain Pocentek | 2018-05-29 | 1 | -0/+27 |
| | | | | Testing will be enable when GitLab 11.0 is available. | ||||
* | add per_page config option | Cyril Jouve | 2018-05-22 | 1 | -2/+5 |
| | |||||
* | Add support for the search API | Gauvain Pocentek | 2018-05-21 | 1 | -0/+19 |
| | | | | Fixes #470 | ||||
* | Add support for user avatar upload | Gauvain Pocentek | 2018-05-21 | 1 | -7/+14 |
| | | | | Fixes #308 | ||||
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -341/+16 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Prepare the 1.4.0 release | Gauvain Pocentek | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | Add docs for the `files` arg in http_* | Gauvain Pocentek | 2018-05-19 | 1 | -0/+2 |
| | |||||
* | feat: obey the rate limit | Max Wittig | 2018-04-18 | 1 | -16/+28 |
| | | | | | | done by using the retry-after header Fixes #166 | ||||
* | Expose additional properties for Gitlab objects | Gauvain Pocentek | 2018-03-28 | 1 | -0/+12 |
| | | | | | | | * url: the URL provided by the user (from config or constructor) * api_url: the computed base endpoint (URL/api/v?) Fixes #474 | ||||
* | Prepare the 1.3.0 release1.3.0 | Gauvain Pocentek | 2018-02-18 | 1 | -2/+2 |
| | |||||
* | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Gitlab can be used as context manager | Gauvain Pocentek | 2018-02-05 | 1 | -0/+6 |
| | | | | Fixes #371 | ||||
* | Add Gitlab and User events support | Gauvain Pocentek | 2018-01-21 | 1 | -0/+1 |
| | | | | Closes #412 | ||||
* | Prepare v1.2.01.2.0 | Gauvain Pocentek | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Respect content of REQUESTS_CA_BUNDLE and *_proxy envvars | Gauvain Pocentek | 2018-01-01 | 1 | -2/+3 |
| | | | | | | | | Explicitly call the requests session.merge_environment_settings() method, which will use some environment variables to setup the session properly. Closes #352 | ||||
* | Add support for user/group/project filter by custom attribute | Gauvain Pocentek | 2018-01-01 | 1 | -2/+16 |
| | | | | Closes #367 | ||||
* | Add support for features flags | Gauvain Pocentek | 2018-01-01 | 1 | -0/+1 |
| | | | | Fixes #360 | ||||
* | Add support for pagesdomains | Gauvain Pocentek | 2017-12-31 | 1 | -0/+1 |
| | | | | Closes #362 | ||||
* | Allow per_page to be used with generators. | Eric L Frederich | 2017-12-26 | 1 | -1/+1 |
| | | | | Fixes #405 | ||||
* | Add support for user activities | Gauvain Pocentek | 2017-11-11 | 1 | -0/+1 |
| | |||||
* | Add support for oauth and anonymous auth in config/CLI | Gauvain Pocentek | 2017-11-10 | 1 | -1/+2 |
| | |||||
* | Rework authentication args handling | Gauvain Pocentek | 2017-11-10 | 1 | -25/+32 |
| | | | | | | | | * Raise exceptions when conflicting arguments are used * Build the auth headers when instanciating Gitlab, not on each request * Enable anonymous Gitlab objects (#364) Add docs and unit tests | ||||
* | Remove deprecated objects/methods | Gauvain Pocentek | 2017-11-10 | 1 | -48/+0 |
| | |||||
* | Oauth token support (#357) | Nathan Schmidt | 2017-11-09 | 1 | -10/+18 |
| | |||||
* | 1.1.0 release1.1.0 | Gauvain Pocentek | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | Module's base objects serialization (#359) | Lyudmil Nenov | 2017-11-03 | 1 | -0/+11 |
| | | | | | | | | Make gitlab objects serializable With current implementation of API v3 and v4 support, some instances have properties of type module and are not serializable. Handle these properties manually with setstate and getstate methods. | ||||
* | Pagination generators: expose more information | Gauvain Pocentek | 2017-11-01 | 1 | -0/+37 |
| | | | | | | | Expose the X-* pagination attributes returned by the Gitlab server when requesting lists. Closes #304 | ||||
* | Update the ssl_verify docstring | Gauvain Pocentek | 2017-11-01 | 1 | -1/+3 |
| | |||||
* | Prepare the 1.0.2 release1.0.2 | Gauvain Pocentek | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | 1.0.1 release1.0.1 | Gauvain Pocentek | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | exception message: mimic v3 API | Gauvain Pocentek | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Exceptions: use a proper error message | Gauvain Pocentek | 2017-09-19 | 1 | -2/+7 |
| | |||||
* | Fix password authentication for v4 | Gauvain Pocentek | 2017-09-19 | 1 | -4/+5 |
| | | | | Fixes #311 | ||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 1 | -6/+14 |
| | |||||
* | GitlabError filled by response | Robert Lu | 2017-09-11 | 1 | -2/+4 |
| |