summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove support for Python 3.6, require 3.7 or higherJohn L. Villalovos2021-11-231-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 issuesNejc Habjan2021-11-071-0/+20
|
* chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-113-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.10Nejc Habjan2021-10-062-5/+7
|
* test(build): add smoke tests for sdist & wheel packageNejc Habjan2021-09-021-0/+2
|
* chore(deps): update codecov/codecov-action action to v2Renovate Bot2021-08-231-2/+2
|
* chore(deps): update wagoid/commitlint-github-action action to v4Renovate Bot2021-07-301-1/+1
|
* chore(ci): use admin PAT for release workflowNejc Habjan2021-06-011-1/+2
|
* chore: clean up tox, pre-commit and requirementsNejc Habjan2021-05-291-3/+1
|
* chore: add an isort tox environment and run isort in CIJohn L. Villalovos2021-05-221-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-releasesMax Wittig2021-05-101-0/+19
|\ | | | | chore(ci): automate releases
| * chore(ci): automate releasesNejc Habjan2021-05-031-0/+19
| |
* | test(functional): start tracking functional test coverageNejc Habjan2021-05-011-0/+6
|/
* chore: fix F841 errors reported by flake8John L. Villalovos2021-04-181-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 v3Renovate Bot2021-02-241-1/+1
|
* feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-221-0/+8
| | | | Add an initial mypy test to test gitlab/base.py and gitlab/__init__.py
* chore(ci): deduplicate PR jobschore/deduplicate-pr-jobsNejc Habjan2021-02-063-3/+21
|
* chore: offically support and test 3.9Max Wittig2021-01-292-4/+6
|
* chore(ci): add coverage and docs jobsNejc Habjan2021-01-272-0/+62
|
* chore(ci): force colors in pytest runsNejc Habjan2021-01-272-0/+6
|
* chore(ci): pin os versionNejc Habjan2021-01-271-2/+2
|
* chore(ci): fix typo in matrixNejc Habjan2021-01-261-1/+1
|
* chore(ci): fix copy/paste oopsieNejc Habjan2021-01-261-2/+2
|
* chore(ci): add pytest PR annotationsNejc Habjan2021-01-261-2/+2
|
* chore(ci): replace travis with ActionsNejc Habjan2021-01-262-0/+65