summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Implement user_agent_detail for snippetsGauvain Pocentek2018-05-271-0/+6
| | | | | | | | Add a new UserAgentDetail mixin to avoid code duplication.
* | Add support for the discussions APIGauvain Pocentek2018-05-271-0/+55
|/ | | | Fixes #501
* Add support for project import/exportGauvain Pocentek2018-05-211-0/+24
| | | | Fixes #471
* Add support for user avatar uploadGauvain Pocentek2018-05-212-1/+9
| | | | Fixes #308
* Drop GetFromListMixinGauvain Pocentek2018-05-191-3/+3
|
* Drop API v3 supportGauvain Pocentek2018-05-194-468/+7
| | | | Drop the code, the tests, and update the documentation.
* longer docker image startup timeout for testsGauvain Pocentek2018-05-191-1/+1
|
* [tests] fix functional tests for python3Gauvain Pocentek2018-05-101-4/+3
| | | | Fixes #486
* chore(tests): add rate limit testsMax Wittig2018-04-181-0/+25
|
* [cli] Allow to read args from filesGauvain Pocentek2018-03-051-1/+12
| | | | | | | With the @/file/path syntax (similar to curl) user can provide values from attributes in files. Fixes #448
* tests: increase waiting time and hope for the bestGauvain Pocentek2018-03-051-1/+1
|
* Add Gitlab and User events supportGauvain Pocentek2018-01-211-1/+7
| | | | Closes #412
* Add support for getting list of user projectsGauvain Pocentek2018-01-211-0/+3
| | | | Fixes #403
* Add support for MR participants APIGauvain Pocentek2018-01-201-0/+6
| | | | Fixes #387
* Add support for user/group/project filter by custom attributeGauvain Pocentek2018-01-011-0/+3
| | | | Closes #367
* Add support for project and group custom variablesGauvain Pocentek2018-01-011-0/+28
| | | | implements parts of #367
* Add support for features flagsGauvain Pocentek2018-01-011-0/+5
| | | | Fixes #360
* Add support for pagesdomainsGauvain Pocentek2017-12-311-0/+9
| | | | Closes #362
* Add support for subgroups listingGauvain Pocentek2017-12-311-0/+1
| | | | Closes #390
* Update groups testsGauvain Pocentek2017-12-262-2/+2
| | | | | Group search in gitlab 10.3 requires a query string with more than 3 characters. Not sure if feature or bug, but let's handle it.
* Update testing tools for /session removalGauvain Pocentek2017-12-174-41/+83
|
* Add support for award emojisGauvain Pocentek2017-12-161-0/+4
| | | | Fixes #361
* Add support for project housekeepingGauvain Pocentek2017-11-121-0/+3
| | | | Closes #368
* Add support for user_agent_detail (issues)Gauvain Pocentek2017-11-111-0/+1
| | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details
* Add support for user activitiesGauvain Pocentek2017-11-111-0/+3
|
* Add support for impersonation tokens APIGauvain Pocentek2017-11-101-1/+12
| | | | Closes #363
* Add users custome attributes supportGauvain Pocentek2017-11-041-0/+14
|
* Fix the CLI for objects without ID (API v4)Gauvain Pocentek2017-11-011-1/+10
| | | | Fixes #319
* Add support for wiki pagesGauvain Pocentek2017-11-011-0/+12
|
* Add support for GPG keysGauvain Pocentek2017-11-011-0/+47
| | | | Closes #355
* Add support for group milestonesGauvain Pocentek2017-11-011-1/+15
| | | | Closes #349
* adds project upload feature (#239)James Johnson2017-09-124-0/+33
|
* tests: faster docker shutdownGauvain Pocentek2017-09-021-8/+2
| | | | | Kill the test container violently, no need to wait for a proper shutdown.
* tests: default to v4 APIGauvain Pocentek2017-09-021-1/+1
|
* Add support for protected branchesGauvain Pocentek2017-09-021-0/+10
| | | | | | This feature appeared in gitlab 9.5. Fixes #299
* Merge branch 'group-variables'Gauvain Pocentek2017-09-021-0/+12
|\
| * Add support for group variablesGauvain Pocentek2017-09-021-0/+12
| |
* | [v4] More python functional testsGauvain Pocentek2017-08-211-5/+114
| |
* | [tests] Use -n to not use a venvGauvain Pocentek2017-08-201-8/+12
| |
* | Fix the v4 CLI tests (id/iid)Gauvain Pocentek2017-08-201-4/+4
| |
* | Make CLI tests work for v4 as wellGauvain Pocentek2017-08-203-87/+203
|/
* Make the project services work in v4rework_apiGauvain Pocentek2017-08-041-7/+8
|
* Fix v3 testsGauvain Pocentek2017-08-041-5/+5
|
* Restore the prvious listing behaviorGauvain Pocentek2017-08-041-8/+7
| | | | | | | Return lists by default : this makes the explicit use of pagination work again. Use generators only when `as_list` is explicitly set to `False`.
* functional tests for v4Gauvain Pocentek2017-08-044-2/+343
| | | | | Update the python tests for v4, and fix the problems raised when running those tests.
* Prepare for v4 API testingGauvain Pocentek2017-05-271-1/+9
|
* Fix python functional testsGauvain Pocentek2017-05-271-2/+2
|