Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop listing if recursion limit is hit (#234) | Johan Brandhorst | 2017-03-23 | 1 | -0/+70 |
* | Snippet: content() -> raw() | Gauvain Pocentek | 2016-12-26 | 1 | -2/+2 |
* | Added support for Snippets (new API in Gitlab 8.15) | Guyzmo | 2016-12-24 | 1 | -0/+34 |
* | Remove _get_list_or_object() and its tests | Gauvain Pocentek | 2016-08-13 | 2 | -65/+0 |
* | tests: don't use deprecated Content method | Gauvain Pocentek | 2016-07-18 | 1 | -2/+2 |
* | fix unit tests | Gauvain Pocentek | 2016-07-17 | 1 | -1/+1 |
* | define UserManager.get_by_username() to get a user by username | Richard Hansen | 2016-02-12 | 1 | -0/+26 |
* | define UserManager.search() to search for users | Richard Hansen | 2016-02-12 | 1 | -0/+23 |
* | Add some unit tests for CLI | Gauvain Pocentek | 2016-02-05 | 2 | -4/+95 |
* | Add support for application settings | Gauvain Pocentek | 2016-01-27 | 1 | -0/+39 |
* | 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 | 1 | -0/+9 |
* | add unit tests for managers | Gauvain Pocentek | 2016-01-16 | 1 | -3/+23 |
* | Support deletion without getting the object first | Gauvain Pocentek | 2016-01-10 | 1 | -1/+19 |
* | Rework gitlab._sanitize | Gauvain Pocentek | 2016-01-10 | 1 | -0/+16 |
* | Add support for groups search | Gauvain Pocentek | 2016-01-09 | 1 | -0/+23 |
* | unit tests for config parser | Gauvain Pocentek | 2016-01-09 | 1 | -0/+111 |
* | Implement ProjectManager search/list methods | Gauvain Pocentek | 2016-01-08 | 1 | -0/+69 |
* | Deprecate the "old" Gitlab methods | Gauvain Pocentek | 2016-01-08 | 1 | -13/+29 |
* | add unit tests for BaseManager | Gauvain Pocentek | 2016-01-03 | 1 | -0/+147 |
* | GitLab -> Gitlab (class names) | Gauvain Pocentek | 2016-01-03 | 2 | -4/+4 |
* | fix the tests | Gauvain Pocentek | 2015-12-31 | 1 | -3/+7 |
* | Rename the _created attribute _from_api | Gauvain Pocentek | 2015-12-31 | 2 | -5/+5 |
* | don't list everything by default | Gauvain Pocentek | 2015-08-21 | 1 | -5/+4 |
* | fix pep8 test | Gauvain Pocentek | 2015-08-21 | 1 | -11/+10 |
* | issue #63 add unit tests for 'next' link handling in list() | Jason Antman | 2015-08-05 | 1 | -0/+51 |
* | Fix the tests when the host runs a web server | Gauvain Pocentek | 2015-05-13 | 1 | -1/+12 |
* | use more pythonic names for some methods | Gauvain Pocentek | 2015-05-12 | 2 | -22/+23 |
* | make the tests pass | Gauvain Pocentek | 2015-05-12 | 2 | -91/+183 |
* | setup tox for py27 and py34 tests | Gauvain Pocentek | 2015-05-11 | 1 | -0/+0 |
* | move the tests inside the package | Gauvain Pocentek | 2015-05-11 | 2 | -0/+1001 |