1. 62ba45f Fixed an issue with out-of-order app activation in distributed context. by Thomas Vachuska · 7 years ago
  2. 47c9541 Refactor construction of application objects by Ray Milkey · 7 years ago
  3. 85f560d Fix blocked thread preventing applications from being downloaded on ApplicationStore startup by Jordan Halterman · 7 years ago
  4. 08b4dec ONOS-6980 Adding support for download of application bits. by Thomas Vachuska · 7 years ago
  5. 484ae54 Fixing issue with app reactivation - temporary fix until ONOS-6977 is addressed. by Thomas Vachuska · 7 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 56a7a6b Log missing application dependency. by Yuta HIGUCHI · 7 years ago
  8. 6d33e80 FIXME: Move to app package by sangyun-han · 8 years ago
  9. 2f6f907 Fix NPE when processing an event when the delegate is undefined by Ray Milkey · 8 years ago
  10. c5a1754 ApplicationStore to use Topic instead of AtomicValue for app activation notifications by Madan Jampani · 8 years ago
  11. ae538ff ONOS-5101: Ensure app activation order reflects the dependency order by Madan Jampani · 8 years ago
  12. bddbb25 Added a temporary fix for out-of-order app activation event delivery. by Thomas Vachuska · 8 years ago
  13. bd85f78 Fix for app dependency loading order issue by Jonathan Hart · 8 years ago
  14. 14651b5 Purge app bits off disk if install fails due to insufficient prerequisites. by Jonathan Hart · 8 years ago
  15. 6c02d9e New ApplicationStore that uses a single ConsistentMap to track all app related state by Madan Jampani · 8 years ago[Renamed (64%) from core/store/dist/src/main/java/org/onosproject/store/app/GossipApplicationStore.java]
  16. c8eca24 Detect circular app dependency by Andrea Campanella · 8 years ago
  17. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  18. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  19. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  20. d6fb053 Delay loading startup applications. by Jonathan Hart · 8 years ago
  21. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  22. 64591a6 Fix problem with apps disappearing after cluster restart by Ray Milkey · 8 years ago
  23. e889e2d [ONOS-3370] Extract hostprovider and lldpprovider from openflow by Charles Chan · 8 years ago
  24. 761f004 ONOS-1684 Added support for app dependencies. by Thomas Vachuska · 8 years ago
  25. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  26. 01e05fb Removed usage of deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  27. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  28. adba152 Increased number of retries and added variable delay to better withstand StorageException timeout. by Thomas Vachuska · 9 years ago
  29. d0d5854 Fixed error due to storage exception timeout. Added a delay between retries. by Thomas Vachuska · 9 years ago
  30. 9fa866f Eliminating dump of a stack trace for an expected error. by Thomas Vachuska · 9 years ago
  31. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  32. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  33. 62f04a4 ONOS-1731 Fixed app gossip store & manager to deal with staggered app load on startup. by Thomas Vachuska · 9 years ago
  34. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  35. 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 · 9 years ago
  36. 161baf5 ONOS-1418 Fix for intermittent issue with app store. by Thomas Vachuska · 9 years ago
  37. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  38. 4fcdae7 GossipApplicationStore fix to prevent attempt to notify delegate when there isn't one yet. Fixes an intermittent NPE. by Thomas Vachuska · 9 years ago
  39. cf96011 Adding persistence to the gossip application store. by Thomas Vachuska · 9 years ago
  40. 6b5b717 Gave threadpools more appropriate names. by Madan Jampani · 9 years ago
  41. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  42. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  43. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago
  44. 8029205 Explicitly specify charset by Yuta HIGUCHI · 9 years ago
  45. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago