Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(cli): improve basic CLI coveragetest/cli-coverage | Nejc Habjan | 2021-11-27 | 1 | -9/+3 |
| | |||||
* | feat: add support for `projects.groups.list()`jlvillal/project_groups | John L. Villalovos | 2021-11-26 | 1 | -0/+18 |
| | | | | | | Add support for `projects.groups.list()` endpoint. Closes #1717 | ||||
* | chore: correct test_groups.py testjlvillal/func_test | John L. Villalovos | 2021-11-19 | 1 | -0/+4 |
| | | | | | | | | | The test was checking twice if the same group3 was not in the returned list. Should have been checking for group3 and group4. Also added a test that only skipped one group and checked that the group was not in the returned list and a non-skipped group was in the list. | ||||
* | refactor: use f-strings for string formatting | Nejc Habjan | 2021-11-05 | 4 | -7/+5 |
| | |||||
* | feat(api): add project milestone promotion | Raimund Hook | 2021-10-27 | 1 | -0/+21 |
| | | | | | | Adds promotion to Project Milestones Signed-off-by: Raimund Hook <raimund.hook@exfo.com> | ||||
* | feat(api): add project label promotion | Raimund Hook | 2021-10-18 | 1 | -0/+24 |
| | | | | | | Adds a mixin that allows the /promote endpoint to be called. Signed-off-by: Raimund Hook <raimund.hook@exfo.com> | ||||
* | chore: rename `master` branch to `main`chore/master-to-main | Nejc Habjan | 2021-10-11 | 3 | -15/+15 |
| | | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`. | ||||
* | refactor(objects): remove deprecated constants defined in objects | Nejc Habjan | 2021-09-11 | 1 | -1/+1 |
| | | | | | BREAKING CHANGE: remove deprecated constants defined in gitlab.v4.objects, and use only gitlab.const module | ||||
* | refactor(objects): remove deprecated tag release API | Nejc Habjan | 2021-09-08 | 1 | -4/+0 |
| | | | | | BREAKING CHANGE: remove deprecated tag release API. This was removed in GitLab 14.0 | ||||
* | refactor(objects): remove deprecated members.all() method | Nejc Habjan | 2021-09-08 | 1 | -1/+0 |
| | | | | | BREAKING CHANGE: remove deprecated members.all() method in favor of members_all.list() | ||||
* | chore: attempt to fix flaky functional test | John L. Villalovos | 2021-09-08 | 1 | -1/+9 |
| | | | | | Add an additional check to attempt to solve the flakiness of the test_merge_request_should_remove_source_branch() test. | ||||
* | chore: fix mypy pre-commit hook | Nejc Habjan | 2021-08-22 | 1 | -0/+0 |
| | |||||
* | fix(api): do not require Release name for creation | Eric Davies | 2021-07-27 | 1 | -0/+18 |
| | | | | | Stop requiring a `name` attribute for creating a Release, since a release name has not been required since GitLab 12.5. | ||||
* | test(functional): add mr.merge_ref tests | Matej Focko | 2021-07-21 | 1 | -0/+32 |
| | | | | | | | - Add test for using merge_ref on non-merged MR - Add test for using merge_ref on MR with conflicts Signed-off-by: Matej Focko <mfocko@redhat.com> | ||||
* | Merge pull request #1533 from sugonyak/add-group-hooks | Nejc Habjan | 2021-06-27 | 1 | -0/+13 |
|\ | | | | | feat(api): add group hooks | ||||
| * | chore: skip EE test case in functional tests | Nejc Habjan | 2021-06-27 | 1 | -0/+1 |
| | | |||||
| * | feat(api): add group hooks | Ivan Sugonyak | 2021-06-26 | 1 | -0/+12 |
| | | |||||
* | | test(releases): integration for release PUT | Pierre Paques | 2021-06-26 | 1 | -0/+9 |
|/ | |||||
* | fix: functional project service test (#1500) | John Villalovos | 2021-06-09 | 1 | -0/+5 |
| | | | chore: fix functional project service test | ||||
* | feat: add keys endpoint | Ben Brown | 2021-06-03 | 1 | -0/+42 |
| | |||||
* | feat(objects): add support for Group wikis (#1484) | Simon Pamies | 2021-06-03 | 1 | -0/+15 |
| | | | feat(objects): add support for Group wikis | ||||
* | test(api): fix issues test | Ben Brown | 2021-06-01 | 1 | -3/+3 |
| | | | | Was incorrectly using the issue 'id' vs 'iid'. | ||||
* | feat(objects): add support for generic packages API | Nejc Habjan | 2021-05-31 | 1 | -1/+50 |
| | |||||
* | feat(objects): add support for descendant groups API | Nejc Habjan | 2021-05-29 | 1 | -0/+1 |
| | |||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 16 | -0/+1572 |
Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468 |