Commit Graph

263 Commits

Author SHA1 Message Date
Eric Bottard
3bbd89506e SHL-158: Don't aggressively remove spaces 2015-11-16 10:42:01 +01:00
mbrunton
e693a7da9c SHL-183: Fix command prefix autocomplete bug 2015-11-16 10:33:21 +01:00
Eric Bottard
c8d2b7e383 Fix help command when a command is a prefix of another 2015-11-16 10:11:54 +01:00
Aditya
bea8d3ff0e ArrayConverterTest#testCompletions() fails on Windows
This closes #88
2015-11-16 09:46:14 +01:00
Eric Bottard
29e0d6ae73 Add pretty table rendering
* Add some border combinations + helper methods
* Introducing TableBuilder
* Fix tests
* Add deprecation tags for old table
2015-11-13 12:18:18 -05:00
Eric Bottard
21a993d6bf SHL-157: Prevent whole crash due to Completer 2015-07-15 17:32:10 -04:00
Mark Pollack
5e1c90aec5 SHL-173 Fix test 2015-07-15 17:23:50 -04:00
Eric Bottard
4c18cfb8f4 SHL-173: Add converter for array of convertible 2015-07-09 16:12:33 -04:00
Eric Bottard
511a7e230b SHL-170: Allow space-text for values 2015-06-30 12:50:39 +02:00
Eric Bottard
4962d027bb Remove Locale sensitive test 2015-06-30 12:23:45 +02:00
Eric Bottard
e27257a340 Update README 2015-02-09 17:23:10 +01:00
Bay Batu
8221d255f1 typo fix in CommandLine 2014-12-05 21:23:53 +02:00
Bay Batu
e16ceca495 SHL-98: check option availability in case insensitive way
Add unit test, format code
2014-12-01 12:50:41 +01:00
Andy Wilkinson
880bc35d55 Add the Spring IO plugin and align with the Platform where possible
Configure the Spring IO plugin such that it's only applied when the
build is run with -PplatformVersion=<version>. This platformVersion
property is used to determine the version of the Platform that will
be used when running the springIoCheck task. The plugin can be used
by running a build as follows:

./gradlew clean springIoCheck -PplatformVersion=1.0.1.RELEASE -PJDK7_HOME=… -PJDK8_HOME=…

This will test the project on JDK7 and JDK 8 using the dependencies
defined in Spring IO Platform 1.0.1.RELEASE.

