Commit Graph

401 Commits

Author SHA1 Message Date
Peter Palaga
fa2af29bd4 Output received messages on JVM test failure 2020-11-15 15:50:32 +00: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
575de9aa9a Reproduce #218 pom.xml changes not honored 2020-11-15 15:50:32 +00:00
github-actions[bot]
8685b18eb1 Updated CHANGELOG.md 2020-11-14 03:10:46 +00:00
Peter Palaga
0183e6dbe2 Use 7d instead of 1w because we do not support weeks anymore 2020-11-13 19:47:27 +00:00
Peter Palaga
e670334719 Reformat TimeUtils and TimeUtilsTest 2020-11-13 19:47:27 +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
6aa03603ce Rewrite and simplify the TimeUtils class, add a bit of doc on the Environment class, add a unit test 2020-11-13 08:33:49 +00:00
Guillaume Nodet
ca55b244c8 Provide an automatic purge of daemon logs, fixes #196 2020-11-13 08:33:49 +00:00
Guillaume Nodet
7d1c7c072c Use human readable durations instead of milliseconds 2020-11-13 08:33:49 +00:00
github-actions[bot]
3e880ab870 Updated CHANGELOG.md 2020-11-12 10:20:29 +00:00
github-actions[bot]
f2a2101a41 Updated CHANGELOG.md 2020-11-12 10:15:06 +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 0.0.12 2020-11-12 11:13:35 +01:00
Peter Palaga
1b65cade65 Store registry under ~/.m2 where we already have mvnd.properties 2020-11-12 10:12:42 +00:00
Peter Palaga
a307be996a Make mvnd.rollingWindowSize default to 0 2020-11-12 09:48:46 +00:00
Peter Palaga
4afe9057a2 Activate TerminalOutput.noBuffering when -B/--batch-mode is passed via CLI 2020-11-12 09:48:46 +00:00
Peter Palaga
a0e94a2e6c Make TerminalOutput.dumb final 2020-11-12 09:48:46 +00:00
Guillaume Nodet
c83f7045d6 Use org.mvndaemon package 2020-11-12 09:22:26 +01:00
Guillaume Nodet
c8c5d08e1f Property to configure the default rolling window size (defaults to 2) 2020-11-12 09:22:26 +01:00
github-actions[bot]
94a2a07058 Updated CHANGELOG.md 2020-11-12 03:10:30 +00:00
Guillaume Nodet
d44e3201e0 Fix the readInputLoop so that messages are all delivered and processed in the main thread 2020-11-12 00:40:26 +01:00
Guillaume Nodet
e397627376 Non daemon option, fixes #43 2020-11-11 22:09:26 +01:00
Guillaume Nodet
60ea15cfda Revert "Reduce the sleep time"
This reverts commit e40d2bbf26.
2020-11-11 21:53:19 +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
Guillaume Nodet
e40d2bbf26 Reduce the sleep time 2020-11-11 20:20:52 +01:00
Guillaume Nodet
a96616a751 Do not pass the maxKeepAlive as a parameter 2020-11-11 20:20:52 +01:00
Peter Palaga
52f46a3e90 Enforce assertions in the native image so that we can remove volatile from some TerminalOutput fields 2020-11-11 11:16:13 +00:00
Peter Palaga
45b8d6c56f Padd the status line elements so that they do not move left and right as the build is progressing 2020-11-11 11:16:13 +00:00
github-actions[bot]
1f52c06a58 Updated CHANGELOG.md 2020-11-11 03:10:02 +00: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
github-actions[bot]
02ef4a2fc2 Updated CHANGELOG.md 2020-11-10 03:11:45 +00:00
Peter Palaga
734fe6a71b Log env resolution at TRACE 2020-11-09 21:00:55 +00:00
Guillaume Nodet
2b6f604d5e Fix final output 2020-11-09 21:00:55 +00:00
Peter Palaga
03d6d49e7b Client: have just one event queue and one consuming thread #133 2020-11-09 21:00:55 +00:00
Peter Palaga
243fceae9c Simplify reporting of terminal info 2020-11-09 21:00:55 +00:00
github-actions[bot]
e37d2452d2 Updated CHANGELOG.md 2020-11-09 03:11:24 +00:00
github-actions[bot]
d464840013 Updated CHANGELOG.md 2020-11-08 03:11:28 +00:00
github-actions[bot]
04764f9d67 Updated CHANGELOG.md 2020-11-07 03:11:16 +00:00
Peter Palaga
d409ed7970 Move logback.xml so that it is not seen on its default location by the JVM running the tests 2020-11-06 22:05:52 +00:00
Peter Palaga
3e920024ae Remove unneeded method from DaemonClientConnection 2020-11-06 22:05:52 +00:00
Peter Palaga
cd3e285135 No need to pass a lazy DaemonParameters to DefaultClient 2020-11-06 22:05:52 +00:00
Peter Palaga
838691641b Make DaemonParameters immutable 2020-11-06 22:05:52 +00:00
Guillaume Nodet
2a0ed8f554 Support for interactive prompts, fixes #180 2020-11-06 20:31:27 +01:00
Guillaume Nodet
2deea59978 Fix daemon log file for integration tests 2020-11-06 18:16:29 +01:00
Guillaume Nodet
97cde29e84 Allow passing additional jvm args to the daemon, fixes #174 2020-11-06 09:37:08 +00:00
Guillaume Nodet
a6e4c47aaa Merge pull request #190 from gnodet/refactor
Use issue annotations, move some classes out of org.apache.maven package
2020-11-06 10:26:00 +01:00