Skip to content

Releases: deven-org/telemetry-functions

v1.10.1

18 Mar 12:33
Compare
Choose a tag to compare

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)

v1.9.0

14 Nov 12:23
Compare
Choose a tag to compare

1.9.0 (2023-11-14)

Features

Bug Fixes

v1.8.0

21 Mar 17:38
4e307cd
Compare
Choose a tag to compare

1.8.0 (2023-03-21)

Features

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

v1.7.0

21 Mar 14:34
85cc434
Compare
Choose a tag to compare

1.7.0 (2023-03-21)

Features

Bug Fixes

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

v1.6.0

20 Mar 18:36
01ab759
Compare
Choose a tag to compare

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)

v1.5.0

20 Mar 09:57
40ca7f5
Compare
Choose a tag to compare

1.5.0 (2023-03-20)

Features

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

Bug Fixes

  • condition: remove wrong condition (315f09d)

v1.4.0

20 Mar 08:09
dcdc258
Compare
Choose a tag to compare

1.4.0 (2023-03-20)

Features

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

v1.3.0

17 Mar 15:46
4b740a0
Compare
Choose a tag to compare

1.3.0 (2023-03-17)

Features

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