summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for boards APIGauvain Pocentek2016-10-235-0/+139
* Merge pull request #169 from hakkeroid/allow-iid-parameter-to-request-distinc...Gauvain Pocentek2016-10-231-0/+16
|\
| * Convert response list to single data source for iid requestsPhilipp Busch2016-10-231-0/+16
|/
* Merge pull request #168 from hakkeroid/pass_kwargs_to_object_factoryGauvain Pocentek2016-10-232-6/+8
|\
| * Add .tox to ignore to respect default tox settingsPhilipp Busch2016-10-201-0/+1
| * Pass kwargs to the object factoryPhilipp Busch2016-10-201-6/+7
|/
* Merge pull request #165 from hakkeroid/patch-1Gauvain Pocentek2016-10-171-1/+1
|\
| * Fix ProjectBuild.play raises error on successhakkeroid2016-10-171-1/+1
|/
* README: add badges for pypi and RTDGauvain Pocentek2016-10-161-0/+6
* Set version to 0.160.16Gauvain Pocentek2016-10-161-1/+1
* prepare the 0.16 releaseGauvain Pocentek2016-10-162-0/+21
* Implement ProjectBuild.play()Gauvain Pocentek2016-10-034-0/+20
* Merge pull request #159 from JonathonReinhart/158-erase-buildGauvain Pocentek2016-10-034-10/+16
|\
| * Update docs to use ProjectBuild.erase()Jonathon Reinhart2016-10-022-10/+6
| * Add ProjectBuild.erase()Jonathon Reinhart2016-10-022-0/+10
|/
* Workaround gitlab setup failure in testsGauvain Pocentek2016-09-301-11/+16
* rework travis and tox setupGauvain Pocentek2016-09-292-13/+13
* Use the plural merge_requests URL everywhereGauvain Pocentek2016-09-291-2/+1
* Fix examples for file modificationGauvain Pocentek2016-09-251-2/+2
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-09-231-3/+5
|\
| * Merge pull request #155 from rafaeleyng/add-only_allow_merge_if_build_succeedsGauvain Pocentek2016-09-231-3/+5
| |\
| | * break lines too longRafael Eyng2016-09-221-2/+4
| | * add only_allow_merge_if_build_succeeds option to project objectsRafael Eyng2016-09-221-3/+3
| |/
* | Add support for --all in CLIGauvain Pocentek2016-09-232-1/+9
|/
* Merge pull request #154 from derek-austin/patch-1Gauvain Pocentek2016-09-221-0/+10
|\
| * Create a project in a groupderek-austin2016-09-211-0/+10
|/
* Merge pull request #150 from vilhelmen/masterGauvain Pocentek2016-09-151-0/+7
|\