Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(env): add pre-commit and commit-msg hookschore/pre-commit-config | Nejc Habjan | 2020-08-30 | 4 | -9/+52 |
| | |||||
* | Merge pull request #1161 from python-gitlab/chore/ci-fixed-black-version | Nejc Habjan | 2020-08-29 | 1 | -1/+1 |
|\ | | | | | chore(ci): use fixed black version | ||||
| * | chore(ci): use fixed black versionchore/ci-fixed-black-version | Max Wittig | 2020-08-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1157 from Shkurupii/issue-1154 | Max Wittig | 2020-08-29 | 4 | -0/+143 |
|\ | | | | | Add support to resource milestone events | ||||
| * | chore: make latest black happy with existing code | Oleksii Shkurupii | 2020-08-29 | 4 | -10/+43 |
| | | |||||
| * | test: add unit tests for resource milestone events API | Oleksii Shkurupii | 2020-08-28 | 1 | -0/+73 |
| | | | | | | | | Fixes #1154 | ||||
| * | Merge branch 'master' into issue-1154 | Oleksii Shkurupii | 2020-08-27 | 43 | -2617/+2790 |
| |\ | |||||
| * | | feat: add support to resource milestone events | Oleksii Shkurupii | 2020-08-26 | 3 | -0/+70 |
| | | | | | | | | | | | | Fixes #1154 | ||||
* | | | Merge pull request #1159 from python-gitlab/feat/project-artifacts | Max Wittig | 2020-08-29 | 3 | -0/+70 |
|\ \ \ | | | | | | | | | Feat: Project job artifacts for latest successful pipeline | ||||
| * | | | chore: update tools dir for latest black versionfeat/project-artifacts | Nejc Habjan | 2020-08-28 | 1 | -1/+6 |
| | | | | |||||
| * | | | chore: remove unnecessary import | Nejc Habjan | 2020-08-28 | 1 | -2/+0 |
| | | | | |||||
| * | | | docs(api): add example for latest pipeline job artifacts | Nejc Habjan | 2020-08-28 | 1 | -0/+5 |
| | | | | |||||
| * | | | feat(api): add endpoint for latest ref artifacts | Nejc Habjan | 2020-08-28 | 2 | -0/+67 |
| | | | | |||||
| * | | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-28 | 3 | -9/+37 |
| | |/ | |/| | |||||
* | | | Merge pull request #1160 from python-gitlab/feat/packages-api | Max Wittig | 2020-08-29 | 14 | -11/+322 |
|\ \ \ | |/ / |/| | | Feat: Add support for packages API | ||||
| * | | docs(packages): add examples for Packages API and cli usagefeat/packages-api | Nejc Habjan | 2020-08-29 | 3 | -0/+93 |
| | | | |||||
| * | | test(packages): add tests for Packages API | Nejc Habjan | 2020-08-29 | 7 | -1/+151 |
| | | | |||||
| * | | feat(api): add support for Packages API | Nejc Habjan | 2020-08-29 | 1 | -0/+35 |
| | | | |||||
| * | | chore: update tools dir for latest black version | Nejc Habjan | 2020-08-29 | 1 | -1/+6 |
| | | | |||||
| * | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-29 | 3 | -9/+37 |
|/ / | |||||
* | | Merge pull request #1156 from python-gitlab/docs/group-projects-list-cli | Max Wittig | 2020-08-26 | 1 | -0/+12 |
|\ \ | | | | | | | docs(cli): add examples for group-project list | ||||
| * | | docs(cli): add examples for group-project listdocs/group-projects-list-cli | Nejc Habjan | 2020-08-26 | 1 | -0/+12 |
| |/ | |||||
* | | Merge pull request #1078 from python-gitlab/refactor/split-unit-tests | Max Wittig | 2020-08-26 | 42 | -2617/+2778 |
|\ \ | |/ |/| | Refactor: split unit tests by API resources | ||||
| * | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-tests | Nejc Habjan | 2020-08-23 | 24 | -940/+900 |
| | | |||||
| * | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 34 | -2447/+2645 |
| | | |||||
| * | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 12 | -439/+446 |
| | | |||||
| * | chore: remove remnants of python2 imports | Nejc Habjan | 2020-08-22 | 3 | -4/+0 |
| | | |||||
* | | Merge pull request #1147 from ericfrederich/fix-1146 | Nejc Habjan | 2020-08-23 | 1 | -1/+1 |
|\ \ | |/ |/| | fix: tests fail when using REUSE_CONTAINER option | ||||
| * | fix: tests fail when using REUSE_CONTAINER option | Eric L Frederich | 2020-08-07 | 1 | -1/+1 |
| | | | | | | | | Fixes #1146 | ||||
* | | Merge pull request #1139 from sathieu/share_group_with_group | Max Wittig | 2020-08-21 | 3 | -2/+56 |
|\ \ | | | | | | | feat: add share/unshare the group with a group | ||||
| * | | fix: implement Gitlab's behavior change for owned=True | Mathieu Parent | 2020-07-23 | 1 | -1/+1 |
| | | | |||||
| * | | feat: add share/unshare group with group | Mathieu Parent | 2020-07-23 | 3 | -1/+55 |
| |/ | |||||
* | | Merge pull request #1152 from matthew-a-dunlap/doc-project-file-delete-example | Max Wittig | 2020-08-17 | 1 | -0/+2 |
|\ \ | |/ |/| | docs: additional project file delete example | ||||
| * | docs: additional project file delete example | matthew-a-dunlap | 2020-08-13 | 1 | -0/+2 |
|/ | | | | Showing how to delete without having to pull the file | ||||
* | chore: bump version to 2.4.0v2.4.0 | Max Wittig | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1108 from stuartgunter/master | Max Wittig | 2020-07-02 | 1 | -0/+1 |
|\ | | | | | Added NO_ACCESS const | ||||
| * | feat: added NO_ACCESS const | Stuart Gunter | 2020-07-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | This constant is useful for cases where no access is granted, e.g. when creating a protected branch. The `NO_ACCESS` const corresponds to the definition in https://docs.gitlab.com/ee/api/protected_branches.html | ||||
* | | Merge pull request #1092 from aparcar/aparcar-patch-1 | Max Wittig | 2020-06-30 | 1 | -10/+2 |
|\ \ | | | | | | | Update pipelines_and_jobs.rst | ||||
| * | | docs(pipelines): simplify download | Paul Spooren | 2020-05-06 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | | | | | | | This uses a context instead of inventing your own stream handler which makes the code simpler and should be fine for most use cases. Signed-off-by: Paul Spooren <mail@aparcar.org> | ||||
* | | | Merge pull request #1124 from tyates-indeed/fix-1123 | Max Wittig | 2020-06-30 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | Pass kwargs to subsequent queries in GitlabList (fixes: #1123) | ||||
| * | | | fix: do not check if kwargs is none | tyates-indeed | 2020-06-23 | 1 | -4/+1 |
| | | | | | | | | | | | | Co-authored-by: Traian Nedelea <tron1point0@pm.me> | ||||
| * | | | fix: make query kwargs consistent between call in init and next | Tyler Yates | 2020-06-22 | 1 | -2/+3 |
| | | | | |||||
| * | | | fix: pass kwargs to subsequent queries in gitlab list | Tyler Yates | 2020-06-22 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge pull request #1127 from gervasek/master | Nejc Habjan | 2020-06-25 | 1 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | Add masked parameter for project-variable and group-variable | ||||
| * | | | fix: add masked parameter for variables command | Sébastien GERVAIS | 2020-06-25 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #1121 from ferhat-aram/fix/bad-merge-request-arg-parsing | Max Wittig | 2020-06-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix(merge): parse arguments as query_data | ||||
| * | | | fix(merge): parse arguments as query_data | Ferhat Aram | 2020-06-19 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1115 from python-gitlab/fix/keyset-pagination-revertv2.3.1 | Roger Meier | 2020-06-09 | 2 | -11/+2 |
|\ \ \ | |_|/ |/| | | Fix/keyset pagination revert | ||||
| * | | chore: bump version to 2.3.1 | Max Wittig | 2020-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | fix: disable default keyset pagination | Max Wittig | 2020-06-09 | 2 | -10/+1 |
|/ / | | | | | | | Instead we set pagination to offset on the other paths |