Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
f34dda78b2b8da3e9fae3eb8d90b4d503bf15456
/
cli
/
src
/
main
« Previous
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
d7d1800
Prohibit null for resources field in Intent
by Sho SHIMIZU
· 10 years ago
6cd2f35
Implemented VLAN-to-VLAN routing support for SDN-IP.
by Jonathan Hart
· 10 years ago
04c7832
ONOS-812 - incorrect default values in CLI help
by Ray Milkey
· 10 years ago
356f28a
ONOS-434 - Filter out inactive nodes from the summary information in the CLI
by Ray Milkey
· 10 years ago
aab51a3
Added missing CLI output of HostToHostIntent-specific info
by Pavlin Radoslavov
· 10 years ago
ab98466
adding license to ALL files
by alshabib
· 10 years ago
4785eec
removing some TODOs
by alshabib
· 10 years ago
4712e21
IntentPushTestCommand: removing space in 'name'
by Yuta HIGUCHI
· 10 years ago
87695b8
IntentPushTestCommand: ignore IntentEvent submitted by others
by Yuta HIGUCHI
· 10 years ago
9692705
Changed the generation of MAC addresses when
by Pavlin Radoslavov
· 10 years ago
ad49299
IntentPushTestCommand: attempt to fix negative duration
by Yuta HIGUCHI
· 10 years ago
39cb61c
Change summary command output: cluster -> SCC(s)
by Yuta HIGUCHI
· 10 years ago
abafb50
Changing org.onlab.onos package to org.onosproject
by Brian O'Connor
· 10 years ago
03defe7
Moving org/onlab/onos to org/onosproject
by Brian O'Connor
· 10 years ago
ae3e733
Fixing PushTestIntents command to ignore WITHDRAW_REQ
by Brian O'Connor
· 10 years ago
67c0514
Updated the "intents -s" Intents CLI summary command to print
by Pavlin Radoslavov
· 10 years ago
23ab0fa
Comment out commands, which we do not support for this release.
by Yuta HIGUCHI
· 10 years ago
7a71d5d
Added WITHDRAW_REQ Intent State for ONOS-146
by Brian O'Connor
· 10 years ago
8d21c79
LeadershipService API change: Using NodeId in place of ControllerNode.
by Madan Jampani
· 10 years ago
a9819bf
fix intent issues yuta observed
by alshabib
· 10 years ago
a0d3100
Updates to push-intent and leaders command.
by Brian O'Connor
· 10 years ago
c2bf3d8
IntentManager: use IntentStore batch APIs
by Yuta HIGUCHI
· 10 years ago
1e68bdd
Added ability to force mastership re-balancing between instances from the GUI.
by Thomas Vachuska
· 10 years ago
3ea690b
ONOS-365 Excluding intents with state=null from output.
by Thomas Vachuska
· 10 years ago
82e5326
For ONOS-356
by Yuta HIGUCHI
· 10 years ago
72a034c
Initial implementation of distributed intent batch queue
by Brian O'Connor
· 10 years ago
f0f2dfc
tablet-leader command to check current Raft leader
by Yuta HIGUCHI
· 10 years ago
deb8a10
Fix for bug ONOS-330:
by Pavlin Radoslavov
· 10 years ago
e4b6bb2
Intents are now removed after being withdrawn.
by Thomas Vachuska
· 10 years ago
5bde31f
Fixing various issues and re-tuning.
by Thomas Vachuska
· 10 years ago
e83cce7
BalanceMastersCommand: Fix type mismatch
by Yuta HIGUCHI
· 10 years ago
963c656
IntentPushTestCommand: stop logging SUBMITTED
by Yuta HIGUCHI
· 10 years ago
e02e11c
Fixing issues on GUI server side. Adding command to balance mastership. Messing with color scheme per feedback.
by Thomas Vachuska
· 10 years ago
Next »