Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement setting release info on a tag | Gauvain Pocentek | 2016-01-24 | 1 | -0/+3 | |
| | | | | | Add the set_release_description() method to ProjectTag. Add python API test for this method. | |||||
* | API tests for tags | Gauvain Pocentek | 2016-01-24 | 1 | -0/+5 | |
| | ||||||
* | Implement ProjectMilestone.issues() | Gauvain Pocentek | 2016-01-23 | 1 | -0/+13 | |
| | | | | | | This lists the issues related to the milestone. Add python API tests for issues. | |||||
* | fix ProjectLabel get and delete | Gauvain Pocentek | 2016-01-23 | 1 | -2/+2 | |
| | ||||||
* | wait a little before running the python tests | Gauvain Pocentek | 2016-01-23 | 1 | -0/+2 | |
| | ||||||
* | fix the API test for decode() | Gauvain Pocentek | 2016-01-23 | 1 | -4/+5 | |
| | ||||||
* | increase the timeout value for tests | Gauvain Pocentek | 2016-01-23 | 1 | -1/+1 | |
| | ||||||
* | add a decode method for ProjectFile | Gauvain Pocentek | 2016-01-23 | 1 | -0/+1 | |
| | ||||||
* | use a custom docker image for tests | Gauvain Pocentek | 2016-01-23 | 1 | -1/+1 | |
| | ||||||
* | Add an initial set of API tests | Gauvain Pocentek | 2016-01-18 | 2 | -0/+168 | |
| | ||||||
* | add some CLI tests | Gauvain Pocentek | 2016-01-17 | 1 | -3/+11 | |
| | ||||||
* | Add a script to build a test env | Gauvain Pocentek | 2016-01-10 | 2 | -58/+82 | |
| | | | | | functional_tests.sh has been split in 2 scripts to make easier the run of gitlab container. | |||||
* | functional_tests.sh: support python 2 and 3 | Gauvain Pocentek | 2015-12-29 | 1 | -2/+21 | |
| | ||||||
* | Test branch creation et deletion | Gauvain Pocentek | 2015-09-19 | 1 | -0/+12 | |
| | ||||||
* | Provide a Gitlab.from_config method | Gauvain Pocentek | 2015-08-21 | 1 | -4/+4 | |
| | | | | | It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does. | |||||
* | Fix the update/delete CLI subcommands | Gauvain Pocentek | 2015-07-11 | 1 | -1/+9 | |
| | | | | | | Also update the testing tool to test these features. Closes #62 | |||||
* | functional_test.sh: use a venv0.9 | Gauvain Pocentek | 2015-05-15 | 1 | -2/+10 | |
| | ||||||
* | Provide a basic functional test script | Gauvain Pocentek | 2015-05-14 | 1 | -0/+89 | |
This can be used to quickly test the correct behavior of the CLI. The script is simple and doesn't test much for now, but it's a start. |