Eugene Yokota
81f175ddbf
Fixes #1666
2015-06-20 00:51:42 -04:00
Josh Suereth
0c1d07dde7
Merge pull request #2006 from jroper/run-input-task
...
Added Extracted.runInputTask
2015-06-17 10:12:51 -04:00
James Roper
3625ce5943
Added Extracted.runInputTask
...
This provides a convenience function for running an input task from the
extracted state. This is particularly useful for commands, release steps
etc that may want to run input tasks, like scripted.
2015-06-10 16:09:09 +02:00
Eugene Yokota
558585c88f
Fix links
2015-06-10 10:54:28 +02:00
Eugene Yokota
97956ac9eb
Notes
2015-06-09 18:10:45 +02:00
Eugene Yokota
d75c748a8b
Merge notes
2015-06-09 17:49:53 +02:00
Josh Suereth
5bf5fbee31
Adding notes
2015-05-29 16:16:05 -04:00
Dale Wijnand
bbfbdde427
Add notes for project-level excludes in the POM.
2015-05-28 08:15:12 +01:00
Josh Suereth
58db4873b2
Merge pull request #2036 from kamilkloch/2028-fork-error
...
Updated ForkError.getMessage() to include exception's original name.
2015-05-27 18:45:25 -04:00
Josh Suereth
e05b747fdd
Merge pull request #2027 from cunei/wip-fix-2001
...
Do not emit in the pom dependencies that are only sources or docs
2015-05-27 18:43:50 -04:00
Antonio Cunei
d14afcf67d
Adding notes for 2001/2027
2015-05-26 23:48:05 +02:00
Kamil Kloch
cd3af2f0cd
Updated ForkError.getMessage() to include exception's original name.
2015-05-25 13:50:56 +02:00
Josh Suereth
d63775451c
Merge pull request #2025 from PanAeon/panaeon/fix-history
...
Prevent history command(s) from going into an infinite loop
2015-05-24 13:19:41 -04:00
Eugene Yokota
e22d84e312
Cached resolution: Clean up old dynamic minigraphs. Fixes #2014
...
Cached resolution saves dynamic mini graphs (including subproject
graphs) timestamped to the logical clock (State).
This enables graph caching across the subprojects.
On the other hand, it creates garbage that becomes stale almost
immediately. Prior to #2030 fix, this garbage would reach 1GB+.
This fix timestamps these graphs using calendar date, and cleans them
up after a day.
2015-05-23 03:25:26 -04:00
Josh Suereth
4519e71e22
Merge pull request #2017 from ajsquared/0.13
...
Add forceUpdatePeriod
2015-05-22 10:00:41 -04:00
Eugene Yokota
af6c774f46
notes
2015-05-21 23:19:42 -04:00
Vitalii Voloshyn
54081fb4e4
Prevent history command(s) from going into an infinite loop [1562]
2015-05-18 13:33:31 +03:00
Andrew Johnson
7c0f455c79
Use FiniteDuration to represent time rather than a long
2015-05-13 14:18:27 -04:00
Andrew Johnson
32b1f65503
Update note
2015-05-13 08:04:44 -04:00
Andrew Johnson
4ec092617f
Add forceUpdateMs
2015-05-13 08:02:48 -04:00
Dale Wijnand
5e8907d1e8
Add notes for #1970 - Test exclude filter.
2015-05-11 22:05:41 +01: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
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
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
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
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
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
Dale Wijnand
56f7e0c4b5
Fix typo in debug-removed-products notes
2015-04-15 23:01:54 +01: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
Andreas Flierl
78642cb0ce
Honor overwrite flag when publishing locally.
2015-04-10 13:29:26 +02:00
Andrew Johnson
e647234743
Add retrieveManagedSync
2015-03-31 10:59:41 -04:00
Eugene Yokota
3159ce1063
Adds note to on #1940
2015-03-25 18:11:36 -04:00
eugene yokota
a6a57b5993
Merge pull request #1935 from sbt/wip/nine
...
Merging 0.13.8 and bumping up to 0.13.9-SNAPSHOT
2015-03-25 06:12:46 -07:00
Eugene Yokota
98e13cc0a7
Notes on #1921
2015-03-18 11:28:19 -07:00
Dale Wijnand
ae193d568f
Move adding -=/--= notes to 0.13.9.
2015-03-17 09:44:29 +00:00
Dale Wijnand
72ee03ef13
Fix another(..) typo in notes.
2015-03-16 23:53:18 +00:00
Dale Wijnand
a4b6d07efa
Fix a typo in notes.
2015-03-16 23:50:46 +00:00
Dale Wijnand
17a1179e5b
Add -= & --= for setings & keys, dual of += & ++=.
2015-03-16 23:44:38 +00:00
Dale Wijnand
522371ad8a
Fix a type in 0.13.8 notes formatting.
2015-03-10 06:22:11 +00:00
Eugene Yokota
b5e88f66eb
Move notes around
2015-03-09 22:51:50 -04:00
Eugene Yokota
9f456bdd18
Merge notes
2015-03-09 21:50:57 -04:00
eugene yokota
b4a5265aaa
Merge pull request #1902 from dwijnand/define-project-settings-with-SettingsDefinition
...
Define Project.settings with SettingsDefinition.
2015-03-09 10:48:18 -04:00