| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: remove support for Python 3.6, require 3.7 or higher | John L. Villalovos | 2021-11-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Python 3.6 is End-of-Life (EOL) as of 2021-12 as stated in https://www.python.org/dev/peps/pep-0494/ By dropping support for Python 3.6 and requiring Python 3.7 or higher it allows python-gitlab to take advantage of new features in Python 3.7, which are documented at: https://docs.python.org/3/whatsnew/3.7.html Some of these new features that may be useful to python-gitlab are: * PEP 563, postponed evaluation of type annotations. * dataclasses: PEP 557 – Data Classes * importlib.resources * PEP 562, customization of access to module attributes. * PEP 560, core support for typing module and generic types. * PEP 565, improved DeprecationWarning handling BREAKING CHANGE: As of python-gitlab 3.0.0, Python 3.6 is no longer supported. Python 3.7 or higher is required. | ||||
| * | chore(ci): add workflow to lock old issues | Nejc Habjan | 2021-11-07 | 1 | -0/+20 |
| | | |||||
| * | chore: rename `master` branch to `main`chore/master-to-main | Nejc Habjan | 2021-10-11 | 3 | -3/+6 |
| | | | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`. | ||||
| * | feat(build): officially support and test python 3.10 | Nejc Habjan | 2021-10-06 | 2 | -5/+7 |
| | | |||||
| * | test(build): add smoke tests for sdist & wheel package | Nejc Habjan | 2021-09-02 | 1 | -0/+2 |
| | | |||||
| * | chore(deps): update codecov/codecov-action action to v2 | Renovate Bot | 2021-08-23 | 1 | -2/+2 |
| | | |||||
| * | chore(deps): update wagoid/commitlint-github-action action to v4 | Renovate Bot | 2021-07-30 | 1 | -1/+1 |
| | | |||||
| * | chore(ci): use admin PAT for release workflow | Nejc Habjan | 2021-06-01 | 1 | -1/+2 |
| | | |||||
| * | chore: clean up tox, pre-commit and requirements | Nejc Habjan | 2021-05-29 | 1 | -3/+1 |
| | | |||||
| * | chore: add an isort tox environment and run isort in CI | John L. Villalovos | 2021-05-22 | 1 | -0/+2 |
| | | | | | | | | * Add an isort tox environment * Run the isort tox environment using --check in the Github CI https://pycqa.github.io/isort/ | ||||
| * | Merge pull request #1427 from python-gitlab/chore/automate-releases | Max Wittig | 2021-05-10 | 1 | -0/+19 |
| |\ | | | | | chore(ci): automate releases | ||||
| | * | chore(ci): automate releases | Nejc Habjan | 2021-05-03 | 1 | -0/+19 |
| | | | |||||
| * | | test(functional): start tracking functional test coverage | Nejc Habjan | 2021-05-01 | 1 | -0/+6 |
| |/ | |||||
| * | chore: fix F841 errors reported by flake8 | John L. Villalovos | 2021-04-18 | 1 | -10/+7 |
| | | | | | | | Local variable name is assigned to but never used https://www.flake8rules.com/rules/F841.html | ||||
| * | chore(deps): update wagoid/commitlint-github-action action to v3 | Renovate Bot | 2021-02-24 | 1 | -1/+1 |
| | | |||||
| * | feat: add an initial mypy test to tox.ini | John L. Villalovos | 2021-02-22 | 1 | -0/+8 |
| | | | | | Add an initial mypy test to test gitlab/base.py and gitlab/__init__.py | ||||
| * | chore(ci): deduplicate PR jobschore/deduplicate-pr-jobs | Nejc Habjan | 2021-02-06 | 3 | -3/+21 |
| | | |||||
| * | chore: offically support and test 3.9 | Max Wittig | 2021-01-29 | 2 | -4/+6 |
| | | |||||
| * | chore(ci): add coverage and docs jobs | Nejc Habjan | 2021-01-27 | 2 | -0/+62 |
| | | |||||
| * | chore(ci): force colors in pytest runs | Nejc Habjan | 2021-01-27 | 2 | -0/+6 |
| | | |||||
| * | chore(ci): pin os version | Nejc Habjan | 2021-01-27 | 1 | -2/+2 |
| | | |||||
| * | chore(ci): fix typo in matrix | Nejc Habjan | 2021-01-26 | 1 | -1/+1 |
| | | |||||
| * | chore(ci): fix copy/paste oopsie | Nejc Habjan | 2021-01-26 | 1 | -2/+2 |
| | | |||||
| * | chore(ci): add pytest PR annotations | Nejc Habjan | 2021-01-26 | 1 | -2/+2 |
| | | |||||
| * | chore(ci): replace travis with Actions | Nejc Habjan | 2021-01-26 | 2 | -0/+65 |
