Batch upgrades for ONAP 98/73298/1
authorInstrumental <jonathan.gathman@att.com>
Wed, 21 Nov 2018 22:06:17 +0000 (16:06 -0600)
committerInstrumental <jonathan.gathman@att.com>
Wed, 21 Nov 2018 22:06:24 +0000 (16:06 -0600)
commitf95fc5f7ae9cf1832eae2451be883477bbd08f16
tree75beb85f559840a2019ce81257f4b9dc49d1e0ca
parente92832a4f8dbcc18dff57ff09232c5b75687742e
Batch upgrades for ONAP

Issue-ID: AAF-641
Change-Id: I7b5e8b97d8c6c484418c995b6e51507af78fc765
Signed-off-by: Instrumental <jonathan.gathman@att.com>
36 files changed:
auth/auth-batch/logs/DEVL/ExpiredBefore2018-11-06.csv [new file with mode: 0644]
auth/auth-batch/logs/DOCKER/AllOwnersExpired2018-11-21.csv [new file with mode: 0644]
auth/auth-batch/logs/DOCKER/Expired2018-11-21.csv [new file with mode: 0644]
auth/auth-batch/logs/DOCKER/OneMonthAway2018-11-21.csv [new file with mode: 0644]
auth/auth-batch/logs/DOCKER/TwoMonthsAway2018-11-21.csv [new file with mode: 0644]
auth/auth-batch/logs/DOCKER/TwoWeeksAway2018-11-21.csv [new file with mode: 0644]
auth/auth-batch/logs/LOCAL/ExpiredBefore2018-11-06.csv [new file with mode: 0644]
auth/auth-batch/logs/TEST/AllOwnersExpired2018-11-20.csv [new file with mode: 0644]
auth/auth-batch/logs/TEST/Expired2018-11-20.csv [new file with mode: 0644]
auth/auth-batch/logs/TEST/OneMonthAway2018-11-20.csv [new file with mode: 0644]
auth/auth-batch/logs/TEST/TwoMonthsAway2018-11-20.csv [new file with mode: 0644]
auth/auth-batch/logs/TEST/TwoWeeksAway2018-11-20.csv [new file with mode: 0644]
auth/auth-batch/pom.xml
auth/auth-batch/src/.gitignore [new file with mode: 0644]
auth/auth-batch/src/assemble/auth-batch.xml [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/Batch.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/CQLBatch.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Cred.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/UserRole.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/Visitor.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/helpers/X509.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/reports/Expiring.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/reports/ExpiringNext.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/update/ExpiringOrig.java [moved from auth/auth-batch/src/main/java/org/onap/aaf/auth/update/Expiring.java with 98% similarity]
auth/auth-batch/src/main/java/org/onap/aaf/auth/update/ExpiringP2.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/update/NotifyCredExpiring.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/update/Remove.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/update/Upload.java [new file with mode: 0644]
auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_UserRole.java
auth/auth-cass/cass_init/authBatch.props [new file with mode: 0644]
auth/auth-cass/cass_init/restore.sh [new file with mode: 0644]
auth/auth-cass/docker/Dockerfile.cass
auth/auth-cass/docker/dbuild.sh
auth/auth-core/src/main/java/org/onap/aaf/auth/org/Mailer.java
auth/auth-deforg/src/main/java/org/onap/aaf/org/DefaultOrg.java
cadi/core/src/main/java/org/onap/aaf/cadi/util/CSV.java