summaryrefslogtreecommitdiff
path: root/contrib/bsp/src/mill/contrib/bsp/MillBuildServer.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary dependencies from contrib.bsp, use upickle instead of...Samvel Abrahamyan2019-10-121-12/+0
* Reformat codeSamvel Abrahamyan2019-10-121-232/+255
* Remove the dependency to bsp and zinc from core modulesSamvel Abrahamyan2019-10-121-24/+14
* Fix typo in data kind field, use constants from bsp4jSamvel Abrahamyan2019-10-121-5/+5
* CHanged the clean cache command to use the mill api againAlexandra Dima2019-10-121-18/+28
* Fixed bugs: If a module has no resource directory don't just throw error, jus...Alexandra Dima2019-10-121-3/+6
* Fixed the classpath for the scalac option request, so now main classes can be...Alexandra Dima2019-10-121-1/+1
* Fixed the compile request, if the root target is in the compile params, then ...Alexandra Dima2019-10-121-55/+61
* Fixed bugs in passing the bsp specified run and test parameters to mill.Alexandra Dima2019-10-121-27/+47
* Changed the clean cache method back to a subprocess because this way it can w...Alexandra Dima2019-10-121-23/+36
* Added docstrigs and comments. Also cleaned unused imports. Changd the printSt...Alexandra Dima2019-10-121-45/+21
* Changed the clean cache method to usethe clean command form mill's MainModule...Alexandra Dima2019-10-121-20/+16
* Addressed code review feedback.Alexandra Dima2019-10-121-26/+14
* Updated the clean cache method of the mill build server to use system propert...Alexandra Dima2019-10-121-1/+8
* Modified the construction of the string ids for each BuildTargetIdentifier as...Alexandra Dima2019-10-121-1/+1
* Modified the compilation diagnostics reporter to send not only the currently ...Alexandra Dima2019-10-121-9/+8
* Added a root target for the mill base module of each project so that intellij...Alexandra Dima2019-10-121-5/+9
* Modified the sources and inversed sources requests to be compatible with retu...Alexandra Dima2019-10-121-5/+10
* Fixed bug in computing the compilation output directory for the buildtTargetS...Alexandra Dima2019-10-121-3/+2
* Fixed bug in computing the classDirectory for the scalac options request. Als...Alexandra Dima2019-10-121-1/+1
* Added support for sending start/finish compilation notifications even when al...Alexandra Dima2019-10-121-6/+19
* Improved compilation by sending all requested targets to the mill evaluator t...Alexandra Dima2019-10-121-67/+31
* Added progress notifications during run and test tasks too.Alexandra Dima2019-10-121-3/+6
* Added progress notifications during compilationAlexandra Dima2019-10-121-1/+2
* Fixed bug in computing the testing arguments from bsp in buildTargetTest.Alexandra Dima2019-10-121-3/+7
* Added notification from server to client to show a message that either no mai...Alexandra Dima2019-10-121-1/+5
* Removed commented code and fixed bug in assigned target ids. Now the uri of e...Alexandra Dima2019-10-121-43/+0
* Refactored MillBuildServer by putting the future completion at the end of eac...Alexandra Dima2019-10-121-66/+80
* Partially fixed test request by implementing a test reporter, adding it to ea...Alexandra Dima2019-10-121-62/+51
* Added support for merging compile parameters from the mill build file with th...Alexandra Dima2019-10-121-14/+19
* Fixed bugs in getting target capabilities and dependencies.Alexandra Dima2019-10-121-0/+3
* Added the custom bsp reporter to the evaluation of the run task in buildTarge...Alexandra Dima2019-10-121-1/+5
* Fixed issue with retrieving line and offset of errors found during compilation.Alexandra Dima2019-10-121-9/+1
* Fixed compilation error, removed print statements and unnecessary code.Alexandra Dima2019-10-121-108/+1
* Implemented support for publishing compilation diagnostics through the custom...Alexandra Dima2019-10-121-7/+145
* Implemented simple support for cleaning cacheAlexandra Dima2019-10-121-2/+28
* Fixed bugs in ModuleUtils by converting every java path with toUri and using ...Alexandra Dima2019-10-121-66/+113
* Made install from MainMillBuildServer a mill command. Started simple implemen...Alexandra Dima2019-10-121-39/+115
* Implemented MillBuildServer methods for retrieving the scala main classes and...Alexandra Dima2019-10-121-18/+129
* Started integrating mill with Build Server ProtocolAlexandra Dima2019-10-121-0/+303