summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement user emails supportGauvain Pocentek2016-07-161-2/+31
|
* 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-191-0/+13
| |
* | 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-191-0/+15
|
* 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-191-2/+32
|\
| * Merge pull request #125 from gpocentek/issue-122Gauvain Pocentek2016-06-191-2/+32
| |\ | | | | | | Add support for build artifacts and trace
| | * Add support for build artifacts and traceissue-122Gauvain Pocentek2016-06-071-2/+32
| | | | | | | | | | | | Fixes #122
* | | issues: add optional listing parametersGauvain Pocentek2016-06-191-0/+2
|/ /
* | Add support for commit commentsGauvain Pocentek2016-06-191-15/+31
| | | | | | | | 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-191-0/+18
|\ \ | | | | | | | | | missionrulz-master
| * | add to __init__.py & move manager after class declarationMissionrulz2016-06-191-4/+4
| | |
| * | 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
| |/ |/|
* | project issue: doc and CLI for (un)subscribeGauvain Pocentek2016-05-281-0/+12
| |
* | Add support for subscribe and unsubscribe in issuesIvica Arsov2016-05-201-0/+16
| |
* | Manage optional parameters for list() and get()Gauvain Pocentek2016-05-151-0/+7
| | | | | | | | | | * List these elements in the API doc * Implement for License objects
* | fix pep8 testsGauvain Pocentek2016-05-131-1/+0
| |
* | implement list/get licensesGauvain Pocentek2016-05-131-0/+12
| |
* | 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
| |\ \ | | | | | | | | Enable updates on ProjectIssueNotes
| | * \ Merge branch 'master' of https://github.com/gpocentek/python-gitlabAdam Reid2016-05-091-0/+53
| | |\ \
| | * | | 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-131-0/+40
| | | |
* | | | Deprecate Project.archive()Gauvain Pocentek2016-05-131-0/+7
|/ / /
* | | Rename some methods to better match the API URLsGauvain Pocentek2016-05-121-3/+22
| | | | | | | | | | | | Also deprecate the file_* methods in favor of the files manager.
* | | ProjectFile: file_path is required for deletionGauvain Pocentek2016-05-121-1/+1
| | |
* | | Rework merge requests updateGauvain Pocentek2016-05-101-2/+19
| | | | | | | | | | | | Fixes #76
* | | Add new optional attributes for projectsGauvain Pocentek2016-05-101-3/+6
| |/ |/| | | | | Fixes #116
* | Implement project contributorsGauvain Pocentek2016-05-081-0/+15
| |
* | Implement project compareGauvain Pocentek2016-05-081-1/+21
| | | | | | | | Fixes #112
* | Add support for Project raw_blobGauvain Pocentek2016-05-081-0/+18
|/
* Add missing group creation parametersGauvain Pocentek2016-03-221-0/+5
| | | | | description and visibility_level are optional parameters for group creation.
* Add deletion support for issues and MRGauvain Pocentek2016-03-221-2/+0
| | | | | This is supported in gitlabhq master branch for admin users (soft deletion).
* add "external" parameter for usersGauvain Pocentek2016-03-221-2/+3
|
* MR: add support for closes_issuesGauvain Pocentek2016-03-221-0/+14
|
* MR: add support for cancel_merge_when_build_succeedsGauvain Pocentek2016-03-221-0/+12
|
* minor docs fixesGauvain Pocentek2016-03-221-3/+3
|