summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Addressed code review feedback.Alexandra Dima2019-10-1215-227/+178
* Updated the clean cache method of the mill build server to use system propert...Alexandra Dima2019-10-121-1/+8
* Renamed the main class as well as the method that starts the bsp server.Alexandra Dima2019-10-121-26/+5
* Modified the construction of the string ids for each BuildTargetIdentifier as...Alexandra Dima2019-10-122-7/+9
* Made the variables that count erros and warnings in the compilation reporter ...Alexandra Dima2019-10-121-11/+12
* Modified the compilation diagnostics reporter to send not only the currently ...Alexandra Dima2019-10-125-72/+95
* Added a root target for the mill base module of each project so that intellij...Alexandra Dima2019-10-122-11/+59
* 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 building the data field of a BuildTarget which represents a mill...Alexandra Dima2019-10-121-4/+10
* Fixed bug in computing the classDirectory for the scalac options request. Als...Alexandra Dima2019-10-125-5/+5
* Added support for sending start/finish compilation notifications even when al...Alexandra Dima2019-10-124-21/+42
* Improved compilation by sending all requested targets to the mill evaluator t...Alexandra Dima2019-10-128-87/+70
* Imporved the way a target's display name is computed.Alexandra Dima2019-10-121-3/+11
* Added progress notifications during run and test tasks too.Alexandra Dima2019-10-121-3/+6
* Added progress notifications during compilationAlexandra Dima2019-10-124-25/+22
* Updating the start server commnand according to newest changes in mill versio...Alexandra Dima2019-10-121-1/+1
* Adding the scratch folder to git.Alexandra Dima2019-10-1210-1/+160
* Fixed bug in computing the testing arguments from bsp in buildTargetTest.Alexandra Dima2019-10-125-5/+13
* Added notification from server to client to show a message that either no mai...Alexandra Dima2019-10-122-43/+5
* Fixed bug in computing the scala library dependencies of a ScalaBuildTarget.Alexandra Dima2019-10-121-0/+1
* Removed commented code and fixed bug in assigned target ids. Now the uri of e...Alexandra Dima2019-10-122-46/+2
* Refactored MillBuildServer by putting the future completion at the end of eac...Alexandra Dima2019-10-125-81/+92
* Partially fixed test request by implementing a test reporter, adding it to ea...Alexandra Dima2019-10-1214-121/+233
* Added support for merging compile parameters from the mill build file with th...Alexandra Dima2019-10-1210-47/+185
* Fixed bugs in getting target capabilities and dependencies.Alexandra Dima2019-10-122-5/+5
* Fixed compilation errorAlexandra Dima2019-10-121-1/+1
* 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-122-13/+9
* Fixed compilation error, removed print statements and unnecessary code.Alexandra Dima2019-10-123-114/+1
* Implemented support for publishing compilation diagnostics through the custom...Alexandra Dima2019-10-1211-47/+323
* Implemented simple support for cleaning cacheAlexandra Dima2019-10-122-15/+30
* Fixed bugs in ModuleUtils by converting every java path with toUri and using ...Alexandra Dima2019-10-124-118/+181
* Made install from MainMillBuildServer a mill command. Started simple implemen...Alexandra Dima2019-10-125-55/+172
* Changed the mill bsp server installation command to put the .bsp folder in th...Alexandra Dima2019-10-121-1/+1
* Implemented MillBuildServer methods for retrieving the scala main classes and...Alexandra Dima2019-10-123-47/+159
* Started integrating mill with Build Server ProtocolAlexandra Dima2019-10-125-0/+652
* Use explicitly given Evaluator instance for evaluation (#702)Tobias Roeser2019-10-063-16/+17
* Removes semanticdb settings (#705)Olivier Mélois2019-10-032-39/+2
* Upgrade semantic db and supported versions of scala (#699)Jakob Odersky2019-09-251-2/+4
* Restored alphabetical order of modulesHEADmasterTobias Roeser2019-09-241-54/+55
* Add JBuildInfo (#697)Carlos A. Rueda2019-09-221-0/+53
* Use dedicated output dir for mill-build module in IntelliJ IDEA (#696)Tobias Roeser2019-09-203-3/+6
* Use a dedicated path/target for idea compiler output (#694)Tobias Roeser2019-09-206-15/+20
* Print the just published versionTobias Roeser2019-09-171-0/+2
* print count of dirs and files when in watch modeTobias Roeser2019-09-131-1/+2
* Changed JSON encoding for StackTraceElement (filename is nullable) (#691)Tobias Roeser2019-09-101-2/+2
* Properly support Dotty >= 0.18.1 (#682)Guillaume Martres2019-09-094-7/+44
* Fixed download link for windows.Tobias Roeser2019-09-061-1/+1
* Generate Versions file (#688)Tobias Roeser2019-09-062-13/+23