Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for user_agent_detail (issues) | Gauvain Pocentek | 2017-11-11 | 1 | -0/+15 | |
| | | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details | |||||
* | Add support for user activities | Gauvain Pocentek | 2017-11-11 | 1 | -0/+9 | |
| | ||||||
* | Add support for impersonation tokens API | Gauvain Pocentek | 2017-11-10 | 1 | -0/+13 | |
| | | | | Closes #363 | |||||
* | Merge branch 'master' of github.com:python-gitlab/python-gitlab | Gauvain Pocentek | 2017-11-08 | 1 | -0/+1 | |
|\ | ||||||
| * | Merge pull request #342 from matejzero/mattermost | Gauvain Pocentek | 2017-11-07 | 1 | -0/+1 | |
| |\ | | | | | | | Add mattermost service support | |||||
| | * | Add mattermost service support | Matej Zerovnik | 2017-10-13 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add users custome attributes support | Gauvain Pocentek | 2017-11-04 | 1 | -0/+31 | |
|/ / | ||||||
* | | Update the repository_blob documentation | Gauvain Pocentek | 2017-11-01 | 1 | -2/+2 | |
| | | | | | | | | Fixes #312 | |||||
* | | Add support for wiki pages | Gauvain Pocentek | 2017-11-01 | 1 | -0/+15 | |
| | | ||||||
* | | Move the ProjectManager class for readability | Gauvain Pocentek | 2017-11-01 | 1 | -28/+28 | |
| | | ||||||
* | | Add support for GPG keys | Gauvain Pocentek | 2017-11-01 | 1 | -0/+24 | |
| | | | | | | | | Closes #355 | |||||
* | | Add support for group milestones | Gauvain Pocentek | 2017-11-01 | 1 | -5/+75 | |
| | | | | | | | | Closes #349 | |||||
* | | Move group related code for readability | Gauvain Pocentek | 2017-11-01 | 1 | -72/+72 | |
| | | ||||||
* | | Project: add support for printing_merge_request_link_enabled attr | Gauvain Pocentek | 2017-10-31 | 1 | -2/+2 | |
| | | | | | | | | Closes #353 | |||||
* | | ProjectFileManager: custom update() method | Gauvain Pocentek | 2017-10-21 | 1 | -0/+24 | |
| | | | | | | | | Closes #340 | |||||
* | | Change ProjectUser and GroupProject base class | Gauvain Pocentek | 2017-10-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | python-gitlab shouldn't try to provide features that are not existing in the Gitlab API: GroupProject and ProjectUser objects should not provide unsupported API methods (no get, no create, no update). This Closes #346 by making explicit that we don't support these non-existant methods. | |||||
* | | Remove support for "constructor types" in v4 | Gauvain Pocentek | 2017-10-21 | 1 | -23/+6 | |
| | | | | | | | | | | | | In v3 we create objects from json dicts when it makes sense. Support for this feature has not been kept in v4, and we didn't get requests for it so let's drop the _constructor_types definitions. | |||||
* | | Snippet notes support all the CRUD methods | Gauvain Pocentek | 2017-10-21 | 1 | -2/+3 | |
| | | | | | | | | Fixes #343 | |||||
* | | ProjectFileManager.create: handle / in file paths | Gauvain Pocentek | 2017-10-12 | 1 | -1/+1 | |
|/ | | | | | | Replace / with %2F as is done in other methods. Fixes #339 | |||||
* | Add support for listing project users | Gauvain Pocentek | 2017-10-08 | 1 | -0/+12 | |
| | | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328 | |||||
* | Tags release description: support / in tag names | Gauvain Pocentek | 2017-10-08 | 1 | -1/+2 | |
| | ||||||
* | Fix trigger variables in v4 API (#334) | Jerome Robert | 2017-10-08 | 1 | -5/+1 | |
| | | | | | | Fix trigger variables in v4 API Close #333 | |||||
* | ProjectFile: handle / in path for delete() and save() | Gauvain Pocentek | 2017-09-29 | 1 | -1/+3 | |
| | | | | Fixes #326 | |||||
* | Properly handle the labels attribute in ProjectMergeRequest | Gauvain Pocentek | 2017-09-27 | 1 | -0/+6 | |
| | | | | | | | This should have made it into e09581fc but something went wrong (probably a PEBCAK). Closes #325 | |||||
* | Fix a couple listing calls to allow proper pagination | Gauvain Pocentek | 2017-09-21 | 1 | -3/+3 | |
| | | | | | | | | Project.repository_tree and Project.repository_contributors return lists, so use http_list to allow users to use listing features such as `all=True`. Closes #314 | |||||
* | CommitStatus: `sha` is parent attribute | Gauvain Pocentek | 2017-09-21 | 1 | -1/+1 | |
| | | | | Fixes #316 | |||||
* | Fix http_get method in get artifacts and job trace | Carlo Mion | 2017-09-20 | 1 | -2/+2 | |
| | ||||||
* | Fix the labels attrs on MR and issues | Gauvain Pocentek | 2017-09-19 | 1 | -0/+6 | |
| | | | | Fixes #306 | |||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 1 | -0/+53 | |
| | ||||||
* | add list method | Robert Lu | 2017-09-11 | 1 | -2/+1 | |
| | ||||||
* | Tag can get by id | Robert Lu | 2017-09-11 | 1 | -1/+1 | |
| | ||||||
* | FIX Group.tranfer_project | Gauvain Pocentek | 2017-09-05 | 1 | -1/+1 | |
| | ||||||
* | Add support for protected branches | Gauvain Pocentek | 2017-09-02 | 1 | -0/+12 | |
| | | | | | | This feature appeared in gitlab 9.5. Fixes #299 | |||||
* | Merge branch 'group-variables' | Gauvain Pocentek | 2017-09-02 | 1 | -0/+13 | |
|\ | ||||||
| * | Add support for group variables | Gauvain Pocentek | 2017-09-02 | 1 | -0/+13 | |
| | | ||||||
* | | [v4] More python functional tests | Gauvain Pocentek | 2017-08-21 | 1 | -11/+13 | |
| | | ||||||
* | | [v4] Fix the CLI for project files | Gauvain Pocentek | 2017-08-20 | 1 | -0/+7 | |
| | | ||||||
* | | [v4] CLI support is back | Gauvain Pocentek | 2017-08-17 | 1 | -4/+65 | |
| | | ||||||
* | | [v4] drop unused CurrentUserManager.credentials_auth method | Gauvain Pocentek | 2017-08-17 | 1 | -5/+0 | |
|/ | ||||||
* | Fix URL for branch.unprotect | Gauvain Pocentek | 2017-08-11 | 1 | -1/+1 | |
| | ||||||
* | docs: fix invalid Raise attribute in docstrings | Gauvain Pocentek | 2017-08-11 | 1 | -4/+4 | |
| | ||||||
* | [v4] fix the project attributes for jobs | Gauvain Pocentek | 2017-08-05 | 1 | -4/+4 | |
| | | | | builds_enabled and public_builds are now jobs_enabled and public_jobs. | |||||
* | Make the project services work in v4rework_api | Gauvain Pocentek | 2017-08-04 | 1 | -42/+46 | |
| | ||||||
* | Restore the prvious listing behavior | Gauvain Pocentek | 2017-08-04 | 1 | -4/+13 | |
| | | | | | | | Return lists by default : this makes the explicit use of pagination work again. Use generators only when `as_list` is explicitly set to `False`. | |||||
* | functional tests for v4 | Gauvain Pocentek | 2017-08-04 | 1 | -38/+115 | |
| | | | | | Update the python tests for v4, and fix the problems raised when running those tests. | |||||
* | Restore correct exceptions | Gauvain Pocentek | 2017-07-15 | 1 | -97/+511 | |
| | | | | | | Match the exceptions raised in v3 for v4. Also update the doc strings with correct information. | |||||
* | Fix merge_when_build_succeeds attribute name | Gauvain Pocentek | 2017-07-09 | 1 | -5/+5 | |
| | | | | Fixes #285 | |||||
* | remove useless attributes | Gauvain Pocentek | 2017-06-25 | 1 | -12/+1 | |
| | ||||||
* | Fix GroupProject constructor | Gauvain Pocentek | 2017-06-24 | 1 | -3/+2 | |
| | ||||||
* | minor doc updates | Gauvain Pocentek | 2017-06-18 | 1 | -1/+1 | |
| |