Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fix: remove trailing slashes from base URL (#913) | Nejc Habjan | 2020-02-23 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | test: add unit tests for base URLs with trailing slashes | Nejc Habjan | 2020-02-23 | 1 | -0/+17 | |
|/ / / / | ||||||
* | | | | Merge pull request #1020 from nejch/feat/revert-commit-api | Max Wittig | 2020-02-20 | 6 | -0/+96 | |
|\ \ \ \ | |/ / / |/| | | | feat: add support for commit revert API (#991) | |||||
| * | | | test: remove duplicate resp_get_project | Nejc Habjan | 2020-02-19 | 1 | -9/+1 | |
| | | | | ||||||
| * | | | test: use lazy object in unit tests | Nejc Habjan | 2020-02-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | test: add unit tests for revert commit API | Nejc Habjan | 2020-02-19 | 1 | -0/+52 | |
| | | | | ||||||
| * | | | fix: return response with commit data | Nejc Habjan | 2020-02-19 | 2 | -4/+6 | |
| | | | | ||||||
| * | | | style: fix black violations | Nejc Habjan | 2020-02-18 | 2 | -2/+4 | |
| | | | | ||||||
| * | | | feat: add support for commit revert API (#991) | Nejc Habjan | 2020-02-18 | 5 | -0/+48 | |
|/ / / | ||||||
* | | | Merge pull request #1005 from charlesfayal/fix_set_approvers | Max Wittig | 2020-02-12 | 3 | -8/+18 | |
|\ \ \ | | |/ | |/| | change path for set_approvers to new api, with defaulted rule_type an… | |||||
| * | | fix(docs): update to new set approvers call for # of approvers | Charles | 2020-01-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | to set the # of approvers for an MR you need to use the same function as for setting the approvers id. | |||||
| * | | fix(objects): update set_approvers function call | Charles | 2020-01-30 | 1 | -6/+12 | |
| | | | | | | | | | | | | Added a miss paramter update to the set_approvers function | |||||
| * | | fix(docs and tests): update docs and tests for set_approvers | Charles | 2020-01-30 | 2 | -3/+3 | |
| | | | | | | | | | | | | Updated the docs with the new set_approvers arguments, and updated tests with the arg as well. | |||||
| * | | fix(objects): update to new gitlab api for path, and args | Charles | 2020-01-30 | 1 | -3/+8 | |
| |/ | | | | | | | Updated the gitlab path for set_approvers to approvers_rules, added default arg for rule type, and added arg for # of approvals required. | |||||
* | | Merge pull request #1008 from filipowm/feature/feature-flags-additional-config | Max Wittig | 2020-02-10 | 3 | -2/+26 | |
|\ \ | | | | | | | Add capability to control GitLab features per project or group | |||||
| * | | fix: remove null values from features POST data, because it fails | Mateusz Filipowicz | 2020-02-07 | 2 | -0/+5 | |
| | | | | | | | | | | | | with HTTP 500 | |||||
| * | | feat: add capability to control GitLab features per project or group | Mateusz Filipowicz | 2020-02-07 | 2 | -2/+21 | |
| | | | ||||||
* | | | chore: revert to 2.0.1v2.0.1 | Max Wittig | 2020-02-05 | 1 | -1/+1 | |
| | | | | | | | | | I've misread the tag | |||||
* | | | chore: bump to 2.1.0 | Max Wittig | 2020-02-05 | 1 | -1/+1 | |
| | | | | | | | | | There are a few more features in there | |||||
* | | | Merge pull request #1007 from python-gitlab/chore/user-update | Roger Meier | 2020-02-05 | 2 | -1/+6 | |
|\ \ \ | |/ / | | / | |/ |/| | chore(user): update user attributes | |||||
| * | chore: bump version to 2.0.1 | Max Wittig | 2020-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | chore(user): update user attributes | Max Wittig | 2020-02-05 | 1 | -0/+5 | |
|/ | | | This also workarounds an GitLab issue, where private_profile, would reset to false if not supplied | |||||
* | Merge pull request #1000 from matusf/update-auth-docs | Max Wittig | 2020-01-26 | 2 | -8/+1 | |
|\ | | | | | Update auth docs | |||||
| * | docs(auth): remove email/password auth | Matus Ferech | 2020-01-26 | 2 | -8/+1 | |
| | | ||||||
* | | Merge pull request #1001 from python-gitlab/feat/keyset-paginationv2.0.0 | Roger Meier | 2020-01-26 | 5 | -1/+51 | |
|\ \ | |/ |/| | Feat/keyset pagination | |||||
| * | feat: add global order_by option to ease paginationfeat/keyset-pagination | Max Wittig | 2020-01-26 | 4 | -2/+15 | |
| | | ||||||
| * | feat: support keyset pagination globally | Max Wittig | 2020-01-26 | 4 | -0/+26 | |
| | | ||||||
| * | refactor: support new list filters | Max Wittig | 2020-01-26 | 1 | -1/+12 | |
|/ | | | | This is most likely only useful for the CLI | |||||
* | Merge pull request #996 from python-gitlab/feat/appearance | Roger Meier | 2020-01-23 | 5 | -0/+193 | |
|\ | | | | | feat: add appearance API | |||||
| * | feat: add appearance APIfeat/appearance | Max Wittig | 2020-01-22 | 5 | -0/+193 | |
|/ | ||||||
* | Merge pull request #988 from jgroom33/patch-3 | Max Wittig | 2020-01-08 | 1 | -1/+1 | |
|\ | | | | | docs: fix snippet get in project | |||||
| * | docs: fix snippet get in project | Jeff Groom | 2020-01-08 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #984 from derekschrock/patch-1 | Max Wittig | 2019-12-22 | 1 | -1/+1 | |
|\ | | | | | chore: build_sphinx needs sphinx >= 1.7.6 | |||||
| * | chore: build_sphinx needs sphinx >= 1.7.6 | Derek Schrock | 2019-12-21 | 1 | -1/+1 | |
|/ | | | Stepping thru Sphinx versions from 1.6.5 to 1.7.5 build_sphinx fails. Once Sphinx == 1.7.6 build_sphinx finished. | |||||
* | Merge pull request #982 from python-gitlab/chore/version-requirements | Roger Meier | 2019-12-18 | 1 | -0/+1 | |
|\ | | | | | chore: enforce python version requirements | |||||
| * | chore: enforce python version requirementschore/version-requirements | Max Wittig | 2019-12-18 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #980 from python-gitlab/refactor/cleanup-upgrade | Roger Meier | 2019-12-18 | 15 | -66/+39 | |
|\ | | | | | Refactor/cleanup upgrade | |||||
| * | chore: bump to 2.0.0refactor/cleanup-upgrade | Max Wittig | 2019-12-18 | 1 | -1/+1 | |
| | | | | | | | | Dropping support for legacy python requires a new major version | |||||
| * | refactor: remove six dependency | Max Wittig | 2019-12-18 | 11 | -32/+24 | |
| | | ||||||
| * | chore: drop legacy python tests | Max Wittig | 2019-12-18 | 4 | -30/+8 | |
| | | | | | | | | Support dropped for: 2.7, 3.4, 3.5 | |||||
| * | chore: add PyYaml as extra require | Max Wittig | 2019-12-18 | 2 | -2/+5 | |
| | | ||||||
| * | chore: bump minimum required requests version | Max Wittig | 2019-12-18 | 2 | -2/+2 | |
| | | | | | | | | for security reasons | |||||
* | | Merge pull request #979 from python-gitlab/fix/project-snippets | Roger Meier | 2019-12-18 | 4 | -3/+146 | |
|\ \ | |/ |/| | Fix/project snippets | |||||
| * | test: adjust functional tests for project snippets | Max Wittig | 2019-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | test: add project snippet tests | Max Wittig | 2019-12-18 | 2 | -0/+140 | |
| | | ||||||
| * | fix(projects): adjust snippets to match the API | Max Wittig | 2019-12-18 | 1 | -2/+5 | |
|/ | ||||||
* | docs(projects): add raw file download docs | Max Wittig | 2019-12-18 | 1 | -0/+7 | |
| | | | Fixes #969 | |||||
* | Merge pull request #941 from mchlumsky/feat/autocompletion | Max Wittig | 2019-12-17 | 3 | -0/+65 | |
|\ | | | | | feat: add autocompletion support | |||||
| * | feat: add autocompletion support | Martin Chlumsky | 2019-12-16 | 3 | -0/+65 | |
|/ | ||||||
* | chore: bump version to 1.15.0v1.15.0 | Max Wittig | 2019-12-16 | 1 | -1/+1 | |
| |