Commit Graph

903 Commits

Author SHA1 Message Date
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
Alexandre Archambault 12f0cd0b82 Merge pull request #346 from alexarchambault/topic/standalone-spark-submit
Rework spark submit command
2016-09-09 12:28:24 +02:00
Alexandre Archambault ca90487073
Add release notes for 1.0.0-M14-1 2016-09-09 12:24:31 +02:00
Alexandre Archambault e55c6384bd Keep reworking spark-submit command 2016-09-09 00:42:13 +02:00
Alexandre Archambault 34d04fe45e Switch to sbt-coursier 1.0.0-M14 2016-09-07 14:24:59 +02:00
Han JU ff72eeb7d3 Direct call to spark's SparkSubmit 2016-09-05 03:44:21 +02:00
Han JU eac19c1a66 move SparkSubmit to its own module with spark-core as dependency 2016-09-02 18:06:09 +02:00
Alexandre Archambault 65a21adbd1 Merge pull request #338 from alexarchambault/topic/cleaning
Cleaning
2016-09-02 00:03:05 +02:00
Alexandre Archambault 6cf3ebb164 Merge pull request #339 from alexarchambault/topic/readme-ttl
Mention TTL in README
2016-09-02 00:02:55 +02:00
Alexandre Archambault 37a45e4932
Mention TTL in README 2016-09-01 14:08:27 +02:00
Alexandre Archambault ece1b35c5f
Cleaning 2016-09-01 13:50:49 +02:00
Alexandre Archambault 6cf415cf8a
Report changes of 1cf2d23 to doc/README.md 2016-08-31 20:27:41 +02:00
Alexandre Archambault d71f1eaa8e
Fix 2016-08-31 11:35:06 +02:00
Alexandre Archambault 9ed7b2e022 Merge pull request #336 from SethTisue/fix-readme
fix typos/capitalization/etc in README.md
2016-08-31 00:27:48 +02:00
Seth Tisue 1cf2d23a4a fix typos/capitalization/etc in README.md 2016-08-30 13:59:46 -07:00
Alexandre Archambault 326ea84c8f Merge pull request #335 from alexarchambault/topic/spark-submit
Add spark-submit command
2016-08-30 17:59:08 +02:00
Alexandre Archambault b4dd43e03c
Add spark-submit command 2016-08-30 16:59:01 +02:00
Alexandre Archambault fc7ba78e06
Updates for 1.0.0-M14 2016-08-27 14:48:11 +02:00
Alexandre Archambault 162fdb493d Merge pull request #332 from alexarchambault/topic/fix
Fix plugin handling
2016-08-24 10:10:17 +02:00
Alexandre Archambault 10b13f73c7
Fix plugin handling
Mainly fixes things from SBT
2016-08-24 01:43:43 +02:00
Alexandre Archambault cdeb2e80cf Merge pull request #331 from alexarchambault/topic/okhttp
Add okhttp plugin
2016-08-22 11:18:11 +02:00
Alexandre Archambault e61bd0a0a9 Merge pull request #330 from alexarchambault/topic/develop
Latest developments
2016-08-22 08:47:55 +02:00
Alexandre Archambault 29469ffc7a
Add okhttp plugin 2016-08-22 00:40:01 +02:00
Alexandre Archambault 8ef5a4b46d
Use sub-project names rather than their coordinates 2016-08-22 00:19:52 +02:00
Alexandre Archambault c17cf67734
More reliable fallback dependencies
Should fix the jrudolph/sbt-dependency-graph case of
https://gist.github.com/paulp/62eaca1850904137959ad9121cce6b15
2016-08-22 00:19:49 +02:00
Alexandre Archambault bbd367d14e
Have coursierDependencyTree not trigger fetching dependency JARs 2016-08-22 00:18:40 +02:00
Alexandre Archambault 9917c0eb54
Explicitly close HTTP connections 2016-08-22 00:18:37 +02:00
Alexandre Archambault 0d9a594792 Merge pull request #328 from alexarchambault/topic/develop
Switch to scalaz 7.2, some fixes / enhancements in SBT plugin
2016-08-21 23:37:44 +02:00
Alexandre Archambault 1fcd34af8e
Get resolvers from inter-project dependencies too
The idea was suggested to me a few days at Scala Up North, by
@MasseGuillaume or @djspiewak, IIRC

Should fix a few test cases more from
https://gist.github.com/paulp/62eaca1850904137959ad9121cce6b15
2016-08-17 23:09:35 +02:00
Alexandre Archambault 8024ec7e64
Take into account user-supplied artifact URLs from project dependencies
Should fix the non/spire test case of
https://gist.github.com/paulp/62eaca1850904137959ad9121cce6b15
2016-08-17 23:09:33 +02:00
Alexandre Archambault 6f93f85c5d
Switch to scalaz 7.2 2016-08-17 23:09:30 +02:00
Alexandre Archambault d6cba987b9 Merge pull request #326 from alexarchambault/topic/develop
Fixes
2016-08-15 19:37:39 +02:00
Alexandre Archambault 8cf5bbe1cc
Switch to sbt-coursier 1.0.0-M13 2016-08-15 19:00:09 +02:00
Alexandre Archambault ffde1c7145
Try to fix Windows build 2016-08-15 18:59:34 +02:00
Alexandre Archambault 80bd9c0dea
Don't let two different scala JARs land in the classpath...
...because of SBT
2016-08-15 18:59:29 +02:00
Alexandre Archambault 72d0ac9728
Move tests with external requirements to it tests 2016-08-15 18:59:27 +02:00
Alexandre Archambault 1b0dd4e899
Set default artifact type to empty value
Add non regression test for
https://github.com/alexarchambault/coursier/issues/322

A dirty hack is lying in this commit.
2016-08-15 18:59:19 +02:00
Alexandre Archambault 908a596b6d
Take into account sbt.global.base and sbt.ivy.home properties 2016-08-15 16:14:27 +02:00
Alexandre Archambault ad4ba45be4
Fix output 2016-08-15 16:14:25 +02:00
Alexandre Archambault fac264f7b7 Merge pull request #321 from alexarchambault/topic/utf-8-bom
Ignore UTF-8 BOM in metadata files
2016-08-15 16:14:00 +02:00
Alexandre Archambault 6aebdac008 Ignore UTF-8 BOM in metadata files
Fixes https://github.com/alexarchambault/coursier/issues/316
2016-08-11 16:23:49 -04:00
Alexandre Archambault b6b6f54e17
Update README 2016-08-11 16:03:52 -04:00
Alexandre Archambault 399ccdbfcb
Update example version in README 2016-08-11 16:02:30 -04:00
Alexandre Archambault 667cdd3a6f
Update launcher for 1.0.0-M13 2016-08-11 15:45:26 -04:00
Alexandre Archambault 708c56d4e7
Update README for 1.0.0-M13 2016-08-11 15:45:23 -04:00
Alexandre Archambault 0b2f5da5fa Merge pull request #315 from alexarchambault/topic/update-doc-1.0.0-M13
Update doc for 1.0.0-M13
2016-08-11 15:39:31 -04:00
Alexandre Archambault 76abb2afb8
Update launcher script 2016-08-06 16:28:51 -04:00
Alexandre Archambault 620c55d389
Update README 2016-08-06 16:28:49 -04:00
Alexandre Archambault ca2448a7ae
Update contributor list 2016-08-06 16:28:47 -04:00