| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add support for project builds | Gauvain Pocentek | 2016-01-30 | 2 | -0/+47 |
| * | Fix Project.tree() | Gauvain Pocentek | 2016-01-30 | 1 | -3/+9 |
| * | Fix project update | Gauvain Pocentek | 2016-01-30 | 2 | -6/+7 |
| * | Rework the __version__ import | Gauvain Pocentek | 2016-01-30 | 3 | -1/+9 |
| * | Add sudo support | Gauvain Pocentek | 2016-01-30 | 2 | -0/+2 |
| * | 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 | 3 | -8/+75 |
| * | Implement project variables support | Gauvain Pocentek | 2016-01-24 | 3 | -3/+18 |
| * | implement project triggers support | Gauvain Pocentek | 2016-01-24 | 1 | -0/+12 |
| * | Implement setting release info on a tag | Gauvain Pocentek | 2016-01-24 | 1 | -1/+26 |
| * | ProjectTag supports deletion (gitlab 8.4.0) | Gauvain Pocentek | 2016-01-24 | 1 | -1/+0 |
| * | Implement ProjectMilestone.issues() | Gauvain Pocentek | 2016-01-23 | 1 | -0/+13 |
| * | fix ProjectLabel get and delete | Gauvain Pocentek | 2016-01-23 | 2 | -2/+5 |
| * | make connection exceptions more explicit | Gauvain Pocentek | 2016-01-23 | 1 | -18/+18 |
| * | add a decode method for ProjectFile | Gauvain Pocentek | 2016-01-23 | 1 | -0/+9 |
| * | fix the test_create_unknown_path test | Gauvain Pocentek | 2016-01-23 | 1 | -4/+3 |
| * | Fix the json() method for python 3 | Gauvain Pocentek | 2016-01-23 | 2 | -4/+14 |
| * | skip BaseManager attributes when encoding to JSON | Richard Hansen | 2016-01-23 | 1 | -2/+3 |
| * | add a missing import statement | Richard Hansen | 2016-01-23 | 1 | -0/+1 |
| * | 0.11.1 release update | Gauvain Pocentek | 2016-01-17 | 1 | -1/+1 |
| * | add unit tests for managers | Gauvain Pocentek | 2016-01-16 | 1 | -3/+23 |
| * | remove debugging print instruction | Gauvain Pocentek | 2016-01-16 | 1 | -1/+0 |
| * | Fix discovery of parents object attrs for managers | Gauvain Pocentek | 2016-01-16 | 1 | -10/+15 |
| * | Support setting commit status | Colin D Bennett | 2016-01-12 | 1 | -0/+17 |
| * | Support deletion without getting the object first | Gauvain Pocentek | 2016-01-10 | 4 | -7/+50 |
| * | cli.py: make internal functions private | Gauvain Pocentek | 2016-01-10 | 1 | -30/+30 |
| * | Rework gitlab._sanitize | Gauvain Pocentek | 2016-01-10 | 2 | -5/+20 |
| * | Improve the API documentation. | Gauvain Pocentek | 2016-01-10 | 2 | -54/+353 |
| * | Bump version | Gauvain Pocentek | 2016-01-09 | 1 | -2/+2 |
| * | add missing import | Gauvain Pocentek | 2016-01-09 | 1 | -0/+1 |
| * | implement group search in CLI | Gauvain Pocentek | 2016-01-09 | 1 | -5/+18 |
| * | Add support for groups search | Gauvain Pocentek | 2016-01-09 | 2 | -15/+47 |
| * | unit tests for config parser | Gauvain Pocentek | 2016-01-09 | 2 | -4/+112 |
| * | Implement ProjectManager search/list methods | Gauvain Pocentek | 2016-01-08 | 3 | -0/+105 |
| * | CLI: fix the discovery of possible actions | Gauvain Pocentek | 2016-01-08 | 1 | -2/+1 |
| * | Create a manager for ProjectFork objects | Gauvain Pocentek | 2016-01-08 | 2 | -7/+6 |
| * | Merge branch 'add_fork_support' of https://github.com/fgouteroux/python-gitla... | Gauvain Pocentek | 2016-01-08 | 2 | -0/+35 |
| |\ | |||||
| | * | add fork project support | fgouteroux | 2016-01-06 | 2 | -0/+35 |
| * | | Deprecate the "old" Gitlab methods | Gauvain Pocentek | 2016-01-08 | 2 | -13/+44 |
| |/ | |||||
| * | add unit tests for BaseManager | Gauvain Pocentek | 2016-01-03 | 2 | -9/+155 |
| * | GitLab -> Gitlab (class names) | Gauvain Pocentek | 2016-01-03 | 2 | -4/+4 |
| * | fix pretty_print with managers | Gauvain Pocentek | 2016-01-03 | 1 | -1/+3 |
| * | Implement managers to get access to resources | Gauvain Pocentek | 2016-01-03 | 3 | -26/+288 |
| * | add missing copyright header | Gauvain Pocentek | 2016-01-02 | 1 | -0/+17 |
| * | Split code in multiple files | Gauvain Pocentek | 2015-12-31 | 3 | -874/+900 |
| * | remove deprecated methods | Gauvain Pocentek | 2015-12-31 | 1 | -29/+0 |
| * | python3: fix CLI error when arguments are missing | Gauvain Pocentek | 2015-12-31 | 1 | -2/+6 |
| * | fix the tests | Gauvain Pocentek | 2015-12-31 | 2 | -4/+10 |
| * | Rename the _created attribute _from_api | Gauvain Pocentek | 2015-12-31 | 3 | -14/+13 |
| * | Provide a create method for GitlabObject's | Gauvain Pocentek | 2015-12-31 | 2 | -2/+11 |
