58 Commits

Author SHA1 Message Date
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
cea53efd6a change index.js to simplify fork rebase 2023-11-17 08:58:40 +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
f30640c2cc repair octokit route 2023-11-14 15:39:57 +01:00
jpaul
e467414d34 repair octokit route 2023-11-14 15:30:48 +01:00
jpaul
05620dd2b7 add logging for debugging 2023-11-14 15:22:43 +01:00
jpaul
082901b409 add logging for debugging 2023-11-14 15:09:34 +01:00
jpaul
2ca1086771 add metrics from pr base branch to pr comment 2023-11-14 15:03:14 +01:00
jpaul
7d8f95c6cd change core.error to core.info for logging 2023-11-14 10:09:24 +01:00
jpaul
9bbf39d46e add import for fetch 2023-11-14 09:34:38 +01:00
jpaul
6f0209b406 add fetch to octokit 2023-11-14 09:28:50 +01:00
jpaul
4b1508ec6f change core.error to core.info 2023-11-14 09:22:08 +01:00
jpaul
214722a6fb remove commit sha to tree-creation 2023-11-13 07:20:11 +01:00
jpaul
e901456ce4 add commit sha to tree-creation 2023-11-13 07:02:59 +01:00
jpaul
db1e924a39 change some logging 2023-11-13 06:55:25 +01:00
jpaul
702e73278d add tree sha to logging 2023-11-13 06:45:47 +01:00
jpaul
a5b12ae628 add create tree with output data 2023-11-13 06:32:16 +01:00
jpaul
cb8703f3ca remove try catch to get real error message 2023-11-13 06:15:38 +01:00
jpaul
621295feb1 undone changes 2023-11-13 06:09:54 +01:00
jpaul
19c4b6ca84 undone changes 2023-11-13 05:40:19 +01:00
jpaul
5bc77ce65e change octokit init to env variable 2023-11-13 05:24:52 +01:00
jpaul
e187800569 change octokit init to env variable 2023-11-13 05:14:11 +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
aa7c580681 update cleanup/index.js 2023-11-07 15:36:28 +01:00
Fabio Niephaus
8dd4f51a5e
Fix gu integration for GraalVM for JDK 21.
Fixes #62.
2023-09-20 12:59:33 +02:00
Fabio Niephaus
ddf952dc27
Regenerate files. 2023-07-26 11:21:13 +02: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
Fabio Niephaus
b11d36630f
Temporarily use 22.3.1 for latest builds.
This is a temporary fix while we are rolling out the new GraalVM for JDK17/20 release.
2023-06-13 19:24:24 +02:00
Fabio Niephaus
cf001e2d43
Update dependencies. 2023-04-11 09:09:07 +02:00
Fabio Niephaus
b53bc17dd7 Allow java-version: 'dev' if version: 'dev'.
Fixes #30
2023-01-24 13:15:29 +01:00
Fabio Niephaus
7c84ab1ba7
Let getLatestRelease() always query github.com.
This should allow GitHub Enterprise users to use this action.

Resolves #26, resolves #27.
2022-12-13 09:12:43 +01:00
Fabio Niephaus
778af55c2a
Don't fail build jobs if report generation fails.
Fixes #24.
2022-12-01 13:36:35 +01:00
Fabio Niephaus
79e8ca0cfa
Ensure creating comments cannot fail job. 2022-11-08 18:15:51 +01:00
Fabio Niephaus
bb71d9a37f
Revise build reports and use HTML tables. 2022-11-08 15:46:37 +01:00
Fabio Niephaus
b4ccf78d3d
Show Java version in build reports. 2022-11-07 15:06:52 +01:00
Fabio Niephaus
5ec9a94dee
Display "types" instead of "classes".
Context: https://github.com/oracle/graal/pull/5336
2022-11-07 14:55:21 +01:00