Skip to content

Latest commit

 

History

History
231 lines (138 loc) · 16.4 KB

CHANGELOG.md

File metadata and controls

231 lines (138 loc) · 16.4 KB

Changelog

1.10.1 (2024-03-18)

Features

  • no minor changes

Bug Fixes

1.10.0 (2024-03-14)

Features

  • add AWS stack and resources, add documentation (ddf9e99)
  • add dev mode to test function with actual github events (21ddccb)
  • add ID and SHA to check-suite (0a8d000)
  • add metric for updated documentation (05937ba)
  • add over100Files flag to documentation_updated (8d02a5c)
  • add pull request head_sha to metric outputs (2aaf14b)
  • add status to metric data (df150a3)
  • add workflow job head_sha to output (d6a1b16)
  • add workflow job id to output (52e7938)
  • align json file parsing for deployments and tooling-usage (a9e1200)
  • change api dpenedent commits-per-pr and deployments metric output and handle status (7589b40)
  • change api-dependent data of documentation_updated (d4b0898)
  • change release_versions to be based on tag creation events (c6d86c2)
  • check config file for documentation skeleton usage metric (9c46ba0)
  • improve api-dependent tooling_usage output (1ae6337)
  • improve naming and add more logs to store-data (15dd7f1)
  • only record commits-per-pr for merged prs (b153a5d)
  • refine test_coverage test detection and filter out jobs that don't mention tests (dd23472)
  • remove redundant status and add/keep conclusion for workflow jobs and steps (0c09100)
  • report the existence of unhandled errors (e20ffc4)
  • skip any events coming from the data repo (a8379bd)
  • store data using tree instead of single commits (e09d689)
  • update code-review-involvement metric to handle closed but not merged PRs (6263669)
  • use namespaces for trigger signatures (203d9a9)
  • use PR ID as identifier instead of PR number (088dd5b)
  • use separate token for data repo write access (7f36563)

Bug Fixes

  • add staggering timeout when storing data (5710114)
  • better representation of commit timestamps - don't default to now (aa67028)
  • convert test_coverage step datetime to unix timestamp like in other metrics (de95816)
  • do not return created data in lambda handler (ced9727)
  • improve error messages (28b04f9)
  • remove check-suite duration (f368368)
  • remove dependencies from tooling usage output (ea1f59c)
  • remove duplicate data from documentation_updated (d992a08)
  • remove packages from code-review-involvement metric output (6a52e2b)
  • remove repo and owner from tooling usage output (731abf6)
  • remove unnecessary data from workflows output (f1a9780)
  • request maximum number of files with one api call (548e59b)
  • resolve new linting warnings and errors (05b96c5)
  • save correct registry for deven-documentation-skeleton in lock (452ad1e)
  • set correct values for deployment metric output (8953629)
  • set proper fallback values if pr is not merged (894c00b)
  • typo (3997d8a)
  • use correct commit for deployments metric package_json (5b41adb)
  • use correct endpoint to get all files of a pr (50604e1)
  • use status type and easier branching in documentation_updated (9854772)

1.9.0 (2023-11-14)

Features

Bug Fixes

1.8.0 (2023-03-21)

Features

  • metrics-signature: add metrics signature (#71) (6937168)

1.7.0 (2023-03-21)

Features

Bug Fixes

  • log: add action log (3ce9002)
  • storeData: improve commit message and file structure (738e6e6)

1.6.0 (2023-03-20)

Features

  • add tooling usage metric (012bc66)
  • check for documentation skeleton (95c6286)
  • workflows: #18 add code review involvements metrics (d54e490)
  • workflows: #18 add workflows metrics (abeb05c)

Bug Fixes

  • conditions: conditions don't have to be specified in each metric (f4c2c32)
  • metrics: add metrics log as example (8371e44)
  • metrics: changes check for workflow (c1e007a)
  • metrics: changes check for workflow (022f68e)
  • metrics: changes check for workflow (275df3b)
  • push-to-repo: fix the file path (86d0d2f)
  • store-data: resolve events before push (ea1f807)
  • tests: collect metrics uses mocked data (c82c270)
  • tests: tooling usage (aeaadac)
  • tests: tooling usage (3b509f8)
  • tests: tooling usage (412df53)
  • tests: tooling usage (2e57772)
  • tests: tooling usage (633ec02)
  • tests: tooling usage (6d09479)

1.5.0 (2023-03-20)

Features

  • collect-metrics: enable multiple collect metrics (960b338)

Bug Fixes

  • condition: remove wrong condition (315f09d)

1.4.0 (2023-03-20)

Features

  • workflow: add workflow to sync develop with main (db0a647)

1.3.0 (2023-03-17)

Features

  • core: #43 add basic tests for the core modules (1c591a0)

1.2.0 (2023-03-16)

Features

  • documentation: add documentation (f94f210)

Bug Fixes

  • documentation: fix typos (00b6efa)

1.1.0 (2023-03-15)

Features

Bug Fixes

  • packages: remove useless package (985c928)

1.0.0 (2023-03-15)

Features

Bug Fixes

  • packages: remove useless package (985c928)

1.2.0 (2023-03-06)

Features

  • functions: write JSON files instead of base64 (3471b10)

Bug Fixes

1.1.0 (2023-02-28)

Features

  • functions: remove log and release version (e7db333)
  • functions: write JSON files instead of base64 (bb15f54)

1.0.0 (2023-02-28)

Features

  • workflow: add release workflow (69dd2f8)

Bug Fixes