summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Fix ProjectMember updateGauvain Pocentek2016-07-161-0/+1
* Update ProjectSnippet attributesGauvain Pocentek2016-07-161-1/+2
* Implement archive/unarchive for a projetGauvain Pocentek2016-07-161-5/+37
* Fix the Project.archive callGauvain Pocentek2016-07-161-1/+1
* Project: add VISIBILITY_* constantsGauvain Pocentek2016-07-161-0/+4
* Implement user emails supportGauvain Pocentek2016-07-162-2/+33
* add `note_events` to project hooks attributesRafael Eyng2016-07-101-1/+1
* MR: add (un)subscribe supportGauvain Pocentek2016-06-191-2/+32
* Merge branch 'label-subscribe'Gauvain Pocentek2016-06-191-0/+28
|\
| * Add support for label (un)subscribeGauvain Pocentek2016-06-191-0/+28
* | add support for namespacesGauvain Pocentek2016-06-192-0/+15
* | milestone: optional listing attrsGauvain Pocentek2016-06-191-0/+1
|/
* update ProjectLabel attributesGauvain Pocentek2016-06-191-3/+3
* Add support for project-issue moveGauvain Pocentek2016-06-192-1/+25
* project issue: proper update attributesGauvain Pocentek2016-06-191-3/+6
* issues: add missing optional listing parametersGauvain Pocentek2016-06-191-2/+3
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-06-192-3/+49
|\
| * Merge pull request #125 from gpocentek/issue-122Gauvain Pocentek2016-06-192-3/+49
| |\
| | * Add support for build artifacts and traceissue-122Gauvain Pocentek2016-06-072-3/+49
* | | issues: add optional listing parametersGauvain Pocentek2016-06-191-0/+2
|/ /
* | Add support for commit commentsGauvain Pocentek2016-06-192-15/+34
* | commit status: optional get attrsGauvain Pocentek2016-06-191-0/+1
* | commit status: add optional context urlGauvain Pocentek2016-06-191-1/+2
* | Make GroupProject more "python-gitlabish"Gauvain Pocentek2016-06-191-19/+16
* | Merge branch 'master' of https://github.com/missionrulz/python-gitlab into mi...Gauvain Pocentek2016-06-192-0/+20
|\ \
| * | typo in doc blockMissionrulz2016-06-191-1/+1
| * | add to __init__.py & move manager after class declarationMissionrulz2016-06-192-4/+6
| * | move into own class & create manager classMissionrulz2016-06-191-0/+6
| * | update docblockKris Gambirazzi2016-04-271-4/+3
| * | list projects under groupKris Gambirazzi2016-04-271-0/+13
* | | Fix --title is not a required argument anymoreStefan K. Dunkler2016-06-181-0/+1
| |/ |/|
* | pylint fixPeter Mosmans2016-05-311-2/+2
* | Added HTTPauth support for even more methods :)Peter Mosmans2016-05-311-3/+12
* | 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
|/ /
* | 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