Commit Graph

17940 Commits

Author SHA1 Message Date
Alexandre Archambault ba58d2a374
Take into account isMavenCompatible flag in SBT pattern based repositories 2016-04-09 01:12:09 +02:00
Grzegorz Kossakowski 89e88ff584 Run scripted tests in the alphabetical order
Makes the order deterministic and makes it easier to see the progress on
running tests.
2016-04-07 12:48:45 +02:00
Grzegorz Kossakowski 5ad5591c8e Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
Alexandre Archambault c22ba8ba6a Merge pull request #218 from alexarchambault/topic/ci-scripted
Enable SBT scripted tests on CI
2016-04-07 09:18:53 +02:00
Alexandre Archambault e195a96a7f
Enable SBT scripted tests on CI 2016-04-06 22:55:04 +02:00
Alexandre Archambault a21ef67c8b Merge pull request #217 from alexarchambault/topic/update-changing
Fix in update changing mode, add benchmark option, use SBT logging, ...
2016-04-06 22:28:49 +02:00
Alexandre Archambault 1e18b320dd Switch to sbt-coursier 1.0.0-M10 2016-04-05 17:08:51 +02:00
Alexandre Archambault 3ff49d92fa Switch to scala JS 0.6.8 2016-04-05 17:07:20 +02:00
Alexandre Archambault 96275df945 Small refactoring 2016-04-05 17:03:11 +02:00
Alexandre Archambault f73dac68fd Try not flooding the terminal with ignored errors...
...in updateClassifiers.

Also fail if an artifact cannot be fetched in update. A bit risky - might unveil locked errors, that ought to be circumvented.
2016-04-05 17:03:03 +02:00
Alexandre Archambault d899303d2e Use SBT logging to print things 2016-04-05 16:58:21 +02:00
Alexandre Archambault 105236393d Add benchmark option 2016-04-05 16:58:18 +02:00
Alexandre Archambault 055ff77e5b Cleaning 2016-04-05 16:53:19 +02:00
Alexandre Archambault 4e74fe360f Add missing \n 2016-04-05 16:24:38 +02:00
Alexandre Archambault 1ac8a782a9 Check snapshot versioning metadata for snapshot dependencies only 2016-04-05 16:24:38 +02:00
Alexandre Archambault 62720f94e0 Add update-local and update-local-changing modes 2016-04-05 16:24:37 +02:00
Alexandre Archambault 05d8224c49 Add -P option to force display of progress bars...
...else also look at the COURSIER_PROGRESS env var to force enabling or disabling them.

