Commit Graph

356 Commits

Author SHA1 Message Date
Peter Palaga
3eb9d8d41b Fixup 28ffaea Send transfer events to the client for better display #284 2021-01-08 21:38:45 +00:00
Guillaume Nodet
28ffaeaecc Send transfer events to the client for better display, fixes #284 (#313) 2021-01-08 20:28:02 +01:00
Peter Palaga
3c107020a9 Next is 0.3.1-SNAPSHOT 2021-01-07 16:48:59 +01:00
Peter Palaga
dd0a46b276 Release 0.3.0 2021-01-07 16:48:52 +01:00
Peter Palaga
5d346acda9 Messages sent from the server to the client should not end with a \r on windows #304 2021-01-06 22:45:18 +00:00
Peter Palaga
2f7e4fdd4c The output of ConsoleMavenTransferListener looks ugly in the client #284 2021-01-06 22:41:40 +00:00
Peter Palaga
c6de4dbd9a Right-pad projectIds to improve mojo readability in the threaded view #288 2021-01-06 20:07:39 +00:00
Peter Palaga
519424deba Split AbstractLoggingSpy into an abstract BuildEventListener and
ClientDispatcher to avoid circular package dependencies
2021-01-06 16:46:44 +00:00
Guillaume Nodet
f84f1e0c4b Fix extension resolution that use jdk activation, fixes #300 2021-01-06 15:54:22 +01:00
Peter Palaga
945ad3ef2a Eliminate mutable global state in AbstractLoggingSpy 2021-01-06 12:55:56 +00:00
Peter Palaga
97f3c50503 Reduce the mutable state when initializing DaemonMavenCli 2021-01-06 11:56:32 +00:00
Guillaume Nodet
e639be9a9f Fix logging to use an inheritable thread local, fixes #295 2021-01-05 16:51:18 +01:00
Peter Palaga
eb11f64db7 Yet another workaround for #281 2021-01-04 17:12:07 +00:00
Peter Palaga
a81aa7c397 DAG width wrong for triple interdependent graph #287 2021-01-04 17:12:07 +00:00
Peter Palaga
f046bb6119 A test for DAG width wrong for triple interdependent graph #287 2021-01-04 17:12:07 +00:00
Guillaume Nodet
1302ab3a28 mvnd fails when version range is used in extensions.xml, fixes #275 2020-12-18 08:38:24 +01:00
Peter Palaga
d3b58e4d34 Next is 0.2.1-SNAPSHOT 2020-12-16 20:59:28 +01:00
Peter Palaga
0cd0b3f046 Release 0.2.0 2020-12-16 20:59:21 +01:00
Peter Palaga
f2cdcf9e5f Maven-like rolling output when the build happens to be linear #269 2020-12-16 19:58:34 +00:00
Peter Palaga
38b7185155 A new daemon is always started on Java 8 #266 #260 #261 2020-12-15 14:20:57 +00:00
Guillaume Nodet
29c92d9e2c Remove warning about unsupported TSTP signal on windows 2020-12-15 15:02:53 +01:00
Peter Palaga
8fbb6a755c Deprecate mvnd.builder.rule* and mvnd.builder.rules.provider.* features #264 2020-12-15 11:27:31 +00:00
Peter Palaga
3c968a5fff Fixup c19d26d Fix getCurrentProjects #262 2020-12-15 09:23:38 +01:00
Guillaume Nodet
c19d26dc50 Fix getCurrentProject, #fixes #262 2020-12-15 09:16:11 +01:00
Peter Palaga
b695b51f05 Bash completion #215 2020-12-10 21:10:34 +00:00
Guillaume Nodet
1534665e4f Avoid superflous newlines when displaying help 2020-12-10 10:34:32 +01:00
Guillaume Nodet
27528cec37 Use client terminal width to format help 2020-12-08 22:59:31 +01:00
Peter Palaga
e5e2a1cd86 Document --status, --stop and --purge in -h/--help #249 2020-12-08 21:42:02 +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
Peter Palaga
d57e0fc36c mvnd --help produces no output #238 2020-12-07 15:30:05 +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 2020-11-27 14:17:03 +01: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 2020-11-18 12:00:09 +01:00
Peter Palaga
8ad2734cbf Avoid environment lookups and value conversions on hot paths 2020-11-18 07:57:26 +00:00
Guillaume Nodet
e07f378fe1 Make sure our CachingProjectBuilder is used, fixes #218 2020-11-17 09:35:19 +01:00
Guillaume Nodet
668d4e4526 Clean the names of properties, fixes #221 2020-11-16 15:02:11 +01:00
Peter Palaga
ab85aa1903 Exit code not propagated from the daemon to mvnd client #220 2020-11-15 15:50:32 +00:00
Peter Palaga
bc0af9aaaf Messages associated with projectId from the previous build in the terminal and daemon log #216 2020-11-13 19:47:27 +00:00
Guillaume Nodet
d02518e34a Ignore INT and TSTP signals in the daemon, fixes #193 2020-11-13 17:19:19 +01:00
Guillaume Nodet
7d1c7c072c Use human readable durations instead of milliseconds 2020-11-13 08:33:49 +00:00
Peter Palaga
4742fe2c45 Next is 0.0.13-SNAPSHOT 2020-11-12 11:13:41 +01:00
Peter Palaga
3d641361e2 Release 0.0.12 2020-11-12 11:13:35 +01:00
Guillaume Nodet
c83f7045d6 Use org.mvndaemon package 2020-11-12 09:22:26 +01:00
Guillaume Nodet
e397627376 Non daemon option, fixes #43 2020-11-11 22:09:26 +01:00
Guillaume Nodet
c5e56d0b35 Improve display with an easy opt-out option and support for dumb terminals, fixes #116 and #131 2020-11-11 21:27:03 +01:00
Peter Palaga
c46c38fd0d Throw an IllegalStateException with an informative message 2020-11-10 21:17:47 +01:00
Peter Palaga
66e43362cc Reduce the number of Message subclasses 2020-11-10 20:11:12 +00:00
Guillaume Nodet
0800aeb791 Implement build cancelation, fixes #127 2020-11-10 18:20:03 +00:00