| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move deploy key enable/disable to the object | Gauvain Pocentek | 2016-11-05 | 1 | -9/+9 | |
| | | | | | | To keep things consistent with other objects, action methods are available on the object itself, not the manager. | |||||
| * | Merge branch 'master-project-deploy-keys' of ↵ | Gauvain Pocentek | 2016-11-05 | 2 | -0/+16 | |
| |\ | | | | | | | https://github.com/Asher256/python-gitlab into Asher256-master-project-deploy-keys | |||||
| | * | Project deploy key response code = 201 | Asher256@users.noreply.github.com | 2016-11-01 | 1 | -8/+8 | |
| | | | ||||||
| | * | Fixing the response and project_id argument | Asher256 | 2016-11-01 | 1 | -6/+6 | |
| | | | ||||||
| | * | Documentation for enable/disable deploy key functions | Asher256@users.noreply.github.com | 2016-10-30 | 1 | -2/+2 | |
| | | | ||||||
| | * | New exception for ProjectKey.enable_deploy_key and disable_deploy_key | Asher256@users.noreply.github.com | 2016-10-30 | 2 | -2/+6 | |
| | | | ||||||
| | * | enable/disable deploy key methos moved to the class ProjectKey() | Asher256@users.noreply.github.com | 2016-10-30 | 1 | -6/+6 | |
| | | | ||||||
| | * | Delete is used for '/projects/%s/deploy_keys/%s/disable' | Asher256 | 2016-10-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Feature: enable / disable the deploy key in a project | Asher256 | 2016-10-28 | 1 | -0/+12 | |
| | | | ||||||
| * | | ProjectHook: support the token attribute | Gauvain Pocentek | 2016-11-02 | 1 | -1/+1 | |
| |/ | | | | Fix #170 | |||||
| * | fix bug when retrieving changes for merge request | Christian | 2016-10-28 | 1 | -1/+1 | |
| | | | | Erroneously a merge request would return its commit when being queried for its changes. | |||||
| * | Don't overwrite attributes returned by the server | Gauvain Pocentek | 2016-10-24 | 1 | -1/+3 | |
| | | | | | Fixes #171 | |||||
| * | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 3 | -0/+56 | |
| | | ||||||
| * | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+15 | |
| | | ||||||
| * | Add support for Gitlab.version() | Gauvain Pocentek | 2016-10-23 | 1 | -0/+21 | |
| | | ||||||
| * | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+36 | |
| | | | | | | | | | This is not fully usable because the gitlab API has some limitations: - not possible to create boards programmatically - not possible to get labels ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448) | |||||
| * | Convert response list to single data source for iid requests | Philipp Busch | 2016-10-23 | 1 | -0/+16 | |
| | | ||||||
| * | Pass kwargs to the object factory | Philipp Busch | 2016-10-20 | 1 | -6/+7 | |
| | | ||||||
| * | Fix ProjectBuild.play raises error on success | hakkeroid | 2016-10-17 | 1 | -1/+1 | |
| | | | | Running play on ProjectBuild raises a GitlabBuildPlayError although the request was successful. It looks like gitlab returns a 200-OK instead of 201-CREATED response and as such always raises an exception. | |||||
| * | Set version to 0.160.16 | Gauvain Pocentek | 2016-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 2 | -0/+10 | |
| | | ||||||
| * | Add ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 2 | -0/+10 | |
| | | | | | | | | | | | We can't use the existing delete() functionality, because GitLab uses `POST /projects/:id/builds/:build_id/erase` to erase a build. Instead of overriding delete(), we add a separate erase() method to keep the naming consistent, and allow potentially more fine-grained operations in the future. - https://docs.gitlab.com/ce/api/builds.html#erase-a-build | |||||
| * | Use the plural merge_requests URL everywhere | Gauvain Pocentek | 2016-09-29 | 1 | -2/+1 | |
| | | | | | | | | | This breaks compatibility with older gitlab versions but maintaining support for changed APIs is just too complex and time consuming. See issue #139 if you need a workaround. Fixes #157 | |||||
| * | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-09-23 | 1 | -3/+5 | |
| |\ | ||||||
| | * | break lines too long | Rafael Eyng | 2016-09-22 | 1 | -2/+4 | |
| | | | ||||||
| | * | add only_allow_merge_if_build_succeeds option to project objects | Rafael Eyng | 2016-09-22 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add support for --all in CLI | Gauvain Pocentek | 2016-09-23 | 1 | -0/+2 | |
| |/ | | | | Fixes #153 | |||||
| * | Missing coma concatenates array values | derek-austin | 2016-09-13 | 1 | -1/+1 | |
| | | | | 'enabled_git_access_protocolgravatar_enabled' were two distinct values in ApplicationSettings.optionalUpdateAttrs. | |||||
| * | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-09-13 | 1 | -1/+1 | |
| |\ | ||||||
| | * | JIRA service - add api_url to optional attributes | Michal Galet | 2016-09-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | The api_url attribute is mandatory at least since GitLab 8.11. Otherwise server returns gitlab.exceptions.GitlabUpdateError: 400: 400 (Bad request) "api_url" not given. Keep it as optional to maintain backward compatibility with older GitLab versions. | |||||
| * | | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-09-12 | 1 | -0/+1 | |
| |\ \ | |/ | ||||||
| | * | fix pep8 | Armin Weihbold | 2016-09-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add the ability to fork to a specific namespace | Armin Weihbold | 2016-09-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | 0.15.1 release0.15.1 | Gauvain Pocentek | 2016-09-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Properly fix _raw_list | Gauvain Pocentek | 2016-09-03 | 1 | -2/+8 | |
| | | ||||||
| * | 'path' is an existing gitlab attr, don't use it | Gauvain Pocentek | 2016-09-03 | 1 | -13/+13 | |
| | | | | | | Use path_ instead of path as parameter name for methods using it. Otherwise it might conflict with GitlabObject attributes. | |||||
| * | Fix and test pagination | Gauvain Pocentek | 2016-09-03 | 1 | -3/+3 | |
| | | | | | Fixes #140 | |||||
| * | bump version and update changelog | Gauvain Pocentek | 2016-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for project deployments | Gauvain Pocentek | 2016-08-27 | 2 | -0/+15 | |
| | | ||||||
| * | Add support for access requests | Gauvain Pocentek | 2016-08-27 | 2 | -3/+70 | |
| | | ||||||
| * | Add support for project pipelines | Gauvain Pocentek | 2016-08-27 | 3 | -2/+59 | |
| | | ||||||
| * | Add support for project services API | Gauvain Pocentek | 2016-08-13 | 2 | -0/+83 | |
| | | ||||||
| * | Remove unused ProjectTagReleaseManager class | Gauvain Pocentek | 2016-08-13 | 1 | -4/+0 | |
| | | ||||||
| * | Fix canGet attribute (typo) | Gauvain Pocentek | 2016-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | Remove _get_list_or_object() and its tests | Gauvain Pocentek | 2016-08-13 | 3 | -75/+0 | |
| | | ||||||
| * | Let _data_for_gitlab return python data | Gauvain Pocentek | 2016-08-13 | 1 | -12/+13 | |
| | | ||||||
| * | Refactor the Gitlab class | Gauvain Pocentek | 2016-08-13 | 1 | -135/+25 | |
| | | | | | Make use of the _raw_* methods in the CRUD methods. | |||||
| * | fix pep8 test | Gauvain Pocentek | 2016-08-11 | 1 | -0/+1 | |
| | | ||||||
| * | Remove method marked as deprecated 7 months ago | Gauvain Pocentek | 2016-08-11 | 2 | -280/+0 | |
| | | ||||||
| * | Add copyright header to utils.py | Gauvain Pocentek | 2016-08-11 | 1 | -0/+17 | |
| | | ||||||
