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

2167 commits

Author SHA1 Message Date
Cedric Beust
364c696a55 IDEA files. 2016-06-24 02:43:30 -08:00
Cedric Beust
324f978b74 0.823. 2016-06-24 01:59:42 -08:00
Cedric Beust
5ac94386fc Fix main result. 2016-06-24 01:59:25 -08:00
Cedric Beust
e9cbe04317 Remove GroovyPlugin. 2016-06-24 01:59:20 -08:00
Cedric Beust
d56196a42f 0.821. 2016-06-24 01:47:16 -08:00
Cedric Beust
45cd429d08 Move the compiler interfaces in kobalt-plugin-api. 2016-06-24 01:47:03 -08:00
Cedric Beust
ab43d5c994 0.820. 2016-06-24 01:37:29 -08:00
Cedric Beust
c9393cb0ca Refactor the three compilers. 2016-06-24 01:28:52 -08:00
Cedric Beust
a8b693b238 First pass for GroovyPlugin. 2016-06-24 00:53:48 -08:00
Cedric Beust
218fc5b292 0.819. 2016-06-22 22:53:52 -08:00
Cedric Beust
3ad8cb5798 Better manifest packaging logic. 2016-06-22 22:53:29 -08:00
Cedric Beust
09dcd84f79 Update the client. 2016-06-22 01:29:29 -08:00
Cedric Beust
1745194f5f Log level. 2016-06-22 01:29:21 -08:00
Cedric Beust
5eb92ed10b Track dependencies downloaded on the server's websocket. 2016-06-22 01:29:11 -08:00
Cedric Beust
a52dd19f3f Comment. 2016-06-15 03:36:15 -08:00
Cedric Beust
f1e75223a3 First version of the WebSocket server. 2016-06-15 03:31:59 -08:00
Cedric Beust
c52da23354 0.818. 2016-06-14 23:43:35 -08:00
Cedric Beust
182345d8e2 Better jar default naming. 2016-06-14 23:43:20 -08:00
Cedric Beust
960472be68 Forgot a set of interceptors. 2016-06-14 23:19:49 -08:00
Cedric Beust
389e934788 0.817. 2016-06-14 22:57:37 -08:00
Cedric Beust
c069483490 Fix duplicate projects. 2016-06-14 22:57:14 -08:00
Cedric Beust
ccdfceceea 0.816. 2016-06-14 22:35:55 -08:00
Cedric Beust
24d5f3c1d4 0.815. 2016-06-14 22:33:19 -08:00
Cedric Beust
d8bbe547ae Add support for native dependencies. 2016-06-14 22:33:02 -08:00
Cedric Beust
438e72038a Don't warn if a .jar can't be found. 2016-06-14 21:00:18 -08:00
Cedric Beust
be866c17b3 Merge pull request #248 from dmitry-zhuravlev/master
proxy handling improved
2016-06-15 04:27:16 -08:00
Dmitry Zhuravlev
4b17dade8e Merge branch 'master' of https://github.com/cbeust/kobalt 2016-06-14 15:57:27 +03:00
Dmitry Zhuravlev
e9416db9e7 * proxy handling improved for repositories defined in transitive dependencies.
proxy config now looks like:
<proxies>
       <proxy>
           <host>mycompany.com</host>
           <port>3128</port>
            <type>http</type>
            <nonProxyHosts>localhost</nonProxyHosts>
       </proxy>
       <proxy>
           <host>mycompany.com</host>
           <port>3128</port>
            <type>https</type>
           <nonProxyHosts>localhost</nonProxyHosts>
       </proxy>
   </proxies>
2016-06-14 15:56:32 +03:00
Cedric Beust
d9b0e3a40c TestNG 6.9.11. 2016-06-12 21:55:32 -08:00
Cedric Beust
13de094651 Refactor test. 2016-06-12 19:44:12 -07:00
Cedric Beust
b287615c11 0.814. 2016-06-11 14:58:31 -07:00
Cedric Beust
bf74f310b1 Refactor test. 2016-06-11 14:57:45 -07:00
Cedric Beust
cd77dc39a4 Forgot simple case. 2016-06-11 14:54:14 -07:00
Cedric Beust
e276f3b6d5 Handle tasks with no project. 2016-06-10 22:19:00 -08:00
Cedric Beust
f8746460be Typo. 2016-06-10 22:18:48 -08:00
Cedric Beust
95ad0d101f 0.813. 2016-06-10 22:13:34 -08:00
Cedric Beust
7e983ed529 GITHUB-231: Fix the incorrect order of builds.
Fixes https://github.com/cbeust/kobalt/issues/231
2016-06-10 22:13:10 -08:00
Cedric Beust
5a540f3474 Not used. 2016-06-09 22:40:26 -08:00
Cedric Beust
f6dca7492f Merge pull request #245 from DevCharly/install-dynamic-tasks
no longer iterate over projects in TaskManager.installDynamicTasks()
2016-06-10 08:56:02 -07:00
DevCharly
795949e8b5 no longer iterate over projects in TaskManager.installDynamicTasks()
as discussed here https://github.com/cbeust/kobalt/issues/244#issuecomment-225211217
2016-06-10 17:52:08 +02:00
Cedric Beust
7dea679e49 0.812. 2016-06-09 05:37:38 -08:00
Cedric Beust
db15c8ef5b Fix the build path. 2016-06-09 05:37:24 -08:00
Cedric Beust
58ad7179d5 0.811. 2016-06-08 20:23:44 -08:00
Cedric Beust
3ed10c90e6 GITHUB-240: Fix mixed compilation.
Fixes https://github.com/cbeust/kobalt/issues/240
2016-06-08 20:23:20 -08:00
Cedric Beust
25629e4cf7 val 2016-06-08 20:22:54 -08:00
Cedric Beust
ef7c3cd92c Format. 2016-06-08 19:15:36 -08:00
Cedric Beust
4010bd3ca1 Comments. 2016-06-08 02:44:17 -08:00
Cedric Beust
b4c2594f39 Fix PomTest. 2016-06-08 02:37:34 -08:00
Cedric Beust
2b78c0765d val. 2016-06-08 02:37:14 -08:00
Cedric Beust
937e095eb7 Not needed. 2016-06-08 02:37:05 -08:00