Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close-out `master` branchjlvillal/dead_master | John L. Villalovos | 2021-11-29 | 18 | -1759/+0 |
| | | | | | Until we delete the `master` branch, delete all content except a short README that tells people to use the `main` branch. | ||||
* | 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 |