Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
2e7ac8474c24983b9e89b08ae76e6b10780152e2
/
cli
/
src
/
main
/
java
/
org
/
onosproject
ea75084
CORD fabric app
by Jonathan Hart
· 10 years ago
e114f04
ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also
by Ayaka Koshibe
· 10 years ago
c3af35a
Add static factory method to create ConnectPoints from strings.
by Jonathan Hart
· 10 years ago
11ff870
Fixing add intent commands.
by Brian O'Connor
· 10 years ago
5756c35
Trivial logging change
by Madan Jampani
· 10 years ago
41aff9f
Pass the selector/treatment set by CLI to the HostToHostIntent
by Charles M.C. Chan
· 10 years ago
2184de1
ONOS-1756: Improve CLI auto completers
by Charles M.C. Chan
· 10 years ago
0d886fc
Fixes/improvements:
by Ayaka Koshibe
· 10 years ago
e9c8bbc
ONOS-1264 Expose IPv6 support at the ONOS CLI level
by Charles M.C. Chan
· 10 years ago
08d9898
FlowRule api no longer uses TableTypes. Existing usages are converted to
by alshabib
· 10 years ago
6f5bdc6
Javadoc improvement
by Charles M.C. Chan
· 10 years ago
ce9808a
Javadoc clean-up and apps -s command clean-up.
by Thomas Vachuska
· 10 years ago
fd45d5e
Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic)
by Madan Jampani
· 10 years ago
e97083c
Fix for ONOS-1715: NPE in nodes cli command
by Jon Hall
· 10 years ago
941f860
ConsistentDeviceMastership on top of LeadershipService, and leaders CLI command
by Ayaka Koshibe
· 10 years ago
a7a0f56
Converting builtin applications to be delivered in a self-contained manner via OAR files.
by Thomas Vachuska
· 10 years ago
34c9590
ONOS-533 Fix copyrights
by Ray Milkey
· 10 years ago
95c5087
ONOS-1597 - add an optional appId to CLI commands that create intents
by Ray Milkey
· 10 years ago
8ceee94
Added means to allow manipulating device annotations from CLI.
by Thomas Vachuska
· 10 years ago
e709a3b
Removing duplicate apps from ApplicationNameCompleter
by Brian O'Connor
· 10 years ago
10e75cd
ONOS-1443: Group bucket statistics support and group CLI formatting
by Srikanth Vavilapalli
· 10 years ago
fd26a30
Create local storage for topic candidates mapping. This also includes:
by Ayaka Koshibe
· 10 years ago
b035241
ONOS-1602 - JSON output for cfg command in CLI
by Ray Milkey
· 10 years ago
c40d463
Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies.
by Thomas Vachuska
· 10 years ago
f9e0d17
Enhanced application name completer to consider the command context.
by Thomas Vachuska
· 10 years ago
1cdfd8e
More ONOS-1612 - Fix NPEs if compenent lookup fails
by Ray Milkey
· 10 years ago
fb6655e
ONOS-1612 - CLI completer for property names
by Ray Milkey
· 10 years ago
e3f0fcf
Avoid NPE in cfg command
by Jon Hall
· 10 years ago
538108b
ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics.
by sangho
· 10 years ago
5c2f813
Device driver framework enhancements and CLI.
by Thomas Vachuska
· 10 years ago
c19b8b8
DistributedLeadershipManager tracks topic election candidates in addition to
by Ayaka Koshibe
· 10 years ago
6148f36
Fix typos in Component Config cli command
by Jon Hall
· 10 years ago
3e033bd
Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew
by Madan Jampani
· 10 years ago
b5d72d5
Support for a distributed counter
by Madan Jampani
· 10 years ago
d088e8a
ONOS-1539 - Only display application IDs that have created intents in remove command
by Ray Milkey
· 10 years ago
bff6d8f
Added distributed transaction support through a two phase commit protocol
by Madan Jampani
· 10 years ago
8ceff30
Added support for -s|--short option when listing apps.
by Thomas Vachuska
· 10 years ago
a89f8f9
Added support for "maps" cli command that displays meta information for various consistent maps in the system
by Madan Jampani
· 10 years ago
de563cf
Added ability to form a cluster via REST API.
by Thomas Vachuska
· 10 years ago
f1b8e17
Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases
by Madan Jampani
· 10 years ago
fba2857
Enhanced app CLI.
by Thomas Vachuska
· 10 years ago
9689126
ONOS-1376 FIxed error in app command to report bad usage better.
by Thomas Vachuska
· 10 years ago
e076c79
Implement builders for optical intents
by Ray Milkey
· 10 years ago
4250735
Remove deprecated instructions() method in the traffic treatment class
by Ray Milkey
· 10 years ago
7d2fab2
ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues.
by Madan Jampani
· 10 years ago
ebc5d22
Refactor connectivity intent creation to use builders
by Ray Milkey
· 10 years ago
6ba7efc
Work toward ONOS-1268 Expose IPv6 support at the ONOS CLI level
by Pavlin Radoslavov
· 10 years ago
3e3ec5f
[Cardinal] Add builders for Intents and remove extra constructors.
by Ray Milkey
· 10 years ago
50a9b72
Add priority to remaining intent types
by Ray Milkey
· 10 years ago
740c8a3
[Blackbird] ONOS-1317 - JSON outpout for 'intents -p' command
by Ray Milkey
· 10 years ago
4f5a98a
P2P intents have drop treatment if ethSrc&Dst not set
by Brian O'Connor
· 10 years ago
8c6d00e
[Blackbird] Fixing Intent purge case (ONOS-1207)
by Ray Milkey
· 10 years ago
c6809e4
Added IPV6 to the auto-completed EthType values.
by Pavlin Radoslavov
· 10 years ago
c24cde3
Add priority to Intents
by Ray Milkey
· 10 years ago
6b52813
Adding emptyTreatment() and emptySelector()
by Brian O'Connor
· 10 years ago
70761df
Fixes related to single-point-to-multi-point intents:
by Pavlin Radoslavov
· 10 years ago
6d697f1
Sketching out component configuration model & API.
by Thomas Vachuska
· 10 years ago
1e5873e
ONOS-400 Topology creation and up time formatting fixes
by Abhishek Dwaraki
· 10 years ago
3260069
Add CLI command to view groups on switches
by Jonathan Hart
· 10 years ago
346b5b3
Traffic Treatements now support deferred, immediate, table, and clear instructions.
by alshabib
· 10 years ago
5eb77c8
Updates to ECM interface
by Brian O'Connor
· 10 years ago
501e075
ONOS-1220 - JSON output for partitions command
by Ray Milkey
· 10 years ago
1c198d6
ONOS-1219 - Add JSON output to the leaders command
by Ray Milkey
· 10 years ago
7522895
ONOS-1194 - NPE if an appid look up fails
by Ray Milkey
· 10 years ago
cbe6de3
Fixing a couple of bugs in default entries for corsa pipeline.
by Saurav Das
· 10 years ago
30a57f8
Added creationTime to Versioned object. This enables supporting a electedTime in leadership, which in turn helps us track how stable leadership terms are.
by Madan Jampani
· 10 years ago
8016f34
adding purge option to IntentRemoveCommand
by Brian O'Connor
· 10 years ago
a14047d
Logging improvements.
by Madan Jampani
· 10 years ago
7d405fe
updating timeout in IntentPushTestCommand
by Brian O'Connor
· 10 years ago
34f1e38
Add intents -p commmand to have some visibility into the pending map
by Jonathan Hart
· 10 years ago
b28f5d7
Revert "Using CommandSession console instead of System.* in AbstractShellCommand print and error"
by Brian O'Connor
· 10 years ago
054da97
Implement command to view Raft partitions
by Jonathan Hart
· 10 years ago
f321863
adjusting wait time in intent push test command
by Brian O'Connor
· 10 years ago
66cfbfa
intent cycle command
by Brian O'Connor
· 10 years ago
1dcb048
Added a more intuitive app management CLI; deprecated the old one for now.
by Thomas Vachuska
· 10 years ago
0247986
ONOS-1058 - Add application Id to intent withdraw command
by Ray Milkey
· 10 years ago
f2fda81
Automatically rebalance intent key partitions on cluster change.
by Jonathan Hart
· 10 years ago
e97fec4
Remove deprecated code.
by Madan Jampani
· 10 years ago
4b6019e
ONOS-631 #Initial MPLS intent implementation
by Michele Santuari
· 10 years ago
5b9dfdc
Fixing IntentPushTestCommand
by Brian O'Connor
· 10 years ago
189f9bf
Update IntentListCommand to show key
by Jonathan Hart
· 10 years ago
f9af43c
Refactoring of IntentId based APIs
by Ray Milkey
· 10 years ago
82b9fec
Add term information in HazelcastLeadershipService
by Jonathan Hart
· 10 years ago
5b3717e
Add keys to intents
by Ray Milkey
· 10 years ago
03406a4
IntentStore interface changes
by Brian O'Connor
· 10 years ago
9d810f6
Fix some JSON related deprecation and javadoc warnings
by Ray Milkey
· 10 years ago
8f31b7b
Make id required for cluser-devices command
by Jon Hall
· 10 years ago
72cb19a
Implementation of new Flow Subsystem:
by Brian O'Connor
· 10 years ago
8791a81
Modified flows command to only output flows for specified device
by Yuta HIGUCHI
· 10 years ago
ea9ae21
Using CommandSession console instead of System.*
by Brian O'Connor
· 10 years ago
4a51e57
Adding and fixing javados.
by Thomas Vachuska
· 10 years ago
9a4157b
Update AddSinglePointToMultiPointIntentCommand help string
by Jonathan Hart
· 10 years ago
ebf5e54
ONOS-542 Added ability for app bundle to carry it's own artifacts, including feature repo. Fixed onos-package script. Added JSON output to CLI.
by Thomas Vachuska
· 10 years ago
cb33a13
ONOS-258 - provide feedback in CLI when creating an intent.
by Ray Milkey
· 10 years ago
90b453f
ONOS-785 Adding distributed store for apps & app admin CLIs
by Thomas Vachuska
· 10 years ago
0ce220a
ONOS-426 - make the unit of Bandwidth clear
by Sho SHIMIZU
· 10 years ago
02aeb03
ONOS-542 Defining application subsystem interfaces & public constructs.
by Thomas Vachuska
· 10 years ago
9f4aa09
Apply multi-catch to reduce duplication
by Sho SHIMIZU
· 10 years ago
c31d9f1
ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths.
by Thomas Vachuska
· 10 years ago
82895d7
Fix typo in help string
by Ray Milkey
· 10 years ago
Next »