summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Using mill source path instead of pwdAndres Pipicello2019-06-285-31/+32
|
* Changed GenIdeaTests to use ScriptTestSuiteAndres Pipicello2019-06-288-54/+47
|
* Added back the usage of module-defined repos for resolving mill librariesAndres Pipicello2019-06-281-2/+2
|
* It seems that simply using the provided evaluator fixes ↵Andres Pipicello2019-06-281-4/+3
| | | | https://github.com/lihaoyi/mill/issues/352
* Using coursier for reading poms instead of ad-hoc xml parsingAndres Pipicello2019-06-281-8/+6
|
* Fixes 'file name too long' errorAndres Pipicello2019-06-281-20/+4
|
* Simple fix for https://github.com/lihaoyi/mill/issues/527Andres Pipicello2019-06-281-10/+8
|
* Fixes generation of fake SBT librariesAndres Pipicello2019-06-281-4/+8
|
* Using Task.sequence instead of multiple evalsAndres Pipicello2019-06-281-18/+20
|
* Fixes https://github.com/lihaoyi/mill/issues/532Andres Pipicello2019-06-281-5/+5
|
* Added millw to thirdparty sectionTobias Roeser2019-06-251-0/+52
|
* Added mill-bash-completion to thirdparty sectionTobias Roeser2019-06-251-0/+7
|
* Upgrade SemanticDB and Bloop supported versions (#639)Sergey Shishkin2019-06-251-8/+3
|
* Support dependency type maven-plugin (#637)Tobias Roeser2019-06-211-1/+2
|
* Added millw script and config fileTobias Roeser2019-06-212-0/+60
|
* Support 'eclipse-plugin' type dependencies (#636)Nathaniel Fischer2019-06-211-1/+2
|
* more fixes for scalajs envLi Haoyi2019-06-135-7/+28
|
* Allow configuration of JSEnv used for Scala.js tests and runs (#628)Li Haoyi2019-06-138-47/+107
| | | | | | | | * . * . * .
* Explicitly use value for comparisonTobias Roeser2019-06-131-1/+1
|
* update readmeLi Haoyi2019-06-131-2/+2
|
* 0.4.10.4.1Li Haoyi2019-06-131-0/+9
|
* gitignoreTobias Roeser2019-06-131-0/+2
|
* replace testFrameworksJvmClasspath and testClasspathJvm with just ↵Li Haoyi2019-06-081-22/+3
| | | | runClasspath (#627)
* increase readTimeout to 60000ms, matching mill 0.3.6 semanticsLi Haoyi2019-06-062-4/+4
|
* Configurable read and connect timeouts for Sonatype publishingPaulius Imbrasas2019-06-063-4/+18
|
* Update readme.mdLi Haoyi2019-06-021-0/+12
|
* Inherit moduleDeps from outer in Scoverage (#623)Nik Vanderhoof2019-06-024-0/+10
| | | | | | | | * Add test case that breaks via #622 Thanks to @kag0 for finding this! :) * Scoverage should inherit moduleDeps
* Put docker contrib module in a package (#621)Nathaniel Fischer2019-05-311-1/+3
|
* Fix link to Ammonite projectTobias Roeser2019-05-291-1/+1
|
* Scoverage can output an XML report (#618)Nils Homer2019-05-285-7/+45
| | | * use the _.scoverage.xmlReport task
* Bloop config for Js/Native modules (#617)Olivier Mélois2019-05-284-15/+127
| | | | This generates correct bloop configuration for ScalaJs/ScalaNative module.
* Scoverage multiple source folders (#615)Nik Vanderhoof2019-05-276-2/+52
| | | | | | * Add test the replicates issue #613 * Fixes issue #613
* Fixed bloop config classpath element when no ivyDep is set (#612)Olivier Mélois2019-05-222-14/+44
| | | | | | | | | | | | * Fixed bloop config classpath element when no ivyDep is set * Made install a command * Made moduleSourceMap an input * Cleaning up config files before rewriting * Fixed cleanup logic
* Docker module appears to be part of BuildInfo module (#611)Nathaniel Fischer2019-05-211-2/+2
|
* 0.4.00.4.0Li Haoyi2019-05-202-3/+3
|
* Merge branch '561'0.3.9Li Haoyi2019-05-201-0/+8
|\
| * additional target which allows user to shut down background serverŁukasz Biały2019-02-251-0/+8
| |
* | 0.3.9 for realsLi Haoyi2019-05-201-2/+2
| |
* | 0.3.9Li Haoyi2019-05-202-4/+7
| |
* | Merge branch '599'Li Haoyi2019-05-2012-6/+497
|\ \
| * \ Merge branch 'master' into dockerLi Haoyi2019-05-1931-397/+1389
| |\ \
| | * | Switch from scalafmt-cli to scalafmt-dynamic (#600)Guillaume Galy2019-05-195-30/+32
| | | |
| | * | Add support for Scoverage (#571)Nik Vanderhoof2019-05-1911-5/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add initial work for ScoverageModule * style: Move package scoverage from lib to contrib Suggested by @lefou > I think, it would be better to add under `mill.contrib.scoverage`. Pull request: #571 * Initial changes to non-hardcoded scoverage version * Using task context api to specify dataDir Now measurement data will be written to: PROJECT_ROOT/out/MODULE/scoverage/data/ and the html report will be written to: PROJECT_ROOT/out/MODULE/scoverage/data/htmlReport/ * Remove wild card imports in scoverage Also remove scoverage dependency from build.sc * Move htmlReport into worker Based on what I've seen in scalalib, scalajslib, scalanativelib, playlib, and twirllib modules. Still need to add tests * Add basic docs + tests for scoverage I still am working on testing the actual generation of reports. * Use cross-module for scoverage worker Now we can support multiple versions of scoverage by adding them to the crossmodule list. Also now running the local publish script succeeds. * Add scoverage to ci tests * Add detailed ScoverageModule documentation * Test scoverage dataDir * Remove <pre> tags in scaladoc * Add scoverage dependency in less hacky way * Modify scoverage tests to check classpaths * Put docs in alphabetical order * Test classpaths for scoverage runtime * Remove abstract def test: ScoverageTests * Construct classloader differently * Revert "Construct classloader differently" This reverts commit fccf9a94cc38fb9e2be58a9ff90b00b65f339db6. * Revert "Construct classloader differently" Also fixes unfound error in html report This reverts commit fccf9a94cc38fb9e2be58a9ff90b00b65f339db6. * Fix classpath for scoverage worker
| * | | Contrib module for building docker imagesNathan Fischer2019-04-223-0/+121
| | | |
* | | | Merge branch '600'Li Haoyi2019-05-205-30/+32
|\ \ \ \
| * | | | Switch from scalafmt-cli to scalafmt-dynamicUnknown2019-04-215-30/+32
| | | | |
* | | | | Merge branch '609'Li Haoyi2019-05-202-8/+6
|\ \ \ \ \
| * | | | | Downstream files overwrite upstream files on assemblyNathan Fischer2019-05-162-8/+6
| | | | | | | | | | | | | | | | | | resolves #608
* | | | | | 0.3.80.3.8Li Haoyi2019-05-192-3/+3
| | | | | |
* | | | | | 0.3.70.3.7Li Haoyi2019-05-192-4/+19
| | | | | |