summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | chore: fix typo in allow_failuresNejc Habjan2020-03-221-1/+1
| | |
| * | chore: pass environment variables in toxNejc Habjan2020-03-211-0/+1
| | |
| * | chore: improve and document testing against different imagesNejc Habjan2020-03-213-3/+42
| | |
| * | chore: remove references to python2 in test envNejc Habjan2020-03-213-12/+5
| | |
* | | Merge pull request #1055 from nejch/feat/commit-gpg-signatureMax Wittig2020-03-227-44/+155
|\ \ \ | |/ / |/| | feat: add support for commit GPG signature
| * | feat: add support for commit GPG signature APINejc Habjan2020-03-226-0/+76
| | |
| * | test: create separate module for commit testsNejc Habjan2020-03-222-44/+79
|/ /
* | Merge pull request #1049 from donhui/typo-fixNejc Habjan2020-03-212-4/+4
|\ \ | |/ |/| * docs: fix comment of prev_page()
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| | | | | | | | Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| | | | | | | | Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
| * docs: fix comment of prev_page()donhui2020-03-202-4/+4
| |
* | Merge pull request #1040 from nejch/test/project-export-importMax Wittig2020-03-194-33/+164
|\ \ | |/ |/| test: update tests and params for project export/import
| * fix: add missing import_project paramNejc Habjan2020-03-182-1/+8
| |
| * test: move mocks to top of moduleNejc Habjan2020-03-181-100/+102
| |
| * chore: clean up for black and flake8Nejc Habjan2020-03-181-11/+7
| |
| * chore: flatten test_import_githubNejc Habjan2020-03-181-25/+26
| |
| * chore: move test_import_github into TestProjectImportNejc Habjan2020-03-182-29/+27
| |
| * test: add unit tests for Project ImportNejc Habjan2020-03-181-0/+53
| |
| * test: add unit tests for Project ExportNejc Habjan2020-03-181-1/+70
| |
| * test: prepare base project test class for more testsNejc Habjan2020-03-181-4/+9
|/
* chore: bump version to 2.1.2v2.1.2Max Wittig2020-03-091-1/+1
|
* Merge pull request #1045 from ↵Roger Meier2020-03-092-11/+1
|\ | | | | | | | | python-gitlab/revert-1003-feat/all-keyset-pagination Revert "feat: use keyset pagination by default for `all=True`"
| * Revert "feat: use keyset pagination by default for `all=True`"Max Wittig2020-03-092-11/+1
|/
* 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