summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: bump version to 2.1.1v2.1.1Max Wittig2020-03-091-1/+1
|
* Merge pull request #1043 from python-gitlab/chore/update-user-attributesRoger Meier2020-03-091-0/+4
|\ | | | | chore(user): update user attributes to 12.8
| * chore(user): update user attributes to 12.8Max Wittig2020-03-091-0/+4
|/
* Merge pull request #1042 from khuedoan98/patch-1Max Wittig2020-03-091-1/+1
|\ | | | | fix(docs): additional project statistics example
| * fix(docs): additional project statistics exampleKhuê Đoàn2020-03-091-1/+1
|/
* Merge pull request #1039 from python-gitlab/fix/set-approversv2.1.0Max Wittig2020-03-082-3/+4
|\ | | | | Fix/set approvers
| * fix(projects): correct copy-paste errorfix/set-approversMax Wittig2020-03-082-3/+3
| |
| * fix(objects): add default name data and use http postCharles2020-02-151-2/+3
| | | | | | | | Updating approvers new api needs a POST call. Also It needs a name of the new rule, defaulting this to 'name'.
* | chore: bump version to 2.1.0Max Wittig2020-03-081-1/+1
| |
* | Merge pull request #1038 from nejch/fix/allow-empty-create-dataMax Wittig2020-03-084-6/+9
|\ \ | | | | | | Fix: do not require empty data dict for create()
| * | fix: do not require empty data dict for create()Nejc Habjan2020-03-074-6/+9
|/ /
* | Merge pull request #1034 from filipowm/feat/api-oauth-applicationsMax Wittig2020-03-015-0/+71
|\ \ | | | | | | feat(api): add support for GitLab OAuth Applications using Applications API
| * | feat(api): add support for GitLab OAuth Applications APIMateusz Filipowicz2020-03-015-0/+71
| | |
* | | Merge pull request #1032 from nejch/docs/requests-ca-bundleMax Wittig2020-02-262-3/+15
|\ \ \ | | | | | | | | docs: add reference to REQUESTS_CA_BUNDLE usage
| * | | chore: fix broken requests linksNejc Habjan2020-02-252-3/+3
| | | | | | | | | | | | | | | | Another case of the double slash rewrite.
| * | | docs: add reference for REQUESTS_CA_BUNDLENejc Habjan2020-02-251-0/+12
|/ / /
* | | Merge pull request #1003 from python-gitlab/feat/all-keyset-paginationRoger Meier2020-02-252-1/+11
|\ \ \ | | | | | | | | feat: use keyset pagination by default for `all=True`
| * | | docs(pagination): clear up pagination docsfeat/all-keyset-paginationMax Wittig2020-02-121-3/+2
| | | | | | | | | | | | | | | | Co-Authored-By: Mitar <mitar.git@tnode.com>
| * | | feat: use keyset pagination by default for `all=True`Max Wittig2020-01-272-0/+11
| | | |
* | | | Merge pull request #1022 from nejch/chore/ensure-latest-imageMax Wittig2020-02-241-1/+5
|\ \ \ \ | | | | | | | | | | chore: ensure developers use same gitlab image as CI
| * | | | chore: ensure developers use same gitlab image as TravisNejc Habjan2020-02-191-1/+5
| | | | |
* | | | | Merge pull request #1023 from nejch/perf/wait-gitlab-reconfigureMax Wittig2020-02-241-9/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | perf: wait for gitlab to reconfigure instead of using hardcoded sleep
| * | | | perf: prepare environment when gitlab is reconfiguredNejc Habjan2020-02-201-9/+2
| |/ / /
* | | | Merge pull request #1026 from nejch/feat/user-membershipsMax Wittig2020-02-245-0/+104
|\ \ \ \ | | | | | | | | | | feat: add support for user memberships API (#1009)
| * | | | fix(docs): fix typo in user memberships exampleNejc Habjan2020-02-221-1/+1
| | | | |
| * | | | feat: add support for user memberships API (#1009)Nejc Habjan2020-02-225-0/+104
| | | | |
* | | | | Merge pull request #1027 from nejch/fix/base-url-trailing-slashMax Wittig2020-02-242-2/+19
|\ \ \ \ \ | |/ / / / |/| | | | Fix: remove trailing slash in base URL
| * | | | fix: remove trailing slashes from base URL (#913)Nejc Habjan2020-02-231-2/+2
| | | | |
| * | | | test: add unit tests for base URLs with trailing slashesNejc Habjan2020-02-231-0/+17
|/ / / /
* | | | Merge pull request #1020 from nejch/feat/revert-commit-apiMax Wittig2020-02-206-0/+96
|\ \ \ \ | |/ / / |/| | | feat: add support for commit revert API (#991)
| * | | test: remove duplicate resp_get_projectNejc Habjan2020-02-191-9/+1
| | | |
| * | | test: use lazy object in unit testsNejc Habjan2020-02-191-1/+1
| | | |
| * | | test: add unit tests for revert commit APINejc Habjan2020-02-191-0/+52
| | | |
| * | | fix: return response with commit dataNejc Habjan2020-02-192-4/+6
| | | |
| * | | style: fix black violationsNejc Habjan2020-02-182-2/+4
| | | |
| * | | feat: add support for commit revert API (#991)Nejc Habjan2020-02-185-0/+48
|/ / /
* | | Merge pull request #1005 from charlesfayal/fix_set_approversMax Wittig2020-02-123-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 approversCharles2020-01-301-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 callCharles2020-01-301-6/+12
| | | | | | | | | | | | Added a miss paramter update to the set_approvers function
| * | fix(docs and tests): update docs and tests for set_approversCharles2020-01-302-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 argsCharles2020-01-301-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-configMax Wittig2020-02-103-2/+26
|\ \ | | | | | | Add capability to control GitLab features per project or group
| * | fix: remove null values from features POST data, because it failsMateusz Filipowicz2020-02-072-0/+5
| | | | | | | | | | | | with HTTP 500
| * | feat: add capability to control GitLab features per project or groupMateusz Filipowicz2020-02-072-2/+21
| | |
* | | chore: revert to 2.0.1v2.0.1Max Wittig2020-02-051-1/+1
| | | | | | | | | I've misread the tag
* | | chore: bump to 2.1.0Max Wittig2020-02-051-1/+1
| | | | | | | | | There are a few more features in there
* | | Merge pull request #1007 from python-gitlab/chore/user-updateRoger Meier2020-02-052-1/+6
|\ \ \ | |/ / | | / | |/ |/| chore(user): update user attributes
| * chore: bump version to 2.0.1Max Wittig2020-02-051-1/+1
| |
| * chore(user): update user attributesMax Wittig2020-02-051-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-docsMax Wittig2020-01-262-8/+1
|\ | | | | Update auth docs