Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for user block/unblock | Gauvain Pocentek | 2016-02-04 | 3 | -0/+25 |
* | bump version to cleanup my mess on pypi0.12.1 | Gauvain Pocentek | 2016-02-03 | 1 | -1/+1 |
* | Update ChangeLog and AUTHORS0.12 | Gauvain Pocentek | 2016-02-03 | 2 | -0/+24 |
* | docs: do not use the :option: markup | Gauvain Pocentek | 2016-02-03 | 1 | -5/+4 |
* | MANIFEST: add .j2 files in docs/ | Gauvain Pocentek | 2016-02-03 | 1 | -1/+1 |
* | CLI: fix {all,owned,search} project listing | Gauvain Pocentek | 2016-02-03 | 1 | -0/+3 |
* | Partially revert 00ab7d00 | Gauvain Pocentek | 2016-02-03 | 3 | -5/+9 |
* | version bump | Gauvain Pocentek | 2016-02-03 | 1 | -1/+1 |
* | Merge branch 'test-script-cleanups' of https://github.com/rhansen/python-gitl... | Gauvain Pocentek | 2016-02-01 | 3 | -127/+169 |
|\ | |||||
| * | don't suppress docker's standard error | Richard Hansen | 2016-01-31 | 1 | -4/+4 |
| * | wait for the docker container to stop before removing it | Richard Hansen | 2016-01-31 | 1 | -1/+5 |
| * | use 'docker stop' instead of 'docker kill' | Richard Hansen | 2016-01-31 | 1 | -2/+2 |
| * | add more log messages | Richard Hansen | 2016-01-31 | 1 | -1/+15 |
| * | define a testcase() function; use it for tests | Richard Hansen | 2016-01-31 | 2 | -53/+56 |
| * | use ${CONFIG} instead of repeating the filename | Richard Hansen | 2016-01-31 | 1 | -2/+2 |
| * | fix usage error message | Richard Hansen | 2016-01-31 | 1 | -1/+3 |
| * | improve error handling | Richard Hansen | 2016-01-31 | 3 | -35/+46 |
| * | convert scripts to POSIX shell by eliminating bashisms | Richard Hansen | 2016-01-31 | 3 | -17/+17 |
| * | quote underquoted variable expansions | Richard Hansen | 2016-01-31 | 3 | -21/+21 |
| * | convert $GITLAB to a function | Richard Hansen | 2016-01-31 | 2 | -14/+14 |
| * | convert $OK to a function | Richard Hansen | 2016-01-31 | 2 | -13/+13 |
| * | only run deactivate if it exists | Richard Hansen | 2016-01-31 | 1 | -1/+1 |
| * | ensure that cleanup() runs if terminated by the user | Richard Hansen | 2016-01-31 | 1 | -0/+1 |
| * | check if docker container is up when waiting for gitlab | Richard Hansen | 2016-01-31 | 1 | -1/+3 |
| * | error out if required utilities aren't installed | Richard Hansen | 2016-01-31 | 1 | -0/+9 |
| * | use the log functions for errors and status messages | Richard Hansen | 2016-01-31 | 1 | -6/+5 |
| * | add logging and error handling helper functions | Richard Hansen | 2016-01-31 | 1 | -0/+11 |
| * | compact some case statements | Richard Hansen | 2016-01-31 | 1 | -8/+3 |
| * | move common code to build_test_env.sh | Richard Hansen | 2016-01-31 | 3 | -45/+23 |
| * | wrap long lines | Richard Hansen | 2016-01-31 | 2 | -11/+24 |
* | | Add docstrings to some methods | Gauvain Pocentek | 2016-01-31 | 2 | -4/+91 |
* | | Fix the RTD requirements | Gauvain Pocentek | 2016-01-31 | 1 | -2/+2 |
* | | Automatic doc generation for BaseManager classes | Gauvain Pocentek | 2016-01-31 | 5 | -8/+100 |
|/ | |||||
* | travis lacks py35 support without tricks | Gauvain Pocentek | 2016-01-31 | 1 | -1/+0 |
* | add python 3.5 test env | Gauvain Pocentek | 2016-01-31 | 2 | -1/+2 |
* | add support for project builds | Gauvain Pocentek | 2016-01-30 | 2 | -0/+47 |
* | Fix Project.tree() | Gauvain Pocentek | 2016-01-30 | 2 | -3/+18 |
* | Fix project update | Gauvain Pocentek | 2016-01-30 | 2 | -6/+7 |
* | Rework the __version__ import | Gauvain Pocentek | 2016-01-30 | 4 | -9/+11 |
* | fix inclusion of api/*.rst | Gauvain Pocentek | 2016-01-30 | 1 | -1/+1 |
* | Add sudo support | Gauvain Pocentek | 2016-01-30 | 5 | -1/+20 |
* | Fix the 'password' requirement for User creation | Gauvain Pocentek | 2016-01-30 | 1 | -5/+8 |
* | Add support for application settings | Gauvain Pocentek | 2016-01-27 | 4 | -8/+82 |
* | Implement project variables support | Gauvain Pocentek | 2016-01-24 | 6 | -5/+29 |
* | implement project triggers support | Gauvain Pocentek | 2016-01-24 | 2 | -0/+18 |
* | Implement setting release info on a tag | Gauvain Pocentek | 2016-01-24 | 2 | -1/+29 |
* | API tests for tags | Gauvain Pocentek | 2016-01-24 | 1 | -0/+5 |
* | ProjectTag supports deletion (gitlab 8.4.0) | Gauvain Pocentek | 2016-01-24 | 1 | -1/+0 |
* | Implement ProjectMilestone.issues() | Gauvain Pocentek | 2016-01-23 | 2 | -0/+26 |
* | fix ProjectLabel get and delete | Gauvain Pocentek | 2016-01-23 | 3 | -4/+7 |