1. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  2. c032c83 Reduce use of deprecated ClusterCommunicationService.addSubscriber() by Sho SHIMIZU · 8 years ago
  3. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  4. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  5. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  6. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  7. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  8. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  9. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  10. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  11. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  12. 57de6cd IntentPerfCollector Synch issue fix by Satish K · 8 years ago
  13. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  14. 669ada4 Stc scenario for testing distributed primitives and onos-execute-expect command by andrea · 9 years ago
  15. 1ea57e1 Print exception to log instead of stderr by Jon Hall · 9 years ago
  16. b3eded0 change intentperf to explicitly use NewDistributedFlowRuleStore by suibin zhang · 9 years ago
  17. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  18. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  19. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  20. 6cfc02d Use dianmond operator by Sho SHIMIZU · 9 years ago
  21. f578b43 Simplify catch branch by Sho SHIMIZU · 9 years ago
  22. 49e2766 Replace String constructor call with literal by Sho SHIMIZU · 9 years ago
  23. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  24. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  25. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  26. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  27. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  28. f2ab6f3 Add Swagger comments and dependencies to appsm with REST APIs by Ray Milkey · 9 years ago
  29. 78b300c WIP: Transactional map cli for system tests by Jon Hall · 9 years ago
  30. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  31. f591b65 Add newer counter functions to the test application by Jon Hall · 9 years ago
  32. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  33. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  34. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  35. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  36. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  37. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  38. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  39. cf2056e Moving flow rule test to app-samples repo by Brian O'Connor · 9 years ago
  40. f988bf5 【ONOS-1871】Provide CLI support on flowrule subsystem extension for QA by jcc · 9 years ago
  41. da58088 GUI -- Further work on refactoring Topology View server side code. by Simon Hunt · 9 years ago
  42. a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 9 years ago
  43. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  44. 7772af0 Fix for missing case in set test cli by Jon Hall · 9 years ago
  45. 6b687cd Test application for counters and sets by Jon Hall · 9 years ago
  46. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  47. e3bfcaf Fix NPE for election app when handling CANDIDATE events. Also disables running by Ayaka Koshibe · 9 years ago
  48. 6cc224b ONOS-1621: Test app for measuring messaging layer performance by Madan Jampani · 9 years ago
  49. 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  50. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  51. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  52. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  53. b645147 Moved demo app back to main onos repo. by Thomas Vachuska · 9 years ago
  54. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  55. b967ebf GUI -- Fixed intent perf GUI styling. by Thomas Vachuska · 9 years ago
  56. 72dd99d GUI -- Fixed intentPerf javascript error. by Thomas Vachuska · 9 years ago
  57. 90c7be2 GUI -- Fixed a few issues int intentPerf.js caught by review, but after merge. by Thomas Vachuska · 9 years ago
  58. 95aadff Added GUI to intent perf app to monitor performance stats in real-time. by Thomas Vachuska · 9 years ago
  59. e167b5f Fixed some wrong app.xml configurations. by Thomas Vachuska · 9 years ago
  60. ee4f937 Adding more app.xml files. Upgrading app.xml versions. Cleaned-up features.xml. by Thomas Vachuska · 9 years ago
  61. b91356e Ooops. Fixing parent pom reference. by Thomas Vachuska · 9 years ago
  62. a468e90 Adding test apps as submodule to apps by Brian O'Connor · 9 years ago