Commit Graph

1081 Commits

Author SHA1 Message Date
Alexandre Archambault 3b102da857 Run sbt-shading tests on CI 2017-01-31 16:14:22 +01:00
Alexandre Archambault 5583efffd0 Move ivy xml generation
In the hope that this might address issues with shading plugin on single core machines
2017-01-31 16:10:35 +01:00
Alexandre Archambault 4b3923d3e5 Add shading plugin 2017-01-31 15:46:49 +01:00
Alexandre Archambault ff0794a60d Merge pull request #413 from n4to4/patch-1
Minor doc fix
2016-12-18 19:14:54 +01:00
n4to4 eb253551d7 Minor doc fix 2016-12-16 20:45:06 +09:00
Alexandre Archambault e70c32f9ae Merge pull request #406 from alexarchambault/topic/sbt-boot-jar-fix
Tweak SBT boot jar handling
2016-12-03 13:09:18 +01:00
Alexandre Archambault b7ce6d042f
Tweak SBT boot jar handling
Fixes https://github.com/alexarchambault/coursier/issues/402
2016-12-03 02:45:57 +01:00
Alexandre Archambault ea5169cc0a
Updates for 1.0.0-M15 2016-11-27 18:59:36 +01:00
Alexandre Archambault 5b2237a194 Merge pull request #401 from alexarchambault/topic/java-6-master
Have master be Java 6-compatible
2016-11-27 18:16:37 +01:00
Alexandre Archambault 2be16f030b Don't cache sbt dir on Appveyor 2016-11-27 17:39:55 +01:00
Alexandre Archambault fe529fb9f4 Switch to Java 6 2016-11-27 17:37:39 +01:00
Alexandre Archambault d2c827a1a0 Remove deprecated stuff
Not to have to make it Java 6-compatible
2016-11-27 13:44:14 +01:00
Alexandre Archambault 8813a31cd9 Merge pull request #396 from alexarchambault/topic/submit-spark-2
Add support for Spark 2 in spark-submit command
2016-11-18 11:52:04 +01:00
Alexandre Archambault 5f8784b800
Add support for Spark 2 in spark-submit command 2016-11-18 11:23:02 +01:00
Alexandre Archambault 91ad7a8b56 Merge pull request #393 from alexarchambault/topic/fix-output-silencing
Fix output silencing
2016-11-18 10:12:10 +01:00
Alexandre Archambault 64c9778af0 Merge pull request #394 from alexarchambault/topic/default-args
Set default values for most command-line options
2016-11-18 10:11:03 +01:00
Alexandre Archambault 4b4796948b
Set default values for most command-line options
These make it easier to re-use the cli module as a library - although
this is in no way something I'd recommend to do
2016-11-16 21:59:50 +01:00
Alexandre Archambault 30a8f119bd
Fix output silencing
Plugin should now really not print anything if nothing is downloaded
2016-11-16 16:23:58 +01:00
Alexandre Archambault c35e0f851b Merge pull request #392 from alexarchambault/topic/typelevel-and-fixes
Typelevel option and fixes
2016-11-15 13:56:42 +01:00
Alexandre Archambault 71b3acead3
Fix attempt to download an artifact several times in parallel 2016-11-15 00:27:33 +01:00
Alexandre Archambault e2a8836d25
Update test 2016-11-15 00:27:28 +01:00
Alexandre Archambault d3656fa6ae
Fix regression in class loader isolation 2016-11-15 00:27:26 +01:00
Alexandre Archambault 5e0189fa7e
Allow to swap Scala mainline dependencies by Typelevel ones 2016-11-15 00:27:23 +01:00
Alexandre Archambault 0ae415c55e Merge pull request #384 from mxl/quill
Added Quill to the list of projects using coursier.
2016-11-10 11:48:15 -08:00
Alexandre Archambault 95867a4e1b
Add LICENSE file 2016-11-10 11:24:46 -08:00
Michael Ledin 4be2e3274e Added Quill to the list of projects using coursier. 2016-11-09 16:32:14 +03:00
Alexandre Archambault c16eb18cbf Merge pull request #381 from alexarchambault/topic/fixes
Fixes
2016-11-07 13:50:02 +01:00
Alexandre Archambault d5cc47ae5f
Add non regression test for org.nd4j:nd4j-native:0.5.0...
...and corresponding fixes / workarounds
2016-11-07 12:28:02 +01:00
Alexandre Archambault 73243f54e3
Fix minor TermDisplay glitch
Display cleaning possibly made too early
2016-11-07 12:27:58 +01:00
Alexandre Archambault f1e1b6aac9
Limit messages more in SBT plugin
Only print "Updating ...", "Fetching artifacts of ..." messages if something is actually downloaded
2016-11-07 12:27:56 +01:00
Alexandre Archambault bf097fa018
Rework profile activation
- don't activate profiles activated by default if some user activated profiles are provided, and
- accept OS / JDK conditions in activation
2016-11-07 12:27:53 +01:00
Alexandre Archambault 6dda7e1199 Merge pull request #376 from kzys/fix-stack-overflow
Fix #266 by stop recursively traversing a tree
2016-11-07 11:29:05 +01:00
Alexandre Archambault 7de95c927d Merge pull request #377 from alexarchambault/topic/spark-assembly-services
Fix in automatically generated spark assemblies (experimental spark-submit command)
2016-11-04 18:21:32 +01:00
Alexandre Archambault 9d0526d1bf
Concatenate services files in generated spark-assemblies 2016-11-04 18:00:48 +01:00
Kazuyoshi Kato ffa33961f0 Fix #266 by stop recursively traversing a tree 2016-11-02 19:51:05 -07:00
Alexandre Archambault 23bbfcc552 Merge pull request #374 from alexarchambault/topic/scala-2.12.0
Switch to scala 2.12.0 final
2016-11-02 22:36:33 +01:00
Alexandre Archambault 56cccd0cf6
Run tests in 2.12 on Appveyor too 2016-11-02 20:59:43 +01:00
Alexandre Archambault fc9f1e6816
Switch to 2.12.0 final 2016-11-02 20:47:31 +01:00
Alexandre Archambault 9bc85b86e7
Bump dependencies for 2.12.0 2016-11-02 20:47:27 +01:00
Alexandre Archambault 274f1c328e Merge pull request #375 from alexarchambault/topic/progress-bar-refacto
Minor progress bar refactoring
2016-11-02 20:05:01 +01:00
Alexandre Archambault 1ea2b4d224
Use a ThreadScheduledExecutor for progress bars
Rather than manually making a thread sleep...
2016-11-01 13:19:41 +01:00
Alexandre Archambault 9a43212040
You never know 2016-11-01 13:19:37 +01:00
Alexandre Archambault 57a5c1b83f Merge pull request #373 from alexarchambault/topic/fixes
Various fixes
2016-10-31 14:18:46 +01:00
Alexandre Archambault 92c22a03bd
Don't print colors in coursierDependencyTree if sbt.log.noformat is true
Fixes https://github.com/alexarchambault/coursier/issues/362
2016-10-30 23:10:12 +01:00
Alexandre Archambault e49fbef4e4 Minor fix in fallback dependencies in plugin 2016-10-30 20:11:09 +01:00
Alexandre Archambault 92a8ea2ab5 Better handling of artifact types
Fixes https://github.com/alexarchambault/coursier/issues/318
2016-10-30 20:11:09 +01:00
Alexandre Archambault e858287f19
Really don't publish what shouldn't in 2.12
Trap: scalaBinaryVersion.value is "2.12.0-RC2" in 2.12.0-RC2, rather
than just "2.12"
2016-10-23 00:29:32 +02:00
Alexandre Archambault ed1f10bd99
Bump proguard version
Allows publish to work fine in 2.12.0-RC2
2016-10-23 00:20:59 +02:00
Alexandre Archambault 3fc50ee846 Merge pull request #368 from alexarchambault/topic/prepare-scala-2.12.0-RC2
Cross compile for Scala 2.12.0-RC2
2016-10-23 00:10:01 +02:00
Alexandre Archambault 7e836b51be
Disable mima checks for 2.12.0-RC2 for now
No previous version published
2016-10-22 22:47:07 +02:00