Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
f748bfbf7e578919665b76dd23aac293e56e9229
/
gogo
f174157
FELIX-3706 loop to wait for gosh command to be registered, rather than just wait for 100ms.
by Derek Baum
· 12 years ago
a5283d9
FELIX-3340 Allow the prompt to be a Function
by Felix Meschberger
· 12 years ago
e466e98
FELIX-3341 Implement csh-like command line history - add missing tests
by Felix Meschberger
· 12 years ago
a836c1d
FELIX-3341 Implement csh-like command line history
by Felix Meschberger
· 12 years ago
8ea7c07
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 13 years ago
8e194d1
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.12.0
by Karl Pauls
· 13 years ago
bfbee09
Update changelog
by Karl Pauls
· 13 years ago
b47236a
Changed "required only" flag name. (FELIX-3118)
by Richard S. Hall
· 13 years ago
17281c8
Improving whitespace. (FELIX-3050)
by Richard S. Hall
· 13 years ago
dff7ab4
Apply patch FELIX-3118 to add "required" option to OBR deploy command.
by Richard S. Hall
· 13 years ago
1dcf5f9
Simplify code. (FELIX-3088)
by Richard S. Hall
· 13 years ago
3ea9ffb
Output a message if "resolve" could not resolve all bundles. (FELIX-3088)
by Richard S. Hall
· 13 years ago
689e823
Separate pre-R4.3 inspect command from post-R4.3 inspect command so that
by Richard S. Hall
· 13 years ago
22fab31
Initial pass at implementing a consistent "inspect" command for pre/post
by Richard S. Hall
· 13 years ago
f4faad0
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 13 years ago
dc808b4
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.10.0
by Richard S. Hall
· 13 years ago
a201ae5
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 13 years ago
327b87d
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.10.0
by Richard S. Hall
· 13 years ago
2b82926
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 13 years ago
6ee6939
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0
by Richard S. Hall
· 13 years ago
5dfc9ad
Prepare for release.
by Richard S. Hall
· 13 years ago
db3c7ec
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 13 years ago
a80b3d8
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0
by Richard S. Hall
· 13 years ago
ffbfd59
FELIX-3001 help command now supports osgi.command.function String or String[]
by Derek Baum
· 13 years ago
c5aff63
fix Felix-2894 - Gogo does not handles options but not parameters
by Derek Baum
· 13 years ago
78377d9
Remove unwanted whitespace.
by Richard S. Hall
· 14 years ago
ab1d0d4
Fix NPE bug and lack of output for unmatched search. (FELIX-2937, FELIX-2938)
by Richard S. Hall
· 14 years ago
194f10e
work-around FELIX-2927
by Derek Baum
· 14 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
b161dcb
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
621a922
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0
by Richard S. Hall
· 14 years ago
c221002
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
04cd842
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0
by Richard S. Hall
· 14 years ago
aae4f2b
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
1b3fcb9
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0
by Richard S. Hall
· 14 years ago
1aa254b
Rollback version.
by Richard S. Hall
· 14 years ago
d889594
Update copyright year.
by Richard S. Hall
· 14 years ago
ced02ac
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
5538eac
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0
by Richard S. Hall
· 14 years ago
2d84fe8
Depend on final version of runtime.
by Richard S. Hall
· 14 years ago
2efce8c
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
381e3bf
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0
by Richard S. Hall
· 14 years ago
4d2e164
Depend on final version of runtime.
by Richard S. Hall
· 14 years ago
a1b2640
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
304f37f
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0
by Richard S. Hall
· 14 years ago
bed97cc
Update change logs.
by Richard S. Hall
· 14 years ago
d4172f7
Add Windows linefeeds. (FELIX-2651)
by Richard S. Hall
· 14 years ago
d7b3b4c
listen on 127.0.0.1 by default; add --ip to specify listen address. FELIX-2767
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
6985d8c
Fix logic bug in bundlelevel command. (FELIX-2676)
by Richard S. Hall
· 14 years ago
1f6ade5
remove -i alias for --nointeractive FELIX-2661
by Derek Baum
· 14 years ago
75dc988
added --nointeractive flag to gosh. FELIX-2661
by Derek Baum
· 14 years ago
1335439
Cleanup after release
by Karl Pauls
· 14 years ago
7c6256f
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
8e2ddeb
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.1
by Karl Pauls
· 14 years ago
c7f0036
Prepare for release
by Karl Pauls
· 14 years ago
f5d5f2d
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
0771748
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.1
by Karl Pauls
· 14 years ago
2a4adea
Prepare for release
by Karl Pauls
· 14 years ago
e7523d2
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
48f6528
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.1
by Karl Pauls
· 14 years ago
2decfb8
Use gogo-parent 0.6.0 instead of 0.7.0-SNAPSHOT
by Karl Pauls
· 14 years ago
093a105
Update change logs.
by Richard S. Hall
· 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
851322c
Use BundleContext.getProperty() rather System.getProperty(). (FELIX-2543)
by Richard S. Hall
· 14 years ago
abf57a5
Use felix namespace packages and add mandatory attribute. (FELIX-2441)
by Richard S. Hall
· 14 years ago
4c24859
Use felix namespace packages and add mandatory attribute. (FELIX-2441)
by Richard S. Hall
· 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
7e0316b
FELIX-2477 fix procedural commands parameter inheritance
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
44a3f79
FELIX-2446 eclose whole gosh_profile in try {} block to stop errors from aborting startup
by Derek Baum
· 14 years ago
75d58ba
FELIX-2446: reference the bundle command using the context: scope;
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
9aa9041
Add gogo to main pom, add gogo-parent to gogo reactor
by Clement Escoffier
· 14 years ago
6e3f324
FELIX-2341: the gogo-commands module should be moved back to karaf
by Guillaume Nodet
· 14 years ago
5353336
Clean-up after release
by Karl Pauls
· 14 years ago
b8b3053
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
e630c00
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.0
by Karl Pauls
· 14 years ago
77fe578
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
e6190e5
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.0
by Karl Pauls
· 14 years ago
26f0ffa
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
820852a
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0
by Karl Pauls
· 14 years ago
7749c2a
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
6736571
[maven-release-plugin] prepare release gogo-parent-0.6.0
by Karl Pauls
· 14 years ago
a0da437
Rollback latest releases.
by Karl Pauls
· 14 years ago
c81594b
Contains OSGi Log Service.
by Richard S. Hall
· 14 years ago
796d420
Clean-up after release
by Karl Pauls
· 14 years ago
2f221fe
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
Next »