| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 3 to 4.
- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
- [Commits](https://github.com/cygwin/cygwin-install-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: cygwin/cygwin-install-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|
|
|
| |
Taken from https://github.com/gitpython-developers/GitPython/pull/1516/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 2 to 3.
- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
- [Commits](https://github.com/cygwin/cygwin-install-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: cygwin/cygwin-install-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|\
| |
| | |
Re-enable Cygwin CI and get most tests passing
|
| |
| |
| | |
Echoing the commands in shell scripts in tests causes problems with the tests.
|
| | |
|
| |
| |
| | |
Hopefully this avoids the mismatched directories with saving into a user temporary directory with one user name and reading from a user temporary directory with a different user name.
|
| |
| |
| | |
Got this wrong the first time through
|
| | |
|
| | |
|
| |
| |
| | |
I think this got deleted because the tests were failing, so let's see what happens!
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.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
|
| |
| |
| | |
Combined pytest into usual workflow
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
|