This deprecates the COURSIER_NO_TERM env var.
2016-04-05 16:24:37 +02:00
eugene yokota 2d198ac67e Merge pull request #35 from eed3si9n/wip/warning
Remove some warnings
2016-04-01 16:11:07 -04:00
Eugene Yokota 299484cee6 Remove some warnings 2016-04-01 15:27:37 -04:00
eugene yokota 844851d6d4 Merge pull request #34 from eed3si9n/wip/eval
Eval from Cats
2016-04-01 15:10:51 -04:00
Alexandre Archambault 0f0c245c77 Merge pull request #213 from alexarchambault/topic/fix-version-property
Basic property substitution in version in POMs
2016-04-01 12:40:41 +02:00
Alexandre Archambault e1cf438feb Merge pull request #212 from alexarchambault/topic/sbt-scripted-tests
Add support for fallback artifact (from) and excludeDependencies in SBT plugin
2016-04-01 12:40:24 +02:00
eugene yokota 818e6ba97b Merge pull request #28 from Duhemm/wip/scripted-pending-no-exception
Hide stacktrace upon failure on pending scripted test
2016-04-01 01:24:32 -04:00
Eugene Yokota 183f17c192 Rename Eval#value to get 2016-04-01 00:30:35 -04:00
Eugene Yokota 6eb808def9 Add Eval from Cats - a8ba943fff/core/src/main/scala/cats/Eval.scala 2016-04-01 00:30:35 -04:00
Alexandre Archambault cc0ece263d Add non regression test 2016-04-01 02:27:59 +02:00
Alexandre Archambault f167b36c1c Give the .jar extension to maven-plugin packages 2016-04-01 01:57:31 +02:00
Alexandre Archambault cffbe747ed Minor refactoring 2016-04-01 01:56:20 +02:00
Alexandre Archambault 92fa4f38db Cleaning 2016-04-01 01:40:08 +02:00
Alexandre Archambault d71df26087 Basic property substitution in version in POMs 2016-04-01 01:39:19 +02:00
Alexandre Archambault 573a54cd8b Add support for excludeDependencies in SBT plugin 2016-04-01 01:11:48 +02:00
Alexandre Archambault 3367f49058 Add support for fallback artifact in SBT plugin 2016-04-01 01:11:48 +02:00
Alexandre Archambault 4b3659bd0f Cleaning 2016-04-01 01:11:48 +02:00
Alexandre Archambault e634e108cf Add basic scripted test 2016-04-01 01:11:48 +02:00
eugene yokota 6b6fd305ff Merge pull request #2528 from eed3si9n/wip/scripted_issue
Implements scriptedBufferLog on sbt build
2016-03-31 12:35:40 -04:00
Dale Wijnand 37c7f3febc Merge pull request #2510 from dwijnand/append-and-remove-option
Add Append & Remove instances for Option
2016-03-31 16:41:29 +01:00
eugene yokota 4806609792 Merge pull request #33 from sbt/wip/fixthread
Don't inject thread sleep by default
2016-03-31 08:40:49 -04:00
Eugene Yokota f4055e6c5f Fixes #32. Don't inject thread sleep by default.
Thread sleeping interferes with scripted test when the build cannot be
loaded. The scripted test gets stuck, and jstack shows

    java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at sbt.internal.util.InputStreamWrapper.read(LineReader.scala:138)
      at
jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:2
45)
      ....
      at sbt.internal.util.JLine$.withJLine(LineReader.scala:118)
      at sbt.internal.util.JLine.readLine(LineReader.scala:18)
      at
sbt.BuiltinCommands$.sbt$BuiltinCommands$$doLoadFailed(Main.scala:460)
2016-03-31 01:28:55 -04:00
Eugene Yokota 56e840018c Bump to 0.1.0-M10 2016-03-31 01:23:34 -04:00
Eugene Yokota 63ff359aca Implements scriptedBufferLog on sbt build 2016-03-30 23:48:20 -04:00
Grzegorz Kossakowski aa0a77930a Rename incrementalcompiler to zinc
Reflect the rename of the repo to zinc in project's structure.
2016-03-31 00:02:59 +02:00
Dale Wijnand 60bc28829b Add Append & Remove instances for Option 2016-03-30 22:13:19 +01:00
Dale Wijnand f6c5be06b3 Drop sealed on Remove.Sequence 2016-03-30 22:13:19 +01:00
eugene yokota d84f82d8d4 Merge pull request #31 from sbt/wip/thread
Inject thread.sleep, which allows thread interruption during readLine
2016-03-29 15:53:46 -04:00
eugene yokota 19461668c4 Merge pull request #2524 from eed3si9n/wip/buildscala
sbt.Build => sbt.internal.BuildDef
2016-03-29 14:30:50 -04:00
Eugene Yokota 7bc903446c Port dependency-management/invalidate-internal 2016-03-29 13:17:33 -04:00
Eugene Yokota e57215e240 Fix test 2016-03-29 13:11:42 -04:00
Eugene Yokota 259b6ccb17 Port tests/test-quick 2016-03-29 02:39:54 -04:00
Eugene Yokota ee17a8586c Port tests/test-exclude 2016-03-29 02:39:47 -04:00
Eugene Yokota f934ba0211 Port tests/t543 2016-03-29 02:35:37 -04:00