File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 200200 "endTime" : " 21:10:00"
201201 },
202202 "cronJobForEodSync" : " */60 * * * *" ,
203+ "cronJobForSync" : " 00 08 * * *" ,
204+ "cronJobForEodPIReport" : " 00 10 * * *" ,
203205 "sampleCSVForUser" : " users.csv" ,
204206 "sampleCSVBucketRegion" : " REPLACE_WITH_REGION" ,
205207 "sessionMaxAge" : 900000
Original file line number Diff line number Diff line change 789789 ],
790790 "action" : []
791791 },
792- "external " : {
792+ "internal " : {
793793 "connect" :[
794794 {
795795 "menu" : " Explore" ,
800800 "imageUrl" : " ../../assets/images/link@2x.png"
801801 }
802802 ],
803- "action" :[]
803+ "action" :[
804+ {
805+ "action" : " Edit" ,
806+ "imageUrl" : " ../../assets/images/editStudy.png"
807+ }
808+ ]
804809 },
805810 "Personal" : {
806811 "connect" : [
876881 },
877882 {
878883 "key" : " studyType" ,
879- "value" : " external "
884+ "value" : " internal "
880885 },
881886 {
882887 "key" : " studyType" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 - sp2net
1919
2020 cc-3102 :
21- image : 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.13.2_b1352
21+ image : 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.14.0_b1444
2222 secrets :
2323 - source : sp2prod-config.json
2424 target : /rlc/cc/server/app/config/config.json
@@ -42,7 +42,7 @@ services:
4242 command : /bin/bash start.sh
4343
4444 scheduler-3102 :
45- image : 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.13.2_b1352
45+ image : 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.14.2_b1444
4646 secrets :
4747 - source : sp2prod-config.json
4848 target : /rlc/cc/server/app/config/config.json
@@ -62,7 +62,7 @@ services:
6262 command : node ./app/scheduler/app.js
6363
6464 notificationsink :
65- image : 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.13.2_b3
65+ image : 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.14.0_b3
6666 secrets :
6767 - source : sp2prod-config.json
6868 target : /opt/app/config/config.json
Original file line number Diff line number Diff line change 11#! /bin/bash -xe
22sudo docker login -u AWS -p $( aws ecr get-login-password --region us-east-2) 045938549113.dkr.ecr.us-east-2.amazonaws.com
3- sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.13.2_b1352
3+ sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.14.0_b1444
44sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/nginx:latest
5- sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.13.2_b3
5+ sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.14.0_b3
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Resources:
140140 MasterUsername : rguser
141141 MasterUserPassword :
142142 Fn::Sub : " {{resolve:secretsmanager:${DocDBClusterRotationSecret}::password}}"
143- EngineVersion : 3.6 .0
143+ EngineVersion : 4.0 .0
144144 DBSubnetGroupName : !Ref DocumentDBSubnetGroup
145145 VpcSecurityGroupIds :
146146 - !GetAtt DocumentDBSecurityGroup.GroupId
@@ -189,4 +189,4 @@ Outputs:
189189 ClusterPort :
190190 Value : !GetAtt DBCluster.Port
191191 EngineVersion :
192- Value : " 3.6 .0"
192+ Value : " 4.0 .0"
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ Resources:
165165 Type : AWS::EC2::Instance
166166 Properties :
167167 ImageId : ami-0fb3fe843311c4412
168- InstanceType : t3.medium
168+ InstanceType : t3.large
169169 Monitoring : " true"
170170 DisableApiTermination : " false"
171171 IamInstanceProfile :
You can’t perform that action at this time.
0 commit comments