Peter Palaga
|
4f78bbcec4
|
Have unique test project module names
|
2020-10-23 21:44:55 +01:00 |
|
Peter Palaga
|
8f322e7b0b
|
Split daemon module into daemon and dist #130
|
2020-10-23 18:14:38 +01:00 |
|
Peter Palaga
|
bc2fabe788
|
Polish client status line
|
2020-10-23 17:20:37 +01:00 |
|
Peter Palaga
|
d89a65aa6b
|
Merge pull request #136 from ppalaga/i129
mvnd --status to display memory usage #129
|
2020-10-23 16:12:45 +01:00 |
|
Peter Palaga
|
04fda24982
|
mvnd --status to display memory usage #129
|
2020-10-23 17:01:53 +02:00 |
|
Peter Palaga
|
4392dd6b3d
|
Test with two threads at least #128
|
2020-10-23 14:01:30 +02:00 |
|
Peter Palaga
|
8efcf615d8
|
Simplify logging
|
2020-10-23 14:00:16 +02:00 |
|
Peter Palaga
|
a11b4c4c2a
|
Merge pull request #123 from gnodet/issue-47
Issue 47
|
2020-10-23 10:44:42 +02:00 |
|
github-actions[bot]
|
b1983bd193
|
Updated CHANGELOG.md
|
2020-10-23 03:15:21 +00:00 |
|
Guillaume Nodet
|
22f608d5b4
|
Implement a keep-alive strategy to detect stales connections, fixes #47
|
2020-10-22 17:44:44 +02:00 |
|
Guillaume Nodet
|
7dbb371a06
|
Split the long line
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
|
2020-10-22 16:33:36 +02:00 |
|
Peter Palaga
|
aff9d8f222
|
Merge pull request #125 from gnodet/env-check
Display warning in case of environment mismatch #122
|
2020-10-22 16:25:25 +02:00 |
|
Guillaume Nodet
|
35467c4b11
|
Update daemon/src/main/java/org/apache/maven/cli/DaemonMavenCli.java
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
|
2020-10-22 16:16:36 +02:00 |
|
Peter Palaga
|
e20f19eaff
|
Merge pull request #126 from gnodet/improvements
Improvements
|
2020-10-22 16:10:42 +02:00 |
|
Guillaume Nodet
|
af762d5721
|
Display warning in case of environment mismatch #122
|
2020-10-22 15:27:38 +02:00 |
|
Guillaume Nodet
|
73281d91e0
|
Better display of the message when creating a new daemon
|
2020-10-22 15:04:18 +02:00 |
|
Guillaume Nodet
|
682cad96a7
|
Fix imports
|
2020-10-22 15:04:18 +02:00 |
|
Peter Palaga
|
41088ab721
|
Merge pull request #124 from gnodet/improvements
Improvements
|
2020-10-22 14:26:28 +02:00 |
|
Guillaume Nodet
|
755dc6b570
|
Display the java home of the daemon when using "mvnd --status"
|
2020-10-22 13:40:10 +02:00 |
|
Guillaume Nodet
|
90714f69d5
|
Do print the information message when creating a new daemon
|
2020-10-22 13:40:05 +02:00 |
|
Guillaume Nodet
|
0c032230cd
|
Add dependency to fix the build order
|
2020-10-22 13:40:00 +02:00 |
|
Guillaume Nodet
|
0656e1337a
|
Use a loopback address instead of 0.0.0.0
|
2020-10-22 13:39:47 +02:00 |
|
Guillaume Nodet
|
7d60a403fd
|
Fix default logback configuration file
|
2020-10-22 13:10:28 +02:00 |
|
Guillaume Nodet
|
d8f75d98ff
|
Remove unused environment property definition
|
2020-10-22 13:10:28 +02:00 |
|
github-actions[bot]
|
9acf6cd17f
|
Updated CHANGELOG.md
|
2020-10-22 03:14:58 +00:00 |
|
Peter Palaga
|
59fc315777
|
Fixup #111 Document the number of utilized cores and use 1 core at least
|
2020-10-21 15:30:59 +02:00 |
|
Peter Palaga
|
1b18bd4a37
|
Merge pull request #119 from gnodet/issue-111
Leave 1 processor unused on the daemon by default, fixes #111
|
2020-10-21 14:42:48 +02:00 |
|
Peter Palaga
|
68b14f0be4
|
Merge pull request #120 from gnodet/issue-118
Rename ServerMain to MavenDaemon to be more explicit, fixes #118
|
2020-10-21 14:38:56 +02:00 |
|
Guillaume Nodet
|
020c4ef5a9
|
Rename ServerMain to MavenDaemon to be more explicit, fixes #118
|
2020-10-21 14:15:41 +02:00 |
|
Guillaume Nodet
|
3fb67e45d8
|
Leave 1 processor unused on the daemon by default, fixes #111
|
2020-10-21 14:10:35 +02:00 |
|
Guillaume Nodet
|
4f186f3407
|
Fix the "Building null... (0 cores)" displayed at the beginning, at some bold to make it a bit more pretty, #112
|
2020-10-21 08:31:52 +02:00 |
|
github-actions[bot]
|
f2858ab0aa
|
Updated CHANGELOG.md
|
2020-10-21 03:14:54 +00:00 |
|
Peter Palaga
|
28b85f21c1
|
Merge pull request #113 from gnodet/issue-112
Improve progress display
|
2020-10-20 11:54:32 +02:00 |
|
Guillaume Nodet
|
844c54b62d
|
Improve progress display, fixes #112
|
2020-10-20 11:14:15 +02:00 |
|
Guillaume Nodet
|
a735fac8e9
|
Fix mvnd.sh script
|
2020-10-20 11:13:05 +02:00 |
|
github-actions[bot]
|
7bdf079224
|
Updated CHANGELOG.md
|
2020-10-20 03:15:00 +00:00 |
|
Peter Palaga
|
b22d6c037e
|
Merge pull request #110 from ppalaga/201019-skipTests-when-releasing
Skip tests when releasing
|
2020-10-19 23:11:28 +02:00 |
|
Peter Palaga
|
3165364799
|
Skip tests when releasing
|
2020-10-19 22:43:14 +02:00 |
|
github-actions[bot]
|
2b4642a2ff
|
Updated CHANGELOG.md
|
2020-10-19 18:54:42 +00:00 |
|
Peter Palaga
|
ac10e907e0
|
Next is 0.0.9-SNAPSHOT
|
2020-10-19 20:53:12 +02:00 |
|
Peter Palaga
|
1d7b990194
|
Release 0.0.8
0.0.8
|
2020-10-19 20:53:06 +02:00 |
|
Peter Palaga
|
8a59830e7b
|
Merge pull request #109 from ppalaga/201019-dist
Upload the artifacts from the correct directory
|
2020-10-19 20:52:38 +02:00 |
|
Peter Palaga
|
2df4dc5840
|
Upload the artifacts from the correct directory
|
2020-10-19 20:41:02 +02:00 |
|
github-actions[bot]
|
8b4d3f21e9
|
Updated CHANGELOG.md
|
2020-10-19 18:30:51 +00:00 |
|
Peter Palaga
|
854f204b17
|
Next is 0.0.9-SNAPSHOT
|
2020-10-19 20:29:24 +02:00 |
|
Peter Palaga
|
bead599fea
|
Release 0.0.8
|
2020-10-19 20:29:18 +02:00 |
|
Peter Palaga
|
c80ac52386
|
Pass SDKMAN secrets to the workflow
|
2020-10-19 20:28:20 +02:00 |
|
Peter Palaga
|
85056952fb
|
Merge pull request #108 from ppalaga/i107
Unnecessary directory in the 0.0.7 zip archive #107
|
2020-10-19 20:28:09 +02:00 |
|
Peter Palaga
|
1b3a13a28f
|
Unnecessary directory in the 0.0.7 zip archive #107
|
2020-10-19 20:18:57 +02:00 |
|
github-actions[bot]
|
f07b78a051
|
Updated CHANGELOG.md
|
2020-10-19 15:17:44 +00:00 |
|