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
ada2a8aafa
Give SourcePosition a macro instance creator
2018-02-08 13:11:34 +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
8e7dfb4b20
Handle very long socket file paths on UNIX
...
Fixes #3930
2018-02-08 13:00:46 +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
Yi Cheng
c8d191401c
Separate out bootstrap integration test ( #769 )
...
Separate bootstrap test because Pants does not pre-build the bootstrap.jar
2018-02-07 16:04:58 -08: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
Alexandre Archambault
335873a292
Merge pull request #748 from coursier/topic/update-cli
...
Switch the cli module to scala 2.12 and case-app 2.0.x
2018-02-07 22:29:48 +01:00
Dale Wijnand
e9d04d8272
Merge pull request #3926 from dkim/skip
...
Update documentation for skip
2018-02-07 11:44:43 +00:00
wisechengyi
18434fdcd3
Update pants build
2018-02-07 10:23:07 +01:00
Alexandre Archambault
e5714020f8
Better error messages in test
2018-02-07 10:23:07 +01:00
Alexandre Archambault
c2d0d42018
Use echo to test native bootstrap generation
2018-02-07 10:23:07 +01:00
Alexandre Archambault
506e14a90b
Switch cli to scala 2.12 and latest case-app
2018-02-07 10:23:07 +01: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
Leonard Ehrenfried
8d41447528
Remove more imports from sbt._ namespace ( #766 )
...
* Remove more imports from sbt._ namespace
* Bump sbt-compat to 1.2.4
2018-02-05 18:36:36 +01:00
Martynas Mickevičius
3a2a84163e
Unfreeze jdk9 appveyor package version
2018-02-05 13:19:09 +01:00
Dale Wijnand
f035626b18
Merge pull request #209 from 2m/wip-handle-jdk-10-version-2m
...
Handle JDK 10 version string
2018-02-05 10:13:58 +00:00
Alexandre Archambault
bd726d9e26
Remove unnecessary setting
...
It was added mostly to make the coursier-based sbt launcher
(https://github.com/coursier/sbt-launcher ) work a bit better
2018-02-04 23:41:59 +01:00
Martynas Mickevičius
e15633064b
Handle JDK 10 version string
2018-02-03 18:19:24 +01:00
Alexandre Archambault
9c274c23d6
Update release process
...
tut seems not to work anymore here in 2.12…
2018-02-03 18:12:28 +01:00
Alexandre Archambault
8b6969384c
Set version to 1.0.2-SNAPSHOT
2018-02-03 18:11:52 +01:00
Alexandre Archambault
d36cf0c57b
Updates for 1.0.1
2018-02-03 18:11:16 +01:00
Alexandre Archambault
88a842d233
Setting version to 1.0.1
2018-02-03 17:18:02 +01:00
Leonard Ehrenfried
e18c4fa76c
[sbt-shared] Use sbt.util.Logger instead of sbt.Logger ( #764 )
...
* Use sbt.util.Logger instead of sbt.Logger
* Bump sbt-compat, adds backport for sbt.util.Logger
2018-02-02 18:52:54 +01:00
Leonard Ehrenfried
a8bdff26c5
Use released version of sbt-compat ( #763 )
2018-02-02 13:46:57 +01:00
Alexandre Archambault
82c0b5bf6d
Have the launcher fetch its jar from Central
...
Rather than Sonatype releases - the former is usually faster
2018-02-02 00:03:41 +01:00
Alexandre Archambault
886b4647d9
Update release process
2018-02-01 23:59:46 +01:00
Alexandre Archambault
05f4e76897
Set version to 1.0.1-SNAPSHOT
2018-02-01 23:57:24 +01:00
Alexandre Archambault
695c677269
Updates for 1.0.1-M1
2018-02-01 23:57:24 +01:00
Alexandre Archambault
72cdbeb70e
Setting version to 1.0.1-M1
2018-02-01 23:11:19 +01:00
Yi Cheng
f6ceba5b44
Add json report version and documentation ( #749 )
...
* Add version number to the json report
* Add documentation and borrow Pants' export versioning guideline: afa6a286f1/src/python/pants/backend/project_info/tasks/export.py (L49-L59)
2018-02-01 10:44:05 -08:00