Tobi Schäfer tobi
  • Joined on 2024-10-30
tobi commented on pull request antville/helma#103 2025-04-11 11:45:14 +00:00
Update Jetty packages (major)

Looks good at the test instance:

  • image and file upload as well as fetch from remote URL work
  • health page shows the Proxmox graphs
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 11:23:11 +00:00
745ce5bfca Merge branch 'main' into renovate/major-jetty-packages
c4abd27ac7 Make deploy script executable
6b88318bcd Fix regression of Java sources not being processed before compiling
Compare 3 commits »
tobi pushed to main at antville/helma 2025-04-11 11:22:54 +00:00
c4abd27ac7 Make deploy script executable
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 11:17:01 +00:00
tobi commented on issue antville/helma#132 2025-04-11 11:15:55 +00:00
Error in workflow when there is a non-ASCII character in source code

Fixed by reconfiguring the runner:

diff --git a/etc/forgejo-runner/config.yml b/etc/forgejo-runner/config.yml
index 0110996..f528a46 100644
--- a/etc/forgejo-runner/config.yml
+++…
tobi closed issue antville/helma#132 2025-04-11 11:15:55 +00:00
Error in workflow when there is a non-ASCII character in source code
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 10:36:02 +00:00
76189d2997 Test pls ignore
tobi commented on issue antville/helma#132 2025-04-11 10:26:09 +00:00
Error in workflow when there is a non-ASCII character in source code

Looks like the runner is using US-ASCII, probably because of LANG=C?

$ whoami
runner
$ locale
LANG=C
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US…
tobi opened issue antville/helma#132 2025-04-11 10:25:47 +00:00
Error in workflow when there is a non-ASCII character in source code
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 10:25:38 +00:00
98854ac3c9 Fix regression of Java sources not being processed before compiling
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 10:24:11 +00:00
2ec02c7940 Revert "Do not use non-ASCII charaters in Java source code, yet"
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 09:49:15 +00:00
ee7d543811 Merge branch 'main' into renovate/major-jetty-packages
6b88318bcd Fix regression of Java sources not being processed before compiling
Compare 2 commits »
tobi pushed to main at antville/helma 2025-04-11 09:48:53 +00:00
6b88318bcd Fix regression of Java sources not being processed before compiling
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 09:45:26 +00:00
2d9b330cea Fix regression of Java sources not being processed before compiling
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 22:06:09 +00:00
9dee4993f1 Do not use non-ASCII charaters in Java source code, yet
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 21:59:46 +00:00
854df4e865 Enable UTF-8 in Java source files
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 21:42:20 +00:00
517735e53d Make deploy script executable
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 21:37:57 +00:00
0cf9cf7af2 Merge remote-tracking branch 'origin/main' into renovate/major-jetty-packages
96f2dce50f Add launch configuration for debugging Helma
f786b40961 Rename the modules project to prevent VSC from renaming the main project to helma_
8caf790529 Remove custom configuration of Gradle sourceSets
e6c974120b Update .gitigore file for VSC settings
Compare 15 commits »
tobi created branch remove-annoying-log-message in antville/antville 2025-04-10 21:18:34 +00:00
tobi pushed to remove-annoying-log-message at antville/antville 2025-04-10 21:18:34 +00:00
eb3f749ba1 Get rid of the annoying log message “done”