Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(cli): improve basic CLI coveragetest/cli-coverage | Nejc Habjan | 2021-11-27 | 1 | -5/+7 |
| | |||||
* | chore: create a 'tests/meta/' directory and put test_mro.py in it | John L. Villalovos | 2021-11-15 | 1 | -122/+0 |
| | | | | | The 'test_mro.py' file is not really a unit test but more of a 'meta' check on the validity of the code base. | ||||
* | refactor: use f-strings for string formatting | Nejc Habjan | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1646 from JacobHenner/add-merge-trains | Nejc Habjan | 2021-11-01 | 1 | -0/+65 |
|\ | | | | | feat(api): add merge trains | ||||
| * | feat(api): add merge trains | Jacob Henner | 2021-10-20 | 1 | -0/+65 |
| | | | | | | | | Add support for merge trains | ||||
* | | Merge pull request #1641 from JacobHenner/add-merge-request-approval-state | Nejc Habjan | 2021-10-20 | 1 | -0/+31 |
|\ \ | | | | | | | feat(api): add merge request approval state | ||||
| * | | feat(api): add merge request approval state | Jacob Henner | 2021-10-19 | 1 | -0/+31 |
| |/ | | | | | | | Add support for merge request approval state | ||||
* | | fix(api): delete invalid 'project-runner get' command (#1628) | Léo GATELLIER | 2021-10-17 | 1 | -13/+2 |
| | | | | | | | | | | * fix(api): delete 'group-runner get' and 'group-runner delete' commands Co-authored-by: Léo GATELLIER <git@leogatellier.fr> | ||||
* | | feat(objects): support delete package files API | Nejc Habjan | 2021-10-14 | 1 | -0/+18 |
| | | |||||
* | | feat(objects): list starred projects of a user | Nejc Habjan | 2021-10-14 | 1 | -2/+25 |
| | | |||||
* | | chore: rename `master` branch to `main`chore/master-to-main | Nejc Habjan | 2021-10-11 | 12 | -25/+25 |
|/ | | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`. | ||||
* | feat(objects): support Create and Revoke personal access token API | Nejc Habjan | 2021-09-13 | 1 | -21/+69 |
| | |||||
* | refactor(objects): remove deprecated project.issuesstatistics | Nejc Habjan | 2021-09-08 | 1 | -4/+0 |
| | | | | | BREAKING CHANGE: remove deprecated project.issuesstatistics in favor of project.issues_statistics | ||||
* | refactor(objects): remove deprecated pipelines() method | Nejc Habjan | 2021-09-08 | 1 | -11/+0 |
| | | | | BREAKING CHANGE: remove deprecated pipelines() methods in favor of pipelines.list() | ||||
* | Merge pull request #1533 from sugonyak/add-group-hooks | Nejc Habjan | 2021-06-27 | 2 | -31/+186 |
|\ | | | | | feat(api): add group hooks | ||||
| * | feat(api): add group hooks | Ivan Sugonyak | 2021-06-26 | 2 | -31/+186 |
| | | |||||
* | | test(releases): add unit-tests for release update | Pierre Paques | 2021-06-26 | 1 | -0/+39 |
|/ | |||||
* | feat(api): add MR pipeline manager in favor of pipelines() method | Nejc Habjan | 2021-06-13 | 1 | -0/+64 |
| | |||||
* | feat: add keys endpoint | Ben Brown | 2021-06-03 | 1 | -0/+54 |
| | |||||
* | feat(objects): add support for generic packages API | Nejc Habjan | 2021-05-31 | 1 | -1/+67 |
| | |||||
* | feat(api): add deployment mergerequests interface | Ludwig Weiss | 2021-05-30 | 1 | -0/+56 |
| | |||||
* | chore: apply suggestions | Nejc Habjan | 2021-05-30 | 1 | -3/+7 |
| | |||||
* | feat(objects): support all issues statistics endpoints | Nejc Habjan | 2021-05-30 | 1 | -3/+22 |
| | |||||
* | feat(objects): add support for descendant groups API | Nejc Habjan | 2021-05-29 | 1 | -0/+58 |
| | |||||
* | feat(objects): add pipeline test report support | Raphaël Monat | 2021-05-29 | 1 | -1/+53 |
| | |||||
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 40 | -0/+4083 |
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. |