Skip to content

Commit 5737d91

Browse files
authored
Merge pull request #2973 from RestComm/FS-56_change_rvd_context
FS-56 Changed RVD context 'restcomm-rvd' -> 'visual-designer'
2 parents 14f7972 + 8bacd84 commit 5737d91

File tree

48 files changed

+140
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+140
-140
lines changed

release/build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<get src="https://api.github.com/repos/RestComm/visual-designer/releases/latest" dest="${configuration.directory}/rvd-latest-release.json"></get>
4848
<replaceregexp file="${configuration.directory}/rvd-latest-release.json" match='.*"browser_download_url":"([^"]+)".*' replace="\1"/>
4949
<loadfile property="restcomm-rvd.github-download.url" srcFile="${configuration.directory}/rvd-latest-release.json"/>
50-
<property name="restcomm-rvd.path" value="${configuration.directory}/restcomm-rvd.war"/>
50+
<property name="restcomm-rvd.path" value="${configuration.directory}/visual-designer.war"/>
5151
<delete file="${configuration.directory}/rvd-latest-release.json"/>
5252

5353
<condition property="restcomm-rvd.download.url" value="https://oss.sonatype.org/content/groups/public/org/restcomm/restcomm-connect-rvd/${rvd.version}/restcomm-connect-rvd-${rvd.version}.war" else="${restcomm-rvd.github-download.url}">
@@ -157,7 +157,7 @@
157157
<exec executable="wget" failonerror="true">
158158
<arg value="${restcomm-rvd.download.url}"/>
159159
</exec>
160-
<move file="${base.dir}/restcomm-rvd.war" todir="${configuration.directory}"/>
160+
<move file="${base.dir}/visual-designer.war" todir="${configuration.directory}"/>
161161
</target>
162162

163163
<target depends="get-restcomm-media" name="extract-restcomm-media">
@@ -218,8 +218,8 @@
218218
<touch file="${release.as7.dir}/standalone/deployments/restcomm-management.war.dodeploy"/>
219219

220220
<!-- Copy RVD -->
221-
<unzip dest="${release.as7.dir}/standalone/deployments/restcomm-rvd.war" src="${configuration.directory}/restcomm-rvd.war"/>
222-
<touch file="${release.as7.dir}/standalone/deployments/restcomm-rvd.war.dodeploy"/>
221+
<unzip dest="${release.as7.dir}/standalone/deployments/visual-designer.war" src="${configuration.directory}/visual-designer.war"/>
222+
<touch file="${release.as7.dir}/standalone/deployments/visual-designer.war.dodeploy"/>
223223

224224
<!--Copy Rvd ES Demo-->
225225
<copy failonerror="true" file="${configuration.directory}/RvdExternalServicesDemo.war" tofile="${release.as7.dir}/standalone/deployments/RvdExternalServicesDemo.war"/>

restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-SecureSSL.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SslRestCommConf(){
3434
echo "Will properly configure HTTPS Connector ";
3535
FILERESTCOMMXML=$BASEDIR/standalone/deployments/restcomm.war/WEB-INF/web.xml
3636
FILEMANAGERXML=$BASEDIR/standalone/deployments/restcomm-management.war/WEB-INF/web.xml
37-
FILERVDXML=$BASEDIR/standalone/deployments/restcomm-rvd.war/WEB-INF/web.xml
37+
FILERVDXML=$BASEDIR/standalone/deployments/visual-designer.war/WEB-INF/web.xml
3838
FILEOLYMPUSXML=$BASEDIR/standalone/deployments/olympus.war/WEB-INF/web.xml
3939
#Disable HTTP if set to true.
4040
if [[ "$DISABLE_HTTP" == "true" || "$DISABLE_HTTP" == "TRUE" ]]; then

restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-dashboard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
DASHBOARD_ROOT="$RESTCOMM_HOME"/standalone/deployments/restcomm-management.war
2525
DASHBOARD_JSON_FILE="$DASHBOARD_ROOT"/conf/dashboard.json
2626

27-
sed -i "s|\"rvdUrl\":\"[^\"]*\"|\"rvdUrl\":\"$RVD_URL/restcomm-rvd\"|" "$DASHBOARD_JSON_FILE"
27+
sed -i "s|\"rvdUrl\":\"[^\"]*\"|\"rvdUrl\":\"$RVD_URL/visual-designer\"|" "$DASHBOARD_JSON_FILE"
2828

2929
echo "Dasboard configured:"
3030
cat $DASHBOARD_JSON_FILE

restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RESTCOMM_BIN=$RESTCOMM_HOME/bin
1111
RESTCOMM_DARS=$RESTCOMM_HOME/standalone/configuration/dars
1212
RESTCOMM_CONF=$RESTCOMM_HOME/standalone/configuration
1313
RESTCOMM_DEPLOY=$RESTCOMM_HOME/standalone/deployments/restcomm.war
14-
RVD_DEPLOY_PATH=$RESTCOMM_HOME/standalone/deployments/restcomm-rvd.war
14+
RVD_DEPLOY_PATH=$RESTCOMM_HOME/standalone/deployments/visual-designer.war
1515

1616
## FUNCTIONS
1717

restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
## requirements:
1212
##
1313
## RESTCOMM_HOME env variable to be set
14-
## rvd.xml should be in place (under $RESTCOMM_HOME/standalone/deployments/restcomm-rvd.war)
14+
## rvd.xml should be in place (under $RESTCOMM_HOME/standalone/deployments/visual-designer.war)
1515
##
1616
## Author: [email protected] - Orestis Tsakiridis
1717

1818
# Variables
19-
RVD_ROOT=$RESTCOMM_HOME/standalone/deployments/restcomm-rvd.war
19+
RVD_ROOT=$RESTCOMM_HOME/standalone/deployments/visual-designer.war
2020
RVD_XML_FILE=$RVD_ROOT/WEB-INF/rvd.xml
2121

2222
updateVideoSupport() {

restcomm/configuration/mobicents_build.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@
222222
file="${workspace.mobicents-restcomm.dir}/restcomm.ui/target/restcomm-management.war"/>
223223

224224
<!-- Copy RVD -->
225-
<!--<copy todir="${release.tomcat.dir}/webapps/restcomm-rvd" failonerror="true">
226-
<fileset dir="${workspace.mobicents-restcomm.dir}/restcomm.rvd/target/restcomm-rvd">
225+
<!--<copy todir="${release.tomcat.dir}/webapps/visual-designer" failonerror="true">
226+
<fileset dir="${workspace.mobicents-restcomm.dir}/restcomm.rvd/target/visual-designer">
227227
<include name="**/*" />
228228
</fileset>
229229
</copy>-->
230-
<copy tofile="${release.tomcat.dir}/webapps/restcomm-rvd.war" failonerror="true"
231-
file="${workspace.mobicents-restcomm.dir}/restcomm.rvd/target/restcomm-rvd.war"/>
230+
<copy tofile="${release.tomcat.dir}/webapps/visual-designer.war" failonerror="true"
231+
file="${workspace.mobicents-restcomm.dir}/restcomm.rvd/target/visual-designer.war"/>
232232

233233
<!--Copy Rvd ES Demo-->
234234
<copy tofile="${release.tomcat.dir}/webapps/RvdExternalServicesDemo.war" failonerror="true"
@@ -274,12 +274,12 @@
274274
<touch file="${release.as7.dir}/standalone/deployments/restcomm-management.war.dodeploy" />
275275

276276
<!-- Copy RVD -->
277-
<copy todir="${release.as7.dir}/standalone/deployments/restcomm-rvd.war" failonerror="true">
278-
<fileset dir="${workspace.mobicents-restcomm.dir}/restcomm.rvd/target/restcomm-rvd">
277+
<copy todir="${release.as7.dir}/standalone/deployments/visual-designer.war" failonerror="true">
278+
<fileset dir="${workspace.mobicents-restcomm.dir}/restcomm.rvd/target/visual-designer">
279279
<include name="**/*" />
280280
</fileset>
281281
</copy>
282-
<touch file="${release.as7.dir}/standalone/deployments/restcomm-rvd.war.dodeploy" />
282+
<touch file="${release.as7.dir}/standalone/deployments/visual-designer.war.dodeploy" />
283283

284284
<!--Copy Rvd ES Demo-->
285285
<copy tofile="${release.as7.dir}/standalone/deployments/RvdExternalServicesDemo.war" failonerror="true"

restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RvdProjectsMigrationHelper.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
*/
7979
public class RvdProjectsMigrationHelper {
8080

81-
private static final String CONTEXT_NAME_RVD = "restcomm-rvd.war";
81+
private static final String CONTEXT_NAME_RVD = "visual-designer.war";
8282
private static final String WORKSPACE_DIRECTORY_NAME = "workspace";
8383
private static final String PROTO_DIRECTORY_PREFIX = "_proto";
8484
private static final String USERS_DIRECTORY_NAME = "@users";
85-
private static final Pattern RVD_PROJECT_URL = Pattern.compile("^\\/restcomm-rvd.*\\/(.*)\\/controller$");
85+
private static final Pattern RVD_PROJECT_URL = Pattern.compile("^\\/visual-designer.*\\/(.*)\\/controller$");
8686
private static final String ACCOUNT_NOTIFICATIONS_SID = "ACae6e420f425248d6a26948c17a9e2acf";
8787
private static final String EMBEDDED_DIRECTORY_NAME = "workspace-migration";
8888

89-
private boolean embeddedMigration = false; // If restcomm-rvd context is not found, search for internal structure
89+
private boolean embeddedMigration = false; // If visual-designer context is not found, search for internal structure
9090

9191
private Configuration configuration;
9292
private String workspacePath;
@@ -277,7 +277,7 @@ public String createOrUpdateApplicationEntity(String applicationSid, String proj
277277
try {
278278
if(applicationSid != null) {
279279
// Update application
280-
currentApplication = currentApplication.setRcmlUrl(URI.create("/restcomm-rvd/services/apps/" + applicationSid
280+
currentApplication = currentApplication.setRcmlUrl(URI.create("/visual-designer/services/apps/" + applicationSid
281281
+ "/controller"));
282282
applicationDao.updateApplication(currentApplication);
283283
return applicationSid;
@@ -301,7 +301,7 @@ public String createOrUpdateApplicationEntity(String applicationSid, String proj
301301
buffer.append(rootUri).append(configuration.subset("runtime-settings").getString("api-version"))
302302
.append("/Accounts/").append(account.getSid().toString()).append("/Applications/").append(sid.toString());
303303
builder.setUri(URI.create(buffer.toString()));
304-
builder.setRcmlUrl(URI.create("/restcomm-rvd/services/apps/" + sid.toString() + "/controller"));
304+
builder.setRcmlUrl(URI.create("/visual-designer/services/apps/" + sid.toString() + "/controller"));
305305
builder.setKind(Application.Kind.getValueOf(currentStateHeader.getProjectKind()));
306306
currentApplication = builder.build();
307307
applicationDao.addApplication(currentApplication);

restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,14 +609,14 @@
609609

610610
<!-- Control notifications sent to rcmlserver (RVD)
611611
base-url: Base url where rcml server is located of the form scheme://host:port like 'http://rvdserver:8080'. Leave it empty when RVD is bundled together with restcomm.
612-
api-path: relative path where rcml server api listens under like '/restcomm-rvd/services
612+
api-path: relative path where rcml server api listens under like '/visual-designer/services
613613
notifications: should notifications be sent or not ? defaults to 'false'
614614
timeout: milis to wait response from rcmlserver before timing out when sending notifications. Defaults to 5000
615615
timeout-per-notification: if several notifications are sent in one step, timeout increase for each. Defaults to 500.
616616
-->
617617
<rcmlserver>
618618
<base-url></base-url>
619-
<api-path>/restcomm-rvd/services</api-path>
619+
<api-path>/visual-designer/services</api-path>
620620
<notifications>true</notifications>
621621
<timeout>5000</timeout>
622622
<timeout-per-notification>500</timeout-per-notification>

restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ SET WRITE_DELAY 10
3333
SET SCHEMA PUBLIC
3434
INSERT INTO "restcomm_organizations" VALUES('ORafbe225ad37541eba518a74248f0ac4c', 'default.restcomm.com', '2017-04-19 00:00:00.000000000','2017-04-19 00:00:00.000000000', 'active')
3535
INSERT INTO "restcomm_accounts" VALUES('ACae6e420f425248d6a26948c17a9e2acf','2012-04-24 00:00:00.000000000','2012-04-24 00:00:00.000000000','[email protected]','Default Administrator Account',NULL,'Full','uninitialized','77f8c12cc7b8f8423e5c38b035249166','Administrator','/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf','ORafbe225ad37541eba518a74248f0ac4c')
36-
INSERT INTO "restcomm_applications" VALUES('AP73926e7113fa4d95981aa96b76eca854','2015-09-23 06:56:04.108000','2015-09-23 06:56:04.108000','rvdCollectVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP73926e7113fa4d95981aa96b76eca854','/restcomm-rvd/services/apps/AP73926e7113fa4d95981aa96b76eca854/controller','voice')
37-
INSERT INTO "restcomm_applications" VALUES('AP81cf45088cba4abcac1261385916d582','2015-09-23 06:56:17.977000','2015-09-23 06:56:17.977000','rvdESDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP81cf45088cba4abcac1261385916d582','/restcomm-rvd/services/apps/AP81cf45088cba4abcac1261385916d582/controller','voice')
38-
INSERT INTO "restcomm_applications" VALUES('APb70c33bf0b6748f09eaec97030af36f3','2015-09-23 06:56:26.120000','2015-09-23 06:56:26.120000','rvdSayVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/APb70c33bf0b6748f09eaec97030af36f3','/restcomm-rvd/services/apps/APb70c33bf0b6748f09eaec97030af36f3/controller','voice')
36+
INSERT INTO "restcomm_applications" VALUES('AP73926e7113fa4d95981aa96b76eca854','2015-09-23 06:56:04.108000','2015-09-23 06:56:04.108000','rvdCollectVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP73926e7113fa4d95981aa96b76eca854','/visual-designer/services/apps/AP73926e7113fa4d95981aa96b76eca854/controller','voice')
37+
INSERT INTO "restcomm_applications" VALUES('AP81cf45088cba4abcac1261385916d582','2015-09-23 06:56:17.977000','2015-09-23 06:56:17.977000','rvdESDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP81cf45088cba4abcac1261385916d582','/visual-designer/services/apps/AP81cf45088cba4abcac1261385916d582/controller','voice')
38+
INSERT INTO "restcomm_applications" VALUES('APb70c33bf0b6748f09eaec97030af36f3','2015-09-23 06:56:26.120000','2015-09-23 06:56:26.120000','rvdSayVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/APb70c33bf0b6748f09eaec97030af36f3','/visual-designer/services/apps/APb70c33bf0b6748f09eaec97030af36f3/controller','voice')
3939
INSERT INTO "restcomm_incoming_phone_numbers" VALUES('PN146638eec1e2415d832785e30d227598','2013-10-11 14:56:08.549000000','2013-10-11 14:56:08.549000000','This app plays the Hello World msg and requires Text-to-speech ','ACae6e420f425248d6a26948c17a9e2acf','+1235','2012-04-24',FALSE,'/restcomm/demos/hello-world.xml','POST',NULL,'POST',NULL,'POST',NULL,NULL,'POST',NULL,'POST',NULL,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/IncomingPhoneNumbers/PN146638eec1e2415d832785e30d227598',NULL,NULL,NULL,NULL, TRUE,'0.0',NULL,NULL,NULL,NULL,NULL, NULL, NULL, NULL, 'ORafbe225ad37541eba518a74248f0ac4c')
4040
INSERT INTO "restcomm_incoming_phone_numbers" VALUES('PNabf9c98b95d64b26b5993ad52e809566','2013-10-11 14:55:56.670000000','2013-10-11 14:55:56.670000000','This app uses the collect verb to get user input','ACae6e420f425248d6a26948c17a9e2acf','+1236','2012-04-24',FALSE,'/restcomm/demos/gather/hello-gather.xml','POST',NULL,'POST',NULL,'POST',NULL,NULL,'POST',NULL,'POST',NULL,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/IncomingPhoneNumbers/PNabf9c98b95d64b26b5993ad52e809566',NULL,NULL,NULL,NULL, TRUE,'0.0',NULL,NULL,NULL,NULL,NULL, NULL, NULL, NULL, 'ORafbe225ad37541eba518a74248f0ac4c')
4141
INSERT INTO "restcomm_incoming_phone_numbers" VALUES('PNdd7a0a0248244615978bd5781598e5eb','2013-10-04 17:42:02.500000000','2013-10-04 17:42:02.500000000','This app plays pre-recorded audio file','ACae6e420f425248d6a26948c17a9e2acf','+1234','2012-04-24',FALSE,'/restcomm/demos/hello-play.xml','POST',NULL,'POST',NULL,'POST',NULL,NULL,'POST',NULL,'POST',NULL,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/IncomingPhoneNumbers/PNdd7a0a0248244615978bd5781598e5eb',NULL,NULL,NULL,NULL, TRUE,'0.0',NULL,NULL,NULL,NULL,NULL, NULL, NULL, NULL, 'ORafbe225ad37541eba518a74248f0ac4c')

restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ null,
442442
"ORafbe225ad37541eba518a74248f0ac4c");
443443

444444
/* Create demo Applications */
445-
INSERT INTO restcomm_applications VALUES('AP73926e7113fa4d95981aa96b76eca854','2015-09-23 06:56:04.108000','2015-09-23 06:56:04.108000','rvdCollectVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP73926e7113fa4d95981aa96b76eca854','/restcomm-rvd/services/apps/AP73926e7113fa4d95981aa96b76eca854/controller','voice');
446-
INSERT INTO restcomm_applications VALUES('AP81cf45088cba4abcac1261385916d582','2015-09-23 06:56:17.977000','2015-09-23 06:56:17.977000','rvdESDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP81cf45088cba4abcac1261385916d582','/restcomm-rvd/services/apps/AP81cf45088cba4abcac1261385916d582/controller','voice');
447-
INSERT INTO restcomm_applications VALUES('APb70c33bf0b6748f09eaec97030af36f3','2015-09-23 06:56:26.120000','2015-09-23 06:56:26.120000','rvdSayVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/APb70c33bf0b6748f09eaec97030af36f3','/restcomm-rvd/services/apps/APb70c33bf0b6748f09eaec97030af36f3/controller','voice');
445+
INSERT INTO restcomm_applications VALUES('AP73926e7113fa4d95981aa96b76eca854','2015-09-23 06:56:04.108000','2015-09-23 06:56:04.108000','rvdCollectVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP73926e7113fa4d95981aa96b76eca854','/visual-designer/services/apps/AP73926e7113fa4d95981aa96b76eca854/controller','voice');
446+
INSERT INTO restcomm_applications VALUES('AP81cf45088cba4abcac1261385916d582','2015-09-23 06:56:17.977000','2015-09-23 06:56:17.977000','rvdESDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/AP81cf45088cba4abcac1261385916d582','/visual-designer/services/apps/AP81cf45088cba4abcac1261385916d582/controller','voice');
447+
INSERT INTO restcomm_applications VALUES('APb70c33bf0b6748f09eaec97030af36f3','2015-09-23 06:56:26.120000','2015-09-23 06:56:26.120000','rvdSayVerbDemo','ACae6e420f425248d6a26948c17a9e2acf','2012-04-24',FALSE,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Applications/APb70c33bf0b6748f09eaec97030af36f3','/visual-designer/services/apps/APb70c33bf0b6748f09eaec97030af36f3/controller','voice');
448448

449449
/* Bind default DID to demo apps */
450450
INSERT INTO restcomm_incoming_phone_numbers VALUES('PNdd7a0a0248244615978bd5781598e5eb','2013-10-04 17:42:02.500000000','2013-10-04 17:42:02.500000000','234','ACae6e420f425248d6a26948c17a9e2acf','+1234','2012-04-24',FALSE,'/restcomm/demos/hello-play.xml','POST',NULL,'POST',NULL,'POST',NULL,NULL,'POST',NULL,'POST',NULL,'/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/IncomingPhoneNumbers/PNdd7a0a0248244615978bd5781598e5eb', true, false, false, false, true, 0.0, null, null, null, null, null, null, null, null, 'ORafbe225ad37541eba518a74248f0ac4c');

0 commit comments

Comments
 (0)