1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-28 09:08:13 -07:00
Commit graph

947 commits

Author SHA1 Message Date
Cedric Beust
268b9a400f Relative compile dependencies should be resolved correctly.
Related to https://github.com/cbeust/kobalt-intellij-plugin/issues/24
2016-05-06 01:13:02 -08:00
Cedric Beust
168d635989 Send an actual error to the plug-in. 2016-05-05 23:00:21 -08:00
Cedric Beust
b53df9bcce Add a "group" to the tasks. 2016-05-05 21:26:33 -08:00
Cedric Beust
3c9c372ed1 Going back to upload .pom manually. 2016-05-03 01:42:44 -08:00
Cedric Beust
9436ad1b88 Partial fix to the bintray upload bug. 2016-05-02 20:27:56 -07:00
Cedric Beust
cd6c03c0c3 Return pluginUrls in FindProjectResult. 2016-05-01 23:27:51 -08:00
Cedric Beust
13e7aae4e8 Forgot a mkdirs(). 2016-04-29 02:54:02 -08:00
Cedric Beust
2ad60d4c5f Was duplicating plug-in initialization. 2016-04-28 21:39:27 -08:00
Cedric Beust
29e26a6748 Fix the server response. 2016-04-28 05:57:22 -08:00
Cedric Beust
40d9e9ffdd Servers. 2016-04-28 05:22:40 -08:00
Cedric Beust
e6a2ad98f7 Close the socket. 2016-04-28 05:22:20 -08:00
Cedric Beust
f79d9f9497 Jersey server. 2016-04-27 23:10:54 -08:00
Cedric Beust
4424db7e0c Fix server. 2016-04-27 21:30:04 -08:00
Cedric Beust
8b9f2d9655 Jersey work. 2016-04-27 18:41:03 -08:00
Cedric Beust
85db1c767e Better port loop. 2016-04-27 18:39:24 -08:00
Bhasker Raj Shrestha
9c3e339123 KobaltServer now actually uses the port specified in the command line argument 2016-04-28 18:16:49 +05:45
Dmitry Zhuravlev
9c112bd7a1 * fix proxy resolution for artifact resolving: proxy resolution should not be dependant on KobaltContext 2016-04-27 00:48:45 +03:00
Cedric Beust
ffac8ca097 Send the task description too. 2016-04-25 22:18:34 -08:00
Cedric Beust
d02def081a Rename. 2016-04-25 22:10:59 -08:00
Cedric Beust
a6cb4c3314 Support tasks in the IDEA plug-in. 2016-04-25 22:09:11 -08:00
Cedric Beust
bace815481 Make Kobalt reentrant. 2016-04-25 02:04:56 -08:00
Cedric Beust
fdcca3a1aa public. 2016-04-25 02:04:25 -08:00
Cedric Beust
1624db10d7 Make KobaltServer more resilient. 2016-04-23 05:16:50 -08:00
Cedric Beust
4a43d17288 Shut down actors. 2016-04-23 05:15:07 -08:00
Cedric Beust
8fe055ee91 Refactor client. 2016-04-21 23:11:15 -08:00
Cedric Beust
eb7e6d7108 KobaltServer now creates a server file with the port init.
~/.kobalt/kobaltServer.properties
2016-04-21 23:11:09 -08:00
Cedric Beust
5e876e8794 Send the tasks. 2016-04-21 22:08:49 -08:00
Cedric Beust
5c428e4b00 Fix packaging dependencies. 2016-04-18 03:41:24 -08:00
Cedric Beust
458b40eafc Revamp the graph dependency/ordering logic. 2016-04-18 02:51:29 -08:00
evanchooly
9df503f439 removed commented out code 2016-04-16 23:21:43 -04:00
evanchooly
11a0f75589 corrected bintray urls
cleaned up progress output
2016-04-16 23:20:08 -04:00
evanchooly
af33cf0a85 retrofit the rest of the bintry calls
tweak the output to reflect the current file being uploaded
2016-04-16 19:18:45 -04:00
evanchooly
92118a8c23 Revert "trying to retrofit BintrayApi and add package creation support"
This reverts commit 2c2cd8b16b.
2016-04-16 16:43:38 -04:00
evanchooly
124375d341 Revert "retrofit the rest of the bintry calls"
This reverts commit a84a721412.
2016-04-16 16:42:23 -04:00
evanchooly
a84a721412 retrofit the rest of the bintry calls
tweak the output to reflect the current file being uploaded
2016-04-16 16:25:07 -04:00
evanchooly
2c2cd8b16b trying to retrofit BintrayApi and add package creation support 2016-04-16 16:25:07 -04:00
Cedric Beust
a38889e94f Fix tests. 2016-04-12 23:43:27 -08:00
Cedric Beust
1a029e4a56 Don't display the compiling message for build files. 2016-04-12 21:56:35 -08:00
Cedric Beust
1e9a49ef43 Crash when no dependent projects have been found. 2016-04-11 20:27:42 -08:00
Cedric Beust
3dc039e956 Fix plurals. 2016-04-11 10:01:12 -07:00
Cedric Beust
09c6f4c6ba Fix directories. 2016-04-11 09:48:12 -07:00
Cedric Beust
37b36d5e30 Adjust priorities. 2016-04-11 09:06:34 -07:00
Cedric Beust
3bec28e8e0 Fix bug mixing R.java on Kotlin sources.
Fix https://github.com/cbeust/kobalt-android/issues/6
2016-04-11 09:06:07 -07:00
Cedric Beust
e51664edea Add <kobalt-compiler-version> and -repo to settings. 2016-04-10 20:49:38 -07:00
Cedric Beust
7bea179d69 Kotlin compiler should run first. 2016-04-09 11:28:50 -07:00
Cedric Beust
6f83fecb72 Compiler args for forked javac. 2016-04-09 06:10:40 -07:00
Cedric Beust
781128a7ea Log. 2016-04-08 02:08:11 -08:00
Cedric Beust
f29ec48ddf Apply plug-ins after running the interceptors. 2016-04-07 19:02:26 -08:00
Cedric Beust
9d2d536fe6 Initial work for the OSGI plug-in. 2016-04-05 06:54:11 -08:00
Cedric Beust
1d39b74001 Build fix. 2016-04-02 07:45:12 -07:00