summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
...
* test(functional): simplify token creationNejc Habjan2022-07-252-25/+8
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-241-3/+11
* chore: make reset_gitlab() betterJohn L. Villalovos2022-07-221-48/+17
* Merge pull request #1784 from python-gitlab/jlvillal/sidekiqNejc Habjan2022-07-222-29/+50
|\
| * chore: fixtures: after delete() wait to verify deletedJohn L. Villalovos2022-07-212-29/+50
* | test(api_func_v4): catch deprecation warning for `gl.lint()`John L. Villalovos2022-07-211-1/+2
|/
* test(functional): use both get_all and all in list() testsNejc Habjan2022-07-211-11/+22
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-216-66/+106
* chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-2/+14
* feat: support validating CI lint resultsNejc Habjan2022-07-091-0/+53
* test(functional): replace len() calls with list membership checksNejc Habjan2022-07-0314-172/+163
* fix: ensure path elements are escapedJohn L. Villalovos2022-07-031-1/+1
* test: add tests and clean up usage for new enumsNejc Habjan2022-06-273-11/+23
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-0/+38
* feat(api): support head() method for get and list endpointsNejc Habjan2022-06-252-0/+13
* chore(ci): increase timeout for docker container to come onlineJohn L. Villalovos2022-06-241-4/+16
* feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+10
* test: increase client coverageNejc Habjan2022-06-021-0/+15
* test(cli): improve coverage for custom actionsNejc Habjan2022-06-012-4/+38
* fix(cli): fix project export download for CLINejc Habjan2022-06-011-0/+34
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-0/+6
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-292-4/+15
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+7
* Merge pull request #1963 from python-gitlab/feat/deploy-token-getMax Wittig2022-04-131-4/+9
|\
| * feat(objects): support getting project/group deploy tokens by idNejc Habjan2022-04-041-4/+9
* | Merge pull request #1962 from python-gitlab/feat/user-ssh-keyMax Wittig2022-04-131-0/+3
|\ \
| * | feat(user): support getting user SSH key by idNejc Habjan2022-04-011-0/+3
| |/
* | feat: emit a warning when using a `list()` method returns maxJohn L. Villalovos2022-04-121-0/+45
|/
* chore(deps): upgrade gitlab-ce to 14.9.2-ce.0Nejc Habjan2022-04-011-1/+1
* feat(api): re-add topic delete endpointNejc Habjan2022-04-012-0/+5
* test(functional): fix GitLab configuration to support paginationJohn L. Villalovos2022-02-053-4/+4
* test(services): add functional tests for servicesNejc Habjan2022-02-032-1/+43
* test(objects): add tests for project artifactsNejc Habjan2022-02-011-5/+101
* fix: remove custom `delete` method for labelsJohn L. Villalovos2022-02-012-3/+10
* style: use f-strings where applicableNejc Habjan2022-01-231-6/+5
* chore: consistently use open() encoding and file descriptorNejc Habjan2022-01-231-2/+2
* chore: always use context manager for file IONejc Habjan2022-01-231-1/+2
* style: use literals to declare data structuresNejc Habjan2022-01-232-2/+2
* fix(cli): allow custom methods in managersNejc Habjan2022-01-222-0/+36
* fix(objects): make resource access tokens and repos available in CLINejc Habjan2022-01-221-0/+16
* chore(tests): use method `projects.transfer()`jlvillal/catch_warningsJohn L. Villalovos2022-01-131-2/+2
* test(groups): enable group transfer testsNejc Habjan2022-01-132-7/+9
* feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-132-0/+30
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-134-1/+61
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-1/+1
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-134-2/+47
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-0/+15
* | Merge pull request #1827 from python-gitlab/jlvillal/all_objectsNejc Habjan2022-01-131-0/+28
|\ \ | |/ |/|
| * fix(members): use new *All objects for *AllManager managersJohn L. Villalovos2022-01-131-0/+28
* | fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-131-0/+11
|/