aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dotty plugin and example project.Christopher Vogt2016-09-266-1/+122
|
* Merge pull request #233 from cvogt/chris3Jan Christopher Vogt2016-09-195-152/+369
|\ | | | | doc improvements (and minor change for maven hash casing)
| * Re-wrote docs and some error messagesChristopher Vogt2016-09-193-147/+364
| |
| * use lower case instead of upper case for hashes to be consistent with SBTChristopher Vogt2016-09-192-5/+5
|/
* Merge pull request #232 from rockjam/upgrade-scalafmtJan Christopher Vogt2016-09-192-3/+4
|\ | | | | Upgrade scalafmt 0.2.5 -> 0.3.1
| * Upgrade scalafmt 0.2.5 -> 0.3.1rockjam2016-09-192-3/+4
|/
* Merge pull request #231 from fmcgough/masterJan Christopher Vogt2016-09-172-3/+28
|\ | | | | Zsh shell completion
| * Add documentation to README for installing zsh completionFrankie McGough2016-09-171-3/+21
| |
| * Shell completion for zshFrankie McGough2016-09-171-0/+7
|/
* Merge pull request #230 from fmcgough/masterJan Christopher Vogt2016-09-171-10/+8
|\ | | | | Find nailgun when installed on Ubuntu
| * Find nailgun when installed on UbuntuFrankie McGough2016-09-151-10/+8
|/
* Merge pull request #229 from cvogt/chris3Jan Christopher Vogt2016-09-156-16/+154
|\ | | | | fix System.exit and jar checksum checks
| * fix checksum check for downloaded jars by ignoring caseChristopher Vogt2016-09-153-4/+8
| |
| * fix behavior of System.exit trappingChristopher Vogt2016-09-155-12/+146
|/ | | | | | | | | Installing one globally for the JVM live-time and make behavior dependent on a thread local variable seems safer than globally switching it out and having race conditions. Also now all other calls are forwarded to a potential Nailgun SecurityManager, which should fix some bugs.
* Merge pull request #225 from cvogt/wartremoverJan Christopher Vogt2016-09-147-0/+88
|\ | | | | WartRemover plugin implementation
| * make tests check for wart-remover example expected compile failure (not success)Christopher Vogt2016-09-141-1/+7
| |
| * WartRemover plugin implementation (#167)Mario Pastorelli2016-09-147-0/+82
|/
* Merge pull request #223 from cvogt/minor-fixJan Christopher Vogt2016-09-141-3/+2
|\ | | | | Manifest used java.runtime.version for CreatedBy, which gave away inf…
| * Manifest used java.runtime.version for CreatedBy, which gave away info on ↵Christopher Vogt2016-09-141-3/+2
|/ | | | the java update version, which may be a security risk for the releaser. So now we just say CBT created in instead similar to what other tools are doing.
* Merge pull request #222 from cvogt/minor-fixesJan Christopher Vogt2016-09-132-11/+11
|\ | | | | Minor fixes
| * make case class DirectoryDependency finalChristopher Vogt2016-09-131-5/+5
| |
| * load builds of built-in plugins lazilyChristopher Vogt2016-09-131-6/+6
| |
* | Merge pull request #221 from cvogt/chris3Jan Christopher Vogt2016-09-137-2/+18
|\ \ | |/ |/| fish completions, fix bash completions, and fix task args
| * fix task name appearing in args (#132)Christopher Vogt2016-09-133-1/+9
| |
| * add fish shell task name completions and fix bash task name completionsChristopher Vogt2016-09-134-1/+9
| |
* | Merge pull request #219 from cvogt/chris3Jan Christopher Vogt2016-09-129-3/+35
|\| | | | | fixes and better error messages related to build files
| * better error message for missing build.scala and missing class BuildChristopher Vogt2016-09-126-6/+30
| |
| * Fix scaffold templateChristopher Vogt2016-09-121-1/+0
| |
| * work correctly in the presence of empty build foldersChristopher Vogt2016-09-123-1/+10
|/
* Merge pull request #218 from cvogt/fix-stack-tracesJan Christopher Vogt2016-09-126-58/+64
|\ | | | | Fix stack traces and error message when you forget to extend BaseBuild
| * test for good error message when Build did not extend BaseBuildChristopher Vogt2016-09-122-0/+7
| |
| * fix tests when nailgun started from different cwdChristopher Vogt2016-09-121-3/+3
| |
| * better error message when you forget to extend BaseBuildChristopher Vogt2016-09-121-39/+40
| |
| * show complete stack trace, not just the one for the outer most exception, ↵Christopher Vogt2016-09-121-4/+2
| | | | | | | | when CBT crashes
| * allows any Throwable in Java codeChristopher Vogt2016-09-123-12/+12
|/
* Merge pull request #214 from cvogt/git_workJan Christopher Vogt2016-08-291-5/+21
|\ | | | | private git repos
| * Some cosmetic changes to git authChristopher Vogt2016-08-291-20/+21
| |
| * Support for private git repositories.ChavXO2016-08-281-4/+19
| |
* | Merge pull request #211 from cvogt/completionsJan Christopher Vogt2016-08-293-0/+30
|\ \ | | | | | | Completions
| * | let's not mess with bash settings, but document how to installChristopher Vogt2016-08-283-7/+16
| | |
| * | Bash completionsChavXO2016-08-282-0/+21
| |/
* | Merge pull request #212 from cvogt/cleanJan Christopher Vogt2016-08-293-1/+89
|\ \ | |/ |/| `clean` task
| * Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-283-39/+72
| | | | | | | | | | | | | | try to make tests safer (fixed tests don't have clean yet, nothing has nothing to delete, so current test code would fail)
| * Add clean taskChavXO2016-08-283-1/+56
|/
* Merge pull request #216 from cvogt/fix-circleciJan Christopher Vogt2016-08-281-0/+1
|\ | | | | try to fix circleci
| * try to fix circleciChristopher Vogt2016-08-281-0/+1
|/ | | | | for some reason the circle machines now have a .gitconfig that breaks jgit it replaces https github urls with ssh github urls in a way jgit does not like
* Merge pull request #205 from cvogt/fix-pom-orgJan Christopher Vogt2016-07-081-52/+50
|\ | | | | fix Organization and url in pom file
| * fix Organization and url in pom fileChristopher Vogt2016-07-081-52/+50
|/
* Merge pull request #203 from cvogt/publish-localJan Christopher Vogt2016-07-063-2/+37
|\ | | | | Publish local
| * basic setup to allow publishing cbtChristopher Vogt2016-07-061-1/+16
| |