Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-image | Gauvain Pocentek | 2018-11-03 | 1 | -1/+1 |
| | | | | | | This images is updated to the latest GitLab CE. Fix the diff() test to match the change in the API output. | ||||
* | Added support for listing forks of a project (#562) | David Guest | 2018-07-26 | 1 | -0/+3 |
| | |||||
* | tests: default to python 3 | Gauvain Pocentek | 2018-06-06 | 1 | -6/+8 |
| | | | | Fix the bytes/str issues | ||||
* | Add support for group badges | Gauvain Pocentek | 2018-05-29 | 1 | -1/+19 |
| | | | | | | Also consolidate project/group badges tests, and add some docs Fixes #469 | ||||
* | Merge pull request #507 from Miouge1/badges | Gauvain Pocentek | 2018-05-29 | 1 | -0/+6 |
|\ | | | | | Add support for Project badges | ||||
| * | Add support for Project badges | Maxime Guyot | 2018-05-27 | 1 | -0/+6 |
| | | |||||
* | | Add support for the gitlab CI lint API | Gauvain Pocentek | 2018-05-29 | 1 | -0/+4 |
| | | |||||
* | | Add missing project attributes | Gauvain Pocentek | 2018-05-29 | 1 | -0/+1 |
| | | |||||
* | | Implement the markdown rendering API | Gauvain Pocentek | 2018-05-29 | 1 | -0/+4 |
| | | | | | | | | Testing will be enable when GitLab 11.0 is available. | ||||
* | | Issues: add missing attributes and methods | Gauvain Pocentek | 2018-05-28 | 1 | -1/+2 |
| | | |||||
* | | Add feature flags deletion support | Gauvain Pocentek | 2018-05-28 | 1 | -0/+2 |
| | | |||||
* | | Add support for environment stop() | Gauvain Pocentek | 2018-05-28 | 1 | -0/+1 |
| | | |||||
* | | Add commit.merge_requests() support | Gauvain Pocentek | 2018-05-28 | 1 | -0/+1 |
| | | |||||
* | | Enable mr.participant test | Gauvain Pocentek | 2018-05-28 | 1 | -1/+1 |
| | | |||||
* | | Implement commit.refs() | Gauvain Pocentek | 2018-05-28 | 1 | -0/+2 |
| | | |||||
* | | Implement user_agent_detail for snippets | Gauvain Pocentek | 2018-05-27 | 1 | -0/+6 |
| | | | | | | | | Add a new UserAgentDetail mixin to avoid code duplication. | ||||
* | | Add support for the discussions API | Gauvain Pocentek | 2018-05-27 | 1 | -0/+55 |
|/ | | | | Fixes #501 | ||||
* | Add support for project import/export | Gauvain Pocentek | 2018-05-21 | 1 | -0/+24 |
| | | | | Fixes #471 | ||||
* | Add support for user avatar upload | Gauvain Pocentek | 2018-05-21 | 1 | -1/+9 |
| | | | | Fixes #308 | ||||
* | Drop GetFromListMixin | Gauvain Pocentek | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -5/+5 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | [tests] fix functional tests for python3 | Gauvain Pocentek | 2018-05-10 | 1 | -4/+3 |
| | | | | Fixes #486 | ||||
* | chore(tests): add rate limit tests | Max Wittig | 2018-04-18 | 1 | -0/+25 |
| | |||||
* | Add Gitlab and User events support | Gauvain Pocentek | 2018-01-21 | 1 | -1/+7 |
| | | | | Closes #412 | ||||
* | Add support for getting list of user projects | Gauvain Pocentek | 2018-01-21 | 1 | -0/+3 |
| | | | | Fixes #403 | ||||
* | Add support for MR participants API | Gauvain Pocentek | 2018-01-20 | 1 | -0/+6 |
| | | | | Fixes #387 | ||||
* | Add support for user/group/project filter by custom attribute | Gauvain Pocentek | 2018-01-01 | 1 | -0/+3 |
| | | | | Closes #367 | ||||
* | Add support for project and group custom variables | Gauvain Pocentek | 2018-01-01 | 1 | -0/+28 |
| | | | | implements parts of #367 | ||||
* | Add support for features flags | Gauvain Pocentek | 2018-01-01 | 1 | -0/+5 |
| | | | | Fixes #360 | ||||
* | Add support for pagesdomains | Gauvain Pocentek | 2017-12-31 | 1 | -0/+9 |
| | | | | Closes #362 | ||||
* | Add support for subgroups listing | Gauvain Pocentek | 2017-12-31 | 1 | -0/+1 |
| | | | | Closes #390 | ||||
* | Update groups tests | Gauvain Pocentek | 2017-12-26 | 1 | -1/+1 |
| | | | | | Group search in gitlab 10.3 requires a query string with more than 3 characters. Not sure if feature or bug, but let's handle it. | ||||
* | Update testing tools for /session removal | Gauvain Pocentek | 2017-12-17 | 1 | -6/+0 |
| | |||||
* | Add support for award emojis | Gauvain Pocentek | 2017-12-16 | 1 | -0/+4 |
| | | | | Fixes #361 | ||||
* | Add support for project housekeeping | Gauvain Pocentek | 2017-11-12 | 1 | -0/+3 |
| | | | | Closes #368 | ||||
* | Add support for user_agent_detail (issues) | Gauvain Pocentek | 2017-11-11 | 1 | -0/+1 |
| | | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details | ||||
* | Add support for user activities | Gauvain Pocentek | 2017-11-11 | 1 | -0/+3 |
| | |||||
* | Add support for impersonation tokens API | Gauvain Pocentek | 2017-11-10 | 1 | -1/+12 |
| | | | | Closes #363 | ||||
* | Add users custome attributes support | Gauvain Pocentek | 2017-11-04 | 1 | -0/+14 |
| | |||||
* | Add support for wiki pages | Gauvain Pocentek | 2017-11-01 | 1 | -0/+12 |
| | |||||
* | Add support for GPG keys | Gauvain Pocentek | 2017-11-01 | 1 | -0/+47 |
| | | | | Closes #355 | ||||
* | Add support for group milestones | Gauvain Pocentek | 2017-11-01 | 1 | -1/+15 |
| | | | | Closes #349 | ||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 1 | -0/+12 |
| | |||||
* | Add support for protected branches | Gauvain Pocentek | 2017-09-02 | 1 | -0/+10 |
| | | | | | | This feature appeared in gitlab 9.5. Fixes #299 | ||||
* | Merge branch 'group-variables' | Gauvain Pocentek | 2017-09-02 | 1 | -0/+12 |
|\ | |||||
| * | Add support for group variables | Gauvain Pocentek | 2017-09-02 | 1 | -0/+12 |
| | | |||||
* | | [v4] More python functional tests | Gauvain Pocentek | 2017-08-21 | 1 | -5/+114 |
|/ | |||||
* | Make the project services work in v4rework_api | Gauvain Pocentek | 2017-08-04 | 1 | -7/+8 |
| | |||||
* | Restore the prvious listing behavior | Gauvain Pocentek | 2017-08-04 | 1 | -8/+7 |
| | | | | | | | 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 | -0/+341 |
Update the python tests for v4, and fix the problems raised when running those tests. |