summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* bump version and update changelogGauvain Pocentek2016-08-271-1/+1
|
* Add support for project deploymentsGauvain Pocentek2016-08-272-0/+15
|
* Add support for access requestsGauvain Pocentek2016-08-272-3/+70
|
* Add support for project pipelinesGauvain Pocentek2016-08-273-2/+59
|
* Add support for project services APIGauvain Pocentek2016-08-132-0/+83
|
* Remove unused ProjectTagReleaseManager classGauvain Pocentek2016-08-131-4/+0
|
* Fix canGet attribute (typo)Gauvain Pocentek2016-08-131-1/+1
|
* Remove _get_list_or_object() and its testsGauvain Pocentek2016-08-133-75/+0
|
* Let _data_for_gitlab return python dataGauvain Pocentek2016-08-131-12/+13
|
* Refactor the Gitlab classGauvain Pocentek2016-08-131-135/+25
| | | | Make use of the _raw_* methods in the CRUD methods.
* fix pep8 testGauvain Pocentek2016-08-111-0/+1
|
* Remove method marked as deprecated 7 months agoGauvain Pocentek2016-08-112-280/+0
|
* Add copyright header to utils.pyGauvain Pocentek2016-08-111-0/+17
|
* Move the constants at the gitlab root levelGauvain Pocentek2016-08-113-11/+38
|
* Add sidekiq metrics supportGauvain Pocentek2016-08-112-0/+37
|
* implement the todo APIGauvain Pocentek2016-08-113-1/+56
|
* Update the ApplicationSettings attributesGauvain Pocentek2016-08-091-5/+17
|
* 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
|