summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12Merge "Fixed sonar issues in Approval.java"Jonathan Gathman1-57/+56
2019-07-12Merge "Fixed sonar issue in ApprovalSet.java"Jonathan Gathman1-1/+1
2019-07-12Merge "Fixed sonar issue in URApproval.java class"Jonathan Gathman1-1/+1
2019-07-09Merge "Cred delete fixes"Sai Gandham16-104/+214
2019-07-08Cred delete fixesGathman, Jonathan (jg1555)16-104/+214
Issue-ID: AAF-857 Change-Id: I5e590eec0e18a17bb9f89d7f704c86fca3f377de Signed-off-by: Gathman, Jonathan (jg1555) <jg1555@us.att.com>
2019-07-05Fixed sonar issues in Approval.javaArundathi Patil1-57/+56
Fixed multiple sonar issues across this file Issue-ID: AAF-862 Change-Id: I7d2fa8a533ca321ed64646a8aeb302830da751f9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issue in ApprovalSet.javaArundathi Patil1-1/+1
Removed declaration of CadiException as it is never thrown from the method Issue-ID: AAF-861 Change-Id: I02f5c0e5c9c664da788109d00bb30ed9c10a6e88 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issue in URApproval.java classArundathi Patil1-1/+1
Removed the declaration of thrown CadiException as it is never thrown from the method. Issue-ID: AAF-860 Change-Id: I62af4f65923f3e1eb995118421d68f4f843caeb5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-03Merge "Approval page flaw"Sai Gandham2-3/+2
2019-07-03Merge "Commented out dead/unreachable code (maybe some error in control logic?)"Jonathan Gathman1-9/+11
2019-07-03Merge "Moved null ref check to line before dereferencing"Jonathan Gathman1-9/+11
2019-07-03Merge "Fixed deref of null object at error message"Jonathan Gathman1-1/+6
2019-07-03Approval page flawInstrumental2-3/+2
Issue-ID: AAF-857 Change-Id: Ib691e240f9427006ec6d909671207cbaaeca7473 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-02update Approvals from TestingInstrumental9-241/+332
Issue-ID: AAF-857 Change-Id: Ic7780678991f5d3f25f2634d1a8b15cc03f62592 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-28Updates for DirectLocatorInstrumental5-10/+31
Issue-ID: AAF-857 Change-Id: I55cdedad9dfaf4be8c785aa5f503f71fe4504070 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-27SONAR flagged fixesInstrumental7-27/+52
Issue-ID: AAF-857 Change-Id: I0b2d6b985fd7f8abc3d133d6db37865aa300e75f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-26Changes from Onsite TestsInstrumental17-55/+167
Issue-ID: AAF-857 Change-Id: I3fbed32ff5b2bb8f05f4f932c8dc2f4012c8b429 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-24fix Release versionInstrumental1-1/+1
Issue-ID: AAF-858 Change-Id: I9838d0eec689ac8d9ae99f16235b90767aad3a87 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-20Update Release Notes, more docsGathman, Jonathan (jg1555)2-1/+65
Issue-ID: AAF-854 Change-Id: I1f89cb3dff1dffbfaf903d9be5b7c450eebbeb7d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-20Fixes/Refinements from TestingInstrumental60-258/+764
Issue-ID: AAF-857 Change-Id: I2c5a542982b77011ad4ed5c41e08e045c83e2e3f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-11Update for more Logging InfoInstrumental34-140/+431
Issue-ID: AAF-853 Change-Id: I51e9160e2b53ebf74ba5f93c9a634a790f7ed848 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-08Agent correctly sort Cert Chain/TruststoreInstrumental23-124/+255
GUI fix Issue-ID: AAF-852 Change-Id: Ie703b7aee0a77074fac5c1aab3bdf402862243ac Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-06Commented out dead/unreachable code (maybe some error in control logic?)Oleksandr Moliavko1-9/+11
Issue-ID: AAF-837 Change-Id: I6661713112a2f3537db7a1bfb8c14af20360f36d Signed-off-by: AlexMolyavko <o.moliavko@samsung.com>
2019-06-05Moved null ref check to line before dereferencingOleksandr Moliavko1-9/+11
Issue-ID: AAF-837 Change-Id: I67d258a1b585eaa683dc75cfcd18bbbe41a34743 Signed-off-by: AlexMolyavko <o.moliavko@samsung.com>
2019-06-05Fixed deref of null object at error messageOleksandr Moliavko1-1/+6
Issue-ID: AAF-837 Change-Id: Ied689ca30d0949e92a92b723fc77f417ade5f0e8 Signed-off-by: AlexMolyavko <o.moliavko@samsung.com>
2019-06-03move to JJB, missed filesInstrumental4-43/+0
Issue-ID: AAF-842 Change-Id: I4f5d7bd8ecc86bdb11d55928d9461aae5efe10d2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-03move to JJBInstrumental22-217/+2
Issue-ID: AAF-842 Change-Id: Iaa9512a2201f74c0b1e92bd7ad9a1fa05b94bb54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Switch to new Locate FeaturesInstrumental18-25/+51
Issue-ID: AAF-839 Change-Id: I3122d32330c7e0fab533db8355183dbff68f7cc7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Update DNSLocator code and useInstrumental17-54/+247
Issue-ID: AAF-838 Change-Id: Ieaf112365e40237b6f252371d2d2f95e9bc47f89 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31add junits to auth cassSai Gandham3-141/+106
renamed direct locator creator Issue-ID: AAF-111 Change-Id: I72889a00502f68cab39b572f184cd23189e87640 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-29fix another minor SonarInstrumental1-2/+3
Issue-ID: AAF-835 Change-Id: I923b05c702060dea0b23aa343a7203782511d52f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-29fix minor SONAR bugInstrumental1-1/+2
Issue-ID: AAF-835 Change-Id: I46bc1fcd083a26fe45f10f6f69913840fe4cdbaf Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-29Post Init Service StarterInstrumental85-1912/+1360
minor fixes Remove JU generated garbage files Issue-ID: AAF-835 Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-24more junits to auth cass moduleSai Gandham10-81/+447
Issue-ID: AAF-111 Change-Id: I7a1d2fd1568c9270174133e266d9590fe769dc7e Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-23El Alto start with 2.1.14Instrumental38-35/+34
Issue-ID: AAF-834 Change-Id: I35cb2c87889f8ed51527c4cd5cfa79789ccd20b0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-20Add junits to auth cassSai Gandham9-11/+3190
Issue-ID: AAF-111 Change-Id: I65684b72d3b9e9bb9314345b2dd6efd1c5efa4f2 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-12Add more junits to auth cassdelete4.0.0-ONAPSai Gandham8-9/+1839
fixed exceptions and add more junits Issue-ID: AAF-111 Change-Id: Iffe75bbc87078896c37a70a549bfbcc39735a21d Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-03Adjust STAGING tagInstrumental1-2/+2
Issue-ID: AAF-823 Change-Id: I9738105929c5b12ddf5cd11664ec701848593765 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-03Fix JU_CachInfoDAOInstrumental1-3/+3
Issue-ID: AAF-111 Change-Id: I189c3409be242daf3f48079ab7cad1327386b1b9 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-03Merge "AAF STAGING tags"Sai Gandham1-4/+6
2019-05-03AAF STAGING tagsGathman, Jonathan (jg1555)1-4/+6
Issue-ID: AAF-823 Change-Id: I1dbb1c61f7a9cbad6fa9e1673fb675c85cb29797 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02update by DMaap Request #22.1.13Instrumental6-835/+836
Issue-ID: AAF-824 Change-Id: I55393c1b3344c7c23a3dfa2283f42b548c36bd8b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02Merge "add few junits"Jonathan Gathman2-0/+725
2019-05-02add few junitsSai Gandham2-0/+725
Skipped some as need cleanup due to exception. Issue-ID: AAF-111 Change-Id: Ie548e40261a9b8fa5ff9f2153a3a2dea840ede6a Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-02update by DMaap RequestInstrumental7-804/+805
Issue-ID: AAF-824 Change-Id: Id7a4b31692620ec7b077403115da975511aadd8d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02Version to 2.1.13Instrumental30-31/+31
Issue-ID: AAF-785 Change-Id: I5e675b1ab0e25e89996c25da98412642800646dd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02update Release Notes and Doc IssueGathman, Jonathan (jg1555)2-28/+65
Issue-ID: AAF-760 Change-Id: I7352f70a0290eb778a75992c83163f24933747af Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-01Initialization issuesInstrumental9-22/+28
Issue-ID: AAF-822 Change-Id: I34b2e1cb73667238c1c0561ff47b76cbdd7af2e3 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-30Merge "Clean LOCAL Dir based on VERSION"Sai Gandham9-20/+140
2019-04-30Clean LOCAL Dir based on VERSIONInstrumental9-20/+140
Issue-ID: AAF-821 Change-Id: I5fde81467d46130d3a39de415604c7702fecbaa8 Signed-off-by: Instrumental <jonathan.gathman@att.com>