summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04K8s doesn't necessarily support DNSInstrumental8-25/+78
Issue-ID: AAF-963 Change-Id: I65248837fc217b0ccc09f2afe02e14c716ca5bcc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-04Update El Alto Init Data from TEST EnvInstrumental7-993/+1012
Issue-ID: AAF-963 Change-Id: I71c88fe2aa355b9521c9b2fedec77ce9d537d420 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-03Update Fixes from testingInstrumental32-226/+694
Issue-ID: AAF-961 Change-Id: I142e460607bf32a785037fa2360b1c0efc3948b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-29Update CSIT to 2.1.16kaihlavi1-1/+1
Update d.props.csit with the latest image version that was updated elsewhere in https://gerrit.onap.org/r/#/c/aaf/authz/+/92948/ and https://gerrit.onap.org/r/#/c/aaf/authz/+/92846/ to have quick fix for https://jenkins.onap.org/view/CSIT/job/aaf-master-csit-aafapi/ Issue-ID: AAF-958 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Ic9cbf82258d7ad5e236bc5d821a872f259cf9743
2019-08-22Merge "Update M2/3 API Docs Update M2/3 Release Notes"Sai Gandham4-14/+41
2019-08-22Merge "Remove the declaration of thrown exception"Jonathan Gathman1-2/+2
2019-08-22Merge "Sonar fix - ApprovalSet.java - Remove this unused import ↵Jonathan Gathman1-1/+0
'org.onap.aaf.cadi.CadiException'"
2019-08-22Merge "Sonar Fix - Use already-defined constant 'DENIED' instead of ↵Jonathan Gathman1-1/+1
duplicating its value here"
2019-08-22Update M2/3 API DocsInstrumental4-14/+41
Update M2/3 Release Notes Issue-ID: AAF-921, AAF-925 Change-Id: I643138df179b0391c9cb86ecfad44be1e95e9b46 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-21Remove the declaration of thrown exceptionanushadasari1-2/+2
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException','java.io.IOException' as it cannot be thrown from constructor's and method body. Change-Id: I84519b6df9998bbbc9203a59cc4470f8ef8b4e0f Issue-ID: AAF-946 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-20Sonar fix - ApprovalSet.java - Remove this unused import ↵dinesha1-1/+0
'org.onap.aaf.cadi.CadiException' Fixed sonar issues across the file Issue-ID: AAF-909 Change-Id: I1e6c8540dc51c1337d4681ee26999297bf767a92 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-16junit for facade implemetationSai Gandham1-0/+3502
Issue-ID: AAF-111 Change-Id: I856bac0e091a4e30e309c9f7628c25033051677a Signed-off-by: Sai Gandham <sg481n@att.com>
2019-08-13Sonar Fix - Use already-defined constant 'DENIED' instead of duplicating its ↵dinesha1-1/+1
value here Fixed sonar issues across the file Issue-ID: AAF-909 Change-Id: I332a6587cab39edb7986f5db2545db5ce2bb08dd Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-12AAF-876-remove unused variable from FacadeImpl.javaThugutla sailakshmi1-3/+0
remove unused variable from FacadeImpl.java Issue-ID: AAF-876 Change-Id: I2a643dec65121653ae200b382e048f1cc1a8d0d8 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-12Merge "Sonar Fix - Perm.java - removed unused import"Jonathan Gathman1-1/+0
2019-08-12Sonar Fix - Role.java - Removed unused importdinesha1-1/+0
Fixed Sonar issues across the file Issue-ID: AAF-909 Change-Id: I1f8a030e08b7cb0b4f0562daaeacf752cbe72e74 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-12Sonar Fix - Perm.java - removed unused importdinesha1-1/+0
Fixed sonar issues across the file Issue-ID: AAF-909 Change-Id: Ib6f958878a9229fe734cae1e0ac702d84562c06b Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-07Add Range to Approval ReportInstrumental1-1/+1
Issue-ID: AAF-937 Change-Id: I3ecdcb9875c3cc2ae26d46b57030d7d970187d31 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-07missed 2.1.16 for Docker propsInstrumental1-1/+1
Issue-ID: AAF-932 Change-Id: If8f2c68bf2b618ffd07c1ef2a87c227376e7569a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-07Remove Tabs, per JococoInstrumental246-20013/+20013
Issue-ID: AAF-932 Change-Id: I3ab0ebcc082048d2d1424a58a90ea479fb005ee6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-07Merge "Sonar Fix: ApprovalDAO.java"Jonathan Gathman1-7/+18
2019-08-07Merge "Sonar Fix: CacheInfoDAO.java"Jonathan Gathman1-13/+16
2019-08-07Merge "Sonar Fix - AuthzCassServiceImpl.java"Jonathan Gathman1-1/+1
2019-08-07Merge "Remove Unused Import"Jonathan Gathman1-3/+0
2019-08-07Fix Release Yaml for 2.1.16Instrumental2-1/+9
Issue-ID: AAF-932 Change-Id: I152afea38597071f6e0e2b2144720b46f9cf8d71 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-07Remove Unused Importanushadasari1-3/+0
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing Change-Id: I05b40d390175827e6be72c400fa7084c9154b053 Issue-ID: AAF-933 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-06Merge "sonar fix - remove literal boolean true value"Jonathan Gathman1-1/+1
2019-08-06Merge "AAF-892- move the variable to follow rules"Jonathan Gathman1-1/+4
2019-08-06Merge "Sonar Fix: Cred.java"Jonathan Gathman1-7/+12
2019-08-06Merge "Sonar fix: Role.java"Jonathan Gathman1-3/+5
2019-08-06Merge "Sonar fix: CSRMeta.java"Jonathan Gathman1-1/+3
2019-08-06Merge "ParseException.java"Jonathan Gathman1-0/+49
2019-08-06Merge "sonar fix AAFcli.java"Jonathan Gathman1-1/+1
2019-08-06Merge "Sonar fix: Perm.java"Jonathan Gathman1-1/+3
2019-08-06Merge "Add junits to batch & cass modules"Jonathan Gathman7-6/+1011
2019-08-06Move AAF Poms to 2.1.16Instrumental33-35/+35
Issue-ID: AAF-932 Change-Id: Idb69e2ada6244266d671b1ec0337e33dec218f3d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-06Docker Jar SNAPSHOT issuesInstrumental6-71/+70
Issue-ID: AAF-917 Change-Id: Ic3af68bb26d9cb29f1493c53571266ab80a5a82f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-05Docker Deal with SNAPSHOTInstrumental1-5/+17
Issue-ID: AAF-917 Change-Id: Ib97058d19164c05e43c96c1df68bbc1cddea1644 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-05add push commandsInstrumental2-1/+32
Issue-ID: AAF-917 Change-Id: I8a23aa2fc9e5ce397598bdf412fe1253b3a77876 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-05agent.sh for k8Instrumental6-5/+118
Issue-ID: AAF-917 Change-Id: Ie939808798471b2bfde56515269985d0d44d83be Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-05Add junits to batch & cass modulesSai Gandham7-6/+1011
Issue-ID: AAF-111 Change-Id: I8067dcb4a57192cf0ac273d7364a60d03f300ba6 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-08-04Release aaf-authz 2.1.15Aric Gardner2-0/+8
Also add .gitreview, as this repo is missing it Issue-ID: OPTFRA-548 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I14ba7e1a0503338c0a320485b697675ce1ecf6f3
2019-08-02Make Docker build from Root MavenInstrumental3-1/+41
Issue-ID: AAF-917 Change-Id: Ieeac6254a626a4de42e6f082b727ec52fe9bb194 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-02Maven Docker BuildInstrumental32-5534/+5480
Issue-ID: AAF-917 Change-Id: I259786040c74a7198b3597f4a92c0e8458666560 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-01Slight mod for Cass DockerfileInstrumental3-4/+4
Issue-ID: AAF-917 Change-Id: I5b086aa126c602513474569a56adbbc9360ee877 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-31Create Service JUnit Base Class, and first method updateInstrumental2-18/+46
Issue-ID: AAF-916 Change-Id: I8bc9c46c04a656e90b52ae54fee59b00ba0c451e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-30Add new JUnit StructureInstrumental5-29/+380
Issue-ID: AAF-902 Change-Id: I5d13132cedb6b0dae115c160c68c42f2d85277c3 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-28Sonar Fix: ApprovalDAO.javaArundathi Patil1-7/+18
Fixed sonar issues across this file Issue-ID: AAF-912 Change-Id: I030cf2e17e52fa8efe2bc2f003222794e7f9c55a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-28Sonar Fix: CacheInfoDAO.javaArundathi Patil1-13/+16
Fixed sonar issues across this file Issue-ID: AAF-911 Change-Id: I3810ba6a6de894002a12faaa49bc59501e848917 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-26Fix GUI image locationsInstrumental21-4/+16
Issue-ID: AAF-902 Change-Id: Id650f1661ef6085e57ee5b10b02aedf56900e5c7 Signed-off-by: Instrumental <jonathan.gathman@att.com>