Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: remove exclusive EE about issue links | azro352 | 2023-05-15 | 1 | -1/+1 |
| | |||||
* | feat(objects): support fetching PATs via id or `self` endpoint | Nejc Habjan | 2023-04-07 | 1 | -0/+8 |
| | |||||
* | docs(objects): fix typo in pipeline schedules | Nejc Habjan | 2023-04-07 | 1 | -1/+1 |
| | |||||
* | feat: add resource_weight_event for ProjectIssue | Paul Fariello | 2023-03-23 | 1 | -0/+4 |
| | |||||
* | fix(cli): add ability to escape at-prefixed parameter (#2513) | PyHedgehog | 2023-03-11 | 1 | -0/+11 |
| | | | | | | | * fix(cli): Add ability to escape at-prefixed parameter (#2511) --------- Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> | ||||
* | docs(advanced): clarify netrc, proxy behavior with requests | Nejc Habjan | 2023-02-12 | 1 | -26/+37 |
| | |||||
* | docs: fix update badge behaviour | Soumya Kushwaha | 2023-02-11 | 1 | -1/+2 |
| | | | | | | | | | | docs: fix update badge behaviour Earlier: badge.image_link = new_link Now: badge.image_url = new_image_url badge.link_url = new_link_url | ||||
* | docs(advanced): fix typo in Gitlab examples | Nejc Habjan | 2023-02-05 | 1 | -8/+8 |
| | |||||
* | feat(client): add http_patch method (#2471) | John Villalovos | 2023-02-05 | 1 | -0/+1 |
| | | | | | In order to support some new API calls we need to support the HTTP `PATCH` method. Closes: #2469 | ||||
* | Merge branch 'main' into typos | Valentin Grégoire | 2023-02-01 | 9 | -52/+237 |
|\ | |||||
| * | fix(client): regression - do not automatically get_next if page=# and | Helen Koike | 2023-01-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | iterator=True/as_list=False are used This fix a regression introduced on commit https://github.com/python-gitlab/python-gitlab/commit/1339d645ce58a2e1198b898b9549ba5917b1ff12 If page is used, then get_next should be false. This was found on the mesa ci project, after upgrading the python-gitlab version, the script that monitors the ci was getting killed by consuming too much memory. | ||||
| * | feat(group): add support for group restore API | Mahadevan Karthi | 2023-01-18 | 1 | -0/+5 |
| | | |||||
| * | chore: add test, docs, and helper for 409 retries | Nejc Habjan | 2022-12-19 | 1 | -3/+8 |
| | | |||||
| * | feat(client): automatically retry on HTTP 409 Resource lock | Petr Špaček | 2022-12-19 | 1 | -3/+5 |
| | | | | | | | | Fixes: #2325 | ||||
| * | feat(api): add support for bulk imports API | Nejc Habjan | 2022-12-19 | 3 | -0/+85 |
| | | |||||
| * | feat(api): add support for resource groups | Nejc Habjan | 2022-12-18 | 2 | -0/+39 |
| | | |||||
| * | chore: add docs for schedule pipelines | Nejc Habjan | 2022-12-11 | 1 | -3/+9 |
| | | |||||
| * | docs(faq): describe and group common errors | Nejc Habjan | 2022-12-09 | 2 | -46/+86 |
| | | |||||
* | | fix: typo fixed in docs | Valentin Grégoire | 2023-02-01 | 1 | -1/+1 |
|/ | |||||
* | feat: add resource iteration events (see ↵ | Oliver Blasius | 2022-12-04 | 1 | -0/+4 |
| | | | | https://docs.gitlab.com/ee/api/resource_iteration_events.html) | ||||
* | feat: allow passing kwargs to Gitlab class when instantiating with ↵ | Liora Milbaum | 2022-12-04 | 1 | -0/+12 |
| | | | | `from_config` (#2392) | ||||
* | feat: add support for SAML group links (#2367) | Abhishek Singh | 2022-11-22 | 1 | -0/+22 |
| | |||||
* | docs: Use the term "log file" for getting a job log file | John L. Villalovos | 2022-11-18 | 1 | -1/+1 |
| | | | | | | | | The GitLab docs refer to it as a log file: https://docs.gitlab.com/ee/api/jobs.html#get-a-log-file "trace" is the endpoint name but not a common term people will think of for a "log file" | ||||
* | feat(groups): add LDAP link manager and deprecate old API endpoints | Nejc Habjan | 2022-11-17 | 1 | -2/+13 |
| | |||||
* | refactor: explicitly use ProjectSecureFile | Nejc Habjan | 2022-11-17 | 1 | -2/+2 |
| | |||||
* | docs(groups): describe GitLab.com group creation limitation | Nejc Habjan | 2022-11-10 | 1 | -0/+6 |
| | |||||
* | feat: implement secure files API | Ben Brown | 2022-11-10 | 2 | -0/+48 |
| | |||||
* | docs(api): pushrules remove saying `None` is returned when not found | John L. Villalovos | 2022-11-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | In `groups.pushrules.get()`, GitLab does not return `None` when no rules are found. GitLab returns a 404. Update docs to not say it will return `None` Also update docs in `project.pushrules.get()` to be consistent. Not 100% sure if it returns `None` or returns a 404, but we don't need to document that. Closes: #2368 | ||||
* | feat(api): add support for getting a project's pull mirror details | John L. Villalovos | 2022-11-04 | 1 | -0/+4 |
| | | | | | | | Add the ability to get a project's pull mirror details. This was added in GitLab 15.5 and is a PREMIUM feature. https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details | ||||
* | feat(api): add support for remote project import from AWS S3 (#2357) | Abhishek Singh | 2022-11-02 | 1 | -0/+14 |
| | |||||
* | feat(api): add support for remote project import (#2348) | Abhishek Singh | 2022-11-01 | 1 | -0/+9 |
| | |||||
* | feat(api): add application statistics | Shreya | 2022-11-01 | 2 | -0/+22 |
| | |||||
* | fix: use POST method and return dict in ↵ | John Villalovos | 2022-10-31 | 1 | -1/+7 |
| | | | | | | | | | | | | | | `cancel_merge_when_pipeline_succeeds()` (#2350) * Call was incorrectly using a `PUT` method when should have used a `POST` method. * Changed return type to a `dict` as GitLab only returns {'status': 'success'} on success. Since the function didn't work previously, this should not impact anyone. * Updated the test fixture `merge_request` to add ability to create a pipeline. * Added functional test for `mr.cancel_merge_when_pipeline_succeeds()` Fixes: #2349 | ||||
* | docs(advanced): add hint on type narrowing | Nejc Habjan | 2022-10-27 | 1 | -0/+20 |
| | |||||
* | docs: add minimal docs about the `enable_debug()` method | John L. Villalovos | 2022-10-27 | 1 | -0/+6 |
| | | | | Add some minimal documentation about the `enable_debug()` method. | ||||
* | fix: remove `project.approvals.set_approvals()` method | John L. Villalovos | 2022-10-19 | 1 | -5/+0 |
| | | | | | | | | | | | | The `project.approvals.set_approvals()` method used the `/projects/:id/approvers` end point. That end point was removed from GitLab in the 13.11 release, on 2-Apr-2021 in commit 27dc2f2fe81249bbdc25f7bd8fe799752aac05e6 via merge commit e482597a8cf1bae8e27abd6774b684fb90491835. It was deprecated on 19-Aug-2019. See merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57473 | ||||
* | docs(commits): fix commit create example for binary content | Thomas Schmelzer | 2022-10-18 | 1 | -1/+1 |
| | |||||
* | chore: use kwargs for http_request docs | Nejc Habjan | 2022-10-16 | 1 | -2/+7 |
| | |||||
* | docs(readme): add a basic feature list | Nejc Habjan | 2022-10-16 | 1 | -0/+3 |
| | |||||
* | docs(api): describe use of lower-level methods | Nejc Habjan | 2022-10-16 | 2 | -0/+97 |
| | |||||
* | feat(api): add support for topics merge API | Nejc Habjan | 2022-10-14 | 1 | -0/+4 |
| | |||||
* | docs(api): describe the list() and all() runners' functions | Liora Milbaum | 2022-10-09 | 4 | -16/+20 |
| | |||||
* | docs(api): Update `merge_requests.rst`: `mr_id` to `mr_iid` | Stavros Ntentos | 2022-10-03 | 1 | -2/+2 |
| | | | | | | | | | Typo: Author probably meant `mr_iid` (i.e. project-specific MR ID) and **not** `mr_id` (i.e. server-wide MR ID) Closes: https://github.com/python-gitlab/python-gitlab/issues/2295 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> | ||||
* | feat: Add reset_approvals api | Lucas Zampieri | 2022-09-26 | 1 | -0/+4 |
| | | | | | | Added the newly added reset_approvals merge request api. Signed-off-by: Lucas Zampieri <lzampier@redhat.com> | ||||
* | feat: add support for deployment approval endpoint | John L. Villalovos | 2022-08-25 | 1 | -0/+12 |
| | | | | | | | Add support for the deployment approval endpoint[1] [1] https://docs.gitlab.com/ee/api/deployments.html#approve-or-reject-a-blocked-deployment Closes: #2253 | ||||
* | feat: add support for merge_base API | Nejc Habjan | 2022-08-19 | 2 | -0/+10 |
| | |||||
* | chore: consolidate license and authors | Nejc Habjan | 2022-08-04 | 1 | -3/+1 |
| | |||||
* | docs: describe self-revoking personal access tokens | Nejc Habjan | 2022-07-29 | 2 | -0/+32 |
| | |||||
* | Merge pull request #2194 from python-gitlab/jlvillal/update-gitlab | Nejc Habjan | 2022-07-29 | 3 | -5/+10 |
|\ | | | | | test(functional): bump GitLab docker image to 15.2.0-ee.0 | ||||
| * | chore(clusters): deprecate clusters support | John L. Villalovos | 2022-07-28 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | Cluster support was deprecated in GitLab 14.5 [1]. And disabled by default in GitLab 15.0 [2] * Update docs to mark clusters as deprecated * Remove testing of clusters [1] https://docs.gitlab.com/ee/api/project_clusters.html [2] https://gitlab.com/groups/gitlab-org/configure/-/epics/8 |