summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
Commit message (Expand)AuthorAgeFilesLines
* Missing coma concatenates array valuesderek-austin2016-09-131-1/+1
* JIRA service - add api_url to optional attributesMichal Galet2016-09-131-1/+1
* fix pep8Armin Weihbold2016-09-101-0/+1
* Add the ability to fork to a specific namespaceArmin Weihbold2016-09-101-1/+1
* Add support for project deploymentsGauvain Pocentek2016-08-271-0/+12
* Add support for access requestsGauvain Pocentek2016-08-271-3/+64
* Add support for project pipelinesGauvain Pocentek2016-08-271-0/+38
* Add support for project services APIGauvain Pocentek2016-08-131-0/+80
* 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-131-10/+0
* Let _data_for_gitlab return python dataGauvain Pocentek2016-08-131-12/+13
* Remove method marked as deprecated 7 months agoGauvain Pocentek2016-08-111-156/+0
* Move the constants at the gitlab root levelGauvain Pocentek2016-08-111-11/+11
* Add sidekiq metrics supportGauvain Pocentek2016-08-111-0/+36
* implement the todo APIGauvain Pocentek2016-08-111-1/+50
* Update the ApplicationSettings attributesGauvain Pocentek2016-08-091-5/+17
* 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
* MR: fix updatesGauvain Pocentek2016-08-071-2/+7
* Fix the listing of some resourcesGauvain Pocentek2016-08-071-23/+13
* 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
* Replace Snippet.Content() with a new content() methodGauvain Pocentek2016-07-171-5/+27
* 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
* 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
* Implement archive/unarchive for a projetGauvain Pocentek2016-07-161-5/+37
* Fix the Project.archive callGauvain Pocentek2016-07-161-1/+1
* Project: add VISIBILITY_* constantsGauvain Pocentek2016-07-161-0/+4
* 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