Tinuous

Latest version: v0.7.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.0

๐Ÿš€ Enhancement

- Use `ghtoken` to fetch GitHub token from more sources [184](https://github.com/con/tinuous/pull/184) ([jwodder](https://github.com/jwodder))
- Add `fetch-commit` command [171](https://github.com/con/tinuous/pull/171) ([jwodder](https://github.com/jwodder))
- Support fetching logs & artifacts from CircleCI [164](https://github.com/con/tinuous/pull/164) ([jwodder](https://github.com/jwodder))

๐Ÿ› Bug Fix

- CircleCI: Handle `null` vcs.provider_name [190](https://github.com/con/tinuous/pull/190) ([jwodder](https://github.com/jwodder))
- Improve headers sent in HTTP requests [182](https://github.com/con/tinuous/pull/182) ([jwodder](https://github.com/jwodder))
- Add "Decoupled Ingestion System" as pipeline trigger type [168](https://github.com/con/tinuous/pull/168) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump codecov/codecov-action from 3 to 4 [187](https://github.com/con/tinuous/pull/187) ([dependabot[bot]](https://github.com/dependabot[bot]) [jwodder](https://github.com/jwodder))
- [gh-actions](deps): Bump actions/setup-python from 4 to 5 [186](https://github.com/con/tinuous/pull/186) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Remove unused `ensure_aware()` function [174](https://github.com/con/tinuous/pull/174) ([jwodder](https://github.com/jwodder))
- Don't do GitHub CI "push" runs on non-default branches [185](https://github.com/con/tinuous/pull/185) ([jwodder](https://github.com/jwodder))
- Guard against common status typos with an enum [183](https://github.com/con/tinuous/pull/183) ([jwodder](https://github.com/jwodder))
- [gh-actions](deps): Bump actions/checkout from 3 to 4 [173](https://github.com/con/tinuous/pull/173) ([dependabot[bot]](https://github.com/dependabot[bot]))
- [gh-actions](deps): Bump codespell-project/actions-codespell from 1 to 2 [172](https://github.com/con/tinuous/pull/172) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Apply codespell to more branches than just "cleanup" [169](https://github.com/con/tinuous/pull/169) ([jwodder](https://github.com/jwodder))
- Fix codespell version [167](https://github.com/con/tinuous/pull/167) ([jwodder](https://github.com/jwodder))
- Add codespell to cleanup [166](https://github.com/con/tinuous/pull/166) ([yarikoptic](https://github.com/yarikoptic))
- Assorted code improvements [165](https://github.com/con/tinuous/pull/165) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- mypy: Set `ignore_missing_imports = False` [177](https://github.com/con/tinuous/pull/177) ([jwodder](https://github.com/jwodder))
- Test against Python 3.12 [178](https://github.com/con/tinuous/pull/178) ([jwodder](https://github.com/jwodder))
- Test against PyPy [179](https://github.com/con/tinuous/pull/179) ([jwodder](https://github.com/jwodder))
- Remove redundant `pragma: no cover` comments [180](https://github.com/con/tinuous/pull/180) ([jwodder](https://github.com/jwodder))
- Fix type-checking failures [175](https://github.com/con/tinuous/pull/175) ([jwodder](https://github.com/jwodder))
- Test against Python 3.11 and add it to Python setup classifiers [156](https://github.com/con/tinuous/pull/156) ([jwodder](https://github.com/jwodder))

๐Ÿ”ฉ Dependency Updates

- Update pydantic and in_place versions [176](https://github.com/con/tinuous/pull/176) ([jwodder](https://github.com/jwodder))

Authors: 3

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

0.6.1

๐Ÿ› Bug Fix

- Treat GitHub workflows triggered on `pull_request_target` as "pr" events [161](https://github.com/con/tinuous/pull/161) ([jwodder](https://github.com/jwodder))
- Revert PR 151 [157](https://github.com/con/tinuous/pull/157) ([jwodder](https://github.com/jwodder))
- Warn on & skip workflow runs for certain "broken" GitHub workflows [151](https://github.com/con/tinuous/pull/151) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

0.6.0

๐Ÿš€ Enhancement

- Add `max-days-back` config option [155](https://github.com/con/tinuous/pull/155) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- Update GitHub Actions action versions [153](https://github.com/con/tinuous/pull/153) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

0.5.4

๐Ÿ› Bug Fix

- Warn on & skip workflow runs for certain "broken" GitHub workflows [151](https://github.com/con/tinuous/pull/151) ([jwodder](https://github.com/jwodder))
- Adjust tox invocation [151](https://github.com/con/tinuous/pull/151) ([jwodder](https://github.com/jwodder))

โš ๏ธ Pushed to `master`

- Disable Codecov in CircleCI ([jwodder](https://github.com/jwodder))
- Set up CircleCI ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

0.5.3

๐Ÿ› Bug Fix

- Adjust retry parameters for non-Pygithub requests [148](https://github.com/con/tinuous/pull/148) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

0.5.2

๐Ÿ› Bug Fix

- Retry all GitHub requests that result in a 5xx [146](https://github.com/con/tinuous/pull/146) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- Test against Python 3.10 [136](https://github.com/con/tinuous/pull/136) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

Page 1 of 2

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.