summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* ignore pep8 errorGauvain Pocentek2016-08-081-1/+1
|
* add a basic HTTP debug methodGauvain Pocentek2016-08-081-0/+14
|
* Update changelog/authors/version for 0.140.14Gauvain Pocentek2016-08-071-1/+1
|
* MR merge(): update the objectGauvain Pocentek2016-08-071-1/+1
|
* MR (un)subscribe: don't fail if state doesn't changeGauvain Pocentek2016-08-071-2/+4
|
* Handle empty messages from server in exceptionsGauvain Pocentek2016-08-071-1/+1
|
* MR: fix updatesGauvain Pocentek2016-08-071-2/+7
|
* Fix the listing of some resourcesGauvain Pocentek2016-08-072-25/+16
| | | | | | | 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
|
* remove debug print statementGauvain Pocentek2016-08-061-1/+0
|
* Add support for project environmentsGauvain Pocentek2016-08-062-0/+18
|
* add support for global deploy key listingGauvain Pocentek2016-08-062-0/+14
|
* Added a new project attribute to enable the container registry.Christian Wenk2016-07-251-3/+5
|
* Add support from listing group issuesGauvain Pocentek2016-07-242-1/+18
|
* Improve commit statuses and commentsGauvain Pocentek2016-07-242-6/+26
| | | | Fixes #92
* tests: don't use deprecated Content methodGauvain Pocentek2016-07-181-2/+2
|
* CLI: refactor _die()Gauvain Pocentek2016-07-181-35/+36
|
* 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.
* fix unit testsGauvain Pocentek2016-07-171-1/+1
|
* 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-173-21/+50
| | | | | | | | | 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
|
* Gitlab: add managers for build-related resourcesGauvain Pocentek2016-07-171-0/+7
|
* Implement runners global APIGauvain Pocentek2016-07-172-0/+31
|
* Add docstring for settings manager in Gitlab classGauvain Pocentek2016-07-171-0/+1
|
* Fix pep8 testGauvain Pocentek2016-07-161-1/+2
|
* implement CLI for project archive/unarchive/shareGauvain Pocentek2016-07-161-1/+25
|
* 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-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 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