Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1712 from StingRayZA/Epicnotes | Nejc Habjan | 2021-11-27 | 1 | -1/+10 |
|\ | | | | | feat(api): add support for epic notes | ||||
| * | feat(api): add support for epic notes | Raimund Hook | 2021-11-25 | 1 | -1/+10 |
| | | | | | | | | | | | | Added support for notes on group epics Signed-off-by: Raimund Hook <raimund.hook@exfo.com> | ||||
* | | feat: add support for `projects.groups.list()`jlvillal/project_groups | John L. Villalovos | 2021-11-26 | 1 | -0/+5 |
|/ | | | | | | Add support for `projects.groups.list()` endpoint. Closes #1717 | ||||
* | Merge pull request #1646 from JacobHenner/add-merge-trains | Nejc Habjan | 2021-11-01 | 1 | -0/+29 |
|\ | | | | | feat(api): add merge trains | ||||
| * | feat(api): add merge trains | Jacob Henner | 2021-10-20 | 1 | -0/+29 |
| | | | | | | | | Add support for merge trains | ||||
* | | feat(api): add project milestone promotion | Raimund Hook | 2021-10-27 | 1 | -0/+4 |
| | | | | | | | | | | | | Adds promotion to Project Milestones Signed-off-by: Raimund Hook <raimund.hook@exfo.com> | ||||
* | | Merge pull request #1641 from JacobHenner/add-merge-request-approval-state | Nejc Habjan | 2021-10-20 | 1 | -0/+7 |
|\ \ | | | | | | | feat(api): add merge request approval state | ||||
| * | | feat(api): add merge request approval state | Jacob Henner | 2021-10-19 | 1 | -0/+7 |
| |/ | | | | | | | Add support for merge request approval state | ||||
* | | feat(api): add project label promotion | Raimund Hook | 2021-10-18 | 1 | -0/+4 |
| | | | | | | | | | | | | Adds a mixin that allows the /promote endpoint to be called. Signed-off-by: Raimund Hook <raimund.hook@exfo.com> | ||||
* | | feat(objects): support delete package files API | Nejc Habjan | 2021-10-14 | 1 | -0/+7 |
| | | |||||
* | | feat(objects): list starred projects of a user | Nejc Habjan | 2021-10-14 | 2 | -1/+14 |
| | | |||||
* | | docs: fix API delete key example | Ben Gray | 2021-10-12 | 1 | -1/+1 |
| | | |||||
* | | chore: rename `master` branch to `main`chore/master-to-main | Nejc Habjan | 2021-10-11 | 7 | -25/+25 |
|/ | | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`. | ||||
* | docs(pipelines): document take_ownership method | Nejc Habjan | 2021-10-08 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1616 from lmmx/patch-1 | Nejc Habjan | 2021-10-08 | 1 | -0/+2 |
|\ | | | | | Document the `update` method for project variables | ||||
| * | docs(api): document the update method for project variables | Louis Maddox | 2021-10-08 | 1 | -0/+2 |
| | | |||||
* | | refactor(objects): remove deprecated branch protect methods | Nejc Habjan | 2021-10-06 | 1 | -15/+2 |
|/ | | | | | BREAKING CHANGE: remove deprecated branch protect methods in favor of the more complete protected branches API. | ||||
* | docs: fix a few typos | Tim Gates | 2021-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - docs/gl_objects/deploy_tokens.rst - gitlab/base.py - gitlab/mixins.py - gitlab/v4/objects/features.py - gitlab/v4/objects/groups.py - gitlab/v4/objects/packages.py - gitlab/v4/objects/projects.py - gitlab/v4/objects/sidekiq.py - gitlab/v4/objects/todos.py Fixes: - Should read `treatment` rather than `reatment`. - Should read `transferred` rather than `transfered`. - Should read `registered` rather than `registred`. - Should read `occurred` rather than `occured`. - Should read `overridden` rather than `overriden`. - Should read `marked` rather than `maked`. - Should read `instantiate` rather than `instanciate`. - Should read `function` rather than `fonction`. | ||||
* | feat(objects): support Create and Revoke personal access token API | Nejc Habjan | 2021-09-13 | 1 | -3/+29 |
| | |||||
* | 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() | ||||
* | 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 |
|/ | |||||
* | 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 | 1 | -0/+28 |
| | |||||
* | 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 | 1 | -1/+42 |
| | |||||
* | 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 |
| | |||||
* | feat: add feature to get inherited member for project/group | Oleksii Shkurupii | 2021-05-07 | 2 | -6/+23 |
| | |||||
* | docs: fail on warnings during sphinx build | Nejc Habjan | 2021-05-01 | 6 | -8/+9 |
| | | | | This is useful when docs aren't included in the toctree and don't show up on RTD. | ||||
* | docs(api): add examples for resource state events | Nejc Habjan | 2021-04-18 | 1 | -0/+42 |
| | |||||
* | 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 | 2 | -33/+77 |
| | |||||
* | 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(groups): add example for creating subgroups | hchouraria | 2020-12-13 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1200 from ↵ | Max Wittig | 2020-10-29 | 1 | -3/+29 |
|\ | | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules | ||||
| * | docs: clean up grammar and formatting in documentation | Peter B. Robinson | 2020-10-20 | 1 | -10/+8 |
| | | |||||
| * | docs: add Project Merge Request approval rule documentation | Peter B. Robinson | 2020-10-13 | 1 | -3/+31 |
| | | |||||
* | | Merge pull request #1211 from python-gitlab/docs/admin-project-owner | Nejc Habjan | 2020-10-13 | 1 | -1/+1 |
|\ \ | | | | | | | docs(issues): add admin, project owner hint |