Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
e8e41c5015f1ef1b73b2e38827cc3760a405394a
/
gogo
/
runtime
/
src
e8e41c5
Add file name generation, fix quote behaviors
by Guillaume Nodet
· 9 years ago
a6ae54f
Improve parameter expansion
by Guillaume Nodet
· 9 years ago
750f177
Simplify multios
by Guillaume Nodet
· 9 years ago
a60215e
Add isTty and error to access pipes from the public api
by Guillaume Nodet
· 9 years ago
6295d56
Add a bit of javadoc
by Guillaume Nodet
· 9 years ago
1fd93a7
Add job control
by Guillaume Nodet
· 9 years ago
6782b6d
Fix parser
by Guillaume Nodet
· 9 years ago
7abd533
Better support for streams Better ls implementation
by Guillaume Nodet
· 9 years ago
ef58ab2
Fix input redirection
by Guillaume Nodet
· 9 years ago
3f6889a
Add a small test for redirections
by Guillaume Nodet
· 9 years ago
f738827
Support redirections Work in progress (missing support for &&, || and &)
by Guillaume Nodet
· 9 years ago
338d236
Improve gogo parser to fully parse the command line instead of skipping inner constructs such as arrays or closures, and report missing terminators
by Guillaume Nodet
· 9 years ago
90e9c91
FELIX-3494 - suppress printing of motd
by Jan Willem Janssen
· 9 years ago
1f5ba5a
Some cleanups / typos fixed.
by Jan Willem Janssen
· 9 years ago
1c4abd5
FELIX-5077 / FELIX-3331 - more reliable shutdown
by Jan Willem Janssen
· 9 years ago
412602e
FELIX-5077 / FELIX-3331 - more reliable shutdown
by Jan Willem Janssen
· 9 years ago
a6731a3
FELIX-5135: remove unwillingly committed file
by Guillaume Nodet
· 9 years ago
6577ec9
FELIX-5135: Synchronize DirectoryWatcher Properties with FileInstall.
by Guillaume Nodet
· 9 years ago
e8ff688
[FELIX-4671] Fix regression
by Guillaume Nodet
· 10 years ago
30685a3
[FELIX-4783] ConcurrentModificationException when stopping gogo
by Guillaume Nodet
· 10 years ago
6e4a400
[FELIX-4783] ConcurrentModificationException when stopping gogo
by Guillaume Nodet
· 10 years ago
c2f20da
Remove “CLOSING SESSION” message printed to stdout
by Guillaume Nodet
· 10 years ago
a803509
FELIX-4671: Provide an expression parser
by Guillaume Nodet
· 10 years ago
6d71b52
FELIX-4679 - Revert patch for FELIX-4671:
by Jan Willem Janssen
· 10 years ago
4b8202b
[FELIX-4671] Provide an expression parser
by Guillaume Nodet
· 10 years ago
029e710
[FELIX-4637] Gogo can't cope without several commands with defined service.ranking
by Guillaume Nodet
· 10 years ago
dd7a822
[FELIX-4363] Fix NPE when setting a variable to null
by Guillaume Nodet
· 11 years ago
567b032
[FELIX-4363] The CommandSession get/set methods are not thread safe
by Guillaume Nodet
· 11 years ago
8885931
[FELIX-4336] Fix unit tests
by Guillaume Nodet
· 11 years ago
7501d57
[FELIX-4336] Use smarter thread locals for ThreadIo so that streams that have been deactivated won't be used and delegate to the previous stream instead
by Guillaume Nodet
· 11 years ago
c5aff63
fix Felix-2894 - Gogo does not handles options but not parameters
by Derek Baum
· 13 years ago
32e502e
FELIX-2984 Invalid handling of parameters (options were ok). It works now and the tests are running but I am not confident this code is correct yet. Will probably have to rewrite this.
by Peter Kriens
· 14 years ago
8ec4e1e
synchronize access to commands to avoid ConcurrentModificationException (FELIX-2870)
by Derek Baum
· 14 years ago
c8e3319
[FELIX-2761] Do not use the o.a.f.service.command until it's part of the rfc
by Guillaume Nodet
· 14 years ago
ab11637
[FELIX-2761][FELIX-2764] Add a listener interface called when executing commands, send an osgi event if EventAdmin is present
by Guillaume Nodet
· 14 years ago
1acb7c3
[FELIX-2761] Add a way to intercept execution of command lines
by Guillaume Nodet
· 14 years ago
1522fa6
[FELIX-2723] When the execution of a closure with pipes is interrupted, pipes should be interrupted too
by Guillaume Nodet
· 14 years ago
0531f7c
FELIX-2396: Ability to have callbacks when accessing session variables
by Guillaume Nodet
· 14 years ago
ebff00f
Reformat.
by Richard S. Hall
· 14 years ago
a82d3fa
[FELIX-2607] added a better exception to throw if an invalid command is typed
by Guillaume Nodet
· 14 years ago
ac3014d
[FELIX-2606] Decoupled the CommandProcessorImpl from osgi a bit so that it can be reused to implement non-osgi shells.
by Guillaume Nodet
· 14 years ago
a0291b0
Put provisional OSGi API in the felix namespace and guard it with a
by Richard S. Hall
· 14 years ago
9f8a1c3
close all sessions when runtime is stopped (FELIX-2545).
by Derek Baum
· 14 years ago
f70d568
FELIX-2468 don't coerce CharSequence types to String
by Derek Baum
· 14 years ago
932ee74
(FELIX-1473) use alternative implementation for method calls on Strings
by Derek Baum
· 14 years ago
8349117
change signature of runtime Activator's protected newProcessor() method to aid any future package renaming (FELIX-2441)
by Derek Baum
· 14 years ago
f608e1b
FELIX-2441: Restore backward compatibility on gogo
by Guillaume Nodet
· 14 years ago
f4fa97e
FELIX-2433 allow "$(...)" expansion
by Derek Baum
· 14 years ago
57b9cbc
fix NPE/coercion error when passing null first argument FELIX-2432
by Derek Baum
· 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
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
e44d952
avoid possible IllegalStateException if framework is stopped during CommandProxy method execution.
by Derek Baum
· 15 years ago
40af43e
Closure and CommandProxy unnecessarily extend Reflective, just so they can access its 'method()' method. (FELIX-2328).
by Derek Baum
· 15 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
· 15 years ago
939dfea
removed legacy felix command adaptor. (FELIX-2342)
by Derek Baum
· 15 years ago
1a2e9ac
convert tokens that evaluate to CharSequence to String, to avoid variables
by Derek Baum
· 15 years ago
dfcad24
make getCommands() public (again)
by Derek Baum
· 15 years ago
bd5b608
added scripting support (FELIX-2339).
by Derek Baum
· 15 years ago
68a8512
fix ConcurrentModificationException caused by bad refactoring :-(
by Derek Baum
· 15 years ago
58304eb
Align bundle formatter with "lb" command. (FELIX-2042)
by Richard S. Hall
· 15 years ago
dd26115
disable packageadmin and other coomands to avoid conflict with bundlecontext commands
by Derek Baum
· 15 years ago
220d9f6
continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328
by Derek Baum
· 15 years ago
13dddbb
fix to FELIX-1487 to report correct error location for defaulted commands.
by Derek Baum
· 15 years ago
6888bf8
fix NPE in session.execute("a = $b x") when $b evaluates to null;
by Derek Baum
· 15 years ago
f392c97
Stop registering the bundle object as a command since it interferes
by Richard S. Hall
· 15 years ago
68e2d63
clean up runtime code. FELIX-2328
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
633716d
Add some basic support for descriptive info; this will likely need to
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
4290a0f
FELIX-2247: Gogo badly prints empty maps and dictionaries
by Guillaume Nodet
· 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
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
7b2a6c8
Make sure we use the same AFS header everywhere
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
c485881
FELIX-1325: gogo doesn't report a command not found error unless an argument is supplied
by Guillaume Nodet
· 15 years ago
be2e3e8
FELIX-1520: <> evaluated the command too many times
by Guillaume Nodet
· 15 years ago
23c14f4
removed redundant constructions from test cases. applied patch in FELIX-1505.
by Derek Baum
· 15 years ago
76876ba
FELIX-1506
by Derek Baum
· 15 years ago
155efd4
use session.err rather than System.err to write message added in FELIX-1405.
by Derek Baum
· 15 years ago
f10f93c
fix FELIX-1408
by Derek Baum
· 15 years ago
85a2863
fix for FELIX-1405
by Derek Baum
· 15 years ago
81cfcbb
fix for FELIX-1403
by Derek Baum
· 15 years ago
f96484f
Allow retrieving the command lazily
by Guillaume Nodet
· 15 years ago
7bcd086
Fix expansion
by Guillaume Nodet
· 15 years ago
Next »