Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
14f14db52090facc8a879aa46319867200709a8a
/
gogo
14f14db
Separate-out the parent pom so that we can release subprojects independently.
by Karl Pauls
· 14 years ago
54c2599
Prepare gogo 0.6.0 release
by Karl Pauls
· 14 years ago
f0ef76c
fixed lock contention in piped writer when reader doesn't read all input (FELIX-2380)
by Derek Baum
· 14 years ago
77fd820
better message/exception when arguments can't be coerced (FELIX-2375)
by Derek Baum
· 14 years ago
2a4d8f5
Update NOTICE/DEPENDENCIES files.
by Richard S. Hall
· 14 years ago
aa78217
Removed description from Parameter and use Descriptor instead. (FELIX-2363)
by Richard S. Hall
· 14 years ago
27d7012
Use org.apache.felix package namespace instead of org.osgi. (FELIX-2367)
by Richard S. Hall
· 14 years ago
a73fba7
don't automatically convert return values that are arrays to ArrayList (FELIX-2337)
by Derek Baum
· 14 years ago
5bd2ce6
Add support for parameter aliases. (FELIX-2363)
by Richard S. Hall
· 14 years ago
8602df4
Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363)
by Richard S. Hall
· 14 years ago
feb306b
Logic error; incorrectly checking for empty bundle array. (FELIX-2042)
by Richard S. Hall
· 14 years ago
6805849
Align command module version number with other Gogo modules, even
by Richard S. Hall
· 14 years ago
cd909ea
Rename command module. (FELIX-2042)
by Richard S. Hall
· 14 years ago
df4169f
Modified gogo modules to use org.apache.felix groupId. (FELIX-2334)
by Richard S. Hall
· 14 years ago
59d5e14
Change the scope for our commands and display scope in help message. (FELIX-2042)
by Richard S. Hall
· 14 years ago
bb28883
Avoid mentioning help command until we decide how to do it. (FELIX-2042)
by Richard S. Hall
· 14 years ago
e44d952
avoid possible IllegalStateException if framework is stopped during CommandProxy method execution.
by Derek Baum
· 14 years ago
40af43e
Closure and CommandProxy unnecessarily extend Reflective, just so they can access its 'method()' method. (FELIX-2328).
by Derek Baum
· 14 years ago
85026c5
moved gogo.runtime.shell sub-package in Runtime bundle up into gogo.runtime package to avoid possible confusion with the gogo.shell package in the new Shell bundle (FELIX-2328).
by Derek Baum
· 14 years ago
939dfea
removed legacy felix command adaptor. (FELIX-2342)
by Derek Baum
· 14 years ago
560b0c6
register telnetd command directly, rather than via Shell.
by Derek Baum
· 14 years ago
7f7c02f
removed gosh:shutdown command. stop 0 works fine.
by Derek Baum
· 14 years ago
1a2e9ac
convert tokens that evaluate to CharSequence to String, to avoid variables
by Derek Baum
· 14 years ago
dfcad24
make getCommands() public (again)
by Derek Baum
· 14 years ago
54c9dc8
complete addition of scripting by renaming module from console to shell (FELIX-2339)
by Derek Baum
· 14 years ago
7b577e2
remove launcher bundle (FELIX-1670)
by Derek Baum
· 14 years ago
a2596f8
Include full attribution in MOTD. (FELIX-2339)
by Richard S. Hall
· 14 years ago
052ef36
Add missing descriptor. (FELIX-2042)
by Richard S. Hall
· 14 years ago
501b3b2
Fix typo. (FELIX-2042)
by Richard S. Hall
· 14 years ago
bd5b608
added scripting support (FELIX-2339).
by Derek Baum
· 14 years ago
68a8512
fix ConcurrentModificationException caused by bad refactoring :-(
by Derek Baum
· 14 years ago
999f819
Minor improvement to "lb". (FELIX-2042)
by Richard S. Hall
· 14 years ago
58304eb
Align bundle formatter with "lb" command. (FELIX-2042)
by Richard S. Hall
· 14 years ago
f0652b7
Make "lb" command output more compact. (FELIX-2042)
by Richard S. Hall
· 14 years ago
dd26115
disable packageadmin and other coomands to avoid conflict with bundlecontext commands
by Derek Baum
· 14 years ago
74f5b55
Fix bug in "which" command and other improvements to command
by Richard S. Hall
· 14 years ago
220d9f6
continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328
by Derek Baum
· 14 years ago
13dddbb
fix to FELIX-1487 to report correct error location for defaulted commands.
by Derek Baum
· 14 years ago
6888bf8
fix NPE in session.execute("a = $b x") when $b evaluates to null;
by Derek Baum
· 14 years ago
b492259
Improve ls command. (FELIX-2042)
by Karl Pauls
· 14 years ago
6f36a8f
Improve/simplify "ls" command. (FELIX-2042)
by Richard S. Hall
· 14 years ago
e7e043b
Add "cd" command. (FELIX-2042)
by Richard S. Hall
· 14 years ago
616f5a5
Add support for OBR command. (FELIX-2042)
by Richard S. Hall
· 15 years ago
f392c97
Stop registering the bundle object as a command since it interferes
by Richard S. Hall
· 15 years ago
da5c97c
Add more missing commands and do a little refactoring. (FELIX-2042)
by Richard S. Hall
· 15 years ago
68e2d63
clean up runtime code. FELIX-2328
by Derek Baum
· 15 years ago
7969123
updated dependency versions and excluded servlet and foundation from compendium.
by Derek Baum
· 15 years ago
6d12e3b
fix setLocation to always map EOFError
by Derek Baum
· 15 years ago
3ed7beb
fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException
by Derek Baum
· 15 years ago
c578f44
refactor Parser - create explicit Tokenizer to enable fix for:
by Derek Baum
· 15 years ago
f4d681e
Add a "which" command to determine from where a bundle gets a class. (FELIX-2042)
by Richard S. Hall
· 15 years ago
f8dccb4
Add descriptive information to commands. (FELIX-2042)
by Richard S. Hall
· 15 years ago
633716d
Add some basic support for descriptive info; this will likely need to
by Richard S. Hall
· 15 years ago
1837170
Change parent pom.
by Richard S. Hall
· 15 years ago
2bc5092
Improve rudimentary "help" command and change some exception handling
by Richard S. Hall
· 15 years ago
395d6af
Initial porting of some Felix shell commands to Gogo; a lot of this is still
by Richard S. Hall
· 15 years ago
55dd22e
Reformat code according to style guide.
by Richard S. Hall
· 15 years ago
14629c8
Fix processing of flags; options not tested yet.
by Richard S. Hall
· 15 years ago
da0d2fd
Touching the heart: coercing
by Peter Kriens
· 15 years ago
a2a7b14
Annotations for parameters
by Peter Kriens
· 15 years ago
aa83cca
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
e376322
[maven-release-plugin] prepare release gogo-0.4.0
by Guillaume Nodet
· 15 years ago
6d26983
[gogo] upgrade to latest felix-parent
by Guillaume Nodet
· 15 years ago
4290a0f
FELIX-2247: Gogo badly prints empty maps and dictionaries
by Guillaume Nodet
· 15 years ago
c75f84c
added blank line to force bamboo rebuild, to fix spurious failure FELIX-DEF-3041
by Derek Baum
· 15 years ago
137d340
reformat code using felix eclipse template. FELIX-1953.
by Derek Baum
· 15 years ago
ae80fb7
change priority of ; and | to match bash. resolves FELIX-1500.
by Derek Baum
· 15 years ago
4719273
make closure arguments start at $1 (rather than $0). FELIX-1494.
by Derek Baum
· 15 years ago
a98e4de
FELIX-1722: gogo AbstractCommand should let the possibility to release the used Action
by Guillaume Nodet
· 15 years ago
f9fd8ea
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
d7ab783
[maven-release-plugin] prepare release gogo-0.2.2
by Guillaume Nodet
· 15 years ago
898e14b
FELIX-1858 - Remote commands via ssh only work once per restart
by Chris Custine
· 15 years ago
c2b432a
add felix command adaptor (FELIX-1671)
by Derek Baum
· 15 years ago
d002fe1
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
c819fe9
[maven-release-plugin] prepare release gogo-0.2.0
by Guillaume Nodet
· 15 years ago
7b2a6c8
Make sure we use the same AFS header everywhere
by Guillaume Nodet
· 15 years ago
aa6f637
[goto] fix NOTICE for commands which actually include an OSGi class (ReifiedType)
by Guillaume Nodet
· 15 years ago
9d4d14b
Fix NOTICE files so that each artifact has its own (slightly) different copy
by Guillaume Nodet
· 15 years ago
04c2d08
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
8ec712b
[maven-release-plugin] prepare release gogo-0.2.0
by Guillaume Nodet
· 15 years ago
1ffed35
Fix NOTICE files in jars
by Guillaume Nodet
· 15 years ago
4689cc3
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
cf6fe21
[maven-release-plugin] prepare release gogo-0.2.0
by Guillaume Nodet
· 15 years ago
dc3b452
Revert to maven bundle plugin 1.4.3 for release
by Guillaume Nodet
· 15 years ago
44d9d02
[gogo] Remove include-resource header from the manifest
by Guillaume Nodet
· 15 years ago
26286af
Try to work around FELIX-1262 for gogo
by Guillaume Nodet
· 15 years ago
116d291
Try to release gogo with the maven bundle plugin 2.0.0
by Guillaume Nodet
· 15 years ago
c070c8b
Use snapshot of maven bundle plugin to work around FELIX-1262
by Guillaume Nodet
· 15 years ago
c9b3eb3
Add missing license / notice file in jars
by Guillaume Nodet
· 15 years ago
ce2c5eb
[maven-release-plugin] rollback the release of gogo-0.2.0
by Guillaume Nodet
· 15 years ago
4971f79
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
d7859e0
[maven-release-plugin] prepare release gogo-0.2.0
by Guillaume Nodet
· 15 years ago
060f32b
Fix release process
by Guillaume Nodet
· 15 years ago
5a60ee9
Fix gogo assembly
by Guillaume Nodet
· 15 years ago
1f85779
Add license / notice files, fix pom
by Guillaume Nodet
· 15 years ago
bf69a13
Add a top level assembly
by Guillaume Nodet
· 15 years ago
46c90a9
Fix poms for release
by Guillaume Nodet
· 15 years ago
ffb40cb
FELIX-1526: rename <> operators to (), as this is more like bash.
by Derek Baum
· 15 years ago
69b9465
FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread
by Guillaume Nodet
· 15 years ago
4408497
stop duplicate error message for bad command. FELIX-1405
by Derek Baum
· 15 years ago
Next »