eugene yokota
50b1555d94
Merge pull request #3940 from xuwei-k/readme-version
...
update README. s/1.0.x/1.x/
2018-02-12 21:20:16 -05:00
xuwei-k
f56d5b2d90
update README. s/1.0.x/1.x/
2018-02-13 10:00:50 +09:00
Dale Wijnand
ccd399e71a
Merge pull request #3937 from eed3si9n/wip/1.1.1
...
Merge branch 1.1.x into 1.x
2018-02-10 11:48:17 +00:00
Eugene Yokota
3db0e09b33
Merge branch '1.1.x' into wip/1.1.1
...
# Conflicts:
# main/src/main/scala/sbt/internal/CommandExchange.scala
# main/src/main/scala/sbt/internal/ConsoleProject.scala
# notes/1.0.2/sample.md
# notes/1.1.1/sample.md
# notes/sample.md
# sbt/src/test/scala/sbt/ServerSpec.scala
2018-02-09 23:55:23 -05:00
eugene yokota
2c0b953321
Merge pull request #3936 from eed3si9n/wip/notes
...
sbt 1.1.1 notes
2018-02-09 23:36:05 -05:00
Eugene Yokota
15018c1971
notes
2018-02-09 23:33:08 -05:00
Dale Wijnand
638dbeb84c
Merge pull request #3933 from dwijnand/ServerSpec-Codacy2
...
Fix another Codacy issue in ServerSpec
2018-02-09 12:38:27 +00:00
Dale Wijnand
4c765e0e93
Merge pull request #3927 from sbt/sbt-boot-lock-sysprop
...
Adds sbt.boot.lock sysprop to opt-out
2018-02-09 12:37:54 +00:00
Eugene Yokota
39d9927179
1.1.2-SNAPSHOT
2018-02-08 13:08:32 -05:00
Eugene Yokota
4da6a8952b
1.1.1 launchconfig
2018-02-08 13:08:21 -05:00
Dale Wijnand
74ff6aa1ce
Fix another Codacy issue in ServerSpec
2018-02-08 14:16:54 +00:00
Dale Wijnand
402378a81e
Adds sbt.boot.lock sysprop to opt-out
...
Adds sbt.boot.lock as a system property to opt-out of locking.
This might be useful when running on filesystems on which the locking code path would throw an exception.
Upstream issue: https://bugs.openjdk.java.net/browse/JDK-8193594
Provides a workaround for #2222 , thus...
Closes #2222 .
2018-02-08 13:02:39 +00:00
Dale Wijnand
d75d95d653
Merge pull request #3931 from eed3si9n/wip/bump
...
Zinc 1.1.1, LM 1.1.3, IO 1.1.4
2018-02-08 07:31:35 +00:00
Eugene Yokota
7df32cff84
Zinc 1.1.1, LM 1.1.3, IO 1.1.4
2018-02-08 01:06:09 -05:00
eugene yokota
4a8adbb8e0
Merge pull request #3923 from dwijnand/PluginCross-scala-versions
...
Upgrade Scala versions that ^^ uses
2018-02-07 22:02:10 -05:00
eugene yokota
54eb6c2d6b
Merge pull request #3929 from eed3si9n/wip/servertest2
...
Backport server testing as a unit test
2018-02-07 21:18:35 -05:00
eugene yokota
bd1532eb4b
Merge pull request #3922 from swaldman/suppressServer
...
Implement a suppressServer setting for high-security builds
2018-02-07 19:25:23 -05:00
Dale Wijnand
639ee220dc
Fix Codacy issue in ServerSpec
2018-02-07 18:17:00 -05:00
Eugene Yokota
23cdfd8369
improve Windows build
2018-02-07 18:16:21 -05:00
Eugene Yokota
3954985506
formatting
2018-02-07 18:16:02 -05:00
Eugene Yokota
5ab122c3cf
Use State to pick the port file
2018-02-07 18:00:02 -05:00
Eugene Yokota
bd0e44c292
start an instance of sbt in the background
2018-02-07 17:49:22 -05:00
Eugene Yokota
a2347332ab
Use ipcsocket
2018-02-07 17:46:23 -05:00
Dale Wijnand
e9d04d8272
Merge pull request #3926 from dkim/skip
...
Update documentation for skip
2018-02-07 11:44:43 +00:00
Deokhwan Kim
11dbbd0cfa
Update documentation for skip
...
'skip' is also supported for 'publish' by sbt/sbt#3380 .
2018-02-07 00:32:03 -05:00
Steve Waldman
96b9429669
Rework false-defaulting 'suppressServer' to true-defaulting 'autoStartServer'.
2018-02-06 11:49:46 -08:00
eugene yokota
dfdd2e1875
Merge pull request #3920 from dwijnand/scripted-from-source
...
Run scripted without sbt/launcher
2018-02-06 11:33:38 -05:00
Dale Wijnand
2db5c77442
Upgrade Scala versions that ^^ uses
...
Refs #3907
2018-02-06 16:02:45 +00:00
Dale Wijnand
3d0619fa37
Add MavenCentral to RunFromSourceMain's repos
2018-02-06 15:19:09 +00:00
Dale Wijnand
4f4328748c
Try RunFromSourceBasedRemoteSbtCreator
2018-02-06 14:14:26 +00:00
Dale Wijnand
abb6f579a7
Un-stub RunFromSource's ComponentProvider impl
2018-02-06 11:35:35 +00:00
Steve Waldman
9601668199
Add a note describing the suppressServer feature.
2018-02-05 23:37:46 -08:00
Steve Waldman
0aa133d276
Implement 'suppressServer' setting, for builds and plugins that prefer to be conservative about exposure to other processes.
2018-02-05 23:11:42 -08:00
Dale Wijnand
f07434a3eb
Merge pull request #3911 from dwijnand/ServerSpec-codacy
...
Fix Codacy issue in ServerSpec
2018-01-31 12:22:56 +00:00
Dale Wijnand
a9bdcc4f0f
Fix Codacy issue in ServerSpec
2018-01-31 10:20:33 +00:00
Dale Wijnand
b228af3cf1
Merge pull request #3909 from eed3si9n/wip/servertest
...
Starting server testing as a unit test
2018-01-31 10:11:45 +00:00
Eugene Yokota
0221858217
improve Windows build
2018-01-31 00:04:23 -05:00
Eugene Yokota
1f9a8bf310
start an instance of sbt in the background
2018-01-30 23:46:12 -05:00
Eugene Yokota
4b1de14f87
Use State to pick the port file
2018-01-30 23:46:12 -05:00
Eugene Yokota
50f3dd2e20
Use ipcsocket
2018-01-30 23:21:10 -05:00
eugene yokota
cbf7d92488
Merge pull request #3910 from cunei/wip-fix-fork-parallel
...
Allow the full tests/fork-parallel to pass on less than four cores
2018-01-30 22:30:27 -05:00
Antonio Cunei
c310ade9f8
Allow the full tests/fork-parallel to pass on less than four cores
...
The test will be meaningless on less than four cores, but the
scripted test will pass. On four or more cores, the test wil
test testForkedParallel as expected.
Closes #3545
2018-01-30 23:59:37 +01:00
Dale Wijnand
e3f33ddf7d
Merge pull request #3897 from dwijnand/misc
...
Misc tweaks and cleanups
2018-01-30 13:02:55 +00:00
Dale Wijnand
bee69ebb92
Get rid of old MavenResolverPluginTest
2018-01-30 07:29:17 +00:00
Dale Wijnand
2f48425511
Remove old zinc addSbtAlternateResolver stuff
2018-01-30 07:29:17 +00:00
Dale Wijnand
286758e2ba
Minor cleanups
2018-01-30 07:29:17 +00:00
Dale Wijnand
7a720f1fd0
Merge pull request #3901 from colindean/fix-sbt012x-link
...
Fixes link to documentation for deprecated 0.10/0.12 DSL syntax
2018-01-25 09:44:28 +00:00
Colin Dean
3e11b3f000
Fixes link to documentation for deprecated 0.10/0.12 DSL syntax
...
Fixes sbt/website#558
2018-01-24 23:13:00 -05:00
eugene yokota
be6bbcd82e
Merge pull request #3875 from eed3si9n/wip/scripted
...
non-triggered scripted plugin: SbtPlugin
2018-01-23 20:27:03 -05:00
Dale Wijnand
5daf10d6c7
Tweak the description of KList
2018-01-23 17:14:27 +00:00