Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | feat: add support for commit revert API (#991) | Nejc Habjan | 2020-02-18 | 2 | -0/+24 | |
|/ | ||||||
* | fix(docs and tests): update docs and tests for set_approvers | Charles | 2020-01-30 | 1 | -2/+2 | |
| | | | | Updated the docs with the new set_approvers arguments, and updated tests with the arg as well. | |||||
* | Merge pull request #980 from python-gitlab/refactor/cleanup-upgrade | Roger Meier | 2019-12-18 | 1 | -1/+1 | |
|\ | | | | | Refactor/cleanup upgrade | |||||
| * | refactor: remove six dependency | Max Wittig | 2019-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | test: adjust functional tests for project snippets | Max Wittig | 2019-12-18 | 1 | -1/+1 | |
|/ | ||||||
* | feat: add project and group clusters | alex lundberg | 2019-11-24 | 1 | -0/+40 | |
| | ||||||
* | test(projects): support `approval_rules` endpoint for projects | Srikanth Chelluri | 2019-10-27 | 1 | -0/+16 | |
| | ||||||
* | refactor: remove obsolete test image | Max Wittig | 2019-10-06 | 1 | -34/+0 | |
| | | | | Follow up of #896 | |||||
* | feat(ci): improve functionnal tests | Cyril Jouve | 2019-10-06 | 4 | -70/+114 | |
| | ||||||
* | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 1 | -0/+2 | |
| | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | |||||
* | test(func): disable commit testtest/todo-unit-test | Max Wittig | 2019-09-08 | 1 | -9/+9 | |
| | | | | GitLab seems to be randomly failing here | |||||
* | Merge pull request #875 from python-gitlab/feat/status-api | Max Wittig | 2019-09-05 | 1 | -0/+11 | |
|\ | | | | | feat(user): add status api | |||||
| * | feat(user): add status api | Max Wittig | 2019-09-05 | 1 | -0/+11 | |
| | | ||||||
* | | test: re-enabled py_func_v4 test | Max Wittig | 2019-09-05 | 1 | -24/+24 | |
|/ | ||||||
* | test: add group label cli tests | Alberto López Martín | 2019-07-26 | 1 | -0/+56 | |
| | ||||||
* | feat: group labels with subscriptable mixin | Alberto López Martín | 2019-07-26 | 1 | -0/+12 | |
| | ||||||
* | test: minor test fixes | Max Wittig | 2019-07-21 | 1 | -3/+4 | |
| | ||||||
* | test: add project releases test | Max Wittig | 2019-07-21 | 1 | -0/+28 | |
| | | | | Fixes #762 | |||||
* | test: increase speed by disabling the rate limit faster | Max Wittig | 2019-07-21 | 1 | -1/+1 | |
| | ||||||
* | fix(cli): fix update value for key not workingproject-variable-update | nateatkins | 2019-07-21 | 1 | -0/+25 | |
| | ||||||
* | test: always use latest version to test | Max Wittig | 2019-07-21 | 1 | -1/+1 | |
| | ||||||
* | feat: add mr rebase method | Jeroen Schutrup | 2019-07-11 | 1 | -0/+3 | |
| | ||||||
* | feat: add support for issue.related_merge_requestsfeat/related_mr | Gauvain Pocentek | 2019-06-20 | 1 | -0/+2 | |
| | | | | Closes #794 | |||||
* | chore(ci): update the GitLab version in the test image | Gauvain Pocentek | 2019-06-20 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #792 from python-gitlab/chore/enable-gitlab-ci-builds | Gauvain Pocentek | 2019-06-20 | 2 | -2/+2 | |
|\ | | | | | chore(ci): add automatic GitLab image pushes | |||||
| * | chore(ci): add automatic GitLab image pusheschore/enable-gitlab-ci-builds | Max Wittig | 2019-06-10 | 2 | -2/+2 | |
| | | ||||||
* | | feat: implement artifacts deletionfix/744/delete_artifacts | Gauvain Pocentek | 2019-06-10 | 1 | -1/+2 | |
|/ | | | | Closes #744 | |||||
* | test: update the tests for GitLab 11.11 | Gauvain Pocentek | 2019-06-10 | 1 | -10/+16 | |
| | | | | | | | | Changes in GitLab make the functional tests fail: * Some actions add new notes and discussions: do not use hardcoded values in related listing asserts * The feature flag API is buggy (errors 500): disable the tests for now | |||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 3 | -459/+489 | |
| | ||||||
* | chore(ci): use reliable ci systemchore/ci-reliable-system | Max Wittig | 2019-05-09 | 1 | -0/+34 | |
| | ||||||
* | fix(api): avoid parameter conflicts with python and gitlabno-param-conflicts | Gauvain Pocentek | 2019-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | Provide another way to send data to gitlab with a new `query_parameters` argument. This parameter can be used to explicitly define the dict of items to send to the server, so that **kwargs are only used to specify python-gitlab specific parameters. Closes #566 Closes #629 | |||||
* | fix: remove decode() on error_message string | Srikanth Chelluri | 2019-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | The integration tests failed because a test called 'decode()' on a string-type variable - the GitLabException class handles byte-to-string conversion already in its __init__. This commit removes the call to 'decode()' in the test. ``` Traceback (most recent call last): File "./tools/python_test_v4.py", line 801, in <module> assert 'Retry later' in error_message.decode() AttributeError: 'str' object has no attribute 'decode' ``` | |||||
* | Merge pull request #625 from python-gitlab/fix/611/resource_label_event | Max Wittig | 2018-11-28 | 1 | -0/+17 | |
|\ | | | | | Add support to resource label events | |||||
| * | Add support to resource label eventsfix/611/resource_label_event | Gauvain Pocentek | 2018-11-22 | 1 | -0/+17 | |
| | | | | | | | | Closes #611 | |||||
* | | [feature] Add support for members all() methodfeature/589/member_all | Gauvain Pocentek | 2018-11-24 | 1 | -0/+1 | |
|/ | | | | Closes #589 | |||||
* | Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-image | Gauvain Pocentek | 2018-11-03 | 2 | -2/+2 | |
| | | | | | | 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 | |
| | ||||||
* | Add support for epics API (EE) | Gauvain Pocentek | 2018-06-17 | 1 | -1/+22 | |
| | | | | Fixes #525 | |||||
* | Add support for the LDAP gorups API | Gauvain Pocentek | 2018-06-13 | 1 | -0/+1 | |
| | ||||||
* | Add support for the EE license API | Gauvain Pocentek | 2018-06-13 | 1 | -0/+9 | |
| | ||||||
* | Implement MR-level approvals | Gauvain Pocentek | 2018-06-11 | 1 | -0/+15 | |
| | | | | Fixes #323 | |||||
* | Add push rules tests | Gauvain Pocentek | 2018-06-11 | 1 | -0/+13 | |
| | ||||||
* | Add support for board creation/deletion (EE) | Gauvain Pocentek | 2018-06-10 | 1 | -0/+17 | |
| | ||||||
* | Add support for LDAP groups | Gauvain Pocentek | 2018-06-09 | 1 | -0/+14 | |
| | ||||||
* | Add support for issue links (EE) | Gauvain Pocentek | 2018-06-09 | 1 | -6/+25 | |
| | | | | Fixes #422 | |||||
* | Add geo nodes API support | Gauvain Pocentek | 2018-06-09 | 1 | -0/+6 | |
| | | | | Fixes #524 | |||||
* | Add basic testing forr EE endpoints | Gauvain Pocentek | 2018-06-08 | 1 | -0/+29 | |
| | | | | | | | | Today we don't have a solution for easily deploying an EE instance so using the functional tools is not possible. This patch provides a testing script that needs to be run against a private EE instance. | |||||
* | tests: default to python 3 | Gauvain Pocentek | 2018-06-06 | 2 | -10/+11 | |
| | | | | 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 |