Commit Graph

1792 Commits

Author SHA1 Message Date
Alexandre Archambault b54438c1ba Add fallback if directory listings are not available 2017-04-04 14:45:06 +02:00
Alexandre Archambault 375eeca48b Merge pull request #385 from coursier/topic/extra
Stuff
2017-04-03 17:13:20 +02:00
Alexandre Archambault 7c68e3cd5e Merge pull request #478 from coursier/topic/tweak-spark-submit
Tweak spark-submit command options
2017-04-03 16:12:03 +02:00
Alexandre Archambault e7f74dda0d Tweak spark-submit command options 2017-04-03 15:19:09 +02:00
Alexandre Archambault 3afc3433ba Use https repo 2017-04-03 14:43:08 +02:00
Alexandre Archambault 3b717f8be0 Merge pull request #473 from coursier/topic/contributing-guide
Add CONTRIBUTING guide
2017-04-03 10:13:33 +02:00
Alexandre Archambault 8c08ead018 Merge pull request #477 from coursier/topic/enable-sbt-plugin-hack-by-default
Enable sbt plugin hack in Maven repo paths by default
2017-04-03 10:10:05 +02:00
Alexandre Archambault 9194853749 More loose main class detection
Makes it find the main class of scalafmt
2017-04-03 10:09:33 +02:00
Alexandre Archambault 62d3ed307a Remove cli=true from scaladex query
Makes it not find lihaoyi/Ammonite in particular
2017-04-03 10:09:33 +02:00
Guillaume Massé c332d4f46e scaladex cli api change & use scalaVersion from options
* Scaladex was updated to allow developers to specify cli artifact. It
  will only return projects and artifacts with cli enable
2017-04-03 10:09:33 +02:00
Alexandre Archambault e8af9e7aba Parallelize scaladex lookups 2017-04-03 10:09:33 +02:00
Alexandre Archambault f29e74126d Cache scaladex lookups 2017-04-03 10:09:33 +02:00
Alexandre Archambault 1380d7a741 Quick & dirty scaladex lookup 2017-04-03 10:09:33 +02:00
Alexandre Archambault c176adca3c Enable sbt plugin hack in Maven repo paths by default 2017-04-03 00:19:51 +02:00
Alexandre Archambault c1c21339bd Add CONTRIBUTING guide 2017-04-02 22:44:43 +02:00
Alexandre Archambault 3f88fb9449 Merge pull request #476 from coursier/topic/rework-build-sbt
Rework build.sbt
2017-04-02 22:43:44 +02:00
Alexandre Archambault 96b188b9a9 Merge pull request #474 from coursier/topic/fix-warnings
Fix some warnings
2017-04-02 22:02:22 +02:00
Alexandre Archambault 13262a3831 Rework build.sbt 2017-04-02 21:51:11 +02:00
Alexandre Archambault 8134809c99 Use the newly-added Resolution.metadataErrors instead of errors 2017-03-27 16:23:29 +02:00
Alexandre Archambault 44e3eee0d3 Fix deprecation warning 2017-03-27 16:18:17 +02:00
Alexandre Archambault 79e60f17ca Fix one-arg deprecated annotation warnings 2017-03-27 16:16:17 +02:00
Alexandre Archambault 3cd79fc29c Merge pull request #472 from coursier/topic/low-level-clean-up
Low level clean up
2017-03-27 11:39:32 +02:00
Alexandre Archambault f0d16c88d8 Merge pull request #421 from kzys/fix-408
Trim whitespaces around version specifiers
2017-03-27 10:55:04 +02:00
Alexandre Archambault 3bdfee3b8c Merge branch 'jentsch/low-level-clean-up' into topic/low-level-clean-up 2017-03-27 10:36:32 +02:00
Alexandre Archambault 9dd6d78ba8 Merge pull request #437 from kzys/checksum-errors
Create Resolution#errors from its errorCache
2017-03-27 10:31:59 +02:00
Kazuyoshi Kato 557cd8036d Report all errors including POM-related ones
Resolution#errors don't have POM-related errors (e.g. #157).
The new `metadataErrors` method would replace the original `errors`
eventually.
2017-03-25 23:07:49 -07:00
Jentsch 330134d5d9 Simplified handling of undefined settings
(Also avoiding null)
2017-03-23 21:07:50 +01:00
Jentsch 363a841f5a Replaced linesIterator by not deprecated lines method 2017-03-23 21:07:50 +01:00
Jentsch 7caee99846 Prevent compiler from inferring existential 2017-03-23 21:07:50 +01:00
Jentsch a244509b67 Replaced structural types by actual classes 2017-03-23 21:07:50 +01:00
Jentsch 711e744d75 Let compiler explain warnings 2017-03-23 21:07:50 +01:00
Jentsch 2acad5bcb2 Replaced console.err.println by sbt logger 2017-03-23 21:07:50 +01:00
Alexandre Archambault 11a3773a11 Merge pull request #471 from coursier/topic/fix-snapshot-versioning-artifacts
Fix missing artifacts for snapshot versioning
2017-03-23 16:52:14 +01:00
Alexandre Archambault 729c62278a Fix missing artifacts for snapshot versioning
Regression since recent overhaul of artifact type handling
2017-03-23 14:07:48 +01:00
Alexandre Archambault 1fbf06e0b0 Update gitter links 2017-03-21 20:06:20 +01:00
Alexandre Archambault 8dd90a6491 Merge pull request #467 from coursier/topic/scalajs-0.6.15
Switch to scalajs 0.6.15
2017-03-21 17:50:01 +01:00
Alexandre Archambault 621d0ca18e Switch to scalajs 0.6.15 2017-03-21 15:01:02 +01:00
Alexandre Archambault aa7794f950 Merge pull request #466 from coursier/topic/updates
Updates
2017-03-21 13:17:36 +01:00
Alexandre Archambault 9e2d1b3686 Update flaky test 2017-03-21 11:56:44 +01:00
Alexandre Archambault 49eeab9097 Set working dir for it web server on Windows CI 2017-03-21 11:56:44 +01:00
Alexandre Archambault 03ee4727ba Only use relative paths on Windows CI
Working dir seems to have a different absolute path since the
organization change
2017-03-20 11:51:59 +01:00
Alexandre Archambault 4d95909089 Use https repo (Windows CI) 2017-03-20 11:16:06 +01:00
Alexandre Archambault c25b5517ed Update organization here or there 2017-03-20 00:41:04 +01:00
Alexandre Archambault cdcb2fa6d0 Update organization in README 2017-03-20 00:15:19 +01:00
Jentsch 82b1d4287b Bump jquery version 2017-03-20 00:04:08 +01:00
Alexandre Archambault 2532453266 Sync README.md with doc/README.md
Recent changes in MavenRepository were not reflected in the current
README.md
2017-03-20 00:04:08 +01:00
Alexandre Archambault 14f297b4f7 Merge pull request #457 from alexarchambault/topic/tweak-launcher
Tweak launcher
2017-03-14 16:47:18 +01:00
Alexandre Archambault 11a1e509b5 Allow proguarded jar to be launched straightaway
With the right bash header
2017-03-14 15:39:01 +01:00
Alexandre Archambault 23ea3ff6fa Add echo application
Simply echoes its arguments - for testing purposes
2017-03-14 15:39:00 +01:00
Alexandre Archambault e33ab63089 Merge pull request #445 from Jentsch/patch-1
Change default for use sbt credentials to true
2017-03-10 12:13:29 +01:00