1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
Commit graph

730 commits

Author SHA1 Message Date
Cedric Beust
a2c705ae6e Build fix. 2016-08-08 17:53:21 -07:00
Cedric Beust
54b68b0105 Introducing ILogger. 2016-08-08 17:44:19 -07:00
Cedric Beust
fa6820e440 Rename to ParallelLogger. 2016-08-08 17:37:14 -07:00
Cedric Beust
e639c72b2f Forgot a few log functions 2016-08-07 17:32:22 -07:00
Cedric Beust
1fd362c81c Fix log. 2016-08-07 17:32:07 -07:00
Cedric Beust
70cc94ccf0 Not used. 2016-08-07 17:31:56 -07:00
Cedric Beust
b5e9962d31 initial work on parallel logs. 2016-08-07 17:31:50 -07:00
Cedric Beust
fa86f90e31 Kotlin 1.0.4-eap-62. 2016-08-06 09:51:40 -07:00
Cedric Beust
99444740da Handle failed range look ups better. 2016-08-06 09:45:04 -07:00
Cedric Beust
89d2239209 Thread report for parallel builds. 2016-08-05 20:31:48 -08:00
Cedric Beust
ef93dd523e Fix the version range problem. 2016-08-04 05:03:35 -08:00
Cedric Beust
896b133d66 Merge pull request #302 from DevCharly/master
Completed synchronization for the incremental manager.
2016-08-04 08:05:58 -07:00
DevCharly
bd0197334a Completed synchronization for the incremental manager. 2016-08-04 16:46:53 +02:00
Cedric Beust
91f21c4edb Handle the situation where no tasks ran. 2016-08-03 20:03:54 -08:00
Cedric Beust
4a1f12b6b3 Resolve range versions for plug-ins too.
Fixes https://github.com/cbeust/kobalt/issues/277
2016-08-03 19:34:20 -08:00
Cedric Beust
afc2f38442 Rephrase. 2016-08-03 19:17:22 -08:00
Cedric Beust
75797c33c3 Better synchronization for the incremental manager. 2016-08-03 19:16:40 -08:00
Cedric Beust
1969252d16 Move the BUILD SUCCESSFUL message to the build listener. 2016-08-03 19:15:18 -08:00
Cedric Beust
635cc9cd3c Build listeners for parallel builds.
Also showing timings in the build report.
2016-08-03 19:01:47 -08:00
Cedric Beust
38495b0353 Don't add test-classes to the classpath if not building tests.
Fixes https://github.com/cbeust/kobalt/issues/214
2016-08-03 18:32:29 -08:00
Cedric Beust
981e3fb5ac Better version range resolution. 2016-08-03 18:14:23 -08:00
Cedric Beust
26e647e9bd Synchronize the writes to buildInfo.json. 2016-08-03 08:46:16 -08:00
Cedric Beust
eef34e66da Resolve range versions as soon as possible. 2016-08-03 03:45:44 -08:00
Cedric Beust
7b396214fc Didn't mean to commit that. 2016-08-02 23:16:28 -08:00
Cedric Beust
f9ecc7653c Fix transitive closure bug. 2016-08-02 23:14:15 -08:00
Cedric Beust
faa4bc17ce Fix the version range resolution. 2016-08-02 22:52:48 -08:00
Cedric Beust
efca7320bb Make --resolve accept only one id.
Necessary for version ranges, which are defined with a comma.
2016-08-02 21:37:02 -08:00
Cedric Beust
05b45e4f23 Accidentally submitted the sequential runner in the parallel one. 2016-08-01 23:09:27 -08:00
Cedric Beust
028e360da1 Introducing parallel builds. 2016-08-01 22:57:19 -08:00
Cedric Beust
c0b685a044 Added command "/v1/getDependencyGraph" for the IDEA plug-in. 2016-08-01 02:32:34 -08:00
Cedric Beust
5577c47185 Refactor. 2016-07-31 09:16:59 -07:00
Cedric Beust
326c59f743 Merge branch 'master' of github.com:cbeust/kobalt 2016-07-30 16:44:33 -07:00
Cedric Beust
9f04b26a0a Only one thread to build. For now. 2016-07-30 16:44:09 -07:00
Cedric Beust
d3e008cdca Merge pull request #295 from ethauvin/master
Switched from SimpleDateFormat to java.time
2016-07-30 16:31:07 -07:00
14f298bff8 Switched from SimpleDateFormat to java.time 2016-07-30 16:27:04 -07:00
Cedric Beust
e2e8e78be6 Export the POM generator on the KobaltContext. 2016-07-30 16:25:56 -07:00
Cedric Beust
e19201de33 Merge pull request #294 from ethauvin/master
String changed to CharSequence in logging functions
2016-07-30 16:08:05 -07:00
Cedric Beust
161d51bb76 More efficient task dependency calculations.
Before: calling "project:assemble" would cause all dependent projects to run their own "assemble" task first, which was wasteful.

Now, dependent projects only run their "compile" tasks.
2016-07-30 16:01:52 -07:00
a8e370fcd1 String changed to CharSequence in logging functions 2016-07-30 11:58:12 -07:00
Cedric Beust
c23007f82b Better build reports. 2016-07-30 10:35:21 -07:00
Cedric Beust
7c39abc785 Build fix. 2016-07-30 09:46:13 -07:00
Cedric Beust
f319bf5e16 Project build listeners. 2016-07-30 08:55:50 -07:00
Cedric Beust
755f305e4d No more messages. 2016-07-30 07:43:08 -07:00
Cedric Beust
debdae0cd6 Merge branch 'master' of github.com:cbeust/kobalt 2016-07-30 07:39:33 -07:00
Cedric Beust
8c6e050d3b Fix the CLEAN dependency. 2016-07-30 07:36:12 -07:00
Cedric Beust
007bb31ee3 Introduce build listeners and build report contributors. 2016-07-30 07:36:03 -07:00
Cedric Beust
c72b6b76b6 "No tests to run". 2016-07-29 04:16:18 -08:00
Cedric Beust
f629b76658 Refactor. 2016-07-29 01:43:54 -08:00
Cedric Beust
89559d5952 Better filter dependency implementation. 2016-07-29 00:09:43 -08:00
Cedric Beust
e513508807 Only return existing directories. 2016-07-28 23:53:20 -08:00