Commit Graph

1286 Commits

Author SHA1 Message Date
Alexandre Archambault ef596c12c3
Updates for 1.0.0-RC9 2017-08-05 15:32:06 +02:00
Alexandre Archambault 138cb0a477 Setting version to 1.0.0-RC9 2017-08-05 15:16:04 +02:00
Alexandre Archambault 11ed6c959f Merge pull request #628 from coursier/topic/update-scripted-test
Fix sbt 1.0 scripted test
2017-08-05 14:32:03 +02:00
Alexandre Archambault cfa72fed66 Fix sbt 1.0 scripted test 2017-08-05 14:21:34 +02:00
Alexandre Archambault e3097a56ca Back to sbt-coursier 1.0.0-RC7 before publishing
Because of https://github.com/coursier/coursier/issues/619
2017-08-05 13:28:40 +02:00
Alexandre Archambault 11b14e9f2e Merge pull request #627 from coursier/develop
Various things
2017-08-04 17:55:32 +02:00
Alexandre Archambault d17e9b93b9 Ensure publishing signed things works fine 2017-08-04 16:38:46 +02:00
Gabor Aranyossy dd3e8be410 introducing sha-256 checksum support (#625)
introducing sha-256 checksum support
2017-08-04 16:23:22 +02:00
Alexandre Archambault 930a012965 Switch to sbt 1.0.0-RC3 2017-08-04 16:20:03 +02:00
Alexandre Archambault 4e74e7f66d Take into account new cross version fields in sbt 1.0 2017-08-04 16:20:02 +02:00
Alexandre Archambault a798b04d99 Switch to scala-js 0.6.19 2017-08-04 16:20:02 +02:00
Alexandre Archambault 662cf62c95 Switch to sbt-mima 0.1.15 2017-08-04 16:20:02 +02:00
Alexandre Archambault b6569c7d4b Switch to sbt 0.13.16 2017-08-04 16:20:01 +02:00
Alexandre Archambault 56b6f57f96 Merge pull request #620 from coursier/develop
Various things
2017-07-23 19:15:39 +02:00
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