summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* functional tests for v4Gauvain Pocentek2017-08-044-2/+343
* Prepare for v4 API testingGauvain Pocentek2017-05-271-1/+9
* Fix python functional testsGauvain Pocentek2017-05-271-2/+2
* Reorganise the code to handle v3 and v4 objectsGauvain Pocentek2017-05-231-1/+1
* Add 'search' attribute to projects.list()Gauvain Pocentek2017-05-231-1/+1
* Add support for nested groups (#257)Matej Zerovnik2017-05-201-1/+5
* Deploy keys: rework enable/disableGauvain Pocentek2017-02-041-0/+16
* Add support for commit creationGauvain Pocentek2017-01-211-1/+14
* Some objects need getRequires to be set to FalseGauvain Pocentek2017-01-021-0/+8
* Add functional tests for SnippetGauvain Pocentek2016-12-261-0/+15
* Add support for the notification settings APIGauvain Pocentek2016-10-231-0/+7
* Add support for broadcast messages APIGauvain Pocentek2016-10-231-0/+11
* Add support for boards APIGauvain Pocentek2016-10-231-0/+13
* Workaround gitlab setup failure in testsGauvain Pocentek2016-09-301-11/+16
* Fix and test paginationGauvain Pocentek2016-09-031-0/+7
* Implement user emails supportGauvain Pocentek2016-07-161-0/+7
* Merge branch 'label-subscribe'Gauvain Pocentek2016-06-191-0/+4
|\
| * Add support for label (un)subscribeGauvain Pocentek2016-06-191-0/+4
* | add support for namespacesGauvain Pocentek2016-06-191-0/+6
|/
* implement star/unstar for projectsGauvain Pocentek2016-05-131-0/+6
* Deprecate Project.archive()Gauvain Pocentek2016-05-131-2/+2
* Rename some methods to better match the API URLsGauvain Pocentek2016-05-121-2/+4
* Add support for MergeRequest validationGauvain Pocentek2016-03-222-0/+35
* CI: implement user get-by-usernameGauvain Pocentek2016-02-141-0/+8
* define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-121-0/+9
* define UserManager.search() to search for usersRichard Hansen2016-02-121-0/+12
* Add support for user block/unblockGauvain Pocentek2016-02-041-0/+3
* don't suppress docker's standard errorRichard Hansen2016-01-311-4/+4
* wait for the docker container to stop before removing itRichard Hansen2016-01-311-1/+5
* use 'docker stop' instead of 'docker kill'Richard Hansen2016-01-311-2/+2
* add more log messagesRichard Hansen2016-01-311-1/+15
* define a testcase() function; use it for testsRichard Hansen2016-01-312-53/+56
* use ${CONFIG} instead of repeating the filenameRichard Hansen2016-01-311-2/+2
* fix usage error messageRichard Hansen2016-01-311-1/+3
* improve error handlingRichard Hansen2016-01-313-35/+46
* convert scripts to POSIX shell by eliminating bashismsRichard Hansen2016-01-313-17/+17
* quote underquoted variable expansionsRichard Hansen2016-01-313-21/+21
* convert $GITLAB to a functionRichard Hansen2016-01-312-14/+14
* convert $OK to a functionRichard Hansen2016-01-312-13/+13
* only run deactivate if it existsRichard Hansen2016-01-311-1/+1
* ensure that cleanup() runs if terminated by the userRichard Hansen2016-01-311-0/+1
* check if docker container is up when waiting for gitlabRichard Hansen2016-01-311-1/+3
* error out if required utilities aren't installedRichard Hansen2016-01-311-0/+9
* use the log functions for errors and status messagesRichard Hansen2016-01-311-6/+5
* add logging and error handling helper functionsRichard Hansen2016-01-311-0/+11