Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 01:07

🚀 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