summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .utestLi Haoyi2019-06-171-3/+3
|
* .Li Haoyi2019-06-171-1/+1
|
* remove 2.11 testsLi Haoyi2019-06-174-13/+4
|
* .Li Haoyi2019-06-171-1/+1
|
* .Li Haoyi2019-06-173-3/+3
|
* utest 0.7.1Li Haoyi2019-06-1660-505/+505
|
* 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
| | | | | |
* | | | | | fix for 2.13.0-RC2Li Haoyi2019-05-192-28/+3
| | | | | |
* | | | | | swap gpg key name orderLi Haoyi2019-05-191-1/+1
| | | | | |
* | | | | | Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-1930-137/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* | | | | | .Li Haoyi2019-05-191-1/+1
| |_|_|/ / |/| | | |
* | | | | Added exit code to exception messageTobias Roeser2019-05-161-1/+1
|/ / / /
* | | | Removed unused variableTobias Roeser2019-05-031-1/+0
| | | |
* | | | Parameter formattingTobias Roeser2019-05-031-3/+11
| | | |
* | | | Don't initialize with all system propertiesTobias Roeser2019-05-031-5/+7
| | | |
* | | | Accept sysprops via cmdline and forward to mill serverTobias Roeser2019-05-037-78/+128
| | | | | | | | | | | | | | | | | | | | See https://github.com/lihaoyi/mill/issues/498 See https://github.com/lihaoyi/mill/issues/499
* | | | Splitted up modules doc section into contrib and external modulesTobias Roeser2019-04-252-285/+281
| | | |