| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Taken from https://github.com/gitpython-developers/GitPython/pull/1516/
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
| |
|
|
|
| |
With each patch level it may bring up new issues that cause CI failure
for without being related to the actual change.
|
| | |
|
| |
|
| |
3.7.0 not available
|
| |
|
| |
Add minor versions to test matrix
|
| |
|
| |
try force tests on 3.9.7
|
| |
|
| |
Rmv 3.10.0 from test matrix
|
| |
|
| |
Try python 3.10.0.rc.2
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Rmv unneeded installs and testing flags (will use the flage from the config files)
|
| |
|
|
|
|
|
|
| |
These weren't used by CI nor were they regularly tested.
If somebody misses something, we can bring them back of course.
This cleanup was triggered with the switch to pytest, and I wanted
to remove everything that was present just for nosetest.
|
| |
|
| |
update to actions/setup-python@v1
|
| |
|
|
| |
Add 3.10.0-beta.3 to test matrix.
(beta 4 out, but wouldn't install. Need to force cache emptying?)
|
| |
|
| |
Not sure it is picking up the tox.ini
|
| |
|
| |
Move pytest before Documentation in workflow
|
| |\ |
|
| | |
| |
| | |
Remove nose tests
|
| | |
| |
| | |
Remove nose
|
| |/
|
|
|
| |
Add pytest step to workflow
Add pip install setuptools and wheel
Invoke mypy directly, no need for tox
|
| |
|
|
| |
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
|
| |
|
|
|
|
| |
This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22.
See #1201 which will hopefully help to get a proper fix soon.
|
| |\
| |
| | |
DNM before 2021-09-05: Remove support for Python 3.5
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will result in _partial_ type checking of the type annotations by
using mypy. Keep in mind though that mypy is performing _static_
analysis in a _dynamic_ language so it can only partially check for
correctness.
Some other tool(s) will be needed to have more complete type checking at
runtime. E.g. [typeguard].
[typeguard]: https://pypi.org/project/typeguard/
|
| |/
|
| |
Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun
|
| | |
|
| |
|
|
| |
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
|
| | |
|
| |
|
|
| |
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
|
| |
|
|
|
|
| |
permissions…
…and I don't really see the benefit given the state of this project
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|