summaryrefslogtreecommitdiff
path: root/gitlab/tests
Commit message (Expand)AuthorAgeFilesLines
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-2655-5852/+0
* feat(objects): add support for billable membersNejc Habjan2021-05-251-0/+58
* chore: fix import ordering using isortJohn L. Villalovos2021-05-2524-27/+10
* test(cli): add more real class scenariosNejc Habjan2021-05-151-0/+6
* fix(cli): fix parsing CLI objects to classnamesNejc Habjan2021-05-151-10/+27
* Merge pull request #1444 from python-gitlab/fix/return-retry-cancel-outputMax Wittig2021-05-022-0/+192
|\
| * fix(objects): return server data in cancel/retry methodsNejc Habjan2021-05-022-0/+192
* | chore: mypy: Disallow untyped definitionsJohn L. Villalovos2021-04-271-3/+2
|/
* Merge pull request #1352 from JohnVillalovos/jlvillal/fix_mroNejc Habjan2021-04-271-0/+122
|\
| * chore: remove commented-out printNejc Habjan2021-04-271-1/+0
| * fix: add a check to ensure the MRO is correctJohn L. Villalovos2021-04-241-0/+123
* | Merge pull request #1415 from JohnVillalovos/jlvillal/list_attribute_intNejc Habjan2021-04-271-0/+5
|\ \
| * | feat: add support for lists of integers to ListAttributeJohn L. Villalovos2021-04-251-0/+5
| |/
* | fix(files): do not url-encode file paths twiceNejc Habjan2021-04-261-0/+49
|/
* Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-2311-50/+45
|\
| * chore: fix F841 errors reported by flake8John L. Villalovos2021-04-182-2/+2
| * chore: fix F401 errors reported by flake8John L. Villalovos2021-04-184-7/+2
| * chore: fix E711 error reported by flake8John L. Villalovos2021-04-182-7/+7
| * chore: fix E712 errors reported by flake8John L. Villalovos2021-04-184-14/+14
| * chore: fix E741/E742 errors reported by flake8John L. Villalovos2021-04-183-20/+20
* | Merge pull request #1383 from spyoungtech/dirfixNejc Habjan2021-04-211-0/+4
|\ \
| * | test(object): add test for __dir__ duplicatesSpencer Phillip Young2021-04-211-0/+4
* | | chore: remove unused function sanitize_parameters()John L. Villalovos2021-04-181-20/+0
* | | test(objects): add tests for resource state eventsNejc Habjan2021-04-182-0/+115
| |/ |/|
* | Merge pull request #1359 from klorenz/feat_token_lookupNejc Habjan2021-04-181-0/+38
|\ \
| * | chore: make lint happyKay-Uwe (Kiwi) Lorenz2021-03-071-13/+22
| * | fix: make secret helper more user friendlyKay-Uwe (Kiwi) Lorenz2021-03-071-11/+25
| * | fix: linting issues and testKay-Uwe (Kiwi) Lorenz2021-03-061-0/+4
| * | chore: add testKay-Uwe (Kiwi) Lorenz2021-03-061-0/+11
* | | Merge pull request #1375 from JohnVillalovos/jlvillal/update_uses_postNejc Habjan2021-04-171-1/+25
|\ \ \
| * | | chore: remove usage of getattr()John L. Villalovos2021-03-151-1/+25
| | |/ | |/|
* | | Merge pull request #1366 from JohnVillalovos/jlvillal/create_attrsNejc Habjan2021-04-171-10/+22
|\ \ \
| * | | chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-10/+22
* | | | Merge pull request #1363 from python-gitlab/feat/all-audit-eventsMax Wittig2021-03-241-7/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(objects): add support for group audit events APIfeat/all-audit-eventsNejc Habjan2021-03-071-3/+20
| * | | test(objects): add unit test for instance audit eventsNejc Habjan2021-03-071-5/+18
* | | | Merge pull request #1373 from JacobHenner/jacobhenner/add-package_filesNejc Habjan2021-03-141-1/+69
|\ \ \ \ | |_|/ / |/| | |
| * | | chore: fix package file test namingNejc Habjan2021-03-141-1/+1
| * | | feat: add ProjectPackageFileJacob Henner2021-03-101-1/+69
| |/ /
* | | chore: add _create_attrs & _update_attrs to RESTManagerJohn L. Villalovos2021-03-101-42/+0
|/ /
* | fix: handle tags like debian/2%2.6-21 as identifiersEmanuele Aina2021-03-051-0/+8
|/
* feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-271-0/+80
* test: don't add duplicate fixtureMax Wittig2021-02-241-26/+0
* feat(projects): add project access token apiMax Wittig2021-02-241-0/+139
* feat(objects): add Release Links API supportNejc Habjan2021-02-212-0/+141
* Merge pull request #1308 from Sineaggi/add-project-audit-endpointNejc Habjan2021-02-201-0/+79
|\
| * chore(tests): remove unused URL segmentNejc Habjan2021-02-201-2/+2
| * feat: add project audit endpointClayton Walker2021-02-191-0/+79
* | refactor: move Gitlab and GitlabList to gitlab/client.pyJohn L. Villalovos2021-02-181-0/+1
|/
* feat: add personal access token APIfeat/personal-access-token-apiMax Wittig2021-02-171-0/+46