summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Batch Test improvementsInstrumental2-4/+15
Issue-ID: AAF-776 Change-Id: Ia12106331a1db608955abd353785ab2e765b3c41 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-07Improve BatchesInstrumental5-18/+33
Issue-ID: AAF-740 Change-Id: Ib3e8a3f977964eed2e992dc02154dd3bc90492df 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 LoadInstrumental3-8/+4
Issue-ID: AAF-775 Change-Id: Ib2d6ff3607a30c6e8d74ff24498e5907237d6ff2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-26mv cqlsh check to wait_startInstrumental1-10/+19
Move the check on Cassandra responsiveness to wait_start, and increase new timeout on CQL loads. Issue-ID: AAF-773 Change-Id: I14f2dd4efe6eb8bb150334a28ff4a9a5e63bf964 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-25Fix: AAF timing issuesroot2-3/+15
We wait until the cassandra DB comes up and listen on TCP 9042 before running any cqlsh commands. Also we increse cqlsh --request-timeout to 60 seconds and in order to prevent coordinator write timeouts we increase write_request_ timeout_in_ms to 20 seconds. So that Cassandra DB comes up in all different setpups without any failures. Change-Id: Idf2e1080a0ec39d6a594888f13625ef173aa5467 Issue-ID: AAF-773 Signed-off-by: kranthi.guttikonda@att.com Signed-off-by: root <kranthi.guttikonda@att.com>
2019-02-23Update to 2.1.11-SNAPSHOTInstrumental1-1/+1
Issue-ID: AAF-770 Change-Id: Idc2e09482596f6b74c4935f2f4ff83996f342cb6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-22Refine Local Agent.sh useInstrumental2-9/+2
Issue-ID: AAF-770 Change-Id: Ic6593bde1e16db35cf538cb1d2caa152016f3a82 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20fix new openssl, data, etcInstrumental6-112/+126
Issue-ID: AAF-667 Change-Id: Ic87c5159c453c293d845abea6be0c4cfb3164fc1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-15Batch work and clientInstrumental1-12/+26
Issue-ID: AAF-740 Change-Id: I16da4f2a87ec5d19590f0af642b91f9e2e02b246 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-10Add Cred Reporting MailerInstrumental2-0/+31
Issue-ID: AAF-740,AAF-753,AAF-754 Change-Id: If2efc6ffbfa9897581ea00eb148fa61d793b058e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Minor fixes starting from ScratchInstrumental1-3/+3
Issue-ID: AAF-698 Change-Id: Ie279c11f9f385e9cb179cbe3e16de35cbfa33ecf Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Refine properties for non-rootInstrumental5-31/+12
Issue-ID: AAF-698 Change-Id: I266f0e36842fb506dbb3e412e12eedf64e24418a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-03Approval Batch, prep better JUnitInstrumental3-10/+2
Issue-ID: AAF-740 Change-Id: Id9e8ca121c9bf92c2f98c7a61631e2417bba70b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-01-31Implement public private locatorInstrumental1-1/+1
Issue-ID: AAF-723 Change-Id: Ib5507ccaab0b7e565c98a16733d1b42dfb608095 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-01-22Public and Private Locate entriesInstrumental7-75/+102
Issue-ID: AAF-723 Change-Id: I9dcd2e732ce64b39aaa57a6e9404f275f7ad540c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-01-18Sonar Fix: ConfigDAO.javaArundathi Patil1-7/+9
Fixed sonar issues/code-smells across this file Issue-ID: AAF-721 Change-Id: I14862446a984d07eadc55f1f1ccf7a6d6b1e2a4c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-03Correct JUnit DirsInstrumental4-0/+0
Issue-ID: AAF-694 Change-Id: Ib1c896d849bfa80768ba17c2d071a1c05d2ac488 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-12-30Add more junits in auth cass & misc envSai Gandham10-254/+1347
Issue-ID: AAF-111 Change-Id: Iac8ff0043b89b00f2f6f9f45ccfa6253552d445d Signed-off-by: Sai Gandham <sg481n@att.com>
2018-12-15Add more Junits to auth-cassSai Gandham1-0/+174
Made the constructor of result as public Issue-ID: AAF-111 Change-Id: I5c4f60c4e80bd1f48513ef629ffced60656d670f Signed-off-by: Sai Gandham <sg481n@att.com>
2018-12-08Refactor Batch: RemoveInstrumental2-5/+23
Issue-ID: AAF-670 Change-Id: If5c961500340826e63fb224c10b44d9aed1d6b5e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-29Merge "Fixed sonar issues in FutureDAO.java"Jonathan Gathman1-11/+6
2018-11-28Fixed sonar issues in FutureDAO.javaezhil1-11/+6
Fixed Sonar issues Issue-ID: AAF-648 Change-Id: I45feb124a17aafd6192c024d63200b20ce3ef768 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-28Fixed sonar issue in DelegateDAOezhil1-4/+7
Fixed sonar issue Issue-ID: AAF-647 Change-Id: I0a632a07ad4152fd7700eafefbda3f358930a198 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-28Expire, Remove Batch, restoreInstrumental2-4/+12
Issue-ID: AAF-641 Change-Id: I3d36005d59eb466141154fb729d48d5e2763fa9d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-28Merge "fixes in CassDAOImpl.java"Jonathan Gathman1-17/+20
2018-11-21Batch upgrades for ONAPInstrumental4-0/+82
Issue-ID: AAF-641 Change-Id: I7b5e8b97d8c6c484418c995b6e51507af78fc765 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-21fixes in CassDAOImpl.javaPawel1-17/+20
Change-Id: I46a1f89a5c6fb735bc42df90da9065e3910f6379 Issue-ID: AAF-639 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
2018-11-19Version to 2.1.9Instrumental1-1/+1
Casablanca Issue-ID: AAF-634 Change-Id: I31f9fae6e6ae50dd84911b8f2edbeedbd20208b7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-09Move to AAF 2.1.8-SNAPSHOTInstrumental1-1/+1
Issue-ID: AAF-621 Change-Id: Ie8b33f7adb5a2958066384b93e24357158adf083 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-07Fix Proxy DELETEInstrumental1-1/+7
Issue-ID: AAF-617 Change-Id: I9c9380480eada84cf91effab9330eb0c81770b70 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-05Missing LicensesInstrumental13-6/+247
Issue-ID: AAF-607 Change-Id: Ibd6c50104af69c4164d53aa0f8709520020ce7a5 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-04Liveness for CSITInstrumental1-0/+1
Issue-ID: AAF-606 Change-Id: I740c153d36d7428fbe0b35e8e997d1a5603d6f63 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-02DB RecoverInstrumental3-3/+8
Single DB stoppages not recovering Issue-ID: AAF-605 Change-Id: Ic79c2f71d5142009e7b02896e954980117037e06 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-31Merge "Move to 2.1.17"varun gudisena2-9/+15
2018-10-31Move to 2.1.17Instrumental2-9/+15
Also, fix inconsistent startup of AAF Cass Issue-ID: AAF-598 Change-Id: I9300812ec8d2869e92621473ebd5933c9345f283 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-30Add more junits for auth cassSai Gandham4-0/+259
Issue-ID: AAF-111 Change-Id: I783555e63dd160faccd5967cb49bd1edbf118e3f Signed-off-by: Sai Gandham <sg481n@att.com>
2018-10-24Cass threadInstrumental1-1/+1
Issue-ID: AAF-571 Change-Id: I10fc1bfc60460b47bbf74ed8701aaa9ece99bfa6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-24Cass threadInstrumental1-1/+1
Issue-ID: AAF-571 Change-Id: I2bdf582e5ccd84a27d451589c7975380232b6cf5 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-17Version to 2.1.6Instrumental1-1/+1
Issue-ID: AAF-571 Change-Id: I371b8afd791463290d0ab22bc455b7a84c25aa8e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Repo ScrubInstrumental1-0/+1
Issue-ID: AAF-557 Change-Id: Ibc72e79a2ee314dfe4337d45a55f420a0ad0276c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Version Cass to etcInstrumental1-2/+2
Issue-ID: AAF-557 Change-Id: Ic35dfd133be8e74ba223902d9262daf62703aa57 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Version CassInstrumental1-1/+1
Issue-ID: AAF-557 Change-Id: Id9d61ca2abb429718c6b010cd894d71d4a83ccae Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Old but Existing NFSInstrumental1-6/+12
Issue-ID: AAF-557 Change-Id: Ifb3ad67f7aa285222d216faf10ab050298f80777 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Change to 2.1.5Instrumental2-1/+4
Issue-ID: AAF-557 Change-Id: I3a6bccde89b7d869a9f54e7bf9461352ab64f377 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-12CADI ID TranslateInstrumental1-1/+1
Issue-ID: AAF-556 Change-Id: Ifd6c42012a90b369b41ad5ae8e724fb5950df958 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-11Move to 2.1.3Instrumental1-1/+1
Jessica said "2.1.2.1" might cause issues. Playing it safe... Issue-ID: AAF-557 Change-Id: I3f1cce4cbf9047468ba6ca7554aa127b33d99c10 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-11Move to 2.1.2.1Instrumental1-1/+1
Issue-ID: AAF-557 Change-Id: I6dffe397b7a98eeba60c27b92fcf4a07ad9bd6b9 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-08fix push/pullInstrumental2-2/+3
Issue-ID: AAF-543 Change-Id: Iaf2956866befcf0b1229c2146ebf138b3aa78513 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-08Fix DB pushInstrumental1-2/+2
Issue-ID: AAF-543 Change-Id: I5e2bef6bc228906f221cb13433b8813387a1144d Signed-off-by: Instrumental <jonathan.gathman@att.com>