summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(client): replace basic auth with OAuth ROPC flowfeat/oauth2-resource-password-flowNejc Habjan2023-02-167-29/+181
* docs(advanced): clarify netrc, proxy behavior with requestsNejc Habjan2023-02-121-26/+37
* feat(backends): use PEP544 protocols for structural subtyping (#2442)Liora Milbaum2023-02-122-2/+38
* docs: fix update badge behaviourSoumya Kushwaha2023-02-111-1/+2
* chore(renovate): swith to gitlab-eeNejc Habjan2023-02-061-1/+1
* chore(renovate): bring back custom requirements patternNejc Habjan2023-02-061-0/+3
* chore(deps): update mypy (1.0.0) and responses (0.22.0)John L. Villalovos2023-02-073-4/+4
* chore(renovate): do not ignore tests dirNejc Habjan2023-02-061-1/+5
* test(functional): clarify MR fixture factory nameNejc Habjan2023-02-063-49/+52
* fix(cli): display items when iterator is returnedNejc Habjan2023-02-062-0/+17
* chore(deps): update all non-major dependenciesrenovate[bot]2023-02-062-3/+3
* chore(deps): update pre-commit hook psf/black to v23renovate[bot]2023-02-061-1/+1
* chore(deps): update black (23.1.0) and commitizen (2.40.0) (#2479)John Villalovos2023-02-064-6/+2
* docs(advanced): fix typo in Gitlab examplesNejc Habjan2023-02-051-8/+8
* chore: add SECURITY.mdNejc Habjan2023-02-051-0/+17
* chore: remove `pre-commit` as a default `tox` environment (#2470)John Villalovos2023-02-051-1/+1
* feat(client): add http_patch method (#2471)John Villalovos2023-02-054-0/+100
* chore: add Python 3.12 testingJohn L. Villalovos2023-02-031-0/+2
* feat(cli): add setting of `allow_force_push` for protected branchJohn L. Villalovos2023-02-031-0/+1
* Merge pull request #2465 from valentingregoire/typosMax Wittig2023-02-021-1/+1
|\
| * Merge branch 'main' into typosValentin Grégoire2023-02-0144-160/+1082
| |\ | |/ |/|
* | chore: release v3.13.0v3.13.0github-actions2023-01-302-1/+24
* | chore: make backends privateNejc Habjan2023-01-303-10/+10
* | chore(deps): update all non-major dependenciesrenovate[bot]2023-01-301-3/+3
* | chore: add a UserWarning if both `iterator=True` and `page=X` are used (#2462)John Villalovos2023-01-262-1/+25
* | fix(client): regression - do not automatically get_next if page=# andHelen Koike2023-01-253-1/+16
* | chore: remove tox `envdir` valuesJohn L. Villalovos2023-01-231-6/+0
* | feat(group): add support for group restore APIMahadevan Karthi2023-01-183-0/+37
* | chore: update attributes for create and update projectsjrdescartes2023-01-181-2/+26
* | chore(deps): update all non-major dependenciesrenovate[bot]2023-01-177-12/+12
* | chore(deps): update all non-major dependenciesrenovate[bot]2023-01-106-13/+13
* | chore(deps): update all non-major dependenciesrenovate[bot]2023-01-021-2/+2
* | chore(deps): update all non-major dependenciesrenovate[bot]2022-12-275-10/+10
* | chore(deps): update actions/stale action to v7renovate[bot]2022-12-271-1/+1
* | chore(ci): complete all unit tests even if one has failed (#2438)Liora Milbaum2022-12-211-0/+1
* | refactor: add reason property to RequestsResponse (#2439)Liora Milbaum2022-12-211-0/+4
* | chore: add test, docs, and helper for 409 retriesNejc Habjan2022-12-193-10/+79
* | feat(client): automatically retry on HTTP 409 Resource lockPetr Špaček2022-12-192-4/+9
* | feat(api): add support for bulk imports APINejc Habjan2022-12-199-0/+349
* | refactor: remove unneeded requests.utils import (#2426)Liora Milbaum2022-12-191-1/+0
* | fix: change return value to "None" in case getattr returns None to prevent errorWu Yang2022-12-191-1/+1
* | refactor: Migrate MultipartEncoder to RequestsBackend (#2421)Liora Milbaum2022-12-192-35/+36
* | chore(deps): update all non-major dependenciesrenovate[bot]2022-12-196-12/+12
* | refactor: move Response object to backends (#2420)Liora Milbaum2022-12-193-7/+36
* | test(functional): do not require config fileNejc Habjan2022-12-182-12/+13
* | feat(api): add support for resource groupsNejc Habjan2022-12-186-0/+166
* | chore(deps): update all non-major dependenciesrenovate[bot]2022-12-125-12/+12
* | chore(deps): update pre-commit hook pycqa/flake8 to v6renovate[bot]2022-12-121-1/+1
* | test(unit): expand tests for pipeline schedulesNejc Habjan2022-12-112-4/+54
* | chore: add docs for schedule pipelinesNejc Habjan2022-12-111-3/+9