🚀 Enhancement
- Use
ghtoken
to fetch GitHub token from more sources #184 (@jwodder) - Add
fetch-commit
command #171 (@jwodder) - Support fetching logs & artifacts from CircleCI #164 (@jwodder)
🐛 Bug Fix
- CircleCI: Handle
null
vcs.provider_name #190 (@jwodder) - Improve headers sent in HTTP requests #182 (@jwodder)
- Add "Decoupled Ingestion System" as pipeline trigger type #168 (@jwodder)
🏠 Internal
- gh-actions: Bump codecov/codecov-action from 3 to 4 #187 (@dependabot[bot] @jwodder)
- gh-actions: Bump actions/setup-python from 4 to 5 #186 (@dependabot[bot])
- Remove unused
ensure_aware()
function #174 (@jwodder) - Don't do GitHub CI "push" runs on non-default branches #185 (@jwodder)
- Guard against common status typos with an enum #183 (@jwodder)
- gh-actions: Bump actions/checkout from 3 to 4 #173 (@dependabot[bot])
- gh-actions: Bump codespell-project/actions-codespell from 1 to 2 #172 (@dependabot[bot])
- Apply codespell to more branches than just "cleanup" #169 (@jwodder)
- Fix codespell version #167 (@jwodder)
- Add codespell to cleanup #166 (@yarikoptic)
- Assorted code improvements #165 (@jwodder)
🧪 Tests
- mypy: Set
ignore_missing_imports = False
#177 (@jwodder) - Test against Python 3.12 #178 (@jwodder)
- Test against PyPy #179 (@jwodder)
- Remove redundant
pragma: no cover
comments #180 (@jwodder) - Fix type-checking failures #175 (@jwodder)
- Test against Python 3.11 and add it to Python setup classifiers #156 (@jwodder)
🔩 Dependency Updates
Authors: 3
- @dependabot[bot]
- John T. Wodder II (@jwodder)
- Yaroslav Halchenko (@yarikoptic)