summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* version bump0.13Gauvain Pocentek2016-05-161-1/+1
* Manage optional parameters for list() and get()Gauvain Pocentek2016-05-152-3/+20
* fix pep8 testsGauvain Pocentek2016-05-131-1/+0
* implement list/get licensesGauvain Pocentek2016-05-132-0/+14
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-05-131-1/+0
|\
| * Merge pull request #113 from adamreid/masterGauvain Pocentek2016-05-121-1/+0
| |\
| | * Merge branch 'master' of https://github.com/gpocentek/python-gitlabAdam Reid2016-05-092-36/+96
| | |\
| | * | Remove unnecessary canUpdate property from ProjectIssuesNoteAdam Reid2016-05-091-1/+0
| | * | Enable updates on ProjectIssueNotesAdam Reid2016-05-061-1/+1
* | | | implement star/unstar for projectsGauvain Pocentek2016-05-133-2/+70
* | | | Deprecate Project.archive()Gauvain Pocentek2016-05-131-0/+7
|/ / /
* | | Rename some methods to better match the API URLsGauvain Pocentek2016-05-121-3/+22
* | | ProjectFile: file_path is required for deletionGauvain Pocentek2016-05-121-1/+1
* | | Rework the Gitlab.delete methodGauvain Pocentek2016-05-121-5/+11
* | | Rework merge requests updateGauvain Pocentek2016-05-101-2/+19
* | | Enable deprecation warnings for gitlab onlyGauvain Pocentek2016-05-101-1/+2
* | | Add new optional attributes for projectsGauvain Pocentek2016-05-101-3/+6
| |/ |/|
* | Drop the next_url attribute when listingGauvain Pocentek2016-05-081-0/+4
* | Implement project contributorsGauvain Pocentek2016-05-081-0/+15
* | Implement project compareGauvain Pocentek2016-05-081-1/+21
* | Add support for Project raw_blobGauvain Pocentek2016-05-081-0/+18
* | Adding a Session instance for all HTTP requestsGuyzmo2016-04-021-36/+39
|/
* Add missing group creation parametersGauvain Pocentek2016-03-221-0/+5
* Add deletion support for issues and MRGauvain Pocentek2016-03-221-2/+0
* add "external" parameter for usersGauvain Pocentek2016-03-221-2/+3
* MR: add support for closes_issuesGauvain Pocentek2016-03-222-0/+23
* MR: add support for cancel_merge_when_build_succeedsGauvain Pocentek2016-03-222-0/+20
* minor docs fixesGauvain Pocentek2016-03-222-6/+7
* Add support for MergeRequest validationGauvain Pocentek2016-03-223-3/+76
* version bumpGauvain Pocentek2016-03-191-1/+1
* Gitlab.update(): use the proper attributes if definedGauvain Pocentek2016-03-191-2/+5
* add a note about project search APIGauvain Pocentek2016-03-121-0/+10
* Fix the 'invalid syntax' on Python 3.2, because of u'password'Asher2562016-03-021-2/+2
* Re-implement _custom_list in the Gitlab classGauvain Pocentek2016-02-182-20/+42
* remove unused _returnClass attributeGauvain Pocentek2016-02-142-4/+0
* CI: implement user get-by-usernameGauvain Pocentek2016-02-141-2/+9
* CLI: fix discovery of method to executeGauvain Pocentek2016-02-141-0/+1
* Improve the doc for UserManagerGauvain Pocentek2016-02-121-3/+20
* Implement "user search" CLIGauvain Pocentek2016-02-121-1/+8
* define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-122-0/+40
* define UserManager.search() to search for usersRichard Hansen2016-02-122-0/+31
* define GitlabObject.__eq__() and __ne__() equivalence methodsRichard Hansen2016-02-121-0/+17
* define GitlabObject.as_dict() to dump object as a dictRichard Hansen2016-02-111-3/+6
* Merge pull request #89 from ExodusIntelligence/masterGauvain Pocentek2016-02-061-1/+2
|\
| * Added missing commaJames (d0c_s4vage) Johnson2016-02-041-1/+1
| * Adding new `ProjectHook` attributes:James (d0c_s4vage) Johnson2016-02-041-1/+2
* | Add some unit tests for CLIGauvain Pocentek2016-02-053-72/+172
* | Rework the CLI codeGauvain Pocentek2016-02-051-154/+177
* | fix GitlabObject creation in _custom_listMikhail Lopotkov2016-02-051-1/+1
* | Add support for user block/unblockGauvain Pocentek2016-02-042-0/+22