summaryrefslogtreecommitdiff
path: root/docs/pages/9 - Contrib Modules.md
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade scoverage: 1.3.1 -> 1.4.0 (#687)Fabian Heredia Montiel2019-09-041-3/+3
|
* fix typo (#668)Uosis2019-07-271-1/+1
|
* Interpolates $MILL_VERSION in ivy imports (#649)Olivier Mélois2019-07-081-138/+127
| | | | | | | | | | | | | | | | | | | | * Interpolates $MILL_VERSION in ivy imports This overrides the default $ivy magic import by replacing the `$MILL_VERSION` string with mill's version, in order to facilitate the loading/update of contrib modules. Ammonite had to be bumped to 1.6.9 * Removed bloop import * AmmoniteExit import fix * Removed repl dep check * Removed problematic check * Made ammonite version override-able
* Fix typo on scoverage docs (#648)Nik Vanderhoof2019-07-041-1/+1
|
* Scoverage can output an XML report (#618)Nils Homer2019-05-281-1/+3
| | | * use the _.scoverage.xmlReport task
* Bloop config for Js/Native modules (#617)Olivier Mélois2019-05-281-5/+3
| | | | This generates correct bloop configuration for ScalaJs/ScalaNative module.
* Docker module appears to be part of BuildInfo module (#611)Nathaniel Fischer2019-05-211-2/+2
|
* Merge branch 'master' into dockerLi Haoyi2019-05-191-275/+128
|\
| * Add support for Scoverage (#571)Nik Vanderhoof2019-05-191-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Splitted up modules doc section into contrib and external modulesTobias Roeser2019-04-251-285/+31
| |
| * 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-251-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Contrib module for building docker imagesNathan Fischer2019-04-221-0/+44
|/
* Add imports to documentationNathan Fischer2019-04-171-1/+9
|
* tidy up Nathan Fischer2019-04-171-2/+2
|
* Reminder not to be badNathan Fischer2019-04-171-0/+6
|
* Tests Nathan Fischer2019-04-171-0/+1
|
* Short docNathan Fischer2019-04-171-0/+30
|
* 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.
* Fixed some formatting issues in markdown filesTobias Roeser2019-03-111-39/+57
|
* Provides additionnal dependency keys for easier configurationJean Helou2019-03-111-0/+35
|
* Documents play module usageJean Helou2019-03-111-46/+235
|
* Added mill-integrationtest pluginTobias Roeser2019-02-211-0/+105
|
* Version bump to more recent JBake versionTobias Roeser2019-02-191-1/+1
|
* Added proper imports to contrib module code snippetsTobias Roeser2019-02-181-4/+52
| | | | Fixes https://github.com/lihaoyi/mill/issues/547
* Moved BuildInfo into package mill.contrib.buildinfoTobias Roeser2019-02-181-1/+6
| | | | | | This fixes https://github.com/lihaoyi/mill/issues/548 See also https://github.com/lihaoyi/mill/issues/547
* Added mill-jbake pluginTobias Roeser2019-02-171-0/+36
|
* better aligns RouterModule with mill's naming conventionsJean Helou2019-02-141-5/+26
|
* Documentation section for the Play! moduleJean Helou2019-02-141-0/+59
|
* adding support for customizable constructor annotations, codec and ↵Iurii Malchenko2019-01-041-2/+4
| | | | "inclusive dot" (#481)
* Fixed plugin usage docs for mill-osgiTobias Roeser2018-12-141-2/+5
|
* improving twirl (#473)Iurii Malchenko2018-11-021-93/+22
| | | | | | * improving twirl support: default imports, better `compileTwirl().classes` value * twirl module doc edits
* Add tut contrib module (#464)David Gregory2018-10-311-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add tut contrib module * Add TutModule tests and documentation * Use Path instead of PathRef for tut target directory * Use the correct scala version in TutModule * Ensure resolving tut doesn't bring in extra scala-library jars * Ensure MILL_VERSION system property is set in tut tests * Fork to run tut to fix classpath problems, add test with library usage * Follow convention w.r.t. publishVersion in testArgs * Add Scaladoc to TutModule * Don't supply a default version of Tut * Update docs to account for mandatory tutVersion setting * Inline tutArgs, otherwise Tut does not recompile when sources change
* adding TwirlModule docsIurii Malchenko2018-10-281-1/+149
|
* Added docs for TestNG support and sorted contrib modulesTobias Roeser2018-10-281-25/+42
|
* Fixed formatting of code blockTobias Roeser2018-10-261-13/+13
|
* Re-organized thirdparty plugin sectionTobias Roeser2018-10-261-77/+91
| | | | | Each plugin is a level-3 section, that appears also in TOC. Plugins are in alphabetical order.
* Fixed some markdown formattingTobias Roeser2018-10-211-17/+19
|
* Added mill-osgi module to documentation, contrib modulesTobias Roeser2018-10-211-0/+21
|
* Added mill-publishM2 module (#467)Tobias Roeser2018-10-201-0/+36
|
* Simple BuildInfo plugin (#325)benjaminfrank2018-08-161-0/+58
| | | | | | | * Simple BuildInfo plugin * BuildInfo readme include other known yet external plugins * Add tests
* Add documentation for ScalaPB module (#398)David Gregory2018-08-031-0/+51