summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch
AgeCommit message (Collapse)AuthorFilesLines
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 "Add junits to batch & cass modules"Jonathan Gathman6-0/+989
2019-08-06Move AAF Poms to 2.1.16Instrumental1-1/+1
Issue-ID: AAF-932 Change-Id: Idb69e2ada6244266d671b1ec0337e33dec218f3d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-05Add junits to batch & cass modulesSai Gandham6-0/+989
Issue-ID: AAF-111 Change-Id: I8067dcb4a57192cf0ac273d7364a60d03f300ba6 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-08-02Maven Docker BuildInstrumental1-238/+231
Issue-ID: AAF-917 Change-Id: I259786040c74a7198b3597f4a92c0e8458666560 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-22Change API Version to 2.1.15Gathman, Jonathan (jg1555)2-1/+184
Issue-ID: AAF-902 Change-Id: I25ea4791fcbe45612197d7206b4af1ae23b6c489 Signed-off-by: Gathman, Jonathan (jg1555) <jg1555@us.att.com>
2019-07-12Merge "Sonar Fix: NotifyCredBody.java"Jonathan Gathman1-2/+8
2019-07-12Merge "Sonar Fix: NsAttrib.java"Jonathan Gathman1-8/+8
2019-07-12Merge "Sonar Fix: NS.java"Jonathan Gathman1-1/+0
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-11Sonar Fix: NotifyCredBody.javaArundathi Patil1-2/+8
Fixed multiple sonar issues in this file Issue-ID: AAF-870 Change-Id: I745b06933588264dfee0b5c26eba6540ab66415b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-10Sonar Fix: NS.javaArundathi Patil1-1/+0
Removed unused import from file Issue-ID: AAF-865 Change-Id: Ib20722520fb2da1b32e88e9450d3e85c69bf7841 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-10Sonar Fix: NsAttrib.javaArundathi Patil1-8/+8
Moved a variable as per the java code convention Issue-ID: AAF-866 Change-Id: If2fe01e3e22171356ed4f24066c5573e67a9187f Signed-off-by: Arundathi Patil <arundpil@in.ibm.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-06-03move to JJBInstrumental1-11/+1
Issue-ID: AAF-842 Change-Id: Iaa9512a2201f74c0b1e92bd7ad9a1fa05b94bb54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-29Post Init Service StarterInstrumental1-1/+13
minor fixes Remove JU generated garbage files Issue-ID: AAF-835 Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-23El Alto start with 2.1.14Instrumental1-1/+1
Issue-ID: AAF-834 Change-Id: I35cb2c87889f8ed51527c4cd5cfa79789ccd20b0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02Version to 2.1.13Instrumental1-1/+1
Issue-ID: AAF-785 Change-Id: I5e675b1ab0e25e89996c25da98412642800646dd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-30Clean LOCAL Dir based on VERSIONInstrumental4-15/+122
Issue-ID: AAF-821 Change-Id: I5fde81467d46130d3a39de415604c7702fecbaa8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-23Change Version to 2.1.12-SNAPSHOTInstrumental1-1/+1
Issue-ID: AAF-819 Change-Id: I9c85ceef4bd35d1877279d72e0f9a9f042cc06d1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-23Update Approval in BatchInstrumental4-111/+102
Issue-ID: AAF-811 Change-Id: Iaed4c46901d5bd452979b1415cdccf85ce55211b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-13Improve Upload BatchInstrumental9-245/+213
Issue-ID: AAF-811 Change-Id: Ia2289c764d0c5a14627d58349397a121f1960703 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-11Merge "Future.java - sonar fixes"Jonathan Gathman1-27/+18
2019-04-11LastNotified.java - sonar fixesDriptaroop Das1-12/+7
LastNotified.java - sonar fixes Issue-ID: AAF-807 Change-Id: I52e2ccc446cbe594fde217ce2b272a0b86e41afd Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-04-09Future.java - sonar fixesDriptaroop Das1-27/+18
Future.java - sonar fixes Issue-ID: AAF-807 Change-Id: I1d94cf7db94f3e5a15fe61be72d23e0ea6084bdb Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-04-05Refine Helm Client ChartsInstrumental1-12/+8
Issue-ID: AAF-802 Change-Id: Ie00cd2919eeecef00aac1dae139c7ef80092589a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-03Add OneWeekCred noticeInstrumental3-24/+59
Issue-ID: AAF-789 Change-Id: Ib52310e9376f057d04a7158995db53b7df3224c6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-03Create Helm based Certificates for ClientsInstrumental5-276/+321
Issue-ID: AAF-802 Change-Id: I5fdc4daecd6bac7f042940473784cfb05c9e338e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-27remove INFORMATIONAL emailInstrumental3-163/+4
Users found confusing. Can be reinstated later if matching GUI elements created.. Correct Onboard Doc Issue-ID: AAF-798 Change-Id: Ic3672626df919791141f897ed11c818e594c8d7b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-26Mod some loggingInstrumental1-1/+1
Issue-ID: AAF-798 Change-Id: I1b97d309b0a2b86e49dd79d6b712f1c4506647cd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-23Remove Sonar False PositiveInstrumental1-0/+3
Issue-ID: AAF-789 Change-Id: I45395a10db621fb1dd4a4cc0806e0244554d67d0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-22Batch, Remove unneeded Classes, refine, etcInstrumental73-6220/+300
Issue-ID: AAF-789 Change-Id: I48b39bb79144b20dfac5ff61e41ea4f0035b8442 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-19Update Batch from TestingInstrumental7-71/+87
Issue-ID: AAF-789 Change-Id: Ie26798de8b2afe2114f7712fb84798a7bff8e72b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-16Changes from Batch TestInstrumental6-47/+51
Issue-ID: AAF-789 Change-Id: Id07cb5dbc29c52b85de09471510a5c44c8b368b8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-14Change Sonar flagged codeInstrumental8-13/+22
Issue-ID: AAF-788 Change-Id: Ib4a2f69be5b0c9d85d30855cedbb786d21ac56cc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-14Change version to 2.1.11-SNAPSHOTInstrumental1-1/+1
Issue-ID: AAF-788 Change-Id: I3d98d495e4258d551bd6ab7b7455cfd052c3f239 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-13Batch Test improvementsInstrumental19-534/+459
Issue-ID: AAF-776 Change-Id: Ia12106331a1db608955abd353785ab2e765b3c41 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-07Improve BatchesInstrumental19-304/+635
Issue-ID: AAF-740 Change-Id: Ib3e8a3f977964eed2e992dc02154dd3bc90492df Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-01DataMigration, other BatchInstrumental15-760/+185
Issue-ID: AAF-776, AAF-753 Change-Id: Ia0593d7297c7af21c801b735f28ccab6867031f0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-27Change verison to match POMs2.1.10Instrumental1-1/+1
Issue-ID: AAF-771 Change-Id: Ibd7958cab6547bdcea8d766e1f0aec67d3250fb9 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-26Improve Batch Bulk LoadInstrumental5-94/+92
Issue-ID: AAF-775 Change-Id: Ib2d6ff3607a30c6e8d74ff24498e5907237d6ff2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-23Update to 2.1.11-SNAPSHOTInstrumental2-5/+1
Issue-ID: AAF-770 Change-Id: Idc2e09482596f6b74c4935f2f4ff83996f342cb6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-22Refine Local Agent.sh useInstrumental1-22/+26
Issue-ID: AAF-770 Change-Id: Ic6593bde1e16db35cf538cb1d2caa152016f3a82 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-21Merge "Sonar fix: Notification.java"Jonathan Gathman1-17/+17
2019-02-21Merge "Sonar Fox: InputIterator.java"Jonathan Gathman1-1/+3
2019-02-21Merge "Sonar Fix: NotifyApprovals.java"Jonathan Gathman1-5/+7
2019-02-20Add more junits to auth-batchSai Gandham10-18/+2003
Issue-ID: AAF-111 Change-Id: I4159ef44c88af6d80da0243d6532f9e422ae6f12 Signed-off-by: Sai Gandham <sg481n@att.com>