Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | merged new release & registry apis | Karol Ossowski | 2019-05-01 | 1 | -0/+41 | |
| | | | ||||||
* | | | Merge pull request #773 from python-gitlab/chore/ci-reliable-system | Gauvain Pocentek | 2019-05-10 | 3 | -21/+130 | |
|\ \ \ | |/ / |/| | | chore(ci): use reliable ci system | |||||
| * | | chore(ci): use reliable ci systemchore/ci-reliable-system | Max Wittig | 2019-05-09 | 3 | -21/+130 | |
|/ / | ||||||
* | | Merge pull request #769 from python-gitlab/pep-fixes | Max Wittig | 2019-05-01 | 2 | -2/+3 | |
|\ \ | | | | | | | fix: pep8 errors | |||||
| * | | fix: pep8 errors | Gauvain Pocentek | 2019-05-01 | 2 | -2/+3 | |
|/ / | | | | | | | Errors have not been detected by broken travis runs. | |||||
* | | Merge pull request #746 from therealgambo/master | Max Wittig | 2019-04-24 | 2 | -0/+45 | |
|\ \ | |/ |/| | add project releases api | |||||
| * | Use NoUpdateMixin for now | Kris Gambirazzi | 2019-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | add project releases api | Kris Gambirazzi | 2019-03-27 | 2 | -0/+45 | |
|/ | ||||||
* | Merge pull request #714 from jaraco/feature/runpy-invoke | Gauvain Pocentek | 2019-03-21 | 1 | -0/+4 | |
|\ | | | | | Add runpy hook, allowing invocation with 'python -m gitlab'. | |||||
| * | Add runpy hook. Fixes #713. | Jason R. Coombs | 2019-03-15 | 1 | -0/+4 | |
| | | | | | | | | Allows for invocation with 'python -m gitlab' | |||||
* | | feat(GitLab Update): delete ProjectPipeline (#736) | gouglhupf | 2019-03-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | * feat(GitLab Update): delete ProjectPipeline As of Gitlab 11.6 it is now possible to delete a pipeline - https://docs.gitlab.com/ee/api/pipelines.html#delete-a-pipeline | |||||
* | | Merge pull request #738 from jeroendecroos/Gitlab_from_config_inheritance | Gauvain Pocentek | 2019-03-07 | 2 | -9/+41 | |
|\ \ | | | | | | | Make gitlab.Gitlab.from_config a classmethod | |||||
| * | | Make gitlab.Gitlab.from_config a classmethod | jeroen_decroos | 2019-03-07 | 2 | -9/+41 | |
|/ / | ||||||
* | | Merge pull request #732 from hakanf/master | Max Wittig | 2019-03-07 | 1 | -4/+4 | |
|\ \ | | | | | | | Re-enable command specific help messages | |||||
| * | | Use sys.exit as in rest of code | Hakan Fouren | 2019-03-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | Re-enable command specific help mesaages | Hakan Fouren | 2019-03-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | This makes sure that the global help message wont be printed instead of the command spedific one unless we fail to read the configuration file | |||||
* | | | Merge pull request #729 from xarx00/PR-bugfix-716 | Max Wittig | 2019-03-06 | 1 | -10/+10 | |
|\ \ \ | |/ / |/| | | Fix for #716: %d replaced by %s | |||||
| * | | Fix for #716: %d replaced by %s | xarx00 | 2019-03-05 | 1 | -10/+10 | |
|/ / | ||||||
* | | Merge pull request #725 from python-gitlab/fix/699 | Max Wittig | 2019-03-04 | 2 | -2/+11 | |
|\ \ | | | | | | | fix(api): Make *MemberManager.all() return a list of objects | |||||
| * | | fix(api): Make *MemberManager.all() return a list of objectsfix/699 | Gauvain Pocentek | 2019-03-03 | 2 | -2/+11 | |
|/ / | | | | | | | Fixes #699 | |||||
* | | Merge pull request #721 from purificant/fix_typo | Gauvain Pocentek | 2019-03-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | fix tiny typo | |||||
| * | fix tiny typo | purificant | 2019-02-28 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #707 from python-gitlab/fix/python-tests | Gauvain Pocentek | 2019-02-24 | 2 | -3/+12 | |
|\ | | | | | fix: use python2 compatible syntax for super | |||||
| * | fix: use python2 compatible syntax for superfix/python-tests | Max Wittig | 2019-02-22 | 2 | -3/+12 | |
| | | ||||||
* | | Merge pull request #706 from python-gitlab/chore/ci-existing-release | Gauvain Pocentek | 2019-02-22 | 1 | -0/+1 | |
|\ \ | |/ |/| | chore(ci): don't try to publish existing release | |||||
| * | chore(ci): don't try to publish existing release | Max Wittig | 2019-02-22 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #702 from jpiron/eq_hash | Max Wittig | 2019-02-22 | 2 | -1/+34 | |
|\ \ | |/ |/| | Implement __eq__ and __hash__ methods | |||||
| * | Implement __eq__ and __hash__ methods | Jonathan Piron | 2019-02-20 | 2 | -1/+34 | |
| | | | | | | | | To ease lists and sets manipulations. | |||||
* | | Merge pull request #705 from python-gitlab/release-1.8.01.8.0 | Max Wittig | 2019-02-22 | 3 | -3/+20 | |
|\ \ | | | | | | | Release version 1.8.0 | |||||
| * | | Release version 1.8.0 | Gauvain Pocentek | 2019-02-22 | 3 | -3/+20 | |
|/ / | ||||||
* | | Merge pull request #701 from jpiron/fix_all_behaviour | Gauvain Pocentek | 2019-02-20 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix all kwarg behaviour | |||||
| * | Fix all kwarg behaviour | Jonathan Piron | 2019-02-18 | 1 | -1/+1 | |
|/ | | | | | | | | | | | | | | `all` kwarg is used to manage GitlabList generator behaviour. However, as it is not poped from kwargs, it is sent to Gitlab API. Some endpoints such as [the project commits](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits) one, support a `all` attribute. This means a call like `project.commits.list(all=True, ref_name='master')` won't return all the master commits as one might expect but all the repository's commits. To prevent confusion, the same kwarg shouldn't be used for 2 distinct purposes. Moreover according to [the documentation](https://python-gitlab.readthedocs.io/en/stable/gl_objects/commits.html#examples), the `all` project commits API endpoint attribute doesn't seem supported. | |||||
* | Merge pull request #689 from python-gitlab/fix/wrong-rebase | Gauvain Pocentek | 2019-01-26 | 1 | -0/+19 | |
|\ | | | | | fix: re-add merge request pipelines | |||||
| * | fix: re-add merge request pipelinesfix/wrong-rebase | Max Wittig | 2019-01-26 | 1 | -0/+19 | |
|/ | ||||||
* | Merge pull request #685 from Joustie/master | Max Wittig | 2019-01-21 | 2 | -9/+36 | |
|\ | | | | | feat: Added approve method for Mergerequests | |||||
| * | Merge branch 'master' into master | Joost Evertse | 2019-01-21 | 41 | -252/+903 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #687 from python-gitlab/fix/683/raw_download | Max Wittig | 2019-01-19 | 2 | -13/+18 | |
|\ \ | | | | | | | fix(api): Don't try to parse raw downloads | |||||
| * | | fix(api): Don't try to parse raw downloadsfix/683/raw_download | Gauvain Pocentek | 2019-01-19 | 2 | -13/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http_get always tries to interpret the retrieved data if the content-type is json. In some cases (artifact download for instance) this is not the expected behavior. This patch changes http_get and download methods to always get the raw data without parsing. Closes #683 | |||||
* | | | Merge pull request #680 from python-gitlab/chore/automatic-deploy | Gauvain Pocentek | 2019-01-19 | 1 | -0/+9 | |
|\ \ \ | | | | | | | | | chore: release tags to PyPI automatically | |||||
| * | | | chore: release tags to PyPI automaticallychore/automatic-deploy | Max Wittig | 2019-01-13 | 1 | -0/+9 | |
| |/ / | | | | | | | | | | Fixes #609 | |||||
* | | | Merge pull request #681 from python-gitlab/no-param-conflicts | Max Wittig | 2019-01-19 | 6 | -3/+64 | |
|\ \ \ | |/ / |/| | | fix(api): avoid parameter conflicts with python and gitlab | |||||
| * | | fix(api): avoid parameter conflicts with python and gitlabno-param-conflicts | Gauvain Pocentek | 2019-01-13 | 6 | -3/+64 | |
|/ / | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge pull request #678 from appian/backoff-requests | Max Wittig | 2019-01-13 | 3 | -5/+27 | |
|\ \ | | | | | | | Fix missing "Retry-After" header and fix integration tests | |||||
| * | | 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' ``` | |||||
| * | | fix: handle empty 'Retry-After' header from GitLab | Srikanth Chelluri | 2019-01-08 | 2 | -4/+26 | |
|/ / | | | | | | | | | | | | | | | | | When requests are throttled (HTTP response code 429), python-gitlab assumed that 'Retry-After' existed in the response headers. This is not always the case and so the request fails due to a KeyError. The change in this commit adds a rudimentary exponential backoff to the 'http_request' method, which defaults to 10 retries but can be set to -1 to retry without bound. | |||||
* | | Merge pull request #673 from python-gitlab/fix/672 | Max Wittig | 2019-01-08 | 1 | -1/+1 | |
|\ \ | | | | | | | fix(api): make reset_time_estimate() work again | |||||
| * | | fix(api): make reset_time_estimate() work againfix/672 | Gauvain Pocentek | 2019-01-08 | 1 | -1/+1 | |
|/ / | | | | | | | Closes #672 | |||||
* | | Merge pull request #664 from python-gitlab/docs/commit-message | Gauvain Pocentek | 2018-12-16 | 1 | -0/+3 | |
|\ \ | | | | | | | docs(readme): provide commit message guidelines | |||||
| * | | docs(readme): provide commit message guidelinesdocs/commit-message | Max Wittig | 2018-12-15 | 1 | -0/+3 | |
|/ / | | | | | Fixes #660 | |||||
* | | Merge pull request #659 from python-gitlab/docs/readme-pypi | Gauvain Pocentek | 2018-12-09 | 1 | -1/+3 | |
|\ \ | | | | | | | docs(setup): use proper readme on PyPI |