summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: add project members docGauvain Pocentek2016-07-162-0/+83
|
* Fix ProjectMember updateGauvain Pocentek2016-07-161-0/+1
|
* Update ProjectSnippet attributesGauvain Pocentek2016-07-161-1/+2
| | | | | | | 'visibility_level' has been added as an optional attribute to keep compatibility with older releases of gitlab. Fixes #129
* docs: document projects APIGauvain Pocentek2016-07-164-1/+165
|
* Implement archive/unarchive for a projetGauvain Pocentek2016-07-161-5/+37
| | | | | | The methods are called archive_ and unarchive_ to workaround a conflict with the deprecated archive method. Method will be renamed when the archive method is removed.
* Fix the Project.archive callGauvain Pocentek2016-07-161-1/+1
|
* Project: add VISIBILITY_* constantsGauvain Pocentek2016-07-161-0/+4
| | | | | They should be there instead of having them in the Group class. Variables in Group are keeped for compatibility.
* Implement user emails supportGauvain Pocentek2016-07-165-2/+148
|
* docs: crossref improvementsGauvain Pocentek2016-07-162-12/+19
|
* document users APIGauvain Pocentek2016-07-163-0/+217
|
* Add branches API documentationGauvain Pocentek2016-07-164-0/+82
|
* Merge pull request #128 from rafaeleyng/feat/add-note-events-to-project-hookGauvain Pocentek2016-07-111-1/+1
|\ | | | | add `note_events` to project hooks attributes
| * 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-192-0/+32
|\
| * Add support for label (un)subscribeGauvain Pocentek2016-06-192-0/+32
| |
* | add support for namespacesGauvain Pocentek2016-06-193-0/+21
| |
* | 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 trace
| | * Add support for build artifacts and traceissue-122Gauvain Pocentek2016-06-072-3/+49
| | | | | | | | | | | | Fixes #122
* | | issues: add optional listing parametersGauvain Pocentek2016-06-191-0/+2
|/ /
* | Add support for commit commentsGauvain Pocentek2016-06-192-15/+34
| | | | | | | | https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/commits.md
* | 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 ↵Gauvain Pocentek2016-06-192-0/+20
|\ \ | | | | | | | | | missionrulz-master
| * | 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
| | |
* | | Merge pull request #124 from Condla/masterGauvain Pocentek2016-06-181-0/+1
|\ \ \ | | | | | | | | Fix: --title is required argument, when in reality optional
| * \ \ Fix --title is not a required argument anymoreStefan K. Dunkler2016-06-180-0/+0
| |\ \ \
| | * | | Fix that --title is a required argument, when trying to update a ↵Stefan K. Dunkler2016-06-111-0/+1
| |/ / / |/| | | | | | | | | | | ProjectMilestone
| * | | Fix --title is not a required argument anymoreStefan K. Dunkler2016-06-181-0/+1
|/ / /
* | | docs: start a FAQGauvain Pocentek2016-06-082-0/+16
| |/ |/|
* | Merge pull request #121 from PeterMosmans/httpauthextendedGauvain Pocentek2016-05-311-3/+12
|\ \ | | | | | | Added HTTPauth support for even more methods :)
| * | 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 authentication
| * | 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 issues
| * | Add support for subscribe and unsubscribe in issuesIvica Arsov2016-05-202-0/+24
| | |