summaryrefslogtreecommitdiff
path: root/gitlab/tests
Commit message (Expand)AuthorAgeFilesLines
* refactor: format everything blackrefactor/blackMax Wittig2019-05-166-418/+486
* Make gitlab.Gitlab.from_config a classmethodjeroen_decroos2019-03-071-0/+32
* fix: use python2 compatible syntax for superfix/python-testsMax Wittig2019-02-221-1/+5
* Implement __eq__ and __hash__ methodsJonathan Piron2019-02-201-0/+23
* fix(cli): exit on config parse error, instead of crashingMax Wittig2018-11-041-3/+17
* Revert "make as_list work for all queries"Gauvain Pocentek2018-06-171-60/+7
* make as_list work for all queriesCyril Jouve2018-06-071-7/+60
* silence logs/warnings in unittestsCyril Jouve2018-06-072-6/+27
* Add missing project attributesGauvain Pocentek2018-05-291-0/+7
* Implement user_agent_detail for snippetsGauvain Pocentek2018-05-271-0/+7
* add per_page config optionCyril Jouve2018-05-221-1/+15
* Drop GetFromListMixinGauvain Pocentek2018-05-192-23/+3
* Drop API v3 supportGauvain Pocentek2018-05-194-1454/+13
* Implement attribute types to handle special casesGauvain Pocentek2018-03-171-0/+66
* Add basic unit tests for v4 CLIGauvain Pocentek2018-03-111-0/+37
* [cli] Allow to read args from filesGauvain Pocentek2018-03-051-0/+25
* introduce RefreshMixinPierre Tardy2018-03-041-0/+19
* Default to API v4Gauvain Pocentek2018-02-053-26/+27
* Remove now-invalid testGauvain Pocentek2017-12-161-3/+0
* Revert "Add unit tests for mixin exceptions"Gauvain Pocentek2017-11-161-86/+0
* Add unit tests for mixin exceptionsGauvain Pocentek2017-11-111-0/+86
* Add a SetMixinGauvain Pocentek2017-11-111-0/+25
* Add missing mocking on unit testGauvain Pocentek2017-11-101-1/+11
* Add support for oauth and anonymous auth in config/CLIGauvain Pocentek2017-11-101-5/+22
* Rework authentication args handlingGauvain Pocentek2017-11-101-0/+49
* Module's base objects serialization (#359)Lyudmil Nenov2017-11-033-0/+29
* Pagination generators: expose more informationGauvain Pocentek2017-11-011-0/+6
* Support SSL verification via internal CA bundleMaura Hausman2017-08-041-0/+15
* Update tests for list() changesGauvain Pocentek2017-08-042-5/+10
* Restore correct exceptionsGauvain Pocentek2017-07-151-1/+1
* Refactor the CLIGauvain Pocentek2017-06-251-15/+22
* Remove unused future.division importGauvain Pocentek2017-06-111-1/+0
* tests for objects mixinsGauvain Pocentek2017-06-051-0/+57
* Add tests for managers mixinsGauvain Pocentek2017-06-051-0/+354
* Basic test for GitlabListGauvain Pocentek2017-06-051-1/+47
* Unit tests for REST* classesGauvain Pocentek2017-06-051-0/+129
* Tests and fixes for the http_* methodsGauvain Pocentek2017-06-021-0/+220
* update copyright yearsGauvain Pocentek2017-05-243-3/+3
* Merge branch 'v4_support'Gauvain Pocentek2017-05-241-1/+1
|\
| * Reorganise the code to handle v3 and v4 objectsGauvain Pocentek2017-05-231-1/+1
* | Deprecate parameter related methods in gitlab.GitlabGauvain Pocentek2017-05-241-25/+8
|/
* Add 'search' attribute to projects.list()Gauvain Pocentek2017-05-231-3/+3
* Stop listing if recursion limit is hit (#234)Johan Brandhorst2017-03-231-0/+70
* Snippet: content() -> raw()Gauvain Pocentek2016-12-261-2/+2
* Added support for Snippets (new API in Gitlab 8.15)Guyzmo2016-12-241-0/+34
* Remove _get_list_or_object() and its testsGauvain Pocentek2016-08-132-65/+0
* tests: don't use deprecated Content methodGauvain Pocentek2016-07-181-2/+2
* fix unit testsGauvain Pocentek2016-07-171-1/+1
* define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-121-0/+26
* define UserManager.search() to search for usersRichard Hansen2016-02-121-0/+23