Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for OAuth2 authenticationoauth | Gauvain Pocentek | 2016-10-23 | 2 | -11/+33 |
| | |||||
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 7 | -1/+124 |
| | |||||
* | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 6 | -0/+96 |
| | |||||
* | Add support for Gitlab.version() | Gauvain Pocentek | 2016-10-23 | 1 | -0/+21 |
| | |||||
* | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 5 | -0/+139 |
| | | | | | | | | 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) | ||||
* | Merge pull request #169 from ↵ | Gauvain Pocentek | 2016-10-23 | 1 | -0/+16 |
|\ | | | | | | | | | hakkeroid/allow-iid-parameter-to-request-distinct-objects Convert response list to single data source for iid requests | ||||
| * | Convert response list to single data source for iid requests | Philipp Busch | 2016-10-23 | 1 | -0/+16 |
|/ | |||||
* | Merge pull request #168 from hakkeroid/pass_kwargs_to_object_factory | Gauvain Pocentek | 2016-10-23 | 2 | -6/+8 |
|\ | | | | | Pass kwargs to object factory | ||||
| * | Add .tox to ignore to respect default tox settings | Philipp Busch | 2016-10-20 | 1 | -0/+1 |
| | | |||||
| * | Pass kwargs to the object factory | Philipp Busch | 2016-10-20 | 1 | -6/+7 |
|/ | |||||
* | Merge pull request #165 from hakkeroid/patch-1 | Gauvain Pocentek | 2016-10-17 | 1 | -1/+1 |
|\ | | | | | Fix ProjectBuild.play raising error even on success | ||||
| * | 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. | ||||
* | README: add badges for pypi and RTD | Gauvain Pocentek | 2016-10-16 | 1 | -0/+6 |
| | |||||
* | Set version to 0.160.16 | Gauvain Pocentek | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | prepare the 0.16 release | Gauvain Pocentek | 2016-10-16 | 2 | -0/+21 |
| | |||||
* | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 4 | -0/+20 |
| | |||||
* | Merge pull request #159 from JonathonReinhart/158-erase-build | Gauvain Pocentek | 2016-10-03 | 4 | -10/+16 |
|\ | | | | | Add ProjectBuild.erase() | ||||
| * | Update docs to use ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 2 | -10/+6 |
| | | |||||
| * | 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 | ||||
* | Workaround gitlab setup failure in tests | Gauvain Pocentek | 2016-09-30 | 1 | -11/+16 |
| | | | | | While running the functional tests in a venv, the token download somtimes fail. Try to get it multiple times before failing. | ||||
* | rework travis and tox setup | Gauvain Pocentek | 2016-09-29 | 2 | -13/+13 |
| | |||||
* | 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 | ||||
* | Fix examples for file modification | Gauvain Pocentek | 2016-09-25 | 1 | -2/+2 |
| | | | | Fixes #156 | ||||
* | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-09-23 | 1 | -3/+5 |
|\ | |||||
| * | Merge pull request #155 from rafaeleyng/add-only_allow_merge_if_build_succeeds | Gauvain Pocentek | 2016-09-23 | 1 | -3/+5 |
| |\ | | | | | | | add only_allow_merge_if_build_succeeds option to project objects | ||||
| | * | 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 | 2 | -1/+9 |
|/ | | | | Fixes #153 | ||||
* | Merge pull request #154 from derek-austin/patch-1 | Gauvain Pocentek | 2016-09-22 | 1 | -0/+10 |
|\ | | | | | Create a project in a group | ||||
| * | Create a project in a group | derek-austin | 2016-09-21 | 1 | -0/+10 |
|/ | | | Just a sketch, feel free to toss it and do it in the right way. | ||||
* | Merge pull request #150 from vilhelmen/master | Gauvain Pocentek | 2016-09-15 | 1 | -0/+7 |
|\ | | | | | Add branch protection notes | ||||
| * | Brief branch protection notes | Will Starms | 2016-09-14 | 1 | -0/+7 |
|/ | | | You can pass developers_can_push and developers_can_merge to the protect function. Handy! | ||||
* | Merge pull request #147 from derek-austin/derek-austin-patch-1 | Gauvain Pocentek | 2016-09-13 | 1 | -1/+1 |
|\ | | | | | Missing coma concatenates array values | ||||
| * | 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 |
|\ | |||||
| * | Merge pull request #146 from galet/add-api-url-to-jira-params | Gauvain Pocentek | 2016-09-13 | 1 | -1/+1 |
| |\ | | | | | | | JIRA service - add api_url to optional attributes | ||||
| | * | 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 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Merge pull request #144 from koyaan/master | Gauvain Pocentek | 2016-09-10 | 2 | -0/+4 |
| |\ | | | | | | | Add the ability to fork to a specific namespace | ||||
| | * | fix doc | Armin Weihbold | 2016-09-10 | 1 | -1/+1 |
| | | | |||||
| | * | add doc | Armin Weihbold | 2016-09-10 | 1 | -0/+3 |
| | | | |||||
| | * | 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 | 2 | -1/+7 |
|/ | |||||
* | 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 | 2 | -3/+10 |
| | | | | Fixes #140 | ||||
* | docs: improve the pagination section | Gauvain Pocentek | 2016-08-30 | 1 | -2/+11 |
| | |||||
* | minor RST fix0.15 | Gauvain Pocentek | 2016-08-28 | 1 | -0/+1 |
| | |||||
* | bump version and update changelog | Gauvain Pocentek | 2016-08-27 | 2 | -1/+21 |
| |