1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-08-07 08:48:25 +03:00
parent f042099809
commit 1d421b9984
6 changed files with 8581 additions and 8561 deletions

View File

@@ -78,4 +78,6 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
НЕ JSON: 52 61 72 21 1A 07 01 00 30 23 12 A7 10 01 05 0C 00 0B 01 01 8B C8 8F A0 81 80 80 80 00 F8 44 59 F3 37 02 03 0B 85 E4 02 04 A0 DE 08 A0 40 52 47 4A ED 80 43 00 18 61 73 73 65 74 73 2F 69 6E 64…
```

File diff suppressed because it is too large Load Diff

View File

@@ -380,7 +380,12 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
Path = ?(Path = ".", "", Path);
Message("A: " + Path);
Result = Connection.ListDirectory(Path);
Message("B: " + Result);
Result = OPI_Tools.JsonToStructure(Result);
If Result["result"] Then
@@ -397,6 +402,7 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
ObjectPath = ObjectName;
EndIf;
Message("C: " + ObjectPath);
Object.Insert("path", ObjectPath);
If Recursively Then

View File

@@ -380,7 +380,12 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
Path = ?(Path = ".", "", Path);
Message("A: " + Path);
Result = Connection.ListDirectory(Path);
Message("B: " + Result);
Result = OPI_Tools.JsonToStructure(Result);
If Result["result"] Then
@@ -397,6 +402,7 @@ Function ListObjects(Val Connection, Val Path = "", Val Recursively = False) Exp
ObjectPath = ObjectName;
EndIf;
Message("C: " + ObjectPath);
Object.Insert("path", ObjectPath);
If Recursively Then

View File

@@ -380,7 +380,12 @@
Путь = ?(Путь = ".", "", Путь);
Сообщить("A: " + Путь);
Результат = Соединение.ListDirectory(Путь);
Сообщить("B: " + Результат);
Результат = OPI_Инструменты.JsonВСтруктуру(Результат);
Если Результат["result"] Тогда
@@ -397,6 +402,7 @@
ПутьОбъекта = ИмяОбъекта;
КонецЕсли;
Сообщить("C: " + ПутьОбъекта);
Объект.Вставить("path", ПутьОбъекта);
Если Рекурсивно Тогда

View File

@@ -379,13 +379,13 @@
OPI_ПреобразованиеТипов.ПолучитьБулево(Рекурсивно);
Путь = ?(Путь = ".", "", Путь);
Сообщить("A: " + Путь);
Результат = Соединение.ListDirectory(Путь);
Сообщить("B: " + Результат);
Результат = OPI_Инструменты.JsonВСтруктуру(Результат);
Если Результат["result"] Тогда