| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| | |
Fix blob filter types
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Remove usage of `PosixPath.is_relative_to` because it was added in
Python 3.9 and earlier versions of Python are supported by `GitPython`.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix the types and type annotations of some of the blob filter code.
|
| |
| |
| |
| |
| |
| | |
When passing the "message" kwarg, this would add a -m command-line flag
without removing --message, and the message would be duplicated. Avoid
that by deleting "message" from the command line.
|
|/
|
|
|
|
| |
If you pass the "message" kwarg, it also translates it to an -m command
line flag, and with both -m and --message, the message appears twice.
I will fix this in the next commit.
|
|\
| |
| | |
Re-enable Cygwin CI and get most tests passing
|
| |
| |
| | |
Got the wrong one the first time.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| | |
People can change the `/cygdrive` prefix for mounting Windows drives; `/` and `/mnt` are both popular. `/proc/cygdrive` is always going to have the drive letters under it.
|
| |
| |
| | |
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>
|
|\
| |
| | |
Fixed test-requirements.txt
|
| | |
|
|\ \
| |/
|/| |
chore: Set permissions for GitHub actions
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
fix: Allow adding PathLike object to index
|
|/
|
|
| |
Close #1382
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
versions"
This reverts commit 0c9d067e847377657b2208012df020b0b8650b5f.
|
| |
| |
| |
| | |
Maybe there is a way to pin this?
|
| | |
|
| |
| |
| |
| | |
This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500.
|
| |
| |
| |
| | |
`flake8` seems to dislike the formatting of black.
|