Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "make as_list work for all queries" | Gauvain Pocentek | 2018-06-17 | 1 | -60/+7 |
| | | | | | | This reverts commit 8e787612fa77dc945a4c1327e9faa6eee10c48f2. This change broke the basic generator usage (Fixes #534) | ||||
* | make as_list work for all queries | Cyril Jouve | 2018-06-07 | 1 | -7/+60 |
| | |||||
* | silence logs/warnings in unittests | Cyril Jouve | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Drop GetFromListMixin | Gauvain Pocentek | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -602/+13 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 1 | -3/+3 |
| | |||||
* | Add missing mocking on unit test | Gauvain Pocentek | 2017-11-10 | 1 | -1/+11 |
| | |||||
* | Rework authentication args handling | Gauvain Pocentek | 2017-11-10 | 1 | -0/+49 |
| | | | | | | | | * Raise exceptions when conflicting arguments are used * Build the auth headers when instanciating Gitlab, not on each request * Enable anonymous Gitlab objects (#364) Add docs and unit tests | ||||
* | Module's base objects serialization (#359) | Lyudmil Nenov | 2017-11-03 | 1 | -0/+9 |
| | | | | | | | | Make gitlab objects serializable With current implementation of API v3 and v4 support, some instances have properties of type module and are not serializable. Handle these properties manually with setstate and getstate methods. | ||||
* | Pagination generators: expose more information | Gauvain Pocentek | 2017-11-01 | 1 | -0/+6 |
| | | | | | | | Expose the X-* pagination attributes returned by the Gitlab server when requesting lists. Closes #304 | ||||
* | Update tests for list() changes | Gauvain Pocentek | 2017-08-04 | 1 | -3/+8 |
| | |||||
* | Basic test for GitlabList | Gauvain Pocentek | 2017-06-05 | 1 | -1/+47 |
| | |||||
* | Tests and fixes for the http_* methods | Gauvain Pocentek | 2017-06-02 | 1 | -0/+220 |
| | |||||
* | Deprecate parameter related methods in gitlab.Gitlab | Gauvain Pocentek | 2017-05-24 | 1 | -25/+8 |
| | | | | | | | | These methods change the auth information and URL, and might have some unwanted side effects. Users should create a new Gitlab instance to change the URL and authentication information. | ||||
* | Stop listing if recursion limit is hit (#234) | Johan Brandhorst | 2017-03-23 | 1 | -0/+70 |
| | |||||
* | Remove _get_list_or_object() and its tests | Gauvain Pocentek | 2016-08-13 | 1 | -28/+0 |
| | |||||
* | fix unit tests | Gauvain Pocentek | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | fix the test_create_unknown_path test | Gauvain Pocentek | 2016-01-23 | 1 | -4/+3 |
| | |||||
* | Support deletion without getting the object first | Gauvain Pocentek | 2016-01-10 | 1 | -1/+19 |
| | | | | Use this feature in the CLI to avoid an extra API call to the server. | ||||
* | Rework gitlab._sanitize | Gauvain Pocentek | 2016-01-10 | 1 | -0/+16 |
| | | | | | | Make it a recursive function and eliminate _sanitize_dict. Add unit tests. | ||||
* | Deprecate the "old" Gitlab methods | Gauvain Pocentek | 2016-01-08 | 1 | -13/+29 |
| | | | | Update the associated unit tests. | ||||
* | GitLab -> Gitlab (class names) | Gauvain Pocentek | 2016-01-03 | 1 | -3/+3 |
| | |||||
* | fix the tests | Gauvain Pocentek | 2015-12-31 | 1 | -3/+7 |
| | |||||
* | Rename the _created attribute _from_api | Gauvain Pocentek | 2015-12-31 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -6/+6 |
| | |||||
* | make the tests pass | Gauvain Pocentek | 2015-05-12 | 1 | -56/+131 |
| | |||||
* | move the tests inside the package | Gauvain Pocentek | 2015-05-11 | 1 | -0/+569 |