summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed some formatting issues in markdown filesTobias Roeser2019-03-111-39/+57
|
* Update ZincWorkerImpl.scalaMinghao Liu2019-03-111-7/+20
|
* Relaxes the visibility on the Twil trait.Jean Helou2019-03-111-1/+1
| | | | This makes it easier for users to customize their build.
* Extracts static asset and webjar handling to a specific traitJean Helou2019-03-113-103/+101
|
* add static assets including WebJarsAndrew Richards2019-03-115-5/+108
| | | | Signed-off-by: Jean Helou <jhe@codamens.fr>
* Reworks version specific keys and extractionJean Helou2019-03-115-9/+8
| | | | | | | Route compilation workers are specific to play minor version but still added a patch level version in the key. The playMinorVersion used to compute the version part of the key had to add a useless trailing `.0`, this is now fixed.
* Provides additionnal dependency keys for easier configurationJean Helou2019-03-115-12/+82
|
* fixes route compiler worker selector keyJean Helou2019-03-111-3/+2
| | | | | | The version was correctly derived into a worker key but the key was left unused and the full version was used instead which didn't work for non .0 versions
* Documents play module usageJean Helou2019-03-111-46/+235
|
* Adds test for PlayApi single moduleJean Helou2019-03-115-0/+172
|
* Adds tests for the PlayModule and SingleModuleJean Helou2019-03-1115-1/+423
|
* Play modules : api only, full play and mono module project.Jean Helou2019-03-112-0/+29
|
* Add trait to configure twirl integration for playframeworkJean Helou2019-03-112-1/+30
|
* Cleanup useless play version mappingsJean Helou2019-03-111-3/+2
|
* Integrate Router module and add a trait to configure it for playJean Helou2019-03-112-16/+19
|
* Tightens visibility of the internal workersJean Helou2019-03-114-7/+7
|
* Adds individual modules to configure mill to playframework's defaultsJean Helou2019-03-115-0/+72
| | | | | | | | This adds : - version configuration - dependencies - directory layout - runtime server
* Renamed JavaModule.docOptions to javadocOptionsTobias Roeser2019-02-261-3/+5
|
* Introduced JavaModule.docOptions to add extra (Java)Doc procesing optionsTobias Roeser2019-02-251-11/+16
| | | | | | E.g. disabling picky JavaDoc linter with `-Xdoclint:none`. The method is called `docOptions` instead of `javadocOptions` so that other modules like `ScalaModule` can reuse it.
* Reviewed exitCode handlingTobias Roeser2019-02-252-8/+19
| | | | Propagate server stop because of version change as exit code.
* Added support for typelevel scala librariesTobias Roeser2019-02-241-0/+3
| | | | Fixes https://github.com/lihaoyi/mill/issues/534
* Added fixmeTobias Roeser2019-02-241-0/+1
|
* Fixed incorrect commentTobias Roeser2019-02-231-1/+4
|
* Add FreeBSD installation instructions (#559)Mateusz Piotrowski2019-02-231-0/+8
|
* Search tests annotations also on inherited public methodsTobias Roeser2019-02-221-4/+5
| | | | Fixes https://github.com/lihaoyi/mill/issues/553
* Added mill-integrationtest pluginTobias Roeser2019-02-211-0/+105
|
* Splitted IO.scala to avoid cyclic referencesTobias Roeser2019-02-193-33/+40
|
* Documented some mill.api classesTobias Roeser2019-02-194-100/+146
|
* 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-184-3/+12
| | | | | | This fixes https://github.com/lihaoyi/mill/issues/548 See also https://github.com/lihaoyi/mill/issues/547
* Added log statement to BuildInfo generatorTobias Roeser2019-02-181-19/+22
|
* Also add main-api to build library pathsTobias Roeser2019-02-181-1/+1
|
* Added mill-jbake pluginTobias Roeser2019-02-171-0/+36
|