Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | docs: consolidate changelogs and remove v3 API docs | Nejc Habjan | 2021-09-12 | 7 | -120/+226 | |
| | ||||||
* | refactor(objects): remove deprecated members.all() method | Nejc Habjan | 2021-09-08 | 2 | -4/+0 | |
| | | | | | BREAKING CHANGE: remove deprecated members.all() method in favor of members_all.list() | |||||
* | feat: default to gitlab.com if no URL given | Nejc Habjan | 2021-09-08 | 2 | -25/+33 | |
| | | | | | BREAKING CHANGE: python-gitlab will now default to gitlab.com if no URL is given | |||||
* | fix!: raise error if there is a 301/302 redirection | John L. Villalovos | 2021-09-08 | 2 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Before we raised an error if there was a 301, 302 redirect but only from an http URL to an https URL. But we didn't raise an error for any other redirects. This caused two problems: 1. PUT requests that are redirected get changed to GET requests which don't perform the desired action but raise no error. This is because the GET response succeeds but since it wasn't a PUT it doesn't update. See issue: https://github.com/python-gitlab/python-gitlab/issues/1432 2. POST requests that are redirected also got changed to GET requests. They also caused hard to debug tracebacks for the user. See issue: https://github.com/python-gitlab/python-gitlab/issues/1477 Correct this by always raising a RedirectError exception and improve the exception message to let them know what was redirected. Closes: #1485 Closes: #1432 Closes: #1477 | |||||
* | feat: allow global retry_transient_errors setup | Karun Japhet | 2021-08-29 | 1 | -0/+11 | |
| | | | | | | `retry_transient_errors` can now be set through the Gitlab instance and global configuration Documentation for API usage has been updated and missing tests have been added. | |||||
* | chore: fix mypy pre-commit hook | Nejc Habjan | 2021-08-22 | 1 | -0/+0 | |
| | ||||||
* | docs(mergequests): gl.mergequests.list documentation was missleading | Laurent Peuch | 2021-08-04 | 1 | -1/+5 | |
| | ||||||
* | docs: add example for mr.merge_ref | Matej Focko | 2021-07-21 | 1 | -0/+5 | |
| | | | | Signed-off-by: Matej Focko <mfocko@redhat.com> | |||||
* | docs(project): add example on getting a single project using name with namespace | Laurent Peuch | 2021-07-20 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #1533 from sugonyak/add-group-hooks | Nejc Habjan | 2021-06-27 | 1 | -0/+40 | |
|\ | | | | | feat(api): add group hooks | |||||
| * | feat(api): add group hooks | Ivan Sugonyak | 2021-06-26 | 1 | -0/+40 | |
| | | ||||||
* | | docs(tags): remove deprecated functions | Pierre Paques | 2021-06-26 | 1 | -4/+0 | |
| | | ||||||
* | | docs(release): add update example | Pierre Paques | 2021-06-26 | 1 | -0/+6 | |
|/ | ||||||
* | docs: make Gitlab class usable for intersphinx | Nejc Habjan | 2021-06-14 | 1 | -9/+19 | |
| | ||||||
* | feat(api): add MR pipeline manager in favor of pipelines() method | Nejc Habjan | 2021-06-13 | 1 | -4/+25 | |
| | ||||||
* | feat: add keys endpoint | Ben Brown | 2021-06-03 | 2 | -0/+29 | |
| | ||||||
* | feat(objects): add support for Group wikis (#1484) | Simon Pamies | 2021-06-03 | 1 | -4/+20 | |
| | | | feat(objects): add support for Group wikis | |||||
* | feat(objects): add support for generic packages API | Nejc Habjan | 2021-05-31 | 2 | -1/+56 | |
| | ||||||
* | feat(api): add deployment mergerequests interface | Ludwig Weiss | 2021-05-30 | 1 | -0/+22 | |
| | ||||||
* | chore: apply suggestions | Nejc Habjan | 2021-05-30 | 1 | -12/+16 | |
| | ||||||
* | feat(objects): support all issues statistics endpoints | Nejc Habjan | 2021-05-30 | 2 | -26/+48 | |
| | ||||||
* | feat(objects): add support for descendant groups API | Nejc Habjan | 2021-05-29 | 1 | -0/+25 | |
| | ||||||
* | feat(objects): add pipeline test report support | Raphaƫl Monat | 2021-05-29 | 1 | -0/+23 | |
| | ||||||
* | feat(objects): add support for billable members | Nejc Habjan | 2021-05-25 | 1 | -1/+19 | |
| | ||||||
* | Merge pull request #1376 from Shkurupii/feat-get-inherited-members | Nejc Habjan | 2021-05-14 | 2 | -6/+23 | |
|\ | | | | | feat: get inherited member for project/group | |||||
| * | feat: add feature to get inherited member for project/group | Oleksii Shkurupii | 2021-05-07 | 2 | -6/+23 | |
| | | ||||||
* | | docs(api): add behavior in local attributes when updating objects | Nejc Habjan | 2021-05-06 | 2 | -0/+25 | |
|/ | ||||||
* | chore(docs): fix import order for readthedocs build | Nejc Habjan | 2021-05-01 | 1 | -2/+1 | |
| | ||||||
* | docs: fail on warnings during sphinx build | Nejc Habjan | 2021-05-01 | 8 | -9/+13 | |
| | | | | This is useful when docs aren't included in the toctree and don't show up on RTD. | |||||
* | chore: have flake8 check the entire project | John L. Villalovos | 2021-04-30 | 2 | -9/+6 | |
| | | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory. | |||||
* | docs(api): add examples for resource state events | Nejc Habjan | 2021-04-18 | 1 | -0/+42 | |
| | ||||||
* | Merge pull request #1359 from klorenz/feat_token_lookup | Nejc Habjan | 2021-04-18 | 1 | -1/+53 | |
|\ | | | | | feat(config): allow using a credential helper to lookup tokens | |||||
| * | chore(config): allow simple commands without external script | Kay-Uwe (Kiwi) Lorenz | 2021-04-18 | 1 | -10/+40 | |
| | | ||||||
| * | fix: update doc for token helper | Kay-Uwe (Kiwi) Lorenz | 2021-03-07 | 1 | -2/+3 | |
| | | ||||||
| * | fix: make secret helper more user friendly | Kay-Uwe (Kiwi) Lorenz | 2021-03-07 | 1 | -1/+22 | |
| | | ||||||
| * | fix: better real life token lookup example | Kay-Uwe (Kiwi) Lorenz | 2021-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | feat: option to add a helper to lookup token | Kay-Uwe (Kiwi) Lorenz | 2021-03-06 | 1 | -1/+1 | |
| | | ||||||
* | | feat: add ProjectPackageFile | Jacob Henner | 2021-03-10 | 1 | -0/+22 | |
|/ | | | | | | | Add ProjectPackageFile and the ability to list project package package_files. Fixes #1372 | |||||
* | feat(users): add follow/unfollow APIfeat/user-follow-api | Max Wittig | 2021-02-27 | 1 | -0/+14 | |
| | ||||||
* | feat(projects): add project access token api | Max Wittig | 2021-02-24 | 1 | -0/+34 | |
| | ||||||
* | docs(api): add release links API docs | Nejc Habjan | 2021-02-21 | 3 | -33/+78 | |
| | ||||||
* | feat: add personal access token APIfeat/personal-access-token-api | Max Wittig | 2021-02-17 | 1 | -0/+28 | |
| | | | | See: https://docs.gitlab.com/ee/api/personal_access_tokens.html | |||||
* | docs: add docs and examples for custom user agentfeat/override-user-agent | Nejc Habjan | 2021-01-31 | 2 | -0/+6 | |
| | ||||||
* | Merge pull request #1230 from manuel-91/patch-1 | Max Wittig | 2021-01-29 | 1 | -1/+1 | |
|\ | | | | | cli-usage readme: fixed term | |||||
| * | docs(cli-usage): fixed term | manuel-91 | 2021-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1238 from atombrella/install_version_doc | Max Wittig | 2021-01-29 | 1 | -1/+1 | |
|\ \ | | | | | | | Updated supported Python versions in install doc | |||||
| * | | docs(readme): update supported Python versions | Mads Jensen | 2021-01-29 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #1255 from bittner/docs/fix-external-links-tokens | Max Wittig | 2021-01-29 | 1 | -6/+7 | |
|\ \ | | | | | | | Use inline anonymous references for external links | |||||
| * | | docs(cli): use inline anonymous references for external links | Peter Bittner | 2020-12-17 | 1 | -6/+7 | |
| |/ | | | | | | | | | | | There doesn't seem to be an obvious way to use an alias for identical text labels that link to different targets. With inline links we can work around this shortcoming. Until we know better. | |||||
* | | docs(groups): add example for creating subgroups | hchouraria | 2020-12-13 | 1 | -0/+4 | |
|/ |