Recent Releases of https://github.com/con/tinuous

https://github.com/con/tinuous - 0.7.1

๐Ÿ› Bug Fix

  • Sanitize ~ in pathname (we do not use/rely on ~ ATM) #214 (@yarikoptic)
  • Fix up CI and boost Python version to drop 3.8 #212 (@yarikoptic)
  • CircleCI: Skip "not run" workflows #205 (@jwodder)
  • Discard CircleCI workflows with null IDs #204 (@jwodder)
  • CircleCI: Skip logs that return a 404 status when downloading #202 (@jwodder)
  • Fix spelling of CircleCI's scheduled_pipeline event type #201 (@jwodder)
  • Support CircleCI's "unknown" pipeline trigger type #199 (@jwodder)

๐Ÿงช Tests

Authors: 3

- Python
Published by github-actions[bot] 10 months ago

https://github.com/con/tinuous - 0.7.0

๐Ÿš€ Enhancement

๐Ÿ› 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

๐Ÿงช Tests

๐Ÿ”ฉ Dependency Updates

Authors: 3

- Python
Published by github-actions[bot] about 2 years ago

https://github.com/con/tinuous - 0.6.1

๐Ÿ› Bug Fix

  • Treat GitHub workflows triggered on pull_request_target as "pr" events #161 (@jwodder)
  • Revert PR #151 #157 (@jwodder)
  • Warn on & skip workflow runs for certain "broken" GitHub workflows #151 (@jwodder)

Authors: 1

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/con/tinuous - 0.6.0

๐Ÿš€ Enhancement

๐Ÿ  Internal

Authors: 1

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/con/tinuous - 0.5.4

๐Ÿ› Bug Fix

  • Warn on & skip workflow runs for certain "broken" GitHub workflows #151 (@jwodder)
  • Adjust tox invocation #151 (@jwodder)

โš ๏ธ Pushed to master

Authors: 1

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/con/tinuous - 0.5.3

๐Ÿ› Bug Fix

  • Adjust retry parameters for non-Pygithub requests #148 (@jwodder)

Authors: 1

- Python
Published by github-actions[bot] about 4 years ago

https://github.com/con/tinuous - 0.5.2

๐Ÿ› Bug Fix

  • Retry all GitHub requests that result in a 5xx #146 (@jwodder)

๐Ÿงช Tests

Authors: 1

- Python
Published by github-actions[bot] about 4 years ago

https://github.com/con/tinuous - 0.5.1

๐Ÿ› Bug Fix

๐Ÿ  Internal

๐Ÿ“ Documentation

๐Ÿงช Tests

  • Ignore "unreachable" false-positives from mypy #142 (@jwodder)

Authors: 2

- Python
Published by github-actions[bot] over 4 years ago

https://github.com/con/tinuous - 0.5.0

๐Ÿš€ Enhancement

  • Escape branch names, workflow names, and Appveyor job envs with percent encoding #123 (@jwodder)

๐Ÿ› Bug Fix

  • Wait & retry on rate limit errors for GitHub requests #126 (@jwodder)

๐Ÿ“ Documentation

๐Ÿงช Tests

  • Install git-annex through neurodebian for more recent version #127 (@jwodder)

Authors: 1

- Python
Published by github-actions[bot] almost 5 years ago

https://github.com/con/tinuous - 0.4.0

๐Ÿš€ Enhancement

  • Add {timestamp} and {timestamp_local} placeholders #114 (@jwodder)

๐Ÿ› Bug Fix

  • Recognize "canceled" status #120 (@jwodder)
  • Save changes in DataLad if only the statefile was modified #121 (@jwodder)
  • Sleep when search rate limit reached #117 (@jwodder)
  • Delay opening of config file to actual command execution #116 (@jwodder)

๐Ÿ“ Documentation

๐Ÿงช Tests

Authors: 1

- Python
Published by github-actions[bot] almost 5 years ago

https://github.com/con/tinuous - 0.3.0

๐Ÿš€ Enhancement

  • Allow since setting to override state file if newer #102 (@jwodder)
  • [BREAKING] Rename default config file to tinuous.yaml #101 (@jwodder)
  • Rename state file; update state file after each CI system finishes #100 (@jwodder)
  • [BREAKING] Redo path specifications #98 (@jwodder)
  • [BREAKING] Replace {type_id} for releases with {release_tag} #97 (@jwodder)
  • Make the "types" setting optional #96 (@jwodder)
  • Add "manual" event type #95 (@jwodder)
  • Add "Produced by tinuous" message to Datalad commit messages #86 (@jwodder)
  • Allow specifying GitHub workflow inclusions & exclusions with regexes #80 (@jwodder)
  • Add --version option #81 (@jwodder)
  • Add {job_index}, {job_env}, and {job_env_hash} placeholders #73 (@jwodder)
  • Add "until:" config setting #76 (@jwodder)
  • Fill in {commit} for Travis PR builds by querying GitHub #68 (@jwodder)
  • Rename {commit} to {build_commit}; {commit} now refers to triggering commit #64 (@jwodder)
  • Make datalad an extra dependency #63 (@jwodder)
  • Support reading env vars from .env files #59 (@jwodder)
  • Eliminate {abbrev_commit} in favor of {commit[:7]} slicing #62 (@jwodder)

๐Ÿ› Bug Fix

  • Retry downloads interrupted by connnection resets #91 (@jwodder)
  • Skip GitHub logs that return 410 #87 (@jwodder)
  • Don't expand unused vars #79 (@jwodder)
  • Better {commit} lookup for Travis builds #71 (@jwodder)
  • Sleep on & retry requests that return 5xx #56 (@jwodder)
  • Try fetching PR info from "List pull requests associated with a commit" endpoint #53 (@jwodder)
  • Cache PRs corresponding to commit hashes #52 (@jwodder)

๐Ÿ  Internal

๐Ÿ“ Documentation

  • DOC: a more kosher casing of DataLad #105 (@yarikoptic)
  • Doc fix: Custom placeholders don't have to be defined in order any more #99 (@jwodder)

๐Ÿงช Tests

Authors: 2

- Python
Published by github-actions[bot] about 5 years ago

https://github.com/con/tinuous - 0.2.0

๐Ÿš€ Enhancement

  • Support downloading GitHub release assets #48 (@jwodder)
  • Support fetching build artifacts from GitHub Actions #47 (@jwodder)
  • Replace path_prefix with vars mapping #46 (@jwodder)
  • Add {abbrev_commit} placeholder #41 (@jwodder)
  • Look up PR numbers for GitHub PR workflows that are missing data #29 (@jwodder)
  • Add path_prefix config option #37 (@jwodder)
  • Make workflows optional #36 (@jwodder)

๐Ÿ  Internal

๐Ÿ“ Documentation

๐Ÿงช Tests

Authors: 1

- Python
Published by github-actions[bot] about 5 years ago

https://github.com/con/tinuous - v0.1.0 โ€” Initial release

- Python
Published by jwodder about 5 years ago