summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for user block/unblockGauvain Pocentek2016-02-043-0/+25
* bump version to cleanup my mess on pypi0.12.1Gauvain Pocentek2016-02-031-1/+1
* Update ChangeLog and AUTHORS0.12Gauvain Pocentek2016-02-032-0/+24
* docs: do not use the :option: markupGauvain Pocentek2016-02-031-5/+4
* MANIFEST: add .j2 files in docs/Gauvain Pocentek2016-02-031-1/+1
* CLI: fix {all,owned,search} project listingGauvain Pocentek2016-02-031-0/+3
* Partially revert 00ab7d00Gauvain Pocentek2016-02-033-5/+9
* version bumpGauvain Pocentek2016-02-031-1/+1
* Merge branch 'test-script-cleanups' of https://github.com/rhansen/python-gitl...Gauvain Pocentek2016-02-013-127/+169
|\
| * 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
| * compact some case statementsRichard Hansen2016-01-311-8/+3
| * move common code to build_test_env.shRichard Hansen2016-01-313-45/+23
| * wrap long linesRichard Hansen2016-01-312-11/+24
* | Add docstrings to some methodsGauvain Pocentek2016-01-312-4/+91
* | Fix the RTD requirementsGauvain Pocentek2016-01-311-2/+2
* | Automatic doc generation for BaseManager classesGauvain Pocentek2016-01-315-8/+100
|/
* travis lacks py35 support without tricksGauvain Pocentek2016-01-311-1/+0
* add python 3.5 test envGauvain Pocentek2016-01-312-1/+2
* add support for project buildsGauvain Pocentek2016-01-302-0/+47
* Fix Project.tree()Gauvain Pocentek2016-01-302-3/+18
* Fix project updateGauvain Pocentek2016-01-302-6/+7
* Rework the __version__ importGauvain Pocentek2016-01-304-9/+11
* fix inclusion of api/*.rstGauvain Pocentek2016-01-301-1/+1
* Add sudo supportGauvain Pocentek2016-01-305-1/+20
* Fix the 'password' requirement for User creationGauvain Pocentek2016-01-301-5/+8
* Add support for application settingsGauvain Pocentek2016-01-274-8/+82
* Implement project variables supportGauvain Pocentek2016-01-246-5/+29
* implement project triggers supportGauvain Pocentek2016-01-242-0/+18
* Implement setting release info on a tagGauvain Pocentek2016-01-242-1/+29
* API tests for tagsGauvain Pocentek2016-01-241-0/+5
* ProjectTag supports deletion (gitlab 8.4.0)Gauvain Pocentek2016-01-241-1/+0
* Implement ProjectMilestone.issues()Gauvain Pocentek2016-01-232-0/+26
* fix ProjectLabel get and deleteGauvain Pocentek2016-01-233-4/+7