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

2334 commits

Author SHA1 Message Date
Cedric Beust
f5560b2907 Break if no test sources are found and test{} was specified.
Fixes https://github.com/cbeust/kobalt/issues/253
2016-07-05 23:18:38 -08:00
Cedric Beust
413606ec33 Rename. 2016-07-05 23:11:30 -08:00
Cedric Beust
c6f91f6cab Merge pull request #261 from DevCharly/md5-file-fix
use timestamp checksum for files in `filesOrDirectories` parameter
2016-07-06 07:47:36 -07:00
DevCharly
6b55fbc070 log checksum calculation for files in filesOrDirectories parameter 2016-07-06 14:42:24 +02:00
DevCharly
ae3e5fa546 use timestamp checksum for files in filesOrDirectories parameter 2016-07-06 13:14:54 +02:00
Cedric Beust
4b799dc883 0.839. 2016-07-05 09:42:36 -07:00
Cedric Beust
71e2852963 Clean up the dependent project API. 2016-07-05 09:42:22 -07:00
Cedric Beust
df7f3a70ed 0.838. 2016-07-05 09:26:37 -07:00
Cedric Beust
4d3b7cbebb generatePom: generates dependencies on projects too.
Fixes https://github.com/cbeust/kobalt/issues/257
2016-07-05 09:26:16 -07:00
Cedric Beust
c89ba121cc Documentation. 2016-07-04 11:16:48 -07:00
Cedric Beust
6439a42e66 0.837. 2016-07-04 11:10:17 -07:00
Cedric Beust
8d6ca17d74 Kotlin 1.0.3. 2016-07-04 11:10:08 -07:00
Cedric Beust
182ee52be2 IIncrementalTaskContributor. 2016-07-04 11:09:13 -07:00
Cedric Beust
40d251e08d Merge pull request #255 from DevCharly/delete-temp-files
delete temporary "kobalt123.kt" files (in temp folder)
2016-07-04 08:04:07 -07:00
DevCharly
86d651b648 delete temporary "kobalt123.kt" files (in temp folder) on exit 2016-07-04 13:31:45 +02:00
Cedric Beust
781a2c65c3 Deprecation comments. 2016-07-03 09:24:49 -07:00
Cedric Beust
4b6d53d3dd Formatting. 2016-07-02 17:55:07 -07:00
DevCharly
efc73f5d5d delete temporary "kobalt123.kt" files (in temp folder) 2016-07-02 18:30:53 +02:00
Cedric Beust
1986ef95ca 0.836. 2016-07-02 08:17:43 -07:00
Cedric Beust
f36df22b12 Better websocket error message. 2016-07-02 08:17:30 -07:00
Cedric Beust
23768d4bfe 0.835. 2016-07-02 00:29:04 -07:00
Cedric Beust
4d23c1236b Fix the test class finding bug.
Fixes https://github.com/cbeust/kobalt/issues/254
2016-07-02 00:28:47 -07:00
Cedric Beust
c6561d92eb Faster. 2016-07-01 17:32:01 -07:00
Cedric Beust
e675034d74 0.834. 2016-07-01 17:25:18 -07:00
Cedric Beust
8efdfc2a04 Better handling of Java/Kotlin mixed projects. 2016-07-01 17:25:03 -07:00
Cedric Beust
3fb4959129 Formatting. 2016-07-01 17:13:52 -07:00
Cedric Beust
f31c2a5c49 Better toString(). 2016-07-01 03:52:50 -08:00
Cedric Beust
35f4117ca9 Merge pull request #252 from DevCharly/issue-244-fix
fix #244: support "project related tasks"
2016-07-01 14:49:08 -08:00
DevCharly
2cbe3ad560 #244: removed no longer necessary check for unknown task in createGraph2() 2016-07-02 00:40:05 +02:00
DevCharly
8399171d3f fix #244: support "project related tasks" (e.g. dynamic task defined for a single project) 2016-07-01 23:57:53 +02:00
Cedric Beust
7779c37a0b toString() for TaskInfo. 2016-07-01 03:24:20 -08:00
Cedric Beust
9271aaf398 Formatting. 2016-06-30 21:46:41 -08:00
Cedric Beust
d9ea1dae02 0.833. 2016-06-30 04:11:17 -08:00
Cedric Beust
53c6f696b9 Better selection of test classes. 2016-06-30 04:09:24 -08:00
Cedric Beust
df77d9eb52 Update Kotlin jar files. 2016-06-29 22:28:24 -08:00
Cedric Beust
b29f752951 0.832. 2016-06-29 22:12:45 -08:00
Cedric Beust
7c5c268fb8 Disable broken test. 2016-06-29 22:12:24 -08:00
Cedric Beust
0d2a206c5e Update to Kotlin 1.0.3. 2016-06-29 22:12:17 -08:00
Cedric Beust
94e2e7081c Add "name" property to CompilerDescription. 2016-06-29 22:12:10 -08:00
Cedric Beust
1cea9e7fad Better checkVersions. 2016-06-29 01:44:40 -08:00
Cedric Beust
8e286fe6ad 0.831. 2016-06-28 23:17:15 -08:00
Cedric Beust
e61403ad49 Update client. 2016-06-28 23:17:01 -08:00
Cedric Beust
a5cd7f168a Tasks were no longer being sent in GetDependencyData.
Caused by the fact that the Kobalt server was not initializing itself with the build file sent in the command, so it didn't initialize any tasks. Fixed by extracting this logic in the new ProjectFinder class which is now used by both Main.kt and KobaltServer.kt.
2016-06-28 23:16:54 -08:00
Cedric Beust
443ed190cb public 2016-06-27 02:21:50 -08:00
Cedric Beust
dc6212b18d 0.830. 2016-06-27 02:21:20 -08:00
Cedric Beust
edb119c6b1 Refactor CheckVersions to work on individual projects. 2016-06-27 02:21:05 -08:00
Cedric Beust
040bcd173b KDoc. 2016-06-27 02:20:44 -08:00
Cedric Beust
5b969f4570 0.829. 2016-06-27 01:52:30 -08:00
Cedric Beust
de09321727 Add "update" and "checkVersions" as tasks. 2016-06-27 01:52:17 -08:00
Cedric Beust
8d72cfd12b 0.828. 2016-06-27 01:34:36 -08:00