summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|