| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | minor docs fixes | Gauvain Pocentek | 2016-03-22 | 2 | -6/+7 |
| * | Add support for MergeRequest validation | Gauvain Pocentek | 2016-03-22 | 3 | -3/+76 |
| * | version bump | Gauvain Pocentek | 2016-03-19 | 1 | -1/+1 |
| * | Gitlab.update(): use the proper attributes if defined | Gauvain Pocentek | 2016-03-19 | 1 | -2/+5 |
| * | add a note about project search API | Gauvain Pocentek | 2016-03-12 | 1 | -0/+10 |
| * | Fix the 'invalid syntax' on Python 3.2, because of u'password' | Asher256 | 2016-03-02 | 1 | -2/+2 |
| * | Re-implement _custom_list in the Gitlab class | Gauvain Pocentek | 2016-02-18 | 2 | -20/+42 |
| * | remove unused _returnClass attribute | Gauvain Pocentek | 2016-02-14 | 2 | -4/+0 |
| * | CI: implement user get-by-username | Gauvain Pocentek | 2016-02-14 | 1 | -2/+9 |
| * | CLI: fix discovery of method to execute | Gauvain Pocentek | 2016-02-14 | 1 | -0/+1 |
| * | Improve the doc for UserManager | Gauvain Pocentek | 2016-02-12 | 1 | -3/+20 |
| * | Implement "user search" CLI | Gauvain Pocentek | 2016-02-12 | 1 | -1/+8 |
| * | define UserManager.get_by_username() to get a user by username | Richard Hansen | 2016-02-12 | 2 | -0/+40 |
| * | define UserManager.search() to search for users | Richard Hansen | 2016-02-12 | 2 | -0/+31 |
| * | define GitlabObject.__eq__() and __ne__() equivalence methods | Richard Hansen | 2016-02-12 | 1 | -0/+17 |
| * | define GitlabObject.as_dict() to dump object as a dict | Richard Hansen | 2016-02-11 | 1 | -3/+6 |
| * | Merge pull request #89 from ExodusIntelligence/master | Gauvain Pocentek | 2016-02-06 | 1 | -1/+2 |
| |\ | |||||
| | * | Added missing comma | James (d0c_s4vage) Johnson | 2016-02-04 | 1 | -1/+1 |
| | * | Adding new `ProjectHook` attributes: | James (d0c_s4vage) Johnson | 2016-02-04 | 1 | -1/+2 |
| * | | Add some unit tests for CLI | Gauvain Pocentek | 2016-02-05 | 3 | -72/+172 |
| * | | Rework the CLI code | Gauvain Pocentek | 2016-02-05 | 1 | -154/+177 |
| * | | fix GitlabObject creation in _custom_list | Mikhail Lopotkov | 2016-02-05 | 1 | -1/+1 |
| * | | Add support for user block/unblock | Gauvain Pocentek | 2016-02-04 | 2 | -0/+22 |
| * | | bump version to cleanup my mess on pypi0.12.1 | 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 | 2 | -3/+1 |
| * | version bump | Gauvain Pocentek | 2016-02-03 | 1 | -1/+1 |
| * | Add docstrings to some methods | Gauvain Pocentek | 2016-01-31 | 1 | -1/+88 |
| * | 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 |
