Skip to content

Commit

Permalink
chore(develop): release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Jumace committed Mar 14, 2024
1 parent 78916d9 commit fc628d4
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 3 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Changelog

## [1.10.0](https://github.com/deven-org/telemetry-functions/compare/v1.9.0...v1.10.0) (2024-03-14)


### Features

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


### Bug Fixes

* add staggering timeout when storing data ([5710114](https://github.com/deven-org/telemetry-functions/commit/5710114671e5945ab2c15f5afcef8c8926445102))
* better representation of commit timestamps - don't default to now ([aa67028](https://github.com/deven-org/telemetry-functions/commit/aa67028b286511732ecb4e23ec5499ca0efa6fb9))
* convert test_coverage step datetime to unix timestamp like in other metrics ([de95816](https://github.com/deven-org/telemetry-functions/commit/de958160df16cdd065548fb21403bc2fdb4cc5aa))
* do not return created data in lambda handler ([ced9727](https://github.com/deven-org/telemetry-functions/commit/ced972773d21a92f6ecd55505232ab8cb12478d1))
* improve error messages ([28b04f9](https://github.com/deven-org/telemetry-functions/commit/28b04f9c8bf9eefa3b9321c12feaac978c665ec9))
* remove check-suite duration ([f368368](https://github.com/deven-org/telemetry-functions/commit/f3683682e45218abd6e818c7280c6a194976e632))
* remove dependencies from tooling usage output ([ea1f59c](https://github.com/deven-org/telemetry-functions/commit/ea1f59c895e94e7e18182a985608bef0b357f902))
* remove duplicate data from documentation_updated ([d992a08](https://github.com/deven-org/telemetry-functions/commit/d992a0804499552cb96379f31c9c5d5b1fbd3ee7))
* remove packages from code-review-involvement metric output ([6a52e2b](https://github.com/deven-org/telemetry-functions/commit/6a52e2ba4a4bc35e374efc57f70d4e7f6f876dfb))
* remove repo and owner from tooling usage output ([731abf6](https://github.com/deven-org/telemetry-functions/commit/731abf6949fbcb0c3443a54dfd3d91bd9ecf4bb4))
* remove unnecessary data from workflows output ([f1a9780](https://github.com/deven-org/telemetry-functions/commit/f1a97800fa9592eb91bfbb84d0ae5b60aa030e0a))
* request maximum number of files with one api call ([548e59b](https://github.com/deven-org/telemetry-functions/commit/548e59bbf87aa8e9213a81499ebaaa5e5da197c3))
* resolve new linting warnings and errors ([05b96c5](https://github.com/deven-org/telemetry-functions/commit/05b96c5eca8149423fe829afec078ff296ba00bc))
* save correct registry for deven-documentation-skeleton in lock ([452ad1e](https://github.com/deven-org/telemetry-functions/commit/452ad1e1b2ab16f59bfd98aa916e8672fc9437b7))
* set correct values for deployment metric output ([8953629](https://github.com/deven-org/telemetry-functions/commit/89536298b35c934f730d794eaa2761502bd45780))
* set proper fallback values if pr is not merged ([894c00b](https://github.com/deven-org/telemetry-functions/commit/894c00b935bbadc69eae9957f6dda6a3be5f73b4))
* typo ([3997d8a](https://github.com/deven-org/telemetry-functions/commit/3997d8ae31ab7adbd60b2899d5ee7de325bbe12f))
* use correct commit for deployments metric package_json ([5b41adb](https://github.com/deven-org/telemetry-functions/commit/5b41adbc7c1ed57c47d3ffbc09c88a57373f9f05))
* use correct endpoint to get all files of a pr ([50604e1](https://github.com/deven-org/telemetry-functions/commit/50604e1c2fa4daa59571351c245156a91a7168de))
* use status type and easier branching in documentation_updated ([9854772](https://github.com/deven-org/telemetry-functions/commit/9854772ef06ed9a0bade034f4449c6940bb24f7c))

## [1.9.0](https://github.com/deven-org/telemetry-functions/compare/v1.8.0...v1.9.0) (2023-11-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deven-org/telemetry-functions",
"version": "1.9.0",
"version": "1.10.0",
"description": "@deven-org/telemetry-functions",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc628d4

Please sign in to comment.