Running the plugin identified a dependency on CGLib (use of
spring-core's repackaged CGLib is preferred), but the dependency
appears to be unused. It has been removed.

The versions of a number of other dependencies have been updated to
use their latest versions and align them with Spring IO Platform. Most
notable is probably a move from Guava 15.0 to 17.0.
2014-11-28 14:55:28 +01:00
Eric Bottard
6f72c693e4 Merge pull request #50 from danpape/master
Fixed groupId reference in maven pom sample
2014-10-28 18:59:35 +01:00
Daniel Pape
77135b279c Fixed groupId reference in maven pom sample 2014-10-23 13:19:01 -07:00
Eric Bottard
e1ac91753e Merge pull request #47 from baybatu/master
Add entries to .gitignore for idea generated files
2014-09-15 14:53:23 +02:00
Bay Batu
8fdd88b591 Add entries to .gitignore for idea generated files 2014-09-13 00:56:49 +03:00
mpollack
33ec17ba87 Update versions to reference 1.0 RELEASE 2014-07-25 17:21:04 -04:00
Eric Bottard
d32e5c8187 Merge pull request #42 from wilkinsona/remove-roo-repo
Remove redundant Spring Roo repository configuration
2014-07-15 10:32:50 +02:00
Andy Wilkinson
e2cfcf12fe Remove redundant Spring Roo repository configuration 2014-07-15 09:10:00 +01:00
mpollack
2c7aecf847 Increment version to 1.0.0.BUILD-SNAPSHOT 2014-07-07 23:50:16 -04:00
Spring Buildmaster
59e24190b0 Release version 1.1.0.RC4 2014-07-07 20:37:07 -07:00
mpollack
22714da1be Update sample gradle.properties and pom.xml to 1.0 RC4 2014-07-07 23:31:12 -04:00
mpollack
c79840dad6 Update release notes for 1.1 RC4 2014-07-07 23:26:00 -04:00
Eric Bottard
8667186ef9 SHL-155: Propagate nb of TAB invocations to converter
- rename NB_INVOCATIONS_OPTION_CONTEXT_PREFIX to TAB_COMPLETION_COUNT_PREFIX along with value change
2014-07-01 10:39:16 -04:00
Daniel Cunha
5b8a07ed4b [SHL-154] Update DateCommand test. 2014-06-23 11:49:12 +02:00
Eric Bottard
66b3ba7d69 Fix links in README
Point to StackOverflow instead of forum. Remove deprecated text/links
2014-06-23 11:46:59 +02:00
Eric Bottard
48f180e51c Merge pull request #40 from robertbachmann/typos
Fix XML comments in README.md
2014-06-22 18:57:15 +02:00
Robert Bachmann
f824714ea6 Fix XML comments in README.md 2014-06-21 22:46:10 +02:00
Daniel Cunha
b19c8cecc9 SHL-153: Date command should assume user localization. 2014-06-20 17:43:53 -03:00
Eric Bottard
6ea4579d69 SHL-136: Report syntax error location to the user
* Fix tests
2014-06-20 17:40:23 -03:00
Eric Bottard
a5eca63002 SHL-140: Fix 'help' command completion 2014-06-20 17:29:39 -03:00
Eric Bottard
91dc7b620a SHL-138: Allow singlequote delimited strings 2014-06-20 16:46:57 -03:00
Glenn Renfro
8fa5688ae0 XD-1759 Status on shell prompt is inconsistent 2014-06-10 10:24:01 -04:00
Eric Bottard
fa6df13b4b Update HelloWorldCommands.java
Add explanation that "hw simple" must be run once first
2014-05-21 11:43:02 +02:00
mpollack
fabb483cd1 Update latest RC version in README 2014-05-16 16:08:50 -04:00
mpollack
29a489b156 SHL-149 Upgrade to Spring Framework 4.
* update changelog
* update sample app to reference to be released 1.1.RC3 shell
* fix version in sample app readme
2014-05-16 15:51:10 -04:00
mpollack
2244157ba0 SHL-143 - Upgrade to gradle 1.11 2014-05-02 13:52:52 -04:00
Eric Bottard
714b143bda SHL-139: Handle escape sequences in option values 2014-05-02 13:39:13 -04:00
mpollack
fb082a5224 Merge branch 'master' of https://github.com/houseofdouglas/spring-shell into houseofdouglas-master 2014-05-02 12:38:56 -04:00
mpollack
e21d4f72a6 Change version to 1.1.0.BUILD-SNAPSHOT 2014-05-02 12:25:39 -04:00
Eric Bottard
a9da6ee7ef Make cls really end up at 0,0 2014-04-18 15:52:45 +02:00
mpollack
bc93dddf00 Increment version to 1.0.0.BUILD-SNAPSHOT 2014-04-15 10:35:01 -04:00
Spring Buildmaster
a6fed77168 Release version 1.1.0.RC2 2014-04-15 06:54:36 -07:00
mpollack
2ebe54922c Update to shell 1.1 RC2 in sample app 2014-04-15 09:46:15 -04:00
mpollack
e170985fb0 Update changelog for 1.1 RC2 release 2014-04-15 09:44:59 -04:00
Eric Bottard
868faab5db Clarify message when colliding options are discovered 2014-04-15 14:52:12 +02:00
Eric Bottard
3ed7a090db SHL-135: Fix keyless command parsing 2014-04-15 14:26:05 +02:00
Eric Bottard
e0071e9abe Revert "SHL-133 Shell command "! ls /tmp" fails"
This reverts commit 497f60533e.
2014-04-14 11:11:24 +02:00