summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* prepare the 0.18 release0.18Gauvain Pocentek2016-12-271-1/+1
* sudo: always use stringsGauvain Pocentek2016-12-261-0/+2
* Update known attributes for projectsGauvain Pocentek2016-12-261-14/+17
* Snippet: content() -> raw()Gauvain Pocentek2016-12-262-6/+5
* SnippetManager: all() -> public()Gauvain Pocentek2016-12-261-14/+2
* Merge branch 'features/personal_snippets' of https://github.com/guyzmo/python...Gauvain Pocentek2016-12-253-1/+98
|\
| * Added support for Snippets (new API in Gitlab 8.15)Guyzmo2016-12-243-1/+98
* | [CLI] Fix wrong use of argumentsGauvain Pocentek2016-12-251-4/+4
* | [CLI] ignore empty argumentsGauvain Pocentek2016-12-241-1/+4
|/
* Add jira_issue_transition_id to the JIRA service optional fieldsMichal Galet2016-12-121-1/+1
* Fix JIRA service editing for GitLab 8.14+Michal Galet2016-12-121-2/+10
* prepare 0.17 release0.17Gauvain Pocentek2016-12-021-1/+1
* Merge pull request #186 from localmed/fix-should-remove-source-branchGauvain Pocentek2016-12-021-2/+2
|\
| * Fix `should_remove_source_branch`Pete Browne2016-11-211-2/+2
* | Rework requests argumentsGauvain Pocentek2016-12-011-44/+29
|/
* Add support for triggering a new buildGauvain Pocentek2016-11-201-0/+21
* CLI: add support for project all --allGauvain Pocentek2016-11-191-4/+13
* Merge pull request #2 from GregoryEAllen/GregoryEAllen-patch-2Greg Allen2016-11-091-1/+1
|\
| * Add attr 'updated_at' to ProjectIssueGreg Allen2016-11-091-1/+1
* | Add attr 'created_at' to ProjectIssueNoteGreg Allen2016-11-091-0/+1
|/
* Add support for templates APIGauvain Pocentek2016-11-062-0/+26
* Restore the Gitlab.user_projects managerGauvain Pocentek2016-11-051-24/+21
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-051-122/+28
* Implement merge requests diff supportGauvain Pocentek2016-11-051-0/+15
* Remove deprecated methodsGauvain Pocentek2016-11-051-66/+13
* Implement __repr__ for gitlab objectsGauvain Pocentek2016-11-051-0/+5
* Fix tuples definitionGauvain Pocentek2016-11-051-13/+21
* pep8 fixGauvain Pocentek2016-11-051-0/+1
* Build managers on demand on GitlabObject'sGauvain Pocentek2016-11-051-27/+35
* Fix docstring for http_{username,password}Gauvain Pocentek2016-11-051-4/+4
* fix line too longGauvain Pocentek2016-11-051-1/+2
* Move deploy key enable/disable to the objectGauvain Pocentek2016-11-051-9/+9
* Merge branch 'master-project-deploy-keys' of https://github.com/Asher256/pyth...Gauvain Pocentek2016-11-052-0/+16
|\
| * Project deploy key response code = 201Asher256@users.noreply.github.com2016-11-011-8/+8
| * Fixing the response and project_id argumentAsher2562016-11-011-6/+6
| * Documentation for enable/disable deploy key functionsAsher256@users.noreply.github.com2016-10-301-2/+2
| * New exception for ProjectKey.enable_deploy_key and disable_deploy_keyAsher256@users.noreply.github.com2016-10-302-2/+6
| * enable/disable deploy key methos moved to the class ProjectKey()Asher256@users.noreply.github.com2016-10-301-6/+6
| * Delete is used for '/projects/%s/deploy_keys/%s/disable'Asher2562016-10-301-1/+1
| * Feature: enable / disable the deploy key in a projectAsher2562016-10-281-0/+12
* | ProjectHook: support the token attributeGauvain Pocentek2016-11-021-1/+1
|/
* fix bug when retrieving changes for merge requestChristian2016-10-281-1/+1
* Don't overwrite attributes returned by the serverGauvain Pocentek2016-10-241-1/+3
* Add support for the notification settings APIGauvain Pocentek2016-10-233-0/+56
* Add support for broadcast messages APIGauvain Pocentek2016-10-232-0/+15
* Add support for Gitlab.version()Gauvain Pocentek2016-10-231-0/+21
* Add support for boards APIGauvain Pocentek2016-10-232-0/+36
* Convert response list to single data source for iid requestsPhilipp Busch2016-10-231-0/+16
* Pass kwargs to the object factoryPhilipp Busch2016-10-201-6/+7
* Fix ProjectBuild.play raises error on successhakkeroid2016-10-171-1/+1