Alexandre Archambault
9dfed94053
Add short syntax for jitpack repo
2017-07-22 17:29:33 +02:00
Alexandre Archambault
4ed2e2a261
Tweak display
...
Simply display an empty progress bar when size is unknown
2017-07-22 17:29:30 +02:00
Alexandre Archambault
862169c6bb
Add more guarantees that a same module can't be downloaded concurrently
...
traverse called in ResolutionProcess.fetchAll relies on Applicative, so
doesn't guarantee that the module groups will be fetched one after the
other. The Applicative instance of scalaz.concurrent.Task doesn't
parallelize the tasks by default, so it works fine here. But that extra
security ensures that code can be fine with other monads.
2017-07-22 17:29:29 +02:00
Alexandre Archambault
ef59fb5e49
Add small test of the code ensuring a module isn't fetched concurrently twice
2017-07-22 17:29:28 +02:00
Alexandre Archambault
d3bedc838f
Fix updateSbtClassifiers
2017-07-22 17:29:27 +02:00
Alexandre Archambault
ea8927d7b2
Don't unnecesarily mark some artifacts as optional
2017-07-22 17:29:26 +02:00
Alexandre Archambault
bddf67cc17
Always try to get artifacts corresponding to packaging
2017-07-22 17:29:25 +02:00
Alexandre Archambault
d4cb232e65
Add release notes for 1.0.0-RC8
2017-07-20 00:40:29 +02:00
Alexandre Archambault
3971b49d41
Setting version to 1.0.0-SNAPSHOT
2017-07-20 00:23:20 +02:00
Alexandre Archambault
ad78a388f6
Updates for 1.0.0-RC8
2017-07-20 00:23:14 +02:00
Alexandre Archambault
e2e0f71831
Setting version to 1.0.0-RC8
2017-07-19 23:57:06 +02:00
Alexandre Archambault
e6bac2bc4a
Merge pull request #616 from coursier/topic/fix-scripted-tests
...
Fix scripted tests
2017-07-19 22:40:36 +02:00
Alexandre Archambault
53af094c7a
Merge pull request #611 from jonas/patch-1
...
Fix links to generate-launcher.sh
2017-07-19 19:01:19 +02:00
Alexandre Archambault
d2c6db0f49
Fix sbt-shading scripted tests
...
Error not caught on CI because of local caches...
2017-07-19 18:59:50 +02:00
Alexandre Archambault
6c2e62080c
Fix sbt 1.0 scripted tests
...
These are only run locally
2017-07-19 18:59:04 +02:00
Alexandre Archambault
5a271fffc5
Merge pull request #614 from coursier/topic/fix-compatibility-api
...
Fix compatibility API
2017-07-19 15:30:26 +02:00
Alexandre Archambault
95f08e99d6
Merge pull request #613 from coursier/topic/max-iteration
...
Factor default max # of iterations
2017-07-19 15:30:19 +02:00
Jonas Fonseca
4938d52c7e
Fix links to generate-launcher.sh
2017-07-19 08:43:34 -04:00
Alexandre Archambault
2815897b7a
Fix compatibility API
...
It wasn't returning some (non optional) artifacts
2017-07-19 14:38:03 +02:00
Alexandre Archambault
4fbb2f1992
Merge pull request #612 from coursier/topic/test-jar
...
Don't require adding type test-jar to classpathTypes
2017-07-19 13:00:52 +02:00
Alexandre Archambault
ce00dcc231
Merge pull request #610 from coursier/topic/sbt-1.0.0-RC2
...
Switch to sbt 1.0.0-RC2
2017-07-19 13:00:37 +02:00
Alexandre Archambault
db3679dce4
Factor default max # of iterations
2017-07-19 02:07:15 +02:00
Alexandre Archambault
f797681fab
Switch to sbt 1.0.0-RC2
2017-07-19 01:40:18 +02:00
Alexandre Archambault
7cd7a58c3b
Add release notes for 1.0.0-RC7
2017-07-19 01:24:39 +02:00
Trent Schmidt
16d27bb482
Don't require adding type test-jar to classpathTypes
...
E.g. when adding dependencies with a tests classifier
2017-07-19 01:02:53 +02:00
Alexandre Archambault
a7097556db
Don't unnecessarily check for mima compatibility once release is done
...
Simply calling mimaReportBinaryIssues fails because of scalaVersion
discrepancies between core modules and sbt plugins.
2017-07-18 17:54:45 +02:00
Alexandre Archambault
16cf2e5b99
Setting version to 1.0.0-SNAPSHOT
2017-07-18 17:43:50 +02:00
Alexandre Archambault
6e86986cde
Updates for 1.0.0-RC7
2017-07-18 17:43:40 +02:00
Alexandre Archambault
db187ad12c
Setting version to 1.0.0-RC7
2017-07-18 17:21:57 +02:00
Alexandre Archambault
2185499c39
Merge pull request #609 from coursier/topic/tests-classifier-sbt
...
Take into account classifiers specified via attributes in Ivy repos
2017-07-18 10:56:52 +02:00
Alexandre Archambault
4e5971129b
Take into account classifiers specified via attributes in Ivy repos
2017-07-18 10:11:37 +02:00
Alexandre Archambault
a41c071943
Merge pull request #606 from coursier/develop
...
Various things
2017-07-17 18:04:20 +02:00
Alexandre Archambault
19493a512a
Use non soon-to-be-deprecated-or-reworked method
2017-07-17 17:12:30 +02:00
Alexandre Archambault
fc0a1ccec7
Really filter out optional artifacts by default
2017-07-17 17:12:30 +02:00
Alexandre Archambault
9aebef2535
Use non deprecated method in README
2017-07-17 17:12:30 +02:00
Alexandre Archambault
dffc9d90ea
Add missing cached directory
2017-07-15 17:19:07 +02:00
Alexandre Archambault
2cd1a3b0b1
Clean stuff
2017-07-15 17:19:06 +02:00
Alexandre Archambault
744e6186d6
Merge pull request #603 from coursier/develop
...
Use custom published version of jarjar
2017-07-12 14:37:05 +02:00
Alexandre Archambault
b91031034c
Use custom published scala-native stuff
2017-07-11 20:36:00 +02:00
Alexandre Archambault
3271d90b26
Use custom published version of jarjar
2017-07-11 19:11:18 +02:00
Alexandre Archambault
6d5321f8f6
Merge pull request #598 from coursier/topic/native-bootstrap
...
Allow to generate native bootstraps
2017-07-08 15:27:24 +02:00
Alexandre Archambault
7d69815f64
Allow to generate native bootstraps
2017-07-08 14:32:16 +02:00
Alexandre Archambault
539700891f
Merge pull request #599 from coursier/develop
...
Fixes
2017-07-07 16:07:00 +02:00
Alexandre Archambault
f665ab1ac2
Add stub for bin compat
2017-07-06 18:14:51 +02:00
Alexandre Archambault
5758e0d786
Rework property substitution
2017-07-06 17:25:45 +02:00
Alexandre Archambault
9b1d329d0b
Prevent downloading the same artifact concurrently multiple times
2017-07-03 12:59:26 +02:00
Alexandre Archambault
2929c47652
Revert "Ensure a same artifact isn't downloaded twice in the same iteration"
...
This reverts commit d437cfb87d .
2017-07-03 12:56:34 +02:00
Alexandre Archambault
ed1e41baf9
Add release notes for 1.0.0-RC6
2017-06-25 15:23:09 +02:00
Alexandre Archambault
ff228711ec
Set version to 1.0.0-SNAPSHOT
2017-06-25 15:15:04 +02:00
Alexandre Archambault
d25df01bf5
Updates for 1.0.0-RC6
2017-06-25 15:13:46 +02:00