Commit Graph

17940 Commits

Author SHA1 Message Date
Miranda Kastemaa c4aa9052b5 Use more reliable shift loop for processing args 2016-10-17 15:51:53 +03:00
Alexandre Archambault e59ffe58e9 Merge pull request #360 from dfxmachina/profile-activation-by-prop-absence
Add support for property absence directives in profile activation
2016-10-17 11:04:07 +02:00
Erem Boto b1f9cb96d4 Add support for property absence directives in profile activation 2016-10-15 18:34:52 -07:00
Erem Boto b8207607c9 Demonstrate failure to process property absence directives in profile activation 2016-10-15 18:12:41 -07:00
Dale Wijnand 2aa58b43f4 Merge pull request #2771 from dwijnand/dbuild
Workaround #1696 & bump to JDK 1.8
2016-10-11 12:47:57 +01:00
Dale Wijnand 6859070145
Update Scala 2.10 versions to work on JDK 8
Must be at least 2.10.3, but I just went with the last stable release 2.10.6
2016-10-09 12:50:28 -05:00
cunei ca53c68b87 Fix to bintray repo 2016-10-07 13:37:25 -05:00
cunei bc7ed0d784 Fix to bintray repo (#53) 2016-10-07 13:36:32 -05:00
cunei cc94687716 Merge pull request #52 from cunei/1.0-toni1
Change bintray repo, see sbt #1696
2016-10-07 12:05:13 -05:00
Dale Wijnand 24191d3eed
Bump TravisCI config to oraclejdk8 2016-10-07 10:21:32 -05:00
Dale Wijnand 6ea2cf1be4
Configure JVM 1.8 in .java-version 2016-10-07 08:48:23 -05:00
Dale Wijnand fb21b379d8 Merge pull request #2769 from dwijnand/migrate-to-blackbox-Context
Migrate to blackbox.Context
2016-10-06 16:43:19 -05:00
Dale Wijnand 84052b2717
Remove an unused import 2016-10-05 11:12:25 -05:00
Dale Wijnand f3a6e9d0c1
Add some singleton type arguments 2016-10-05 11:12:24 -05:00
Dale Wijnand 2f84e05282
Migrate to blackbox.Context 2016-10-05 11:12:24 -05:00
Dale Wijnand e177ba75d6
Bump sbt/util to 0.1.0-M14 2016-10-05 11:12:16 -05:00
Alexandre Archambault f0e20106db Merge pull request #354 from dfxmachina/version-range-bugfix
Fix version interval bug from kinesis producer pom.xml
2016-10-04 19:55:52 +02:00
Erem Boto ef085cbc8e Bump jquery dependencies in webjars text resource to fix broken tests 2016-09-30 15:14:36 -07:00
Erem Boto 50f38725d8 Make version parsing robust to leading or trailing spaces (#355) 2016-09-30 11:21:38 -07:00
Erem Boto 8369bacbc1 Reproduce the bug from https://repo1.maven.org/maven2/com/amazonaws/amazon-kinesis-producer/0.12.0/amazon-kinesis-producer-0.12.0.pom 2016-09-30 10:58:08 -07:00
eugene yokota 7c10beab42 Merge pull request #50 from milessabin/topic/scala-artifacts
Configurable explicit list of artifacts for Scala binary version check
2016-09-30 11:15:28 -04:00
James Roper 3cb3d8d221 Log resolving messages at debug level
For great justice.
2016-09-29 19:38:22 +10:00
eugene yokota 87ef5287f6 Merge pull request #2662 from dwijnand/publishTo-TaskKey
[sbt 1.0] Make publishTo & otherResolvers TaskKey's
2016-09-29 01:43:36 -04:00
eugene yokota 8dab60eb92 Merge pull request #2760 from dwijnand/AutoPlugin-extraProjects-1.0
FPORT: Add extraProjects adn derivedProjects. Fixes #2532
2016-09-29 00:46:06 -04:00
Eugene Yokota 0321f0cd48
Add extraProjects adn derivedProjects. Fixes #2532
This adds support to generate synthetic subprojects from an auto plugin.

In addition, a method called `projectOrigin` is added to distinguish
Organic, BuildExtra, ProjectExtra, and GenericRoot.

Forward-port of #2717 and #2738
2016-09-29 01:46:17 +01:00
Dale Wijnand befb0925e3
Make publishTo & otherResolvers TaskKey's
Fixes #2059
2016-09-29 01:35:51 +01:00
Antonio Cunei a1f9b5ed64 Change bintray repo, see sbt #1696 2016-09-28 11:30:10 +02:00
Antonio Cunei 1d146378f8 Allow jdk1.8 2016-09-26 22:45:24 +02:00
Antonio Cunei 1124a88a50 See sbt #1696 2016-09-26 22:45:24 +02:00
eugene yokota bd1b3cfe00 Improve `show` when key returns a `Seq` (#2752)
This changes the output to:

```
> show externalDependencyClasspath
[info] Updating {file:/xxx/hello/}root...
[info] Resolving jline#jline;2.12.1 ...
[info] Done updating.
[info] *
Attributed(/Users/xxx/.sbt/boot/scala-2.11.8/lib/scala-library.jar)
[info] *
Attributed(/Users/xxx/.ivy2/cache/commons-io/commons-io/jars/commons-io-
2.4.jar)
```
2016-09-23 02:12:44 +01:00
Alexandre Archambault 51f4fc93ab Merge pull request #350 from alexarchambault/topic/spark-submit
Tweak spark submit
2016-09-22 15:09:55 +02:00
Alexandre Archambault 06674f5981
Fixes / enhancements 2016-09-22 10:03:45 +02:00
Alexandre Archambault 7c921257ae
Fix 2016-09-21 11:03:37 +02:00
Alexandre Archambault 2807f64cb5
Allow to manually add extra JARs in the submitted job classpaths 2016-09-21 11:03:32 +02:00
Alexandre Archambault 974dee8cf4
Allow to manually add things in the classpath of launched apps 2016-09-21 11:03:29 +02:00
Alexandre Archambault a50cb1bd85
WIP - Generate spark assemblies on the fly 2016-09-21 11:03:26 +02:00
eugene yokota f2006e22cf Merge pull request #2747 from eed3si9n/wip/quieter
[sbt 1.0] Quieter ivyLoggingLevel for CI
2016-09-16 03:06:06 -04:00
Eugene Yokota 15c078ab0b Quieter ivyLoggingLevel for CI
`ivyLoggingLevel` is dropped to `UpdateLogging.Quiet` when Jenkins or
Travis is detected.
2016-09-15 22:57:07 -04:00
Dale Wijnand 1b9f700c52 Merge pull request #2743 from eed3si9n/wip/silent
[sbt 1.0] Silent startup for scalas
2016-09-15 13:26:31 +01:00
Dale Wijnand 5e80016eb0 Merge pull request #2741 from eed3si9n/wip/early
[sbt 1.0] Rename early command to `early(command)`
2016-09-15 13:26:17 +01:00
Eugene Yokota 357a146460 Silent startup for scalas
Fixes #840
2016-09-15 03:42:23 -04:00
Eugene Yokota 9783ab1765 Migration notes 2016-09-15 03:13:08 -04:00
Eugene Yokota 9529f0c304 Add `-error` etc for log levels with one hyphen 2016-09-15 02:23:37 -04:00
Eugene Yokota 06724d1c4b Rename early command to `early(command)`
Fixes #2734, Ref #1041
e93c4450a1 added a feature called early
command, which uses `--` as a prefix to denote some commands that runs
ahead of session loading. While the feature might be useful especially
for logging, `--` is too useful just for this purpose.
2016-09-15 01:45:50 -04:00
eugene yokota fba4e78543 Merge pull request #46 from Duhemm/wip/maybe-equals
Implement hashCode, equals and toString in Maybe
2016-09-14 11:26:20 -04:00
eugene yokota b184f7e539 Merge pull request #48 from eed3si9n/wip/jline2
Interruptible read line
2016-09-14 11:24:51 -04:00
Eugene Yokota a38e100678 Handle sleep interruption 2016-09-12 23:11:20 -04:00
Eugene Yokota bc32cb4c6f Trying to make readline timeout 2016-09-12 23:11:20 -04:00
Alexandre Archambault b7439cac50
Add release notes for 1.0.0-M14-2 2016-09-09 17:56:30 +02:00
Alexandre Archambault 5e57ffcede
Fix typo 2016-09-09 13:55:00 +02:00