This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch grails-shell-2
in repository https://gitbox.apache.org/repos/asf/grails-core.git
was 5c13aff27f add generic gradle command
This change permanently discards the following revisions:
discard 5c13aff27f add generic gradle command
discard 4216666804 add run-app command that delegates to gradle run
discard e2d4dd2b7f refactor RenderCommandStep
discard af25d8a9ad add support for extending profiles
discard 6e6aba321c implement listing of all available Gradle task selectors
with multi-project support - could be used for task selector completion in
interactive shell
discard d32e521de8 exclude gradle-sample from eclipse classpath
discard a9783ef642 pass unparsed command line in ExecutionContext for more
flexibility
discard ee61adff55 start working on Gradle integration
discard 6d334fdf29 Add ProjectContext interface and refactor
CommandLineHandler interface
discard 22700f32e2 finish implementing "should create-controller in default
package"
discard e34229aa09 add application.yml to profile
discard b80d4d0262 Use grails-app/conf/application.yml for application settings
discard 71a7593512 test error handling
discard 1f6a01cc59 refactor GrailsConsole System.in, .out, .err handling ,
improve testability
discard daeb67c10a refactor SimpleProfile
discard 2babcacfa1 catch exceptions in GrailsCli interactive mode
discard 3e8bbc292b implement creating files based on templates
discard 575f2635ce add baseDir to execution context
discard 3adc88dd05 refactor CommandLineHandler's handleCommand method
discard 2e1bf6baad fix test timeout problem on Travis due to TERM=dumb env.
setting and jline incompatibility
discard 72f66ba8e7 add groovy-json dependency
discard a6dcb36d0d Add json command support to SimpleProfile
discard c4ae89feb5 make SimpleProfile yaml agnostic so that we can add json
support
discard 06f07c7d53 implement CTRL-D handling
discard 044392ceb0 start working on Completer tests
discard 4bd9a7e19c make input mask configurable so that echoing can be
disabled in ConsoleReader
discard 5e50834fca sort commands in SimpleProfile
discard e7362f327d should fail with retval 1 when creating app for
non-existing profile
discard 41e776cd44 refactor packages and continue working on SimpleProfile
(yaml based) implementation
discard 0800a1cd89 store errors for grails-shell branch too
discard a4705d9687 refactor GrailsCliSpec
discard d2787e7474 add test for help about a single command
discard 710a153020 use ExpectIt to implement basic cli tests
discard 70c0faeb3d add methods for cleaning up GrailsConsole state (useful in
cli unit tests)
discard 855bab1bc3 continue working on interactive cli tests
discard d52fcf5a58 don't buffer GrailsConsole PrintStreams
discard 70b4e17822 start working on interactive mode tests - solve chdir
problem with jnr-posix
discard 26e03a45ae use cglib-nodep for tests so that asm3 isn't pulled in to
test dependencies
discard 5f713a2868 refactor user.dir resetting
discard c401de13c0 fix failing test
discard ad740412c7 add spec for GrailsCli
discard 3750e94482 start working on yaml command handler
discard 7f5497bc5f start working on yaml based SimpleProfile
discard 95a9a89fc1 sample profile for unit tests
discard 486f7c4a51 Start working on ProfileRepositorySpec
discard e847be6066 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 c491c4491a add interface for pluggable interactive shell and wire it
together
discard c0775a442d simple implementation for create-app that uses AntBuilder
discard 6dfcaa30ec add new grails-shell module