1. 1bd07c8 Fix issue with multiline comment in OSGI properties by Matteo Scandolo · 2 years, 8 months ago
  2. e98dead Fix issues seen during bundle refresh with shared executors by Carmelo Cascone · 3 years, 4 months ago
  3. afdddc1 Fix cfgdef not found at runtime for third-party apps built with Maven by Carmelo Cascone · 4 years, 10 months ago
  4. 8b488de Allowed apps to specify whether the existing component config value should be overridden by Charles Chan · 5 years ago
  5. 397caca Fix ONOS-7958 - problems that were causing failures when onos-core restarts by Ray Milkey · 5 years ago
  6. 1f0764a Remove soft fail for registering an empty property set by Ray Milkey · 5 years ago
  7. a90d974 remove useless trace statement by Ray Milkey · 5 years ago
  8. 11ce930 Fix a few more app startup/shutdown problems by Ray Milkey · 5 years ago
  9. 9ff95fd Enable unregisterProperties() method that had been disabled during the karaf 4.0 work by Ray Milkey · 5 years ago
  10. bef430b Integrated new style of cfgdef generation into the Bazel build. by Thomas Vachuska · 6 years ago
  11. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  12. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  13. f31ac6f Added one more Component Config REST API; for specified component and variable. by psneha · 6 years ago
  14. 7981a32 Fix NPE when component can't be found by Ray Milkey · 6 years ago
  15. 611f466 Fixing issue in component config subsystem where the locally registered by Thomas Vachuska · 6 years ago
  16. 4b32fcb Fixing ComponentConfigManager to preset values locally; not just in the distributed store. by Thomas Vachuska · 6 years ago
  17. 9f6bd52 Fixed issue where component configuration would not propagate on node restart. by Thomas Vachuska · 6 years ago
  18. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  19. 8c9a701 [ONOS-6354] CFG values and applied values are mismatching while trying to set a property with an invalid value by sivachidambaram subramanian · 7 years ago
  20. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  21. 4ce97ff Fixed a bug that ComponentConfigManager#preSet never affect OSGi configuration. by Naoki Shiota · 8 years ago
  22. 6bc04be Fixed a bug that ComponentConfigManager#preSetProperty always fails to update a property value. by Naoki Shiota · 8 years ago
  23. dd106a6 Simplified component config loader with preset method that sets the configuration regardless of the component state by andrea · 9 years ago
  24. 73f0378 Added test file Change-Id: Ie1a24924c6fe6d9a522640c7155976524b755ee0 by andrea · 9 years ago
  25. 33279c8 Minor formatting changes in unit test for component config loader by andrea · 9 years ago
  26. 7837576 ONOS-2957 added loding configuration component from file. by andrea · 9 years ago
  27. 57e83e8 Throw exceptions when registered properties that do not exist by Brian O'Connor · 9 years ago
  28. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  29. 92af89f Minor cosmetic cleanup in ComponentConfigManager.java by Thomas Vachuska · 9 years ago
  30. 6685521 Added accumulation of events using the accumulator construct. by Aaron Kruglikov · 9 years ago
  31. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  32. fc52fec Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors. by Thomas Vachuska · 9 years ago
  33. db320ab ONOS-1736 - Moved log.warn for property reset to be emitted only when the property itself is not known; it will not be emitted when the component is not known. by Thomas Vachuska · 9 years ago
  34. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  35. 85c2926 Protecting against NPE in ComponentConfigManager by Brian O'Connor · 9 years ago
  36. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago