Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Allow creation of objects using the "hidden API" | Gauvain Pocentek | 2013-05-18 | 1 | -10/+15 | |
|/ | ||||||
* | Check the needed attributes to create objects | Gauvain Pocentek | 2013-03-24 | 1 | -0/+35 | |
* | add a json() method to GitlabObject's | Gauvain Pocentek | 2013-03-24 | 1 | -0/+12 | |
* | implement project transfer support | Gauvain Pocentek | 2013-03-24 | 1 | -0/+11 | |
* | add support for project deploy keys | Gauvain Pocentek | 2013-03-24 | 1 | -0/+11 | |
* | support for system hooks | Gauvain Pocentek | 2013-03-24 | 1 | -0/+17 | |
* | fix use of json() method from requests | Gauvain Pocentek | 2013-03-24 | 1 | -11/+11 | |
* | restore Gitlab.Issue() prototype | Gauvain Pocentek | 2013-02-16 | 1 | -2/+2 | |
* | move documentation and todo to README.md | Gauvain Pocentek | 2013-02-16 | 1 | -29/+0 | |
* | implement protect/unprotect for branches | Gauvain Pocentek | 2013-02-16 | 1 | -0/+35 | |
* | typo | Gauvain Pocentek | 2013-02-16 | 1 | -3/+3 | |
* | never add page and per_page attributes to the objects | Gauvain Pocentek | 2013-02-16 | 1 | -0/+2 | |
* | ids for single items might be str | Gauvain Pocentek | 2013-02-16 | 1 | -3/+7 | |
* | add a pagination example | Gauvain Pocentek | 2013-02-16 | 1 | -0/+4 | |
* | Allow to pass additional args to list constructors | Gauvain Pocentek | 2013-02-16 | 1 | -35/+48 | |
* | spacing | Gauvain Pocentek | 2013-02-16 | 1 | -18/+18 | |
* | fix the token authentication | Gauvain Pocentek | 2013-02-16 | 1 | -1/+1 | |
* | add a _ from private attibutes | Gauvain Pocentek | 2013-02-16 | 1 | -86/+86 | |
* | docstrings for the Gitlab class | Gauvain Pocentek | 2013-02-15 | 1 | -2/+52 | |
* | cosmetics: make pep8 happy | Gauvain Pocentek | 2013-02-15 | 1 | -57/+109 | |
* | add missing raise keywork | Gauvain Pocentek | 2013-02-14 | 1 | -1/+1 | |
* | fix LGPL header and provide module informations | Gauvain Pocentek | 2013-02-12 | 1 | -3/+10 | |
* | rework authentication API | Gauvain Pocentek | 2013-02-12 | 1 | -12/+30 | |
* | Rework the API | Gauvain Pocentek | 2013-02-11 | 1 | -87/+81 | |
* | link GitLab and User classes to their possible children | Gauvain Pocentek | 2013-02-11 | 1 | -7/+29 | |
* | raise an exception on 401 return code | Gauvain Pocentek | 2013-02-11 | 1 | -0/+10 | |
* | drop Session() and add a Gitlab.authenticate() method | Gauvain Pocentek | 2013-02-11 | 1 | -10/+26 | |
* | create Note classes linked to parent objetcs | Gauvain Pocentek | 2013-02-08 | 1 | -32/+55 | |
* | add support for notes | Gauvain Pocentek | 2013-02-08 | 1 | -0/+26 | |
* | implement the Session() method | Gauvain Pocentek | 2013-02-08 | 1 | -3/+24 | |
* | add methods to Project objects to access related objects | Gauvain Pocentek | 2013-02-08 | 1 | -43/+75 | |
* | store a mirror of the gitlab instance in created objects | Gauvain Pocentek | 2013-02-08 | 1 | -6/+7 | |
* | Rework object creation from json | Gauvain Pocentek | 2013-02-08 | 1 | -8/+22 | |
* | initial import | Gauvain Pocentek | 2013-02-07 | 1 | -0/+306 |