Commit graph

5134 commits

Author SHA1 Message Date
b774c997da
Copy during execution phase 2024-08-08 20:22:50 +02:00
19b99919d2
Merge remote-tracking branch 'origin/main' 2024-08-08 19:33:00 +02:00
c5f556a901
Update URL of stage environment 2024-08-08 19:31:50 +02:00
95aa3009dc
Initialize collection with a default value
This prevents it from being null and not iterable in the for..of loop, and Helma from throwing an exception.
2024-08-04 09:14:01 +02:00
d03e0b2987
Fix definition for CSS font shorthard property 2024-06-23 23:52:11 +02:00
998025b55c
Merge pull request #395 from antville/renovate/lock-file-maintenance
Lock file maintenance
2024-06-15 23:40:12 +02:00
42fa5a1c6d
Switch to tasks.register() to define custom tasks 2024-06-15 23:29:53 +02:00
renovate[bot]
b20a7ca05c
Lock file maintenance 2024-06-15 20:49:02 +00:00
6e085b82cb
Revert version bump; let’s release 1.6 before adding a decimal 2024-06-15 22:46:51 +02:00
e26760bdc4
Adapt version output to changes in Helma 2024-06-15 22:46:50 +02:00
508c193c50
Bump Node.js version 2024-06-15 22:41:54 +02:00
da393c74f0
Replace Gradle Git plugin with direct Git commands 2024-06-15 22:41:34 +02:00
88b8391673
No need to add the Gson library as long as it is bundles with Helma 2024-06-15 15:07:09 +02:00
1e071fd0cc
Revert CSS display of <summary> element
Otherwise the triangle to open/close a <details> element is not shown.
2024-06-11 23:05:45 +02:00
63bfe34e35
Move <p> element to customizable skin 2024-06-11 23:05:04 +02:00
6f632e9d4f
Add information about the JVM to the health page 2024-06-11 21:16:49 +02:00
81c442d5b0
Add links to dependencies listed under versions 2024-06-02 20:45:27 +02:00
893b8f98a8
Add deployment workflow 2024-06-02 02:24:27 +02:00
7db39d5c5b
Use action for setting up SSH agent 2024-06-01 19:51:44 +02:00
d74547ce41
Rsync files more specifically 2024-06-01 19:13:07 +02:00
e44539454f
Slightly reword workflow names 2024-05-31 12:30:07 +02:00
49ee8ace0d
Merge pull request #422 from antville/add-versions-to-health-output
Add version information for most important dependencies
2024-05-31 12:22:16 +02:00
6960102a81
Add version information for most important dependencies 2024-05-31 12:13:31 +02:00
dafab7f85f
Bump versions 2024-05-31 02:11:52 +02:00
23923fd694
Merge pull request #420 from antville/fix-error-in-health-action
Fix error in health action during first minutes after startup
2024-05-31 02:10:52 +02:00
f20e5d36a6
Use more reasonable defaults 2024-05-31 02:08:51 +02:00
d4bb902410
Merge remote-tracking branch 'origin/main' into fix-error-in-health-action 2024-05-31 02:03:41 +02:00
aec7a9195b
Merge pull request #421 from antville/remove-extra-git-checkout
Run tasks in project directory
2024-05-31 02:02:56 +02:00
56aff15a70
Run tasks in project directory 2024-05-31 01:51:19 +02:00
264ac59cbe
Fix error in health action during first minutes after startup
TypeError: Cannot read property "errorsPerUnit" from undefined (/home/helma/./apps/antville/code/Root/Root.js#278)
2024-05-31 00:04:38 +02:00
f2fa11cfca
Java is not needed for staging 2024-05-30 23:50:30 +02:00
dbd0071bc9
Arm GitHub workflow 2024-05-30 23:44:28 +02:00
3bd9f96c6c
Do not delete when transferring static content 2024-05-30 23:43:34 +02:00
3cf01e6bf5
Tansfer specific static files only 2024-05-30 23:38:48 +02:00
8abb8c8efd
Merge pull request #419 from antville/add-stage-workflow
Add stage workflow
2024-05-30 23:25:55 +02:00
91921c809f
Add stage workflow 2024-05-30 23:25:30 +02:00
6eeb0e12b6
Merge pull request #417 from antville/group-renovate-updates
Group Renovate updates
2024-05-30 21:56:36 +02:00
eb58b19791
Group CommonMark packages 2024-05-30 21:55:55 +02:00
a558d8c78f
Merge pull request #398 from antville/renovate/gradle-8.x
Update dependency gradle to v8.7
2024-05-30 21:44:16 +02:00
118fcf23b6
Merge pull request #416 from antville/remove-custom-codeql-config
Remove custom CodeQL workflow
2024-05-30 21:06:08 +02:00
c7d2e99de3
Remove custom CodeQL workflow 2024-05-30 21:02:42 +02:00
1e2cb8a3e3
Merge pull request #415 from antville/414-fix-code-scanning-alert-bad-html-filtering-regexp
Match also uppercase script tags in regex
2024-05-30 20:51:58 +02:00
b1869dc000
Parse also --!> as an HTML comment end tag 2024-05-30 20:48:50 +02:00
806d2b6cfd
Match also uppercase script tags in regex 2024-05-30 20:47:19 +02:00
c7822b9fc2
Update renovate.json 2024-03-24 13:51:42 +01:00
renovate[bot]
6467b38d04
Update dependency gradle to v8.7 2024-03-24 12:45:13 +00:00
187cbba693 Update renovate.json 2024-03-24 13:42:26 +01:00
09384070f9 Merge remote-tracking branch 'origin/main' 2024-03-23 23:10:49 +01:00
c0cf251e97 Add work-around for issue with CommonMark erroneously encoding HTML entities
See <https://github.com/commonmark/commonmark-java/issues/307>
2024-02-20 21:01:07 +01:00
7e17ff6f78 Remove cumbersome and obsolete mangling of strings in Story.linebreak_filter
Remove unused Story.code_filter
2024-02-20 20:13:45 +01:00