summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-274-0/+152
* Merge pull request #1327 from python-gitlab/feat/project-access-token-apiNejc Habjan2021-02-244-0/+167
|\
| * test: don't add duplicate fixtureMax Wittig2021-02-241-26/+0
| * feat(projects): add project access token apiMax Wittig2021-02-244-0/+193
* | Merge pull request #1325 from JohnVillalovos/jlvillal/pep8Max Wittig2021-02-241-1/+5
|\ \ | |/ |/|
| * fix: tox pep8 target, so that it can runJohn L. Villalovos2021-02-231-1/+5
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.1-ce.0Renovate Bot2021-02-241-1/+1
|/
* Merge pull request #1322 from JohnVillalovos/jlvillal/missing_varsNejc Habjan2021-02-242-4/+8
|\
| * fix: undefined name errorsJohn L. Villalovos2021-02-232-4/+8
|/
* Merge pull request #1321 from JohnVillalovos/jlvillal/remove_cruftNejc Habjan2021-02-231-18/+0
|\
| * chore: remove unused function _construct_url()John L. Villalovos2021-02-231-18/+0
|/
* Merge pull request #1299 from JohnVillalovos/mypyNejc Habjan2021-02-237-32/+55
|\
| * 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-226-3/+21
|/
* Merge pull request #1318 from JohnVillalovos/jlvillal/testingNejc Habjan2021-02-221-16/+16
|\
| * chore: remove usage of 'from ... import *' in client.pyJohn L. Villalovos2021-02-221-16/+16
|/
* Merge pull request #1310 from JohnVillalovos/jlvillal/v4_onlyNejc Habjan2021-02-222-10/+29
|\
| * chore: explicitly import gitlab.v4.objects/cliJohn L. Villalovos2021-02-212-10/+29
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.0-ce.0Renovate Bot2021-02-221-1/+1
|/
* Merge pull request #1316 from JohnVillalovos/jlvillal/test_waitNejc Habjan2021-02-212-3/+10
|\
| * fix: extend wait timeout for test_delete_user()John L. Villalovos2021-02-212-3/+10
|/
* Merge pull request #1314 from python-gitlab/feat/release-linksMax Wittig2021-02-2112-83/+329
|\
| * docs(api): add release links API docsNejc Habjan2021-02-213-33/+78
| * test(api): add functional test for release links APINejc Habjan2021-02-213-35/+70
| * 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 #1311 from JohnVillalovos/jlvillal/fix_functionalNejc Habjan2021-02-211-1/+1
|\ \ | |/ |/|
| * fix: test_update_group() dependency on orderingJohn L. Villalovos2021-02-201-1/+1
|/
* Merge pull request #1307 from python-gitlab/renovate/docker-compose-1.xNejc Habjan2021-02-201-1/+1
|\
| * chore(deps): update dependency docker-compose to v1.28.4Renovate Bot2021-02-181-1/+1
* | 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
| |/
* | Merge pull request #1301 from JohnVillalovos/refactor_jlvillalNejc Habjan2021-02-203-834/+860
|\ \ | |/ |/|
| * refactor: move Gitlab and GitlabList to gitlab/client.pyJohn L. Villalovos2021-02-183-834/+860
|/
* Merge pull request #1305 from python-gitlab/renovate/docker-compose-1.xNejc Habjan2021-02-181-1/+1
|\
| * chore(deps): update dependency docker-compose to v1.28.3Renovate Bot2021-02-171-1/+1
* | Merge pull request #1304 from python-gitlab/feat/personal-access-token-apiNejc Habjan2021-02-185-0/+94
|\ \ | |/ |/|
| * feat: add personal access token APIfeat/personal-access-token-apiMax Wittig2021-02-175-0/+94
|/
* Merge pull request #1300 from JohnVillalovos/remove_cruftNejc Habjan2021-02-161-2/+0
|\
| * chore: remove unused ALLOWED_KEYSET_ENDPOINTS variableJohn L. Villalovos2021-02-151-2/+0
* | Merge pull request #1303 from python-gitlab/renovate/sphinx-3.xNejc Habjan2021-02-161-1/+1
|\ \ | |/ |/|
| * chore(deps): update dependency sphinx to v3.5.1Renovate Bot2021-02-161-1/+1
|/
* 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
* | Merge pull request #1298 from JohnVillalovos/masterMax Wittig2021-02-151-4/+1
|\ \ | |/ |/|
| * chore: remove Python 2 codeJohn L. Villalovos2021-02-151-4/+1
|/
* Merge pull request #1288 from python-gitlab/refactor/split-objectsMax Wittig2021-02-1557-5850/+6715
|\
| * 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