Guillaume Nodet
|
e8c39062ab
|
Move the code to set system properties to its own method, make sure it's called from JvmTestClient
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
438e76c370
|
Completely remove the usage of hardcoded command line options
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
8b9ba24713
|
Make Environment methods related to command line options more homogeneous
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
68a363c696
|
Remove duplicated code and simply copy the arg list
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
3b13c88c02
|
Fix daemon logging system
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
b6a1f40b1b
|
Add a simple command option to toggle maven-like behavior, fixes #248
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
732a8e1a83
|
Use Environment to deal with command line options
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
8eee89e189
|
Use 0-sized array in toArray
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
1534665e4f
|
Avoid superflous newlines when displaying help
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
10c95301e7
|
Use method reference instead of lambda
|
2020-12-10 10:34:32 +01:00 |
|
Guillaume Nodet
|
37da2361a1
|
Pass the arguments list instead of the add method only
|
2020-12-10 10:34:32 +01:00 |
|
github-actions[bot]
|
e638f74c4e
|
Updated CHANGELOG.md
|
2020-12-09 03:25:18 +00:00 |
|
Guillaume Nodet
|
27528cec37
|
Use client terminal width to format help
|
2020-12-08 22:59:31 +01:00 |
|
Guillaume Nodet
|
79137867e5
|
Fix the mvnd.sh client log configuration, fixes #246
|
2020-12-08 22:59:11 +01:00 |
|
Peter Palaga
|
e5e2a1cd86
|
Document --status, --stop and --purge in -h/--help #249
|
2020-12-08 21:42:02 +00:00 |
|
Peter Palaga
|
dc25d0ca1f
|
Workaround connection resets and other network issues on Azure cloud
|
2020-12-08 20:53:22 +00:00 |
|
Peter Palaga
|
22b8422cf0
|
Wait till the process exit completes when killing all daemons
|
2020-12-08 20:53:22 +00:00 |
|
Peter Palaga
|
404a56fe34
|
Show more lines when the daemon crashes
|
2020-12-08 20:53:22 +00:00 |
|
Peter Palaga
|
3a4d86bc64
|
Let -h/--help display also mvnd specific options #243
|
2020-12-08 20:53:22 +00:00 |
|
Guillaume Nodet
|
234f59ecb1
|
Fix project name and number of projects displayed on the client, fixes #236
|
2020-12-08 11:02:37 +00:00 |
|
github-actions[bot]
|
46a211abfe
|
Updated CHANGELOG.md
|
2020-12-08 03:25:27 +00:00 |
|
Peter Palaga
|
d57e0fc36c
|
mvnd --help produces no output #238
|
2020-12-07 15:30:05 +00:00 |
|
github-actions[bot]
|
4ab67f2e30
|
Updated CHANGELOG.md
|
2020-11-30 03:12:44 +00:00 |
|
github-actions[bot]
|
7164bb8cb6
|
Updated CHANGELOG.md
|
2020-11-29 03:12:57 +00:00 |
|
github-actions[bot]
|
0a405fbd76
|
Updated CHANGELOG.md
|
2020-11-27 13:19:02 +00:00 |
|
Peter Palaga
|
adc3cb8132
|
Next is 0.1.2-SNAPSHOT
|
2020-11-27 14:17:09 +01:00 |
|
Peter Palaga
|
6e0a08b170
|
Release 0.1.1
0.1.1
|
2020-11-27 14:17:03 +01:00 |
|
Peter Palaga
|
87cbcce9e4
|
mvn -Dmvnd.noBuffering=true has no effect #239
|
2020-11-27 13:15:13 +00:00 |
|
github-actions[bot]
|
811620724d
|
Updated CHANGELOG.md
|
2020-11-18 11:01:44 +00:00 |
|
Peter Palaga
|
8419b9c0b4
|
Next is 0.1.1-SNAPSHOT
|
2020-11-18 12:00:15 +01:00 |
|
Peter Palaga
|
7cc25d755e
|
Release 0.1.0
0.1.0
|
2020-11-18 12:00:09 +01:00 |
|
Peter Palaga
|
11404a09dc
|
Try to avoid IllegalStateException: Failed to lock offset 0 of .../daemon/registry.bin within 20.0 seconds #102
|
2020-11-18 10:59:35 +00:00 |
|
Peter Palaga
|
cf055b3e14
|
Upgrade to GraalVM 20.3.0
|
2020-11-18 10:59:35 +00:00 |
|
Peter Palaga
|
032a93c710
|
Fixup 3009d93 Fix the daemon logs that have disappeared
|
2020-11-18 09:13:20 +00:00 |
|
Peter Palaga
|
63d59257e0
|
Output revision with -v/--version
|
2020-11-18 09:13:20 +00:00 |
|
Peter Palaga
|
8ad2734cbf
|
Avoid environment lookups and value conversions on hot paths
|
2020-11-18 07:57:26 +00:00 |
|
github-actions[bot]
|
450cce990d
|
Updated CHANGELOG.md
|
2020-11-18 03:11:29 +00:00 |
|
Guillaume Nodet
|
cd4fea2f7a
|
Document conflict with oh-my-zsh alias, fixes #148
When using oh-my-zsh completion for maven, mvnd conflicts with oh-my-zsh's alias for `mvn deploy`
|
2020-11-17 13:19:55 +01:00 |
|
Guillaume Nodet
|
3009d93b02
|
Fix the daemon logs that have disappeared
|
2020-11-17 09:35:29 +01:00 |
|
Guillaume Nodet
|
e07f378fe1
|
Make sure our CachingProjectBuilder is used, fixes #218
|
2020-11-17 09:35:19 +01:00 |
|
Guillaume Nodet
|
ac0e755823
|
Use more recent version of DeLaGuardo/setup-graalvm action
|
2020-11-17 08:29:38 +01:00 |
|
github-actions[bot]
|
da6613e03a
|
Updated CHANGELOG.md
|
2020-11-17 03:11:04 +00:00 |
|
Guillaume Nodet
|
b6cc70e923
|
Move mvnd logback config file into [MVND_HOME]/conf and use the standard name for the mvn specific config file, fixes #226
|
2020-11-16 17:46:34 +01:00 |
|
Guillaume Nodet
|
7879a057a5
|
Reformat
|
2020-11-16 15:02:11 +01:00 |
|
Guillaume Nodet
|
66e9c94f9d
|
Add a documented default properties file
|
2020-11-16 15:02:11 +01:00 |
|
Guillaume Nodet
|
2dc925f501
|
Fix duration properties passed to the daemon, fixes #225
|
2020-11-16 15:02:11 +01:00 |
|
Guillaume Nodet
|
cf5c512652
|
Fix sluggish elapsed time when no build output, fixes #224
|
2020-11-16 15:02:11 +01:00 |
|
Guillaume Nodet
|
668d4e4526
|
Clean the names of properties, fixes #221
|
2020-11-16 15:02:11 +01:00 |
|
github-actions[bot]
|
1ac48446de
|
Updated CHANGELOG.md
|
2020-11-16 03:11:28 +00:00 |
|
Peter Palaga
|
fa2af29bd4
|
Output received messages on JVM test failure
|
2020-11-15 15:50:32 +00:00 |
|