1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-29 14:35:33 +03:00
parent d7083bc4bc
commit 408473f4ec
2922 changed files with 17295 additions and 16645 deletions

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);
@@ -8,7 +8,7 @@
Table = "testtable";
RecordsArray = New Array;
Image = FunctionParameters["Picture"];
Image = "https://hut.openintegrations.dev/test_data/picture.jpg";
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
CurrentDate = OPI_Tools.GetCurrentDate();

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
Table = "testtable";

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);
@@ -10,7 +10,7 @@
// With TLS
Address = FunctionParameters["PG_IP"];
Address = "127.0.0.1";
Port = "3307";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password, Port);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "test_data";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
Table = "testtable";

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
Table = "testtable";

View File

@@ -1,9 +1,9 @@
 Image = FunctionParameters["Picture"];
 Image = "https://hut.openintegrations.dev/test_data/picture.jpg";
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
Address = FunctionParameters["PG_IP"];
Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "test_data";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);
@@ -52,7 +52,7 @@
// SQL query from file
SQLFile = FunctionParameters["SQL2"]; // Binary Data, URL or path to file
SQLFile = "https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"; // Binary Data, URL or path to file
Result = OPI_MySQL.ExecuteSQLQuery(SQLFile, , , Connection);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
Result = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "testbase1";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -1,6 +1,6 @@
 Address = FunctionParameters["PG_IP"];
 Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "test_data";
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);