1. 7f41225 Increase test cli timeout by Jon Hall · 7 years ago
  2. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  3. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  4. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  5. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  6. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  7. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  8. cbd1b39 Sonar fixes by Jon Hall · 7 years ago
  9. c536818 More removal of deprecated sid. by Simon Hunt · 7 years ago
  10. 8a0429a Remove deprecated "sid" parameter in UI events. by Simon Hunt · 7 years ago
  11. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  12. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  13. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  14. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  15. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  16. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  17. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  18. 8526700 checkstyle rule to check copyrights by Ray Milkey · 7 years ago
  19. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  20. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  21. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  22. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  23. bbc6dba Remove superfluous debug flags from app definitions by Ray Milkey · 8 years ago
  24. 6033d43 Fix for ONOS-5220 - Enable REST API for demo app by Ray Milkey · 8 years ago
  25. d4684b4 stc work queue test improvements by Madan Jampani · 8 years ago
  26. ce24073 stc scenario for testing work queue distributed primitive by Madan Jampani · 8 years ago
  27. 4b9958b Fix app name for intentperf with BUCK by You Wang · 8 years ago
  28. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  29. 264d957 Added a new test applications to monitor network configuration change events and log them. by Thomas Vachuska · 8 years ago
  30. 3a02cda ONOS-4975 Fixed potential for IOB exception in intent perf installer. by Thomas Vachuska · 8 years ago
  31. 54c5e23 Removes deprecated withPartitionsDisabled method by Madan Jampani · 8 years ago
  32. 9e1a8c1 Initial stc tests for distributed primitives by Madan Jampani · 8 years ago
  33. 4730976 Add a MAX_PRIORITY for demo flowtest by YPZhang · 8 years ago
  34. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  35. 4263bff Don't run tests macro for cli test applications by Jon Hall · 8 years ago
  36. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  37. eefdedf Remove redundent byte[].class registration by Charles Chan · 8 years ago
  38. 1aaffb7 Remove all references to java_library in the source BUCK build. by Ray Milkey · 8 years ago
  39. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago
  40. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  41. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  42. c23b626 ONOS test application for measuring flow installation throughput by Madan Jampani · 8 years ago
  43. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  44. 5cee335 Added FIXME to apps/test/BUCK by Brian O'Connor · 8 years ago
  45. a450bd0 Simplifying Import-Package line in maven-bundle-plugin for REST bundles by Brian O'Connor · 8 years ago
  46. ee3736e LoadTest update to use multiple counters in parallel for load generation by Madan Jampani · 8 years ago
  47. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  48. 9d61649 [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2 by Jian Li · 8 years ago
  49. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  50. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  51. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  52. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  53. fd46e1d Refine application title and category in app.xml and pom.xml by Jian Li · 8 years ago
  54. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  55. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  56. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  57. 5551f52 Simple test application for load testing distributed consensus by Madan Jampani · 8 years ago
  58. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  59. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  60. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  61. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  62. 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
  63. c032c83 Reduce use of deprecated ClusterCommunicationService.addSubscriber() by Sho SHIMIZU · 8 years ago
  64. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  65. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  66. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  67. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  68. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  69. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  70. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  71. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  72. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  73. 57de6cd IntentPerfCollector Synch issue fix by Satish K · 8 years ago
  74. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  75. 669ada4 Stc scenario for testing distributed primitives and onos-execute-expect command by andrea · 9 years ago
  76. 1ea57e1 Print exception to log instead of stderr by Jon Hall · 9 years ago
  77. b3eded0 change intentperf to explicitly use NewDistributedFlowRuleStore by suibin zhang · 9 years ago
  78. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  79. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  80. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  81. 6cfc02d Use dianmond operator by Sho SHIMIZU · 9 years ago
  82. f578b43 Simplify catch branch by Sho SHIMIZU · 9 years ago
  83. 49e2766 Replace String constructor call with literal by Sho SHIMIZU · 9 years ago
  84. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  85. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  86. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  87. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  88. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  89. f2ab6f3 Add Swagger comments and dependencies to appsm with REST APIs by Ray Milkey · 9 years ago
  90. 78b300c WIP: Transactional map cli for system tests by Jon Hall · 9 years ago
  91. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  92. f591b65 Add newer counter functions to the test application by Jon Hall · 9 years ago
  93. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  94. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  95. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  96. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  97. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  98. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  99. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  100. cf2056e Moving flow rule test to app-samples repo by Brian O'Connor · 9 years ago