Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add basic GraphQL support (wip)feat/graphql | Nejc Habjan | 2022-12-11 | 4 | -7/+63 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
| * | chore(topics): 'title' is required when creating a topic | John L. Villalovos | 2022-07-28 | 1 | -1/+1 |
| | | | | | | | | In GitLab >= 15.0 `title` is required when creating a topic. | ||||
* | | docs(cli): showcase use of token scopes | Nejc Habjan | 2022-07-28 | 1 | -1/+48 |
|/ | |||||
* | feat: add support for iterations API | Nejc Habjan | 2022-07-27 | 2 | -0/+34 |
| | |||||
* | feat(groups): add support for shared projects API | Nejc Habjan | 2022-07-26 | 1 | -3/+7 |
| | |||||
* | docs(projects): document export with upload to URL | Nejc Habjan | 2022-07-24 | 1 | -0/+13 |
| | |||||
* | feat(issues): add support for issue reorder API | Nejc Habjan | 2022-07-24 | 1 | -0/+4 |
| | |||||
* | feat(namespaces): add support for namespace existence API | Nejc Habjan | 2022-07-24 | 1 | -0/+12 |
| | |||||
* | feat: add support for group and project invitations API | Nejc Habjan | 2022-07-23 | 2 | -0/+74 |
| | |||||
* | feat(projects): add support for project restore API | Nejc Habjan | 2022-07-23 | 1 | -0/+4 |
| | |||||
* | refactor: migrate services to integrations | Nejc Habjan | 2022-07-23 | 1 | -21/+21 |
| | |||||
* | fix(runners): fix listing for /runners/all | Nejc Habjan | 2022-07-23 | 2 | -3/+39 |
| | |||||
* | docs: describe fetching existing export status | Nejc Habjan | 2022-07-23 | 1 | -0/+8 |
| | |||||
* | fix: add `get_all` param (and `--get-all`) to allow passing `all` to API | Nejc Habjan | 2022-07-21 | 8 | -23/+24 |
| | |||||
* | feat: add `asdict()` and `to_json()` methods to Gitlab Objects | John L. Villalovos | 2022-07-20 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | Add an `asdict()` method that returns a dictionary representation copy of the Gitlab Object. This is a copy and changes made to it will have no impact on the Gitlab Object. The `asdict()` method name was chosen as both the `dataclasses` and `attrs` libraries have an `asdict()` function which has the similar purpose of creating a dictionary represenation of an object. Also add a `to_json()` method that returns a JSON string representation of the object. Closes: #1116 | ||||
* | feat(groups): add support for group-level registry repositories | Nejc Habjan | 2022-07-20 | 1 | -0/+4 |
| | |||||
* | feat: support validating CI lint results | Nejc Habjan | 2022-07-09 | 2 | -3/+34 |
| |