| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: fix mypy pre-commit hook | Nejc Habjan | 2021-08-01 | 5 | -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 | 3 | -31/+199 |
| |\ | | | | | 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 | 3 | -31/+198 |
| | | | |||||
| * | | test(releases): integration for release PUT | Pierre Paques | 2021-06-26 | 1 | -0/+9 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | fix: catch invalid type used to initialize RESTObject | John L. Villalovos | 2021-06-10 | 1 | -0/+5 |
| | | | | | | | | | Sometimes we have errors where we don't get a dictionary passed to RESTObject.__init__() method. This breaks things but in confusing ways. Check in the __init__() method and raise an exception if it occurs. | ||||
| * | fix: functional project service test (#1500) | John Villalovos | 2021-06-09 | 3 | -3/+8 |
| | | | | chore: fix functional project service test | ||||
| * | feat: add keys endpoint | Ben Brown | 2021-06-03 | 2 | -0/+96 |
| | | |||||
| * | feat(objects): add support for Group wikis (#1484) | Simon Pamies | 2021-06-03 | 1 | -0/+15 |
| | | | | feat(objects): add support for Group wikis | ||||
| * | test(functional): force delete users on reset | Ben Brown | 2021-06-01 | 1 | -1/+1 |
| | | | | | | | | Timing issues between requesting group deletion and GitLab enacting that deletion resulted in errors while attempting to delete a user which was the sole owner of said group (see: test_groups). Pass the 'hard_delete' parameter to ensure user deletion. | ||||
| * | test(api): fix issues test | Ben Brown | 2021-06-01 | 1 | -3/+3 |
| | | | | | Was incorrectly using the issue 'id' vs 'iid'. | ||||
| * | test(functional): explicitly remove deploy tokens on reset | Ben Brown | 2021-06-01 | 1 | -0/+4 |
| | | | | | | Deploy tokens would remain in the instance if the respective project or group was deleted without explicitly revoking the deploy tokens first. | ||||
| * | test(cli): replace assignment expression | Ben Brown | 2021-06-01 | 1 | -5/+3 |
| | | | | | | This is a feature added in 3.8, removing it allows for the test to run with lower python versions. | ||||
| * | test(functional): optionally keep containers running post-tests | Ben Brown | 2021-06-01 | 2 | -1/+24 |
| | | | | | | | Additionally updates token creation to make use of `first_or_create()`, to avoid errors from the script caused by GitLab constraints preventing duplicate tokens with the same value. | ||||
| * | feat(objects): add support for generic packages API | Nejc Habjan | 2021-05-31 | 3 | -2/+165 |
| | | |||||
| * | 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 | 2 | -0/+59 |
| | | |||||
| * | 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 | 55 | -0/+5852 |
| | | | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. | ||||
| * | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 27 | -0/+3067 |
| | | | | | | | | | | 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 | ||||
| * | drop the tests dir, this is useless | Gauvain Pocentek | 2013-06-22 | 2 | -156/+0 |
| | | |||||
| * | unittest for SSH keys | Gauvain Pocentek | 2013-02-17 | 1 | -0/+24 |
| | | |||||
| * | some unit tests! | Gauvain Pocentek | 2013-02-16 | 2 | -0/+132 |
