This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch grails-shell
in repository https://gitbox.apache.org/repos/asf/grails-core.git
was d445376239 start working on Gradle integration
This change permanently discards the following revisions:
discard d445376239 start working on Gradle integration
discard add22a9bb0 Add ProjectContext interface and refactor
CommandLineHandler interface
discard 2328ed2229 finish implementing "should create-controller in default
package"
discard ac6ed04421 add application.yml to profile
discard 0d12a8be65 Use grails-app/conf/application.yml for application settings
discard 60eff4217a test error handling
discard 34b94c0f6c refactor GrailsConsole System.in, .out, .err handling ,
improve testability
discard 77665cdcf4 refactor SimpleProfile
discard beb526a918 catch exceptions in GrailsCli interactive mode
discard ff9f45ec18 implement creating files based on templates
discard 73fdd7776c add baseDir to execution context
discard b828a5ca1c refactor CommandLineHandler's handleCommand method
discard 2213266083 fix test timeout problem on Travis due to TERM=dumb env.
setting and jline incompatibility
discard 4b69f83813 add groovy-json dependency
discard 8a48e589f1 Add json command support to SimpleProfile
discard 96d3fbf721 make SimpleProfile yaml agnostic so that we can add json
support
discard 62d31187f2 implement CTRL-D handling
discard a2f7d5e6f5 start working on Completer tests
discard ad81f34236 make input mask configurable so that echoing can be
disabled in ConsoleReader
discard 2dc62167bc sort commands in SimpleProfile
discard ef7f70e8a0 should fail with retval 1 when creating app for
non-existing profile
discard 4a1d1a2572 refactor packages and continue working on SimpleProfile
(yaml based) implementation
discard 47fab9191e store errors for grails-shell branch too
discard f76fd37cfc refactor GrailsCliSpec
discard 1721b4351a add test for help about a single command
discard c4453b9497 use ExpectIt to implement basic cli tests
discard 4a69813044 add methods for cleaning up GrailsConsole state (useful in
cli unit tests)
discard d43b4b95b0 continue working on interactive cli tests
discard a6acfc7040 don't buffer GrailsConsole PrintStreams
discard 4a32277cf2 start working on interactive mode tests - solve chdir
problem with jnr-posix
discard e417f240e8 use cglib-nodep for tests so that asm3 isn't pulled in to
test dependencies
discard 71cbbf60c5 refactor user.dir resetting
discard 47b39c1928 fix failing test
discard 1672d2c4ad add spec for GrailsCli
discard a9728756a8 start working on yaml command handler
discard 19212a7111 start working on yaml based SimpleProfile
discard 917201aa41 sample profile for unit tests
discard a788ebb2d2 Start working on ProfileRepositorySpec
discard 426dfe3b31 use Gradle application plugin to create a starter script -
creating starter script: ../gradlew installApp - example:
./build/install/grails-shell/bin/grails-shell create-app testapp --profile=web
- starts in interactive mode when application.properties file exists in current
dir
discard b973585e99 add interface for pluggable interactive shell and wire it
together
discard a4bd4acd8e simple implementation for create-app that uses AntBuilder
discard 092c326502 add new grails-shell module