summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the listing of some resourcesGauvain Pocentek2016-08-071-23/+13
| | | | | | | The parent ID wasn't available in the generated objects, leading to exceptions when trying to use specific methods for these objects. Fixes #132
* MR: get list of changes and commitsGauvain Pocentek2016-08-071-0/+30
|
* Add support for project environmentsGauvain Pocentek2016-08-061-0/+14
|
* add support for global deploy key listingGauvain Pocentek2016-08-061-0/+12
|
* Added a new project attribute to enable the container registry.Christian Wenk2016-07-251-3/+5
|
* Add support from listing group issuesGauvain Pocentek2016-07-241-1/+16
|
* Improve commit statuses and commentsGauvain Pocentek2016-07-241-2/+8
| | | | Fixes #92
* Replace Snippet.Content() with a new content() methodGauvain Pocentek2016-07-171-5/+27
| | | | | This new method use the standard lowercase name and implements data streaming.
* Groups can be updatedGauvain Pocentek2016-07-171-1/+1
|
* Add missing args in docstringsGauvain Pocentek2016-07-171-0/+32
|
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-171-20/+33
| | | | | | | | | Some API calls will download possibly large data, resulting in a high memory usage and out-of-memory errors. For these API calls use the requests streaming capabilities and download chunked data. The caller is responsible of providing a callable to actually store the data. The default callable just prints the data on stdout.
* Implement ProjectBuild.keep_artifactsGauvain Pocentek2016-07-171-1/+14
|
* Implement runners global APIGauvain Pocentek2016-07-171-0/+29
|
* Implement sharing project with a groupGauvain Pocentek2016-07-161-0/+16
|
* 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
* 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-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
|\ \