1. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  2. 64677e9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  3. 17463db Tagging 1.11.0-b3 by Ray Milkey · 7 years ago 1.11.0-b3
  4. 285250a Remove duplicate value test command and ensure existing value test command handles null values by Jordan Halterman · 7 years ago
  5. 66d3e64 [ONOS-6843] Add atomic value primitive test commands by Jordan Halterman · 7 years ago
  6. 64313cb Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  7. 7e28519 Tagging 1.11.0-b2 by Ray Milkey · 7 years ago 1.11.0-b2
  8. 2bf177c [ONOS-6594] Upgrade to Atomix 2.0.0 by Jordan Halterman · 7 years ago
  9. f14cc6d Fix SNAPSHOT version string by Ray Milkey · 7 years ago
  10. 7463193 Starting snapshot 1.11-SNAPSHOT by Ray Milkey · 7 years ago
  11. 6440b09 Fix incorrectly spelled DEFAULT_OPERTATION_TIMEOUT_MILLIS constant... Driving me crazy! by Jordan Halterman · 7 years ago
  12. 063b882 [ONOS-6477] Add EventuallyConsistentMap test scenario to primitive tests by Jordan Halterman · 7 years ago
  13. 08b03a9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  14. 73a6f5d [ONOS-6443] Add eventually consistent map test commands by Jordan Halterman · 7 years ago
  15. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  16. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  17. 41e6cd7 Fix sonar issues by Jon Hall · 7 years ago
  18. 0439fd7 Cleaning pom.xml files. Please everyone, watch the sloppiness for Pete's sake! by Thomas Vachuska · 7 years ago
  19. b27ad7d Update AtomicValue test CLI by Jon Hall · 7 years ago
  20. 7f41225 Increase test cli timeout by Jon Hall · 7 years ago
  21. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  22. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  23. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  24. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  25. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  26. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  27. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  28. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  29. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  30. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  31. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  32. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  33. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  34. 8526700 checkstyle rule to check copyrights by Ray Milkey · 7 years ago
  35. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  36. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  37. 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
  38. d4684b4 stc work queue test improvements by Madan Jampani · 8 years ago
  39. ce24073 stc scenario for testing work queue distributed primitive by Madan Jampani · 8 years ago
  40. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  41. 54c5e23 Removes deprecated withPartitionsDisabled method by Madan Jampani · 8 years ago
  42. 9e1a8c1 Initial stc tests for distributed primitives by Madan Jampani · 8 years ago
  43. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  44. 4263bff Don't run tests macro for cli test applications by Jon Hall · 8 years ago
  45. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  46. 1aaffb7 Remove all references to java_library in the source BUCK build. by Ray Milkey · 8 years ago
  47. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  48. 5ab426f Updating copyrights by Brian O'Connor · 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. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  58. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  59. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  60. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  61. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  62. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  63. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  64. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  65. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  66. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  67. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  68. 669ada4 Stc scenario for testing distributed primitives and onos-execute-expect command by andrea · 9 years ago
  69. 1ea57e1 Print exception to log instead of stderr by Jon Hall · 9 years ago
  70. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  71. 6cfc02d Use dianmond operator by Sho SHIMIZU · 9 years ago
  72. f578b43 Simplify catch branch by Sho SHIMIZU · 9 years ago
  73. 49e2766 Replace String constructor call with literal by Sho SHIMIZU · 9 years ago
  74. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  75. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  76. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  77. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  78. 78b300c WIP: Transactional map cli for system tests by Jon Hall · 9 years ago
  79. f591b65 Add newer counter functions to the test application by Jon Hall · 9 years ago
  80. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  81. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  82. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  83. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  84. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  85. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  86. 7772af0 Fix for missing case in set test cli by Jon Hall · 9 years ago
  87. 6b687cd Test application for counters and sets by Jon Hall · 9 years ago