|
efb7ad89b3
|
Add static fields for build date and commit hash
|
2024-06-15 22:43:26 +02:00 |
|
|
5de4616df0
|
Use main website as environment
|
2024-06-15 21:37:17 +02:00 |
|
|
bd70d2fb62
|
Disable automatic deployment
|
2024-06-15 21:37:17 +02:00 |
|
|
0f8bace3dd
|
Keep the lib/ext directory around
|
2024-06-15 21:37:17 +02:00 |
|
|
c1ad40ef72
|
Remove over-complicated launch and tasks configuration in favor of Gradle plugin
Starting run/debug tasks with the plugin works out of the box;
one just has to avoid the default “Run and Debug” button.
|
2024-06-15 21:37:17 +02:00 |
|
|
6b694a83ed
|
Add setup for Gradle debugging in VS Codium
|
2024-06-15 21:37:16 +02:00 |
|
|
79b7e8092b
|
Decouple update task from install
Now that Gradle runs Helma with the configured dependencies, updating the installation directory has become less crucial
|
2024-06-15 21:37:16 +02:00 |
|
|
196794cd93
|
Reorder the tasks
|
2024-06-15 21:37:16 +02:00 |
|
|
ed56cf72f7
|
Slightly modify the version string (still a date representation)
|
2024-06-15 21:37:16 +02:00 |
|
|
3a9c14898b
|
Update run configuration to always use the correct dependencies
|
2024-06-15 21:37:16 +02:00 |
|
|
82c32bb448
|
Slightly modify the format of the build date
|
2024-06-15 21:37:16 +02:00 |
|
|
def303c069
|
Define Java versions in a more general way
|
2024-06-15 12:19:28 +02:00 |
|
|
64bcb63e4a
|
Merge pull request #116 from antville/revert-112-renovate/gradle-8.x
Revert "Update dependency gradle to v8.8"
|
2024-06-14 23:01:39 +02:00 |
|
|
55dbc0359c
|
Revert "Update dependency gradle to v8.8"
|
2024-06-14 23:00:48 +02:00 |
|
|
f2feef4332
|
Use generic name for the staging server
|
2024-06-01 22:28:24 +02:00 |
|
|
14ccdf0691
|
Add deployment workflow
|
2024-06-01 20:54:35 +02:00 |
|
|
4ae840d3c9
|
Add reusable workflow for setting up SSH agent
|
2024-06-01 20:21:36 +02:00 |
|
|
132f8f4d7d
|
Revert "Bump minimum Java version to 17 (LTS)"
This reverts commit ebf9b22f55 .
|
2024-06-01 18:56:08 +02:00 |
|
|
048cdc39f5
|
Merge pull request #112 from antville/renovate/gradle-8.x
Update dependency gradle to v8.8
|
2024-06-01 15:52:15 +02:00 |
|
renovate[bot]
|
6d7774fd2e
|
Update dependency gradle to v8.8
|
2024-05-31 23:22:22 +00:00 |
|
|
0e8ce1d7a7
|
Slightly reconfigure, reword and format workflow config
|
2024-05-31 13:14:34 +02:00 |
|
|
57642f6f10
|
Use today’s date as release title
|
2024-05-30 20:25:44 +02:00 |
|
|
dd0bdc62ec
|
Fix setup of GitHub token
|
2024-05-30 20:22:14 +02:00 |
|
renovate[bot]
|
656a023b27
|
Update dependency com.google.code.gson:gson to v2.11.0
|
2024-05-30 20:22:13 +02:00 |
|
|
7c52b6ba46
|
Add release action
|
2024-05-30 20:22:13 +02:00 |
|
|
47f7b19fe9
|
Merge remote-tracking branch 'origin/helma-🐜' into helma-🐜
|
2024-05-30 18:48:34 +02:00 |
|
|
ebf9b22f55
|
Bump minimum Java version to 17 (LTS)
|
2024-05-25 19:34:10 +02:00 |
|
|
399f81c1dc
|
Merge pull request #107 from antville/resolve-java-warnings
Resolve java warnings
|
2024-05-25 18:52:37 +02:00 |
|
|
d02dd85a45
|
Merge pull request #108 from antville/fix-javadoc-warnings
Fix JavaDoc warnings
|
2024-05-25 18:52:36 +02:00 |
|
|
0bfa585cb9
|
Replace new Boolean() with Boolean.valueOf()
Signed-off-by: Tobi Schäfer <interface@p3k.org>
|
2024-05-25 18:52:35 +02:00 |
|
|
8ffb7b0b08
|
Replace new Integer() with Integer.valueOf()
Signed-off-by: Tobi Schäfer <interface@p3k.org>
|
2024-05-25 18:52:34 +02:00 |
|
|
a68c478dd5
|
Replace new Double() with Double.valueOf()
Signed-off-by: Tobi Schäfer <interface@p3k.org>
|
2024-05-25 18:52:34 +02:00 |
|
|
77ea53d949
|
Fix JavaDoc warnings
|
2024-05-25 18:52:33 +02:00 |
|
|
2ff75f7879
|
Replace new Long() with Long.valueOf()
Signed-off-by: Tobi Schäfer <interface@p3k.org>
|
2024-05-25 18:52:33 +02:00 |
|
|
052bfc0db1
|
Update README.md
Minor edits
|
2024-05-25 18:52:32 +02:00 |
|
|
63c5aec4df
|
Add tasks to set up SSH agent and publish installation
|
2024-05-25 18:50:11 +02:00 |
|
|
cfbfea51d7
|
Create staging.yml
|
2024-05-25 18:50:10 +02:00 |
|
|
bca560e577
|
Do not run the update task in CI context
|
2024-05-25 18:50:09 +02:00 |
|
|
7f8c776c57
|
Upgrade the project dir only selectively on install
|
2024-05-25 18:50:08 +02:00 |
|
|
7fa9b805d6
|
Update renovate.json
Group Lucene packages
|
2024-05-25 18:50:08 +02:00 |
|
renovate[bot]
|
2ecd5b4e36
|
Update dependency gradle to v8.7
|
2024-05-25 18:50:07 +02:00 |
|
|
d23268095a
|
Gradle has an issue with the date-based version string
|
2024-05-25 18:50:06 +02:00 |
|
|
daf8da61b1
|
Add tasks to set up SSH agent and publish installation
|
2024-05-19 01:22:13 +02:00 |
|
|
db4dfd0ba7
|
Create staging.yml
|
2024-05-18 23:31:25 +02:00 |
|
|
f0ac6cdb5f
|
Do not run the update task in CI context
|
2024-05-18 23:31:25 +02:00 |
|
|
d7f9882596
|
Upgrade the project dir only selectively on install
|
2024-05-18 23:11:45 +02:00 |
|
|
d6b7c97518
|
Update renovate.json
Group Lucene packages
|
2024-05-18 23:11:45 +02:00 |
|
renovate[bot]
|
b984877877
|
Update dependency gradle to v8.7
|
2024-05-18 23:11:45 +02:00 |
|
|
1a1b676604
|
Gradle has an issue with the date-based version string
|
2024-05-18 17:34:32 +02:00 |
|
|
46dd4a2c31
|
Merge pull request #102 from antville/renovate/jetty-packages
Update Jetty packages to v9.4.54.v20240208
|
2024-05-18 17:29:47 +02:00 |
|