Skip to content

Commit

Permalink
chore: release v2.1.0 (#106)
Browse files Browse the repository at this point in the history
* chore: release v2.1.0

* Update CHANGELOG.md
  • Loading branch information
Kesin11 authored Sep 20, 2020
1 parent d35afa6 commit 17905d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [2.1.0](https://github.com/Kesin11/CIAnalyzer/compare/v2.0.2...v2.1.0) (2020-09-20)

Now CIAanalyzer can export any data related to build with `CustomReport`. CIAanalyzer can collect JSON file that has any structure from CI build artifacts. If you want to collect some data and export it to BigQuery(or others), just create JSON that includes your preferred data and store it to CI build artifacts.

If you want to collect CustomReport, please see [sample config YAML](https://github.com/Kesin11/CIAnalyzer/blob/master/ci_analyzer.yaml)

### Bug Fixes

* Bugfix error when test or customReports are undefined in config yaml ([1edb2c4](https://github.com/Kesin11/CIAnalyzer/commit/1edb2c47147ba77a8c2f42a5fbf0b9a8a340ac84))
* Fetch artifacts in parallel ([0214b48](https://github.com/Kesin11/CIAnalyzer/commit/0214b4878bc537bfddc18328c06766751664cbdc))
* Fetch custom report artifacts in parallel ([95311bc](https://github.com/Kesin11/CIAnalyzer/commit/95311bc03343ae75ad4e788b7463581473ce5baa))
* Show more detail in error log ([5eb638e](https://github.com/Kesin11/CIAnalyzer/commit/5eb638e17e64404ed8c4fa09e693181bc268341b))


### Features

* Export CustomReport (CircleCI) ([adc97f0](https://github.com/Kesin11/CIAnalyzer/commit/adc97f00f8e7648f8d066df3f845fac1472715b1))
* Implement BigqueryExporter.exportCustomReports ([0974f3a](https://github.com/Kesin11/CIAnalyzer/commit/0974f3a4a29cabea5fa6c32637047e216d1cf269))
* Support custom reporter in Github Actions ([1f2d44d](https://github.com/Kesin11/CIAnalyzer/commit/1f2d44d5f356c814d30e75cba03d928aee568258))



## [2.0.2](https://github.com/Kesin11/CIAnalyzer/compare/v2.0.1...v2.0.2) (2020-08-15)


Expand Down
2 changes: 1 addition & 1 deletion 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": "ci_analyzer",
"version": "2.0.2",
"version": "2.1.0",
"description": "Export multiple CI service build data for analyzing.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 17905d9

Please sign in to comment.