1. 4f3fe21 Generate notifications when policies change by jh7358 · 5 years ago
  2. 45c8e61 Add notifier for generating notifications by Jim Hahn · 5 years ago
  3. 1e896c1 Add trackers for generating notifications by Jim Hahn · 5 years ago
  4. 215177c Merge "Add PolicyPdpNotificationData for generating notifications" by Jim Hahn · 5 years ago
  5. 95fa0be Add PolicyPdpNotificationData for generating notifications by Jim Hahn · 5 years ago
  6. 633e52e Add PolicyTrackerData for generating notifications by Jim Hahn · 5 years ago
  7. ba11c9a Add yaml support to pap rest server by jrh3 · 5 years ago
  8. 2dc70f2 Knock on of changing policy types to map by liamfallon · 5 years ago
  9. 1ceeeff update keystore by jhh · 5 years ago
  10. bccd3a9 Remove remaining ParameterUtils from PAP by jrh3 · 5 years ago
  11. 18df9bd Use new addTopic(TopicParameterGroup) method in PAP by jrh3 · 5 years ago
  12. 27f6bac Fix pap due to sonar changes in common by jrh3 · 5 years ago
  13. 9ef4186 Remove topic.properties and incorporate into overall config file by a.sreekumar · 5 years ago
  14. dc7a37e Use ToStringTester from utils-test by ramverma · 5 years ago
  15. 314c360 Merge "Allow integer version when using PDP Group Deploy" by Jorge Hernandez · 5 years ago
  16. 79e76f5 Adding PdpGroup healthcheck REST API in PAP by ramverma · 5 years ago
  17. b346fda Allow integer version when using PDP Group Deploy by jrh3 · 5 years ago
  18. a240d7a Add PDP heart beat expiration timer by jrh3 · 6 years ago
  19. de6a7d4 Undeploy all versions of a policy by Jim Hahn · 6 years ago
  20. 9f41ede Reject policy deployment with version mismatch by Jim Hahn · 6 years ago
  21. 23b2730 Undeploy policies when subgroup is deleted by Jim Hahn · 6 years ago
  22. f9b1e7a Return 200 when policy successfully undeployed by Jim Hahn · 6 years ago
  23. 54cc5c1 Return error when deleting non-existent policy by Jim Hahn · 6 years ago
  24. 8b35ccb Cancel PDP timers in PAP by Jim Hahn · 6 years ago
  25. cccfb11 Validate supported types by Jim Hahn · 6 years ago 3.0.2-ONAP
  26. b13e905 Return appropriate HTTP status code by Jim Hahn · 6 years ago
  27. 4ca155e Merge "Handle null policy lists" by Jorge Hernandez · 6 years ago
  28. 61355e1 Add end-to-end junits for PAP REST API by Jim Hahn · 6 years ago
  29. d81d38b Handle null policy lists by Jim Hahn · 6 years ago
  30. 38a63db Add DMaaP sim configuration files by liamfallon · 6 years ago
  31. 326ec82 Clear servlets at the start of tests by Jim Hahn · 6 years ago
  32. 8714a15 Fix sonar issues in PAP by Jim Hahn · 6 years ago
  33. 7d8509a Support integer policy-version by Jim Hahn · 6 years ago
  34. d641bd5 Support group-oriented REST API by Jim Hahn · 6 years ago
  35. fb05795 Update PDP with null group/subgroup when disabled by Jim Hahn · 6 years ago
  36. e5e24d6 Adding code for db config & initial group creation by ramverma · 6 years ago
  37. 2a76364 Don't change group version number by Jim Hahn · 6 years ago
  38. 04a527e Fix junits broken with policy-id change by Jim Hahn · 6 years ago
  39. c1df0a9 Remove PDP from all active groups by Jim Hahn · 6 years ago
  40. e9df7cf Merge "Add junit tests for PdpGroupDeleteProvider" by Jorge Hernandez · 6 years ago
  41. 2de9161 Merge "Refactor request map" by Jorge Hernandez · 6 years ago
  42. 1da3064 Add junit tests for PdpGroupDeleteProvider by Jim Hahn · 6 years ago
  43. f156e04 Current draft of undeploy by Jim Hahn · 6 years ago
  44. f12eed0 Refactor request map by Jim Hahn · 6 years ago
  45. 63d40cd Adding PdpGroup query & statechange providers by ramverma · 6 years ago
  46. 8d55458 Delay DB updates until all policies processed by Jim Hahn · 6 years ago
  47. 287e9d4 Flesh out policy deployment REST API by Jim Hahn · 6 years ago
  48. 457c9b1 Fixes per latest models updates by Jim Hahn · 6 years ago
  49. 0621ae5 Adding more code to pdp registration handler by ramverma · 6 years ago
  50. 5769b4d Fix classes in pap to align with change in models by ramverma · 6 years ago
  51. b1f91ce Remove pdpType from tests by Jim Hahn · 6 years ago
  52. 3830d26 Add mapper class by Jim Hahn · 6 years ago
  53. df456cc Fix issues with timer manager junits by Jim Hahn · 6 years ago
  54. 2f00429 Adding db provider parameters to pap config file by ramverma · 6 years ago
  55. 0ba127b Add and register DAO provider wrapper by Jim Hahn · 6 years ago
  56. b44967d Add components for PDP communication by Jim Hahn · 6 years ago
  57. 602572e Changes to PAP infrastructure to support PDP by Jim Hahn · 6 years ago
  58. 7b5fd6c Adding query & state change PAP REST API's by ramverma · 6 years ago
  59. da890b5 Merge "Add additional constructors to Exception classes" by Jorge Hernandez · 6 years ago
  60. edbfc1a Updates to PDP deploy/undeploy per Ram's comments by Jim Hahn · 6 years ago
  61. d51dde6 Add additional constructors to Exception classes by Jim Hahn · 6 years ago
  62. dddf89d Add simple deploy/undeploy REST API by Jim Hahn · 6 years ago
  63. 4a3cfdf Add PDP Group Deploy and Delete REST API stubs by Jim Hahn · 6 years ago
  64. 1b801ba Refactor REST server tests by Jim Hahn · 6 years ago
  65. 6fce4b8 Use request id instead of PDP name in listener by Jim Hahn · 6 years ago
  66. a950874 Receive PDP status messages by Jim Hahn · 6 years ago
  67. 57a9709 Merge "Use Coder class" by Jorge Hernandez · 6 years ago
  68. 10afeb2 Merge "Add code to publish to PDP" by Jorge Hernandez · 6 years ago
  69. c3e2ced Use Coder class by Jim Hahn · 6 years ago
  70. b020843 Add code to publish to PDP by Jim Hahn · 6 years ago
  71. 6329d59 Replace static methods with single getInstance by Jim Hahn · 6 years ago
  72. 8246ce3 Add swagger annotations to PAP API's by ramverma · 6 years ago
  73. 74ead72 Adding statistics endpoint to policy/pap by ramverma · 6 years ago
  74. 370c227 Adding healthcheck endpoint to policy/pap by ramverma · 6 years ago
  75. 07b7ba0 Create basic structure of pap component by ramverma · 6 years ago