Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | functional tests for v4 | Gauvain Pocentek | 2017-08-04 | 1 | -347/+0 |
| | | | | | Update the python tests for v4, and fix the problems raised when running those tests. | ||||
* | Fix python functional tests | Gauvain Pocentek | 2017-05-27 | 1 | -2/+2 |
| | |||||
* | Reorganise the code to handle v3 and v4 objects | Gauvain Pocentek | 2017-05-23 | 1 | -1/+1 |
| | | | | | | Having objects managing both versions will only make the code more complicated, with lots of tests everywhere. This solution might generate some code duplication, but it should be maintainable. | ||||
* | Add 'search' attribute to projects.list() | Gauvain Pocentek | 2017-05-23 | 1 | -1/+1 |
| | | | | projects.search() has been deprecated by Gitlab | ||||
* | Add support for nested groups (#257) | Matej Zerovnik | 2017-05-20 | 1 | -1/+5 |
| | |||||
* | Deploy keys: rework enable/disable | Gauvain Pocentek | 2017-02-04 | 1 | -0/+16 |
| | | | | | | | | | The method have been moved to the keys manager class as they don't make sens at all on the project keys themselves. Update doc and add tests. Fixes #196 | ||||
* | Add support for commit creation | Gauvain Pocentek | 2017-01-21 | 1 | -1/+14 |
| | | | | Fixes #206 | ||||
* | Some objects need getRequires to be set to False | Gauvain Pocentek | 2017-01-02 | 1 | -0/+8 |
| | |||||
* | Add functional tests for Snippet | Gauvain Pocentek | 2016-12-26 | 1 | -0/+15 |
| | |||||
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+7 |
| | |||||
* | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+11 |
| | |||||
* | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+13 |
| | | | | | | | | This is not fully usable because the gitlab API has some limitations: - not possible to create boards programmatically - not possible to get labels ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448) | ||||
* | Fix and test pagination | Gauvain Pocentek | 2016-09-03 | 1 | -0/+7 |
| | | | | Fixes #140 | ||||
* | Implement user emails support | Gauvain Pocentek | 2016-07-16 | 1 | -0/+7 |
| | |||||
* | Merge branch 'label-subscribe' | Gauvain Pocentek | 2016-06-19 | 1 | -0/+4 |
|\ | |||||
| * | Add support for label (un)subscribe | Gauvain Pocentek | 2016-06-19 | 1 | -0/+4 |
| | | |||||
* | | add support for namespaces | Gauvain Pocentek | 2016-06-19 | 1 | -0/+6 |
|/ | |||||
* | implement star/unstar for projects | Gauvain Pocentek | 2016-05-13 | 1 | -0/+6 |
| | |||||
* | Deprecate Project.archive() | Gauvain Pocentek | 2016-05-13 | 1 | -2/+2 |
| | |||||
* | Rename some methods to better match the API URLs | Gauvain Pocentek | 2016-05-12 | 1 | -2/+4 |
| | | | | Also deprecate the file_* methods in favor of the files manager. | ||||
* | Add support for MergeRequest validation | Gauvain Pocentek | 2016-03-22 | 1 | -0/+18 |
| | | | | | | Both API and CLI support this feature. fixes #105 | ||||
* | define UserManager.get_by_username() to get a user by username | Richard Hansen | 2016-02-12 | 1 | -0/+9 |
| | |||||
* | define UserManager.search() to search for users | Richard Hansen | 2016-02-12 | 1 | -0/+12 |
| | |||||
* | Add support for user block/unblock | Gauvain Pocentek | 2016-02-04 | 1 | -0/+3 |
| | |||||
* | Fix Project.tree() | Gauvain Pocentek | 2016-01-30 | 1 | -0/+9 |
| | | | | Add API tests for tree(), blob() and archive(). | ||||
* | Add sudo support | Gauvain Pocentek | 2016-01-30 | 1 | -1/+2 |
| | |||||
* | Add support for application settings | Gauvain Pocentek | 2016-01-27 | 1 | -0/+7 |
| | |||||
* | Implement project variables support | Gauvain Pocentek | 2016-01-24 | 1 | -0/+9 |
| | |||||
* | implement project triggers support | Gauvain Pocentek | 2016-01-24 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | fix the API test for decode() | Gauvain Pocentek | 2016-01-23 | 1 | -4/+5 |
| | |||||
* | add a decode method for ProjectFile | Gauvain Pocentek | 2016-01-23 | 1 | -0/+1 |
| | |||||
* | Add an initial set of API tests | Gauvain Pocentek | 2016-01-18 | 1 | -0/+131 |