Skip to content

Latest commit

 

History

History
252 lines (153 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

252 lines (153 loc) · 12.3 KB

0.6.1 (Thu Feb 09 2023)

🐛 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


0.6.0 (Mon Oct 17 2022)

🚀 Enhancement

🏠 Internal

Authors: 1


0.5.4 (Tue Oct 11 2022)

🐛 Bug Fix

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

⚠️ Pushed to master

Authors: 1


0.5.3 (Fri May 13 2022)

🐛 Bug Fix

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

Authors: 1


0.5.2 (Tue Apr 19 2022)

🐛 Bug Fix

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

🧪 Tests

Authors: 1


0.5.1 (Wed Jan 26 2022)

🐛 Bug Fix

🏠 Internal

📝 Documentation

🧪 Tests

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

Authors: 2


0.5.0 (Fri Jul 09 2021)

🚀 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


0.4.0 (Tue Jun 22 2021)

🚀 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


0.3.0 (Sat Jun 12 2021)

🚀 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 connection 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


0.2.0 (Mon May 17 2021)

🚀 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


v0.1.0 (2021-04-27)

Initial release