Skip to content

v1.10.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 12:33

1.10.0 (2024-03-18)

Features

  • add AWS stack and resources, add documentation (04c2421)
  • add dev mode to test function with actual github events (ac50fe2)
  • add ID and SHA to check-suite (f28a6b8)
  • add metric for updated documentation (389e952)
  • add over100Files flag to documentation_updated (c0278ab)
  • add pull request head_sha to metric outputs (dd02859)
  • add status to metric data (2dafffe)
  • add workflow job head_sha to output (1e3bb95)
  • add workflow job id to output (ea9c48a)
  • align json file parsing for deployments and tooling-usage (932ccb4)
  • change api dpenedent commits-per-pr and deployments metric output and handle status (426ed42)
  • change api-dependent data of documentation_updated (ac73f16)
  • change release_versions to be based on tag creation events (56bae79)
  • check config file for documentation skeleton usage metric (6a012f3)
  • improve api-dependent tooling_usage output (f213526)
  • improve naming and add more logs to store-data (419971a)
  • only record commits-per-pr for merged prs (3a66883)
  • refine test_coverage test detection and filter out jobs that don't mention tests (d735639)
  • remove redundant status and add/keep conclusion for workflow jobs and steps (36a1f1d)
  • report the existence of unhandled errors (fe3685f)
  • skip any events coming from the data repo (ad7c5e8)
  • store data using tree instead of single commits (70f50c8)
  • update code-review-involvement metric to handle closed but not merged PRs (7018250)
  • use namespaces for trigger signatures (d129288)
  • use PR ID as identifier instead of PR number (50c2b43)
  • use separate token for data repo write access (c8a2ca4)

Bug Fixes

  • add staggering timeout when storing data (44e0826)
  • better representation of commit timestamps - don't default to now (5d91c56)
  • convert test_coverage step datetime to unix timestamp like in other metrics (562c3f8)
  • do not return created data in lambda handler (211ed19)
  • improve error messages (31e23a8)
  • remove check-suite duration (0a6c138)
  • remove dependencies from tooling usage output (7e855d5)
  • remove duplicate data from documentation_updated (22b8f8c)
  • remove packages from code-review-involvement metric output (b0efc46)
  • remove repo and owner from tooling usage output (6e6568b)
  • remove unnecessary data from workflows output (6e5a653)
  • request maximum number of files with one api call (35ba945)
  • resolve new linting warnings and errors (aa81aac)
  • save correct registry for deven-documentation-skeleton in lock (48c5fa2)
  • set correct values for deployment metric output (27f3991)
  • set proper fallback values if pr is not merged (4c43c0c)
  • typo (73cd2ae)
  • use correct commit for deployments metric package_json (5f15bed)
  • use correct endpoint to get all files of a pr (2e11c4d)
  • use status type and easier branching in documentation_updated (aa83543)