summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 0.17 release0.17Gauvain Pocentek2016-12-023-27/+71
* 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
|/
* docs: remove the build warning about _staticGauvain Pocentek2016-11-201-1/+1
* Add support for triggering a new buildGauvain Pocentek2016-11-203-11/+53
* CLI: add support for project all --allGauvain Pocentek2016-11-191-4/+13
* docs: fix "required" attributeGauvain Pocentek2016-11-141-1/+1
* docs: add missing requiredCreateAttrsGauvain Pocentek2016-11-141-0/+3
* Merge pull request #183 from GregoryEAllen/masterGauvain Pocentek2016-11-101-1/+2
|\
| * 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
| |/ |/|
| * Merge pull request #1 from GregoryEAllen/GregoryEAllen-patch-1Greg Allen2016-11-091-0/+1
| |\ |/ /
| * Add attr 'created_at' to ProjectIssueNoteGreg Allen2016-11-091-0/+1
|/
* Add support for templates APIGauvain Pocentek2016-11-067-30/+125
* Restore the Gitlab.user_projects managerGauvain Pocentek2016-11-051-24/+21
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-053-127/+46
* Implement merge requests diff supportGauvain Pocentek2016-11-053-4/+41
* Remove deprecated methodsGauvain Pocentek2016-11-051-66/+13
* Add a 'report a bug' link on docGauvain Pocentek2016-11-051-0/+24
* Implement __repr__ for gitlab objectsGauvain Pocentek2016-11-051-0/+5
* Sphinx ext: factorize the build methodsGauvain Pocentek2016-11-051-23/+10
* Fix tuples definitionGauvain Pocentek2016-11-051-13/+21
* pep8 fixGauvain Pocentek2016-11-051-0/+1
* API docs: add managers doc in GitlabObject'sGauvain Pocentek2016-11-051-0/+7
* Build managers on demand on GitlabObject'sGauvain Pocentek2016-11-051-27/+35
* Fix docstring for http_{username,password}Gauvain Pocentek2016-11-051-4/+4
* Rework the API documentationGauvain Pocentek2016-11-056-79/+146
* fix line too longGauvain Pocentek2016-11-051-1/+2
* Move deploy key enable/disable to the objectGauvain Pocentek2016-11-052-11/+11
* Merge branch 'master-project-deploy-keys' of https://github.com/Asher256/pyth...Gauvain Pocentek2016-11-054-0/+36
|\
| * Project deploy key response code = 201Asher256@users.noreply.github.com2016-11-011-8/+8
| * Fixing the response and project_id argumentAsher2562016-11-012-10/+6
| * Documentation for enable/disable deploy key functionsAsher256@users.noreply.github.com2016-10-303-2/+26
| * 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
* | add missing files in MANIFEST.inGauvain Pocentek2016-11-031-2/+2
* | ProjectHook: support the token attributeGauvain Pocentek2016-11-021-1/+1
* | docs: add a note for python 3.5 for file content updateGauvain Pocentek2016-11-011-1/+3
|/
* Merge pull request #178 from cgumpert/masterGauvain Pocentek2016-10-281-1/+1
|\
| * fix bug when retrieving changes for merge requestChristian2016-10-281-1/+1
|/
* Merge pull request #172 from xiaopeng163/masterGauvain Pocentek2016-10-261-1/+1
|\
| * edit doc badge urlPeng Xiao2016-10-261-1/+1
|/
* Don't overwrite attributes returned by the serverGauvain Pocentek2016-10-241-1/+3
* README typoGauvain Pocentek2016-10-231-1/+1
* Add support for the notification settings APIGauvain Pocentek2016-10-237-1/+124
* Add support for broadcast messages APIGauvain Pocentek2016-10-236-0/+96
* Add support for Gitlab.version()Gauvain Pocentek2016-10-231-0/+21