aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #415 from cvogt/completionsJan Christopher Vogt2017-03-124-6/+12
|\ \ | | | | | | rename taskNames to complete and pass in current readline buffer in fish for zsh and bash this still needs to be done. Also interpreting the buffer to complete the current command
| * | rename taskNames to complete and pass in current readline buffer in fishChristopher Vogt2017-03-124-6/+12
| | | | | | | | | | | | | | | for zsh and bash this still needs to be done. Also interpreting the buffer to complete the current command
* | | Merge pull request #425 from cvogt/writeIfChangedJan Christopher Vogt2017-03-123-10/+7
|\ \ \ | | | | | | | | writeIfChanged helper method
| * | | update buildinfo example to write to src_generated and use new helperChristopher Vogt2017-03-122-10/+5
| | | |
| * | | writeIfChanged helper methodChristopher Vogt2017-03-121-0/+2
| |/ /
* | | Merge pull request #424 from cvogt/fix-change-propagationJan Christopher Vogt2017-03-124-4/+16
|\ \ \ | |/ / |/| | fix change propagation
| * | fix change propagationChristopher Vogt2017-03-123-3/+15
| |/
| * make changes in builds trigger recompilation of projectsChristopher Vogt2017-03-121-1/+1
| |
* | Merge pull request #422 from cvogt/git-sourcesJan Christopher Vogt2017-03-122-47/+58
|\ \ | |/ |/| expose git checkout functionality for embedding sources from git
| * port migration manager build for consumption by pluginChristopher Vogt2017-03-121-0/+12
| |
| * expose git checkout functionality for embedding sources from gitChristopher Vogt2017-03-121-47/+46
| |
* | Merge pull request #420 from cvogt/watch-improvementsJan Christopher Vogt2017-03-1215-109/+202
|\ \ | |/ |/| revamp loop feature
| * revamp loop featureChristopher Vogt2017-03-1215-109/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now CBT and builds pass their file names to the current build via the context. The build then simply blocks until any file changes. Then it returns with a special exit code, which the bash script picks up and restarts CBT. Thats works well for looping over project files. It works less well for looping over builds and CBT itself. For this a build has to success once, so that the .cbt-loop.tmp file exists. Then looping works for cbt and builds, but the file list is not updated in case of compile errors, etc. Fixes - https://github.com/cvogt/cbt/issues/406 - https://github.com/cvogt/cbt/issues/405 - https://github.com/cvogt/cbt/issues/202 - https://github.com/cvogt/cbt/issues/50 - https://github.com/cvogt/cbt/issues/22 We should improve for 1.0 in https://github.com/cvogt/cbt/issues/419 to handle looping over build files and cbt itself smarter.
* | Merge pull request #417 from cvogt/publish-localJan Christopher Vogt2017-03-111-2/+2
|\ \ | |/ |/| publish local for cbt itself
| * publish local for cbt itselfChristopher Vogt2017-03-111-2/+2
|/
* Merge pull request #412 from cvogt/chrisJan Christopher Vogt2017-03-1124-167/+379
|\ | | | | various
| * fix broken format stringChristopher Vogt2017-03-111-1/+1
| |
| * Google Java Format pluginChristopher Vogt2017-03-114-0/+49
| |
| * build package names that are easier to distinguish in stack tracesChristopher Vogt2017-03-111-1/+6
| |
| * Document CBT plugin style guide and adjust Scalafmt plugin accordinglyChristopher Vogt2017-03-113-14/+114
| |
| * add developer documentation about cbt version compatibilityChristopher Vogt2017-03-112-0/+50
| |
| * ability to only enable slow tests on demand (e.g. on circle)Christopher Vogt2017-03-112-14/+34
| |
| * Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-115-94/+82
| |
| * remove duplication between simple and simple-fixed testChristopher Vogt2017-03-114-26/+2
| |
| * extract re-usable parts of cbt’s own build into Shared pluginChristopher Vogt2017-03-115-17/+41
|/
* Merge pull request #411 from cvogt/chrisJan Christopher Vogt2017-03-108-34/+24
|\ | | | | various changes
| * more concise runMain in more placesChristopher Vogt2017-03-098-33/+23
| |
| * avoid non-existent directory warningChristopher Vogt2017-03-091-1/+1
| |
* | Merge pull request #407 from cvogt/chrisJan Christopher Vogt2017-03-097-161/+172
|\| | | | | Chris
| * refactor scalafmt to new plugin styleChristopher Vogt2017-03-095-147/+142
| | | | | | | | | | | | | | turn replaceSections into helper function instead of trait method proguard scalafmt build currently suffers from non-deterministic formatting. Try a few times to reproduce commited Proguard.scala
| * atomic move and error handling for transform helperChristopher Vogt2017-03-081-7/+20
| |
| * minor improvements to sonatype messagesChristopher Vogt2017-03-081-7/+10
|/
* Merge pull request #404 from cvogt/fix-broken-testJan Christopher Vogt2017-03-082-18/+13
|\ | | | | no hashes on bintray for this and mavenCentral deps
| * no hashes on bintray for this and mavenCentral depsChristopher Vogt2017-03-082-18/+13
|/
* Merge pull request #392 from cvogt/chrisJan Christopher Vogt2017-03-075-13/+14
|\ | | | | Chris
| * comment about cleanup TODOChristopher Vogt2017-03-071-1/+1
| |
| * make sure binary dependencies existChristopher Vogt2017-03-072-1/+4
| |
| * fix scala2 repl not workingChristopher Vogt2017-03-061-2/+3
| |
| * minor refactoringsChristopher Vogt2017-03-061-8/+5
| |
| * fix path of file in error messageChristopher Vogt2017-03-061-1/+1
|/
* Merge pull request #391 from cvogt/publish-improvementsJan Christopher Vogt2017-03-0611-46/+65
|\ | | | | Publish improvements
| * Add plugin to publish to ArtifactoryChristopher Vogt2017-03-062-2/+14
| |
| * rename PublishDynamic to more appropriate SnapshotVersionChristopher Vogt2017-03-062-7/+7
| |
| * support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-063-11/+15
| |
| * support resolving unsigned dependenciesChristopher Vogt2017-03-063-10/+10
| |
| * return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-064-15/+18
| |
| * fix package bugChristopher Vogt2017-03-061-1/+1
| |
* | Merge pull request #389 from TsoBako/masterJan Christopher Vogt2017-03-061-1/+1
|\ \ | |/ |/| Fix error with zinc library (wrong md5)
| * Fix error with zinc library (wrong md5)Igor Tsalko2017-03-071-1/+1
|/
* Merge pull request #387 from cvogt/proguard-whitespaceJan Christopher Vogt2017-03-064-157/+173
|\ | | | | improve whitespace readability in proguard plugin