summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* chore(ci): use OIDC trusted publishing for pypi.org (#2559)Nejc Habjan2023-05-031-1/+15
| | | | | * chore(ci): use OIDC trusted publishing for pypi.org * chore(ci): explicitly install setuptools in tests
* chore(deps): update all non-major dependenciesrenovate[bot]2023-03-275-9/+9
|
* chore(deps): update actions/stale action to v8renovate[bot]2023-03-271-1/+1
|
* chore(.github): actually make PR template the defaultNejc Habjan2023-03-121-0/+0
|
* chore(github): add default pull request templateNejc Habjan2023-03-111-0/+23
|
* chore(deps): update all non-major dependencies (#2493)renovate[bot]2023-03-111-1/+1
| | | | | | | | | | | * chore(deps): update all non-major dependencies * chore(fixtures): downgrade GitLab for now * chore(deps): ungroup typing deps, group gitlab instead * chore(deps): downgrade argcomplete for now --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com>
* chore(deps): update all non-major dependenciesrenovate[bot]2023-02-061-1/+1
|
* chore: add Python 3.12 testingJohn L. Villalovos2023-02-031-0/+2
| | | | | | | | | | Add a unit test for Python 3.12. This will use the latest version of Python 3.12 that is available from https://github.com/actions/python-versions/ At this time it is 3.12.0-alpha.4 but will move forward over time until the final 3.12 release and updates. So 3.12.0, 3.12.1, ... will be matched.
* chore(deps): update all non-major dependenciesrenovate[bot]2023-01-175-9/+9
|
* chore(deps): update all non-major dependenciesrenovate[bot]2023-01-105-11/+11
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-274-8/+8
|
* 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
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-195-9/+9
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-124-8/+8
|
* chore(deps): update dessant/lock-threads action to v4renovate[bot]2022-12-051-1/+1
|
* chore(deps): update actions/download-artifact action to v3renovate[bot]2022-12-021-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-021-6/+6
|
* chore: validate httpx package is not installed by defaultLiora Milbaum2022-11-231-0/+36
|
* chore: correct website for pylintJohn L. Villalovos2022-11-101-1/+1
| | | | Use https://github.com/PyCQA/pylint as the website for pylint.
* feat(ci): Re-Run Tests on PR Comment workflowLiora Milbaum2022-11-091-0/+16
|
* feat(build): officially support Python 3.11Nejc Habjan2022-10-264-12/+12
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-10-232-2/+2
|
* refactor: pre-commit trigger from toxLiora Milbaum2022-10-191-6/+4
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-10-176-11/+11
|
* chore(deps): pin GitHub ActionsNejc Habjan2022-10-156-17/+17
|
* chore: renovate and precommit cleanupLiora Milbaum2022-10-121-1/+2
|
* chore: update the issue templatesJohn L. Villalovos2022-10-062-0/+17
| | | | | | | * Have an option to go to the discussions * Have an option to go to the Gitter chat * Move the bug/issue template into the .github/ISSUE_TEMPLATE/ directory
* chore(ci): make pytest annotations workNejc Habjan2022-08-221-3/+3
|
* chore(ci): bump semantic-release for fixed commit parserNejc Habjan2022-08-041-1/+1
|
* chore: change name of API functional test to `api_func_v4`John L. Villalovos2022-07-171-1/+1
| | | | | The CLI test is `cli_func_v4` and using `api_func_v4` matches with that naming convention.
* chore(workflows): explicitly use python-versionNejc Habjan2022-06-272-0/+4
|
* chore(deps): update actions/setup-python action to v4renovate[bot]2022-06-274-7/+7
|
* chore: add link to Commitizen in Github workflowJohn L. Villalovos2022-06-201-1/+1
| | | | | Add a link to the Commitizen website in the Github workflow. Hopefully this will help people when their job fails.
* test: move back to using latest Python 3.11 versionJohn L. Villalovos2022-06-031-1/+1
|
* chore(ci): pin 3.11 to beta.1Nejc Habjan2022-06-011-1/+1
|
* chore(ci): fix prefix for action versionNejc Habjan2022-05-281-1/+1
|
* chore(ci): pin semantic-release versionNejc Habjan2022-05-281-1/+1
|
* chore: rename the test which runs `flake8` to be `flake8`John L. Villalovos2022-05-101-1/+1
| | | | | Previously the test was called `pep8`. The test only runs `flake8` so call it `flake8` to be more precise.
* chore: add `cz` to default tox environment list and skip_missing_interpretersJohn L. Villalovos2022-05-051-1/+1
| | | | | | | | Add the `cz` (`comittizen`) check by default. Set skip_missing_interpreters = True so that when a user runs tox and doesn't have a specific version of Python it doesn't mark it as an error.
* chore(ci): replace commitlint with commitizenNejc Habjan2022-05-011-7/+3
|
* chore(deps): update codecov/codecov-action action to v3Renovate Bot2022-04-051-2/+2
|
* chore(deps): update actions/upload-artifact action to v3Renovate Bot2022-03-081-1/+1
|
* chore(deps): update actions/stale action to v5Renovate Bot2022-03-081-1/+1
|
* chore(deps): update actions/setup-python action to v3Renovate Bot2022-03-084-7/+7
|
* chore(deps): update actions/checkout action to v3Renovate Bot2022-03-075-9/+9
|
* chore(ci): do not run release workflow in forksNejc Habjan2022-01-281-0/+1
|
* ci: don't fail CI if unable to upload the code coverage dataJohn L. Villalovos2022-01-131-2/+2
| | | | | If a CI job can't upload coverage results to codecov.com it causes the CI to fail and code can't be merged.
* chore: add logging to `tests/functional/conftest.py`John L. Villalovos2022-01-081-1/+1
| | | | | | | | | | I have found trying to debug issues in the functional tests can be difficult. Especially when trying to figure out failures in the CI running on Github. Add logging to `tests/functional/conftest.py` to have a better understanding of what is happening during a test run which is useful when trying to troubleshoot issues in the CI.
* chore: add a stale workflowjlvillal/staleJohn L. Villalovos2022-01-061-0/+40
| | | | | | | | | | | | | | | Use the stale action to close issues and pull-requests with no activity. Issues: It will mark them as stale after 60 days and then close them once they have been stale for 15 days. Pull-Requests: It will mark pull-requests as stale after 90 days and then close them once they have been stale for 15 days. https://github.com/actions/stale Closes: #1649