andrea
5ceed97587
better attributes management and plugin resolution test disabled
2018-10-19 14:40:22 +01:00
andrea
572f87314f
added hashing function
2018-10-19 12:05:40 +01:00
andrea
0499b58819
removed unused jsoncodec plugin
2018-10-19 10:55:20 +01:00
andrea
7d275cf18e
targeting alex review
2018-10-19 10:50:27 +01:00
andrea
1f46e3e32b
fix
2018-10-16 12:35:23 +01:00
andrea
d18c37974a
going on, everything but sbt-plugins looks working
2018-10-16 12:31:07 +01:00
andrea
21e2c5f904
Starting point for going on
2018-10-15 18:20:36 +01:00
andrea
e1ce3a07c5
compilation and tests are ok
2018-10-15 10:34:14 +01:00
Leonard Ehrenfried
ed25bcba43
Add implementation of coursier
2018-10-15 10:24:34 +01:00
eugene yokota
87393a3f9f
Merge pull request #268 from eed3si9n/wip/contains
...
Fix the contains issue
2018-10-15 03:35:00 -04:00
Eugene Yokota
cb92556c7f
sbt-scalafmt 0.15 to align with sbt/sbt
2018-10-15 03:10:00 -04:00
Eugene Yokota
f1a99e5e4a
Fix the contains issue
...
Fixes https://github.com/sbt/librarymanagement/issues/259
2018-10-15 03:02:53 -04:00
eugene yokota
aa8e453e3e
Merge pull request #265 from andreaTP/sbtScriptedTest
...
Scripted integration test infrastructure with Sbt
2018-10-12 10:41:55 -04:00
andrea
8b53d4a5c1
Scripted integration test infrastructure with Sbt
2018-10-12 09:18:17 +01:00
eugene yokota
b8fd1805c3
Merge pull request #263 from eed3si9n/wip/merge-1.2.x
...
merge 1.2.x + Scala 2.12.7
2018-09-28 05:58:40 -04:00
Eugene Yokota
b0ea8ec55f
Scala 2.12.7
2018-09-28 04:50:55 -04:00
Eugene Yokota
e28382c667
Bump to 1.3.0
2018-09-28 04:34:20 -04:00
Eugene Yokota
7c1caaf079
sbt 1.2.3
2018-09-28 04:33:50 -04:00
Eugene Yokota
949b5ec4ba
Merge branch '1.2.x' into wip/merge-1.2.x
2018-09-28 04:33:26 -04:00
eugene yokota
53c41c6599
Merge pull request #262 from eed3si9n/wip/houserules
...
-Xfatal-warnings
2018-09-22 00:07:40 -04:00
Eugene Yokota
5fd0115979
For 2.11
2018-09-21 23:34:51 -04:00
Eugene Yokota
02475c7a66
-Xfatal-warnings
2018-09-21 01:16:55 -04:00
eugene yokota
cf099962ce
Merge pull request #261 from Philippus/patch-1
...
Fix typo
2018-08-29 03:29:24 -04:00
Philippus Baalman
081ca94e61
Fix typo
2018-08-28 16:25:27 +02:00
eugene yokota
bb2c73e183
Merge pull request #258 from xuwei-k/config-macro
...
fix #134 validate Configuration id
2018-08-01 12:35:56 -04:00
xuwei-k
326342cf32
fix #134 validate Configuration id
2018-08-01 22:45:02 +09:00
eugene yokota
f42ec6f442
Merge pull request #257 from eed3si9n/wip/next
...
1.2.1-SNAPSHOT
2018-08-01 00:27:05 -04:00
Eugene Yokota
98f15d8c8a
1.2.1-SNAPSHOT
2018-08-01 00:13:09 -04:00
eugene yokota
d70dc049f8
Merge pull request #256 from eed3si9n/wip/bump
...
Util 1.2.0
2018-07-29 20:47:12 -04:00
Eugene Yokota
5dd1e6adc3
Util 1.2.0
2018-07-29 20:34:40 -04:00
eugene yokota
3fcc9e3629
Merge pull request #255 from eed3si9n/wip/put
...
Fixes destination file exists error message
2018-07-29 15:01:23 -04:00
Eugene Yokota
f353de243e
Fixes destination file exists error message
...
Fixes sbt/sbt#3431
Fixes sbt/sbt#4275
https://github.com/sbt/librarymanagement/pull/171 attempted to fix the error message previously, but it was not handling the common cases where the put is delegated to `super.put(...)`.
2018-07-29 14:50:39 -04:00
eugene yokota
99e681225c
Merge pull request #253 from eed3si9n/wip/eviction-warning
...
Default eviction warning to summary
2018-07-01 02:21:09 -04:00
Eugene Yokota
22a4eed65f
Default eviction warning to summary
2018-07-01 02:10:41 -04:00
eugene yokota
549a758cb6
Merge pull request #252 from sullis/cleanup-plugins.sbt
...
cleanup plugins.sbt
2018-06-28 17:44:18 -04:00
Sean Sullivan
127241f2c6
cleanup plugins.sbt
2018-06-28 05:59:58 -07:00
eugene yokota
fe4ab536b4
Merge pull request #251 from eed3si9n/wip/merge-1.1.x
...
Merge 1.1.x
2018-06-26 19:31:33 -04:00
Eugene Yokota
e97c79a243
IO 1.2.0-M2
2018-06-26 19:24:25 -04:00
Eugene Yokota
18380d5d4d
Merge branch '1.1.x' into wip/merge-1.1.x
2018-06-26 19:22:54 -04:00
eugene yokota
70ff5ccef2
Merge pull request #249 from OlegYch/fix-perf
...
fixes https://github.com/sbt/sbt/issues/4224
2018-06-26 19:17:48 -04:00
eugene yokota
9c97be613f
Merge pull request #248 from khvatov/khvatov-patch-1
...
Fix for #4157
2018-06-26 00:44:05 -04:00
OlegYch
a8d5db4fb6
fixes https://github.com/sbt/sbt/issues/4224
...
blocking+global ec+par collections leads to a significant performance regression, offload downloading to a separate threadpool
2018-06-26 00:28:34 +03:00
Alex Khvatov
660e6fb710
Fix for #4157
...
see discussion https://github.com/sbt/sbt/issues/4157
2018-06-19 14:47:48 -04:00
eugene yokota
a500d0e0a3
Merge pull request #247 from eed3si9n/wip/bump
...
IO, Util 1.2.0-M1
2018-06-18 10:22:09 -04:00
Eugene Yokota
8e1e1e8121
IO, Util 1.2.0-M1
2018-06-18 04:46:51 -04:00
eugene yokota
ff16f3b39e
Merge pull request #245 from eed3si9n/wip/offline
...
Fix flaky OfflineModeSpec
2018-06-18 04:46:03 -04:00
eugene yokota
dee580bc0e
Merge pull request #246 from peterneyens/gigahorse-readtimeout
...
Set Gigahorse readTimeout to 1 hour
2018-06-17 03:25:08 -04:00
Peter Neyens
3b9385dfc5
Set Gigahorse readTimeout to 1 hour
2018-06-16 13:19:32 +01:00
Eugene Yokota
2b4aa3973d
Fix flaky OfflineModeSpec
...
Fixes https://github.com/sbt/librarymanagement/issues/229
OfflineModeSpec is failing often because it asserts that the offline resolution needs to happen within 30% of the original resolution, and I guess it really depends on the weather how much portion of it spends on resolution.
2018-06-14 03:16:49 -04:00
eugene yokota
b53a99b903
Merge pull request #244 from eed3si9n/wip/houserules
...
sbt-houserules 0.3.7
2018-06-14 02:56:19 -04:00