Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+46 | |
| | ||||||
* | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+12 | |
| | ||||||
* | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+30 | |
| | | | | | | | | 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. | |||||
* | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 1 | -0/+6 | |
| | ||||||
* | Add ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 1 | -0/+6 | |
| | | | | | | | | | | 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 | |||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Add support for project deployments | Gauvain Pocentek | 2016-08-27 | 1 | -0/+12 | |
| | ||||||
* | Add support for access requests | Gauvain Pocentek | 2016-08-27 | 1 | -3/+64 | |
| | ||||||
* | Add support for project pipelines | Gauvain Pocentek | 2016-08-27 | 1 | -0/+38 | |
| | ||||||
* | Add support for project services API | Gauvain Pocentek | 2016-08-13 | 1 | -0/+80 | |
| | ||||||
* | 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 | 1 | -10/+0 | |
| | ||||||
* | Let _data_for_gitlab return python data | Gauvain Pocentek | 2016-08-13 | 1 | -12/+13 | |
| | ||||||
* | Remove method marked as deprecated 7 months ago | Gauvain Pocentek | 2016-08-11 | 1 | -156/+0 | |
| | ||||||
* | Move the constants at the gitlab root level | Gauvain Pocentek | 2016-08-11 | 1 | -11/+11 | |
| | ||||||
* | Add sidekiq metrics support | Gauvain Pocentek | 2016-08-11 | 1 | -0/+36 | |
| | ||||||
* | implement the todo API | Gauvain Pocentek | 2016-08-11 | 1 | -1/+50 | |
| | ||||||
* | Update the ApplicationSettings attributes | Gauvain Pocentek | 2016-08-09 | 1 | -5/+17 | |
| | ||||||
* | MR merge(): update the object | Gauvain Pocentek | 2016-08-07 | 1 | -1/+1 | |
| | ||||||
* | MR (un)subscribe: don't fail if state doesn't change | Gauvain Pocentek | 2016-08-07 | 1 | -2/+4 | |
| | ||||||
* | MR: fix updates | Gauvain Pocentek | 2016-08-07 | 1 | -2/+7 | |
| | ||||||
* | Fix the listing of some resources | Gauvain Pocentek | 2016-08-07 | 1 | -23/+13 | |
| | | | | | | | The parent ID wasn't available in the generated objects, leading to exceptions when trying to use specific methods for these objects. Fixes #132 | |||||
* | MR: get list of changes and commits | Gauvain Pocentek | 2016-08-07 | 1 | -0/+30 | |
| | ||||||
* | Add support for project environments | Gauvain Pocentek | 2016-08-06 | 1 | -0/+14 | |
| | ||||||
* | add support for global deploy key listing | Gauvain Pocentek | 2016-08-06 | 1 | -0/+12 | |
| | ||||||
* | Added a new project attribute to enable the container registry. | Christian Wenk | 2016-07-25 | 1 | -3/+5 | |
| | ||||||
* | Add support from listing group issues | Gauvain Pocentek | 2016-07-24 | 1 | -1/+16 | |
| | ||||||
* | Improve commit statuses and comments | Gauvain Pocentek | 2016-07-24 | 1 | -2/+8 | |
| | | | | Fixes #92 | |||||
* | Replace Snippet.Content() with a new content() method | Gauvain Pocentek | 2016-07-17 | 1 | -5/+27 | |
| | | | | | This new method use the standard lowercase name and implements data streaming. | |||||
* | Groups can be updated | Gauvain Pocentek | 2016-07-17 | 1 | -1/+1 | |
| | ||||||
* | Add missing args in docstrings | Gauvain Pocentek | 2016-07-17 | 1 | -0/+32 | |
| | ||||||
* | Allow to stream the downloads when appropriate | Gauvain Pocentek | 2016-07-17 | 1 | -20/+33 | |
| | | | | | | | | | Some API calls will download possibly large data, resulting in a high memory usage and out-of-memory errors. For these API calls use the requests streaming capabilities and download chunked data. The caller is responsible of providing a callable to actually store the data. The default callable just prints the data on stdout. | |||||
* | Implement ProjectBuild.keep_artifacts | Gauvain Pocentek | 2016-07-17 | 1 | -1/+14 | |
| | ||||||
* | Implement runners global API | Gauvain Pocentek | 2016-07-17 | 1 | -0/+29 | |
| | ||||||
* | Implement sharing project with a group | Gauvain Pocentek | 2016-07-16 | 1 | -0/+16 | |
| | ||||||
* | Fix ProjectMember update | Gauvain Pocentek | 2016-07-16 | 1 | -0/+1 | |
| | ||||||
* | Update ProjectSnippet attributes | Gauvain Pocentek | 2016-07-16 | 1 | -1/+2 | |
| | | | | | | | 'visibility_level' has been added as an optional attribute to keep compatibility with older releases of gitlab. Fixes #129 | |||||
* | Implement archive/unarchive for a projet | Gauvain Pocentek | 2016-07-16 | 1 | -5/+37 | |
| | | | | | | The methods are called archive_ and unarchive_ to workaround a conflict with the deprecated archive method. Method will be renamed when the archive method is removed. | |||||
* | Fix the Project.archive call | Gauvain Pocentek | 2016-07-16 | 1 | -1/+1 | |
| | ||||||
* | Project: add VISIBILITY_* constants | Gauvain Pocentek | 2016-07-16 | 1 | -0/+4 | |
| | | | | | They should be there instead of having them in the Group class. Variables in Group are keeped for compatibility. |