summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* | | chore: improve type-hints for gitlab/base.pyJohn L. Villalovos2021-02-261-3/+5
|/ /
* | Merge pull request #1334 from JohnVillalovos/jlvillal/mypy_cliNejc Habjan2021-02-261-8/+11
|\ \
| * | chore: add type-hints to gitlab/cli.pyJohn L. Villalovos2021-02-251-8/+11
* | | fix: remove duplicate class definitions in v4/objects/users.pyJohn L. Villalovos2021-02-251-12/+0
|/ /
* | Merge pull request #1329 from JohnVillalovos/jlvillal/mypy_constMax Wittig2021-02-251-30/+30
|\ \
| * | chore: add type-hints to gitlab/const.pyJohn L. Villalovos2021-02-251-30/+30
* | | Merge pull request #1330 from JohnVillalovos/jlvillal/mypy_utilsMax Wittig2021-02-251-6/+14
|\ \ \
| * | | chore: add type hints to gitlab/utils.pyJohn L. Villalovos2021-02-251-6/+14
| |/ /
* | | Merge pull request #1331 from JohnVillalovos/jlvillal/mypy_configMax Wittig2021-02-251-4/+7
|\ \ \
| * | | chore: add type-hints to gitlab/config.pyJohn L. Villalovos2021-02-251-4/+7
| |/ /
* | | fix: wrong variable nameJohn L. Villalovos2021-02-251-1/+1
|/ /
* | Merge pull request #1319 from JohnVillalovos/jlvillal/import_starNejc Habjan2021-02-2557-114/+244
|\ \ | |/ |/|
| * chore: remove usage of 'from ... import *'John L. Villalovos2021-02-2357-114/+244
* | test: don't add duplicate fixtureMax Wittig2021-02-241-26/+0
* | feat(projects): add project access token apiMax Wittig2021-02-243-0/+159
|/
* fix: undefined name errorsJohn L. Villalovos2021-02-232-4/+8
* chore: remove unused function _construct_url()John L. Villalovos2021-02-231-18/+0
* chore: add type hints to gitlab/base.pyJohn L. Villalovos2021-02-221-29/+34
* feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-222-2/+2
* chore: remove usage of 'from ... import *' in client.pyJohn L. Villalovos2021-02-221-16/+16
* chore: explicitly import gitlab.v4.objects/cliJohn L. Villalovos2021-02-212-10/+29
* chore(objects): make Project refreshableNejc Habjan2021-02-211-1/+1
* feat(objects): add Release Links API supportNejc Habjan2021-02-216-14/+180
* Merge pull request #1308 from Sineaggi/add-project-audit-endpointNejc Habjan2021-02-203-0/+104
|\
| * chore(tests): remove unused URL segmentNejc Habjan2021-02-201-2/+2
| * feat: add project audit endpointClayton Walker2021-02-193-0/+104
* | refactor: move Gitlab and GitlabList to gitlab/client.pyJohn L. Villalovos2021-02-183-834/+860
|/
* feat: add personal access token APIfeat/personal-access-token-apiMax Wittig2021-02-174-0/+66
* chore: remove unused ALLOWED_KEYSET_ENDPOINTS variableJohn L. Villalovos2021-02-151-2/+0
* Merge pull request #1271 from allcloud-jonathan/feature/honor-bool-for-delete...Nejc Habjan2021-02-151-2/+2
|\
| * fix: honor parameter value passedJonathan Vogt2021-02-151-2/+2
* | chore: remove Python 2 codeJohn L. Villalovos2021-02-151-4/+1
|/
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-0756-9/+557
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-0754-5850/+6167
* feat(issues): add missing get verb to IssueManagerfeat/single-issue-apiNejc Habjan2021-02-062-3/+22
* feat: import from bitbucket serverDan Fuchs2021-02-042-3/+129
* docs: add docs and examples for custom user agentfeat/override-user-agentNejc Habjan2021-01-311-0/+1
* test(api,cli): add tests for custom user agentNejc Habjan2021-01-312-2/+46
* feat(api,cli): make user agent configurableNejc Habjan2021-01-314-8/+34
* feat: support multipart uploadsfeat/multipart-uploadsMax Wittig2021-01-282-9/+11
* Merge pull request #1250 from JacobHenner/feature/add-minimal-accessNejc Habjan2021-01-251-0/+1
|\
| * feat: add MINIMAL_ACCESS constantJacob Henner2020-12-151-0/+1
* | fix(api): use RetrieveMixin for ProjectLabelManagerMarvin Scholz2021-01-101-1/+1
|/
* Merge pull request #1200 from robinson96/feature/project_merge_request_approv...Max Wittig2020-10-292-8/+383
|\
| * test: add test_project_merge_request_approvals.pyPeter B. Robinson2020-10-142-2/+296
| * feat: adds support for project merge request approval rules (#1199)Peter B. Robinson2020-09-301-8/+89
* | fix(base): really refresh objectfix/delete-attrMax Wittig2020-10-122-1/+8
* | fix(cli): write binary data to stdout bufferNejc Habjan2020-10-121-0/+2
* | chore(cli): remove python2 codeNejc Habjan2020-10-121-5/+1
* | Merge pull request #1209 from python-gitlab/docs/cli-reference-pageMax Wittig2020-10-121-0/+14
|\ \