summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* feat(cli): allow options from args and environment variablesNejc Habjan2022-01-022-1/+115
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-301-3/+2
* test: reproduce missing pagination headers in testsNejc Habjan2021-12-301-0/+30
* test: drop httmock dependency in test_gitlab.pyNejc Habjan2021-12-301-45/+61
* fix: stop encoding '.' to '%2E'jlvillal/leave_dotJohn L. Villalovos2021-12-204-24/+8
* chore: fix unit test if config file exists locallyjlvillal/unit_test_configJohn L. Villalovos2021-12-191-2/+4
* feat(cli): do not require config file to run CLIfeat/cli-without-config-fileNejc Habjan2021-12-131-52/+88
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-111-18/+0
* feat(api): add support for Topics APINejc Habjan2021-12-111-0/+119
* feat: add delete on package_file objectSimon Hébert-Deschamps2021-12-091-1/+34
* chore: add running unit tests on windows/macosJohn L. Villalovos2021-12-071-0/+2
* Merge pull request #1702 from python-gitlab/jlvillal/attribute_helpNejc Habjan2021-12-011-0/+24
|\
| * chore: attempt to be more informative for missing attributesjlvillal/attribute_helpJohn L. Villalovos2021-11-301-0/+24
* | chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-302-8/+9
* | refactor: deprecate accessing constants from top-level namespaceJohn L. Villalovos2021-11-301-16/+31
|/
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-275-9/+24
* chore: create a 'tests/meta/' directory and put test_mro.py in itJohn L. Villalovos2021-11-151-122/+0
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* refactor: use f-strings for string formattingNejc Habjan2021-11-054-25/+16
* Merge pull request #1646 from JacobHenner/add-merge-trainsNejc Habjan2021-11-011-0/+65
|\
| * feat(api): add merge trainsJacob Henner2021-10-201-0/+65
* | Merge pull request #1641 from JacobHenner/add-merge-request-approval-stateNejc Habjan2021-10-201-0/+31
|\ \
| * | feat(api): add merge request approval stateJacob Henner2021-10-191-0/+31
| |/
* | fix(api): delete invalid 'project-runner get' command (#1628)Léo GATELLIER2021-10-171-13/+2
* | feat(objects): support delete package files APINejc Habjan2021-10-141-0/+18
* | feat(objects): list starred projects of a userNejc Habjan2021-10-141-2/+25
* | chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-1112-25/+25
|/
* feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-131-21/+69
* refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-081-4/+0
* refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-081-11/+0
* feat: default to gitlab.com if no URL givenNejc Habjan2021-09-081-1/+44
* Merge pull request #1486 from JohnVillalovos/jlvillal/prohibit_redirectionNejc Habjan2021-09-081-2/+89
|\
| * fix!: raise error if there is a 301/302 redirectionJohn L. Villalovos2021-09-081-2/+89
* | chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-082-75/+1
* | chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+74
|/
* feat: allow global retry_transient_errors setupKarun Japhet2021-08-293-7/+173
* chore: fix mypy pre-commit hookNejc Habjan2021-08-221-0/+0
* Merge pull request #1533 from sugonyak/add-group-hooksNejc Habjan2021-06-272-31/+186
|\
| * feat(api): add group hooksIvan Sugonyak2021-06-262-31/+186
* | test(releases): add unit-tests for release updatePierre Paques2021-06-261-0/+39
|/
* feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-131-0/+64
* fix: catch invalid type used to initialize RESTObjectJohn L. Villalovos2021-06-101-0/+5
* feat: add keys endpointBen Brown2021-06-031-0/+54
* feat(objects): add support for generic packages APINejc Habjan2021-05-311-1/+67
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-301-0/+56
* chore: apply suggestionsNejc Habjan2021-05-301-3/+7
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-301-3/+22
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+58
* feat(objects): add pipeline test report supportRaphaël Monat2021-05-291-1/+53
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-2655-0/+5852