summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Fixed location of bloop module docs, againTobias Roeser2019-04-251-57/+58
| | | |
* | | | Fixed plugin order in docsTobias Roeser2019-04-251-58/+63
| | | |
* | | | Beginning of Bloop integration (#595)Olivier Mélois2019-04-257-2/+562
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync with latest versions, started bloop connection * BloopModule back to the bare minimum * Added first Bloop related unit-tests * More tests * Fixed global module usage. * Added resolution in bloop config * More tests, using correct repository list * revert dev change * Changed moduleSourceMap implementation * Using path-dependant trait for the module This facilitates testing by preventing the trait from referencing a global module. * Added semanticDB to bloopConfig * Added documentation * Install returns pathRefs instead of paths * bumped semanticDB * Better use of mill's cache, avoid duplication of work * addressing comments
* / / Revert Zinc to 1.2.5 to match release notes (#594)Ahir Reddy2019-04-172-3/+2
|/ /
* | handle projects not in the main build.sc file (#579)Andrew Richards2019-04-171-2/+5
| |
* | Bump graphviz and JGraphT versions (#573)André L. F. Pinto2019-04-171-2/+2
| |
* | Add imports to documentationNathan Fischer2019-04-171-1/+9
| |
* | tidy up Nathan Fischer2019-04-173-10/+3
| |
* | Reminder not to be badNathan Fischer2019-04-172-1/+6
| |
* | PR commentsNathan Fischer2019-04-176-28/+12
| |
* | Tests Nathan Fischer2019-04-174-0/+70
| |
* | Short docNathan Fischer2019-04-172-1/+31
| |
* | Add other essential commandsNathan Fischer2019-04-171-10/+23
| |
* | Flyway moduleNathan Fischer2019-04-172-0/+65
| |
* | contrib BuildInfo plugin: fix generatedSources, it must be a folder (#589)Vitalii Lysov2019-04-172-39/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix BuildInfo generatedSources, it must be a folder generatedSources must be a folder, but till now it was a reference to a generated file This commit fixes this issue. There are 2 reasons for this fix: (1) Because generatedSources must be folders by the definition: Folders containing source files that are generated (2) If you use intellij IDEA and build your project from the IDE, building module, which includes BuildInfo plugin, fails. * test: make explicit check that generatedSources is a folder * correct T.ctx -> T.ctx() * workaround to get `dest` property of the task into other
* | Travis: Unlimit the git history (of 50)Tobias Roeser2019-04-161-0/+3
| | | | | | | | | | See https://github.com/lihaoyi/mill/issues/581 - Fix automatic releases / snapshot releases via travis See https://github.com/lihaoyi/mill/issues/543 - Stabilize travis setup
* | Try to debug travis/github release workflowTobias Roeser2019-04-161-2/+6
| |
* | Restored alphabetical order in plugin listTobias Roeser2019-04-161-239/+241
| |
* | Added some notes about internal/external pluginsTobias Roeser2019-04-161-0/+9
| |
* | Quick formatting fixes for Play module documentationNathan Fischer2019-04-091-22/+27
| | | | | | | | The markdown parser for lihaoyi.com requires an empty line before lists.
* | Documentation around artifact name for publishingNathan Fischer2019-04-052-2/+13
| | | | | | | | Added a line to the documentation on how to change the artifact id. Updated the scaladoc on JavaModule to explain the difference between artifactName and artifactId.
* | Added an issue template with a note about questionsTobias Roeser2019-03-221-0/+1
| |
* | Properly respect JAVA_HOME env varTobias Roeser2019-03-131-6/+13
| |
* | Added changes to the MillClientMain to make it only use workers runningMark Hammons2019-03-131-3/+28
| | | | | | | | the JVM the client was launched with.
* | Add section to documentation about ivy classifiersNik Vanderhoof2019-03-111-0/+3
| |