summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for build artifacts and traceissue-122Gauvain Pocentek2016-06-072-3/+49
* Merge pull request #121 from PeterMosmans/httpauthextendedGauvain Pocentek2016-05-311-3/+12
|\
| * pylint fixPeter Mosmans2016-05-311-2/+2
| * Added HTTPauth support for even more methods :)Peter Mosmans2016-05-311-3/+12
|/
* add HTTP auth options to docGauvain Pocentek2016-05-301-0/+4
* Merge pull request #120 from PeterMosmans/basicauthGauvain Pocentek2016-05-312-12/+44
|\
| * Added support for HTTP basic authenticationPeter Mosmans2016-05-302-12/+44
|/
* project issue: doc and CLI for (un)subscribeGauvain Pocentek2016-05-282-0/+28
* Merge pull request #118 from IvicaArsov/issues_subscribe_unsubscribeGauvain Pocentek2016-05-282-0/+24
|\
| * Add support for subscribe and unsubscribe in issuesIvica Arsov2016-05-202-0/+24
* | Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-05-281-2/+2
|\ \ | |/
| * Merge pull request #110 from chrwen-omicron/remove_next_url_from_cls_kwargsGauvain Pocentek2016-05-151-2/+2
| |\
| | * Remove 'next_url' from kwargs before passing it to the cls constructor.Christian Wenk2016-04-211-2/+2
* | | version bump0.13Gauvain Pocentek2016-05-161-1/+1
* | | update changelog and authorsGauvain Pocentek2016-05-162-0/+28
|/ /
* | Manage optional parameters for list() and get()Gauvain Pocentek2016-05-154-12/+47
* | 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-134-2/+76
* | | | Deprecate Project.archive()Gauvain Pocentek2016-05-132-2/+9
|/ / /
* | | Rename some methods to better match the API URLsGauvain Pocentek2016-05-122-5/+26
* | | ProjectFile: file_path is required for deletionGauvain Pocentek2016-05-121-1/+1
* | | Rework the Gitlab.delete methodGauvain Pocentek2016-05-121-5/+11
* | | Revert "enable python 3.5 tests for travis"Gauvain Pocentek2016-05-101-1/+0
* | | Rework merge requests updateGauvain Pocentek2016-05-101-2/+19
* | | enable python 3.5 tests for travisGauvain Pocentek2016-05-101-0/+1
* | | 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
* | Merge pull request #108 from guyzmo/using_requests_sessionGauvain Pocentek2016-05-081-36/+39
|\ \ | |/ |/|
| * 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-225-3/+111
* Update changelog and authors0.12.2Gauvain Pocentek2016-03-192-0/+26
* 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