summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
Commit message (Collapse)AuthorAgeFilesLines
* test: disable test until Gitlab 13.1Max Wittig2020-06-081-1/+2
|
* chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-221-2/+2
|
* Merge pull request #1052 from machine424/deploy-tokens-supportMax Wittig2020-04-071-0/+50
|\ | | | | feat(api): add support for Gitlab Deploy Token API
| * feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-061-0/+50
| |
* | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-071-0/+17
| |
* | test(api): add tests for group export/import APINejc Habjan2020-04-051-0/+27
| |
* | test(types): reproduce get_for_api splitting strings (#1057)Nejc Habjan2020-03-281-1/+8
|/
* feat: add support for commit GPG signature APINejc Habjan2020-03-221-0/+8
|
* fix: add missing import_project paramNejc Habjan2020-03-181-1/+5
|
* fix: do not require empty data dict for create()Nejc Habjan2020-03-071-1/+1
|
* feat: add support for user memberships API (#1009)Nejc Habjan2020-02-221-0/+29
|
* fix: return response with commit dataNejc Habjan2020-02-191-3/+2
|
* style: fix black violationsNejc Habjan2020-02-181-2/+3
|
* feat: add support for commit revert API (#991)Nejc Habjan2020-02-181-0/+15
|
* test: adjust functional tests for project snippetsMax Wittig2019-12-181-1/+1
|
* feat: add project and group clustersalex lundberg2019-11-241-0/+40
|
* feat(ci): improve functionnal testsCyril Jouve2019-10-061-2/+5
|
* feat(project): add file blame apiVincent Lae2019-10-041-0/+2
| | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
* test(func): disable commit testtest/todo-unit-testMax Wittig2019-09-081-9/+9
| | | | GitLab seems to be randomly failing here
* Merge pull request #875 from python-gitlab/feat/status-apiMax Wittig2019-09-051-0/+11
|\ | | | | feat(user): add status api
| * feat(user): add status apiMax Wittig2019-09-051-0/+11
| |
* | test: re-enabled py_func_v4 testMax Wittig2019-09-051-24/+24
|/
* feat: group labels with subscriptable mixinAlberto López Martín2019-07-261-0/+12
|
* test: add project releases testMax Wittig2019-07-211-0/+28
| | | | Fixes #762
* test: increase speed by disabling the rate limit fasterMax Wittig2019-07-211-1/+1
|
* feat: add mr rebase methodJeroen Schutrup2019-07-111-0/+3
|
* feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-201-0/+2
| | | | Closes #794
* feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-101-1/+2
| | | | Closes #744
* test: update the tests for GitLab 11.11Gauvain Pocentek2019-06-101-10/+16
| | | | | | | | Changes in GitLab make the functional tests fail: * Some actions add new notes and discussions: do not use hardcoded values in related listing asserts * The feature flag API is buggy (errors 500): disable the tests for now
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-409/+442
|
* fix(api): avoid parameter conflicts with python and gitlabno-param-conflictsGauvain Pocentek2019-01-131-1/+1
| | | | | | | | | | Provide another way to send data to gitlab with a new `query_parameters` argument. This parameter can be used to explicitly define the dict of items to send to the server, so that **kwargs are only used to specify python-gitlab specific parameters. Closes #566 Closes #629
* fix: remove decode() on error_message stringSrikanth Chelluri2019-01-081-1/+1
| | | | | | | | | | | | | | The integration tests failed because a test called 'decode()' on a string-type variable - the GitLabException class handles byte-to-string conversion already in its __init__. This commit removes the call to 'decode()' in the test. ``` Traceback (most recent call last): File "./tools/python_test_v4.py", line 801, in <module> assert 'Retry later' in error_message.decode() AttributeError: 'str' object has no attribute 'decode' ```
* Merge pull request #625 from python-gitlab/fix/611/resource_label_eventMax Wittig2018-11-281-0/+17
|\ | | | | Add support to resource label events
| * Add support to resource label eventsfix/611/resource_label_eventGauvain Pocentek2018-11-221-0/+17
| | | | | | | | Closes #611
* | [feature] Add support for members all() methodfeature/589/member_allGauvain Pocentek2018-11-241-0/+1
|/ | | | Closes #589
* Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-imageGauvain Pocentek2018-11-031-1/+1
| | | | | | This images is updated to the latest GitLab CE. Fix the diff() test to match the change in the API output.
* Added support for listing forks of a project (#562)David Guest2018-07-261-0/+3
|
* tests: default to python 3Gauvain Pocentek2018-06-061-6/+8
| | | | Fix the bytes/str issues
* Add support for group badgesGauvain Pocentek2018-05-291-1/+19
| | | | | | Also consolidate project/group badges tests, and add some docs Fixes #469
* Merge pull request #507 from Miouge1/badgesGauvain Pocentek2018-05-291-0/+6
|\ | | | | Add support for Project badges
| * Add support for Project badgesMaxime Guyot2018-05-271-0/+6
| |
* | Add support for the gitlab CI lint APIGauvain Pocentek2018-05-291-0/+4
| |
* | Add missing project attributesGauvain Pocentek2018-05-291-0/+1
| |
* | Implement the markdown rendering APIGauvain Pocentek2018-05-291-0/+4
| | | | | | | | Testing will be enable when GitLab 11.0 is available.
* | Issues: add missing attributes and methodsGauvain Pocentek2018-05-281-1/+2
| |
* | Add feature flags deletion supportGauvain Pocentek2018-05-281-0/+2
| |
* | Add support for environment stop()Gauvain Pocentek2018-05-281-0/+1
| |
* | Add commit.merge_requests() supportGauvain Pocentek2018-05-281-0/+1
| |
* | Enable mr.participant testGauvain Pocentek2018-05-281-1/+1
| |
* | Implement commit.refs()Gauvain Pocentek2018-05-281-0/+2
| |