56 Commits

Author SHA1 Message Date
jpaul
3a58aed16c add charts as image after build 2023-12-04 11:48:24 +01:00
jpaul
a9b5d04bda adjust timestamp to iso time 2023-11-28 14:22:17 +01:00
jpaul
975e024aa9 add timestamp to diagramm 2023-11-28 13:43:25 +01:00
jpaul
73c66f804d fix mermaid syntax 2023-11-28 13:36:38 +01:00
jpaul
aeef0e5848 add logging for debugging 2023-11-28 11:59:18 +01:00
jpaul
8a1b59b690 add logging for debugging 2023-11-28 11:53:20 +01:00
jpaul
111904c23e add logging for debugging 2023-11-28 11:47:06 +01:00
jpaul
3912ab9fc4 add logging for debugging 2023-11-28 11:38:51 +01:00
jpaul
c4a6b699d7 add mermaid diagramm creation for history metric 2023-11-28 11:30:03 +01:00
jpaul
a7b6b6288b add logging for debugging 2023-11-28 10:40:05 +01:00
jpaul
9d47b4a722 change commit sha from first to last element 2023-11-28 10:33:23 +01:00
jpaul
7e534b7e1c add logging for debugging 2023-11-28 09:43:15 +01:00
jpaul
55a1a57dc2 change access to pushEvent values 2023-11-28 09:29:48 +01:00
jpaul
021bf5d685 add logging for debugging 2023-11-28 09:00:07 +01:00
jpaul
89cbb59b8e add logging for debugging 2023-11-27 15:02:00 +01:00
jpaul
e9bf44a5db add getting metrics data for n commits 2023-11-27 14:46:52 +01:00
jpaul
47c5a10370 change x scale for diagramm 2023-11-22 07:27:42 +01:00
jpaul
29cc8f4db7 change x scale for diagramm 2023-11-21 18:08:32 +01:00
jpaul
33ed2184c9 change x scale for diagramm 2023-11-21 16:57:05 +01:00
jpaul
26b4de649b change x scale for diagramm 2023-11-21 16:46:49 +01:00
jpaul
a81a3e972c change x scale for diagramm 2023-11-21 16:36:28 +01:00
jpaul
e3535f6ae8 add mermaid diagramm to pr comment 2023-11-21 16:18:50 +01:00
jpaul
38a653dad2 add logging for debugging 2023-11-21 11:06:39 +01:00
jpaul
1f506365db add logging for debugging 2023-11-18 08:49:11 +01:00
jpaul
5fed054030 refactor utils.ts and build index.js 2023-11-17 10:05:19 +01:00
jpaul
714a309928 refactor report and utils.ts 2023-11-17 08:51:57 +01:00
jpaul
d0de3476cf remove unnecessary % 2023-11-14 16:52:10 +01:00
jpaul
0598cd6a2c change output for metrics compare by pr 2023-11-14 16:45:01 +01:00
jpaul
b035e809a3 make pr metrics write to pr request 2023-11-14 15:55:54 +01:00
jpaul
2ca1086771 add metrics from pr base branch to pr comment 2023-11-14 15:03:14 +01:00
jpaul
a5b12ae628 add create tree with output data 2023-11-13 06:32:16 +01:00
jpaul
621295feb1 undone changes 2023-11-13 06:09:54 +01:00
jpaul
a342fbb5bc undone changes 2023-11-13 05:39:20 +01:00
jpaul
038296d909 add create reference to make tree accessible 2023-11-13 05:05:38 +01:00
jpaul
e0f3e8c4a3 save report json as metadata 2023-11-08 09:56:42 +01:00
jpaul
48b13fa8f1 refactor report json saving 2023-11-07 20:35:07 +01:00
jpaul
a4eee53def fix imports 2023-11-07 16:44:28 +01:00
jpaul
085f6ea87b fix octokit init 2023-11-07 16:40:32 +01:00
jpaul
26baf45152 fix octokit import 2023-11-07 16:36:03 +01:00
jpaul
53822087e9 fix octokit init 2023-11-07 16:28:38 +01:00
jpaul
a9b965747c change used token 2023-11-07 16:14:23 +01:00
jpaul
607f7c6ae8 fix imports 2023-11-07 16:07:03 +01:00
jpaul
10ae0b14cb fix imports 2023-11-07 15:07:43 +01:00
jpaul
dc850bb2cb add report token to input 2023-11-07 14:32:00 +01:00
Chris Fleger
29e9f27647 Changed Committer/Author to jessiscript 2023-11-07 13:26:01 +01:00
Chris Fleger
399a0e40c6 Added GitHub API logic to store report data 2023-11-04 12:39:55 +01:00
jpaul
7e342df686 Change heading of report 2023-11-01 09:46:36 +01:00
Fabio Niephaus
4a5400ac9a
Extend build reports with new data.
Updated schema: f196ab0325/docs/reference-manual/native-image/assets/build-output-schema-v0.9.1.json
2023-06-20 09:41:35 +02:00
Fabio Niephaus
04ca584c1b
Improve version check for reports. 2023-06-17 16:17:49 +02:00
Fabio Niephaus
c871f91ee0 Support new GraalVM for JDK17/JDK20 release
This commit adds support for the new GraalVM for JDK17/JDK20 release, including the new Oracle GraalVM distribution.
For this, users only need to specify the 'java-version' option and the new 'distribution' option.
The 'version' option is now marked as optional and kept for compatibility with older GraalVM releases and Mandrel.
2023-06-16 13:18:20 +02:00