Josh Suereth
b568565615
Merge pull request #1970 from matthewfarwell/test-exclude
...
Test exclude
2015-05-11 15:27:06 -04:00
eugene yokota
038437587b
Merge pull request #1996 from sbt/wip/fix-aether-resolver
...
Fix issue with aether resolver and bad URLs.
2015-05-07 13:06:11 -07:00
eugene yokota
c1952698e4
Merge pull request #2000 from dwijnand/command-to-string
...
Implement SimpleCommand.toString. Fixes #1998 .
2015-05-07 10:45:16 -07:00
eugene yokota
6206cf3d46
Merge pull request #1773 from sbt/fix/1223
...
Fixes #1223 . Throttle force GC
2015-05-07 10:40:44 -07:00
Eugene Yokota
66e07f6e83
use Duration to track minForcegcInterval
2015-05-05 19:29:22 -04:00
Dale Wijnand
97ed5822c7
Implement SimpleCommand.toString. Fixes #1998 .
2015-05-05 09:11:52 +01:00
Eugene Yokota
8aca4e8fa6
Force GC on cross building
2015-05-04 23:49:36 -04:00
Eugene Yokota
2bbe872969
Use interval throttling
...
JMX doesn't seem to work in reporting
memoryMxBean.getObjectPendingFinalizationCount
At least for the test build that I used it always reports zero.
2015-05-04 23:09:23 -04:00
Eugene Yokota
d82fe46052
Fixes #1223 . Uses JMX to find out when to force GC.
2015-04-30 14:53:50 -04:00
eugene yokota
1ebe3804b3
Merge pull request #1992 from dwijnand/cross-scala-versions-default
...
Fix crossScalaVersions default, derived from scalaVersion. Fixes #1828 .
2015-04-29 05:08:40 -07:00
Dale Wijnand
3d85c7c9e2
Tweak crossScalaVersions default notes.
2015-04-29 13:05:04 +01:00
Dale Wijnand
efe4fdf9e4
Move "New crossScalaVersions default value" to fix with compatibility implications.
2015-04-28 22:51:07 +01:00
Josh Suereth
0b26b8b801
Fix issue with aether resolver and bad URLs.
...
It appears like the change to use the new MRID when checking for JAR was not applied before merge.
2015-04-28 17:28:26 -04:00
eugene yokota
27bd275343
Merge pull request #1989 from dwijnand/inThisBuild
...
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-26 18:58:12 -07:00
eugene yokota
d0fbd10852
Merge pull request #1987 from ajsquared/0.13
...
Add configurationsToRetrieve
2015-04-26 18:54:32 -07:00
eugene yokota
394c18106c
Merge pull request #1990 from dwijnand/help-inspect-actual
...
Add help message for `inspect actual`. Fixes #1651 .
2015-04-26 18:52:32 -07:00
Dale Wijnand
116c1e1e8b
Fix crossScalaVersions default, derived from scalaVersion.
...
Fixes #1828 .
2015-04-26 17:06:59 +01:00
Dale Wijnand
1aff36d505
Add help message for `inspect actual`. Fixes #1651 .
2015-04-26 03:18:29 +01:00
Dale Wijnand
348a28f761
Cleanup inspectDetailed.
2015-04-26 02:31:51 +01:00
Dale Wijnand
677c33611a
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-25 20:39:59 +01:00
Andrew Johnson
b617b41ae1
Support configuring a subset of configurations from which to retrieve dependencies when retrieveManaged is true
2015-04-23 12:49:45 -04:00
Josh Suereth
5b7f41e300
Merge pull request #1984 from sbt/wip/nightly-and-release
...
call bintrayRelease on nightly
2015-04-22 11:12:03 -04:00
Eugene Yokota
72f8606f28
call bintrayRelease on nightly
2015-04-22 00:28:47 -04:00
eugene yokota
d6a77b3a81
Merge pull request #1983 from sbt/wip/nightly-bintray
...
publish nightlies to bintray
2015-04-21 20:51:19 -07:00
eugene yokota
2f7e9c66a9
Merge pull request #1981 from sbt/wip/move-to-bintray
...
publish to bintray
2015-04-20 15:24:57 -07:00
Eugene Yokota
2da38b92b1
publish nightlies to bintray
2015-04-20 12:51:18 -04:00
Eugene Yokota
f4dbdae3c3
publish to bintray
2015-04-20 10:56:37 -04:00
Josh Suereth
17a395794e
Merge pull request #1964 from sbt/fix/1958
...
Various workarounds to get Travis CI less flaky
2015-04-20 10:18:15 -04:00
eugene yokota
cf4d2a1ea8
Merge pull request #1976 from dwijnand/patch-1
...
Fix typo in debug-removed-products notes
2015-04-17 07:29:43 -07:00
Matthew Farwell
d4cffdddd9
corrected exclusion logic, added more unit tests & scripted tests
2015-04-17 09:28:58 +02:00
Dale Wijnand
56f7e0c4b5
Fix typo in debug-removed-products notes
2015-04-15 23:01:54 +01:00
eugene yokota
d619287266
Merge pull request #1961 from jroper/patch-1
...
Update incremental compile debug message
2015-04-15 13:14:48 -07:00
James Roper
18fb684143
Update incremental compile debug message
...
sbt 0.13.1 was changed so that products were invalidated
not just when they were deleted, but also when they were
modified, however the debug message was not updated to
reflect this, causing people to think invalidated class files
had been deleted.
2015-04-15 14:29:10 +10:00
eugene yokota
203c77c43a
Merge pull request #1960 from asflierl/0.13
...
Honor overwrite flag when publishing locally.
2015-04-14 11:54:10 -07:00
Matthew Farwell
0e56878534
Added unit tests for Defaults.selectedFilter
2015-04-14 06:31:27 +02:00
Matthew Farwell
a9e06109a3
Added exclusions to testOnly and testQuick command line, indicated by a '-' prefix.
2015-04-13 16:31:22 +02:00
eugene yokota
c879432b0f
Merge pull request #1950 from ajsquared/0.13
...
Add retrieveManagedSync
2015-04-10 12:48:17 -07:00
Andreas Flierl
78642cb0ce
Honor overwrite flag when publishing locally.
2015-04-10 13:29:26 +02:00
Eugene Yokota
1ff86cd44c
sleep 1000. #1958
...
mvn-local test is often failing at line 46.
adding a sleep here might have some effect.
2015-04-10 01:15:18 -04:00
Eugene Yokota
e86aaeb7e1
move session-save to pending. #1958
2015-04-10 01:07:25 -04:00
Eugene Yokota
38b0e57cab
removing Maven resolver plugin tests from Travis
...
50% of the flaky test failings are coming from
mavenResolverPluginTest:scripted group.
This show that Maven resolver plugin disproportionally causes flakiness
either on its own or combined with Travis.
2015-04-10 00:56:53 -04:00
Eugene Yokota
4a6ece4ad9
Scalariform
2015-04-10 00:30:37 -04:00
Eugene Yokota
612a37bceb
#1958 . marking npe check pending
...
Initially this test check for NPE during update.
It has done its job by ensuring the fixes are implemented.
Now it's failing the Travis when tested with
mavenResolverPluginTest:scripted.
2015-04-10 00:30:13 -04:00
eugene yokota
6b89a134e7
Merge pull request #1946 from dwijnand/rename-root-project-to-sbtRoot
...
Rename root project to sbtRoot.
2015-04-07 14:50:27 -07:00
eugene yokota
20d52b712c
Merge pull request #1945 from dwijnand/make-use-of-0.13.8-settings-syntax
...
Make use of the nicer Project settings syntax in 0.13.8.
2015-04-07 14:49:55 -07:00
Andrew Johnson
6fd9ad5635
Add constructor with default sync value
2015-04-03 11:33:12 -04:00
Andrew Johnson
27f915e46a
Tweak test for CI
2015-04-03 11:32:25 -04:00
Andrew Johnson
5650f1bc8f
Fix compilation error in BaseIvySpecification
2015-03-31 13:03:49 -04:00
Andrew Johnson
e647234743
Add retrieveManagedSync
2015-03-31 10:59:41 -04:00
eugene yokota
289162a301
Merge pull request #1944 from sbt/wip/fix-aether-range-query
...
Wip/fix aether range query
2015-03-27 13:01:19 -07:00