1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-17 01:42:25 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-11 11:47:32 +03:00
parent e016708c40
commit 63be8985f5
28 changed files with 8388 additions and 8388 deletions

File diff suppressed because it is too large Load Diff

View File

@ -777,7 +777,6 @@ EndFunction
#EndRegion #EndRegion
#Region Alternate #Region Alternate
Function ПолучитьИнформациюОбОбъекте(Val Токен, Val Идентификатор) Export Function ПолучитьИнформациюОбОбъекте(Val Токен, Val Идентификатор) Export

View File

@ -419,7 +419,6 @@ EndProcedure
#EndRegion #EndRegion
#Region Alternate #Region Alternate
Function СоздатьКнигу(Val Токен, Val Наименование, Val МассивИменЛистов) Export Function СоздатьКнигу(Val Токен, Val Наименование, Val МассивИменЛистов) Export

View File

@ -31,6 +31,7 @@
// BSLLS:UsingServiceTag-off // BSLLS:UsingServiceTag-off
// BSLLS:LineLength-off // BSLLS:LineLength-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off
//@skip-check module-structure-top-region //@skip-check module-structure-top-region
//@skip-check module-structure-method-in-regions //@skip-check module-structure-method-in-regions

View File

@ -672,7 +672,6 @@ EndFunction
#EndRegion #EndRegion
#Region Alternate #Region Alternate
Function ОткрытьСоединение(Val СтрокаПодключения = "", Val Tls = "") Export Function ОткрытьСоединение(Val СтрокаПодключения = "", Val Tls = "") Export

View File

@ -532,7 +532,6 @@ EndFunction
#EndRegion #EndRegion
#Region Alternate #Region Alternate
Function ОткрытьСоединение(Val База = "") Export Function ОткрытьСоединение(Val База = "") Export

View File

@ -46,6 +46,7 @@
// BSLLS:MissingTemporaryFileDeletion-off // BSLLS:MissingTemporaryFileDeletion-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off // BSLLS:MagicNumber-off
// BSLLS:MagicDate-off
//@skip-check undefined-variable //@skip-check undefined-variable
//@skip-check wrong-string-literal-content //@skip-check wrong-string-literal-content
@ -24182,7 +24183,6 @@ Procedure MSSQL_AddRecords(FunctionParameters)
OPI_TestDataRetrieval.WriteLog(Result, "AddRecords", "MSSQL"); OPI_TestDataRetrieval.WriteLog(Result, "AddRecords", "MSSQL");
OPI_TestDataRetrieval.Check_ResultTrue(Result); OPI_TestDataRetrieval.Check_ResultTrue(Result);
EndProcedure EndProcedure
Procedure MSSQL_GetRecords(FunctionParameters) Procedure MSSQL_GetRecords(FunctionParameters)
@ -24450,7 +24450,6 @@ Procedure MSSQL_DeleteDatabase(FunctionParameters)
OPI_TestDataRetrieval.WriteLog(Result, "DeleteDatabase (connect error)", "MSSQL"); OPI_TestDataRetrieval.WriteLog(Result, "DeleteDatabase (connect error)", "MSSQL");
OPI_TestDataRetrieval.Check_ResultFalse(Result); OPI_TestDataRetrieval.Check_ResultFalse(Result);
EndProcedure EndProcedure
Procedure MSSQL_ClearTable(FunctionParameters) Procedure MSSQL_ClearTable(FunctionParameters)

View File

@ -46,6 +46,7 @@
// BSLLS:MissingTemporaryFileDeletion-off // BSLLS:MissingTemporaryFileDeletion-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off // BSLLS:MagicNumber-off
// BSLLS:MagicDate-off
//@skip-check undefined-variable //@skip-check undefined-variable
//@skip-check wrong-string-literal-content //@skip-check wrong-string-literal-content

View File

@ -1147,7 +1147,6 @@ Procedure Check_TwitterText(Val Result, Val Text) Export
EndIf; EndIf;
EndProcedure EndProcedure
Procedure Check_TwitterArray(Val Result) Export Procedure Check_TwitterArray(Val Result) Export

View File

@ -2137,6 +2137,8 @@ EndProcedure
// //
// Requirements: 1C platform version 8.3.10 and above // Requirements: 1C platform version 8.3.10 and above
// BSLLS:MagicNumber-off
Function UnpackResponse(Response) Function UnpackResponse(Response)
Try Try
@ -2307,6 +2309,8 @@ Function ZipEOCD(CompressedDataSize)
EndFunction EndFunction
// BSLLS:MagicNumber-on
#EndRegion #EndRegion
#Region AWS4 #Region AWS4

View File

@ -776,4 +776,3 @@ Function CheckPartUpload(HttpClient, StrTotalSize, AdditionalHeaders, UploadURL,
EndFunction EndFunction
#EndRegion #EndRegion

View File

@ -418,4 +418,3 @@ Procedure FormCellNameArray(Val ArrayOfNames, Val Sheet)
EndProcedure EndProcedure
#EndRegion #EndRegion

View File

@ -31,6 +31,7 @@
// BSLLS:UsingServiceTag-off // BSLLS:UsingServiceTag-off
// BSLLS:LineLength-off // BSLLS:LineLength-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off
//@skip-check module-structure-top-region //@skip-check module-structure-top-region
//@skip-check module-structure-method-in-regions //@skip-check module-structure-method-in-regions

View File

@ -671,4 +671,3 @@ Function ProcessBlobStructure(Val Value)
EndFunction EndFunction
#EndRegion #EndRegion

View File

@ -531,4 +531,3 @@ Function ProcessBlobStructure(Val Value)
EndFunction EndFunction
#EndRegion #EndRegion

View File

@ -1147,7 +1147,6 @@ Procedure Check_TwitterText(Val Result, Val Text) Export
EndIf; EndIf;
EndProcedure EndProcedure
Procedure Check_TwitterArray(Val Result) Export Procedure Check_TwitterArray(Val Result) Export

View File

@ -46,6 +46,7 @@
// BSLLS:MissingTemporaryFileDeletion-off // BSLLS:MissingTemporaryFileDeletion-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off // BSLLS:MagicNumber-off
// BSLLS:MagicDate-off
//@skip-check undefined-variable //@skip-check undefined-variable
//@skip-check wrong-string-literal-content //@skip-check wrong-string-literal-content
@ -24182,7 +24183,6 @@ Procedure MSSQL_AddRecords(FunctionParameters)
OPI_TestDataRetrieval.WriteLog(Result, "AddRecords", "MSSQL"); OPI_TestDataRetrieval.WriteLog(Result, "AddRecords", "MSSQL");
OPI_TestDataRetrieval.Check_ResultTrue(Result); OPI_TestDataRetrieval.Check_ResultTrue(Result);
EndProcedure EndProcedure
Procedure MSSQL_GetRecords(FunctionParameters) Procedure MSSQL_GetRecords(FunctionParameters)
@ -24450,7 +24450,6 @@ Procedure MSSQL_DeleteDatabase(FunctionParameters)
OPI_TestDataRetrieval.WriteLog(Result, "DeleteDatabase (connect error)", "MSSQL"); OPI_TestDataRetrieval.WriteLog(Result, "DeleteDatabase (connect error)", "MSSQL");
OPI_TestDataRetrieval.Check_ResultFalse(Result); OPI_TestDataRetrieval.Check_ResultFalse(Result);
EndProcedure EndProcedure
Procedure MSSQL_ClearTable(FunctionParameters) Procedure MSSQL_ClearTable(FunctionParameters)

View File

@ -46,6 +46,7 @@
// BSLLS:MissingTemporaryFileDeletion-off // BSLLS:MissingTemporaryFileDeletion-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off // BSLLS:MagicNumber-off
// BSLLS:MagicDate-off
//@skip-check undefined-variable //@skip-check undefined-variable
//@skip-check wrong-string-literal-content //@skip-check wrong-string-literal-content

View File

@ -2137,6 +2137,8 @@ EndProcedure
// //
// Requirements: 1C platform version 8.3.10 and above // Requirements: 1C platform version 8.3.10 and above
// BSLLS:MagicNumber-off
Function UnpackResponse(Response) Function UnpackResponse(Response)
Try Try
@ -2307,6 +2309,8 @@ Function ZipEOCD(CompressedDataSize)
EndFunction EndFunction
// BSLLS:MagicNumber-on
#EndRegion #EndRegion
#Region AWS4 #Region AWS4

View File

@ -777,7 +777,6 @@
#КонецОбласти #КонецОбласти
#Region Alternate #Region Alternate
Function GetObjectInformation(Val Token, Val Identifier) Export Function GetObjectInformation(Val Token, Val Identifier) Export

View File

@ -419,7 +419,6 @@
#КонецОбласти #КонецОбласти
#Region Alternate #Region Alternate
Function CreateSpreadsheet(Val Token, Val Name, Val ArrayOfSheetNames) Export Function CreateSpreadsheet(Val Token, Val Name, Val ArrayOfSheetNames) Export

View File

@ -31,6 +31,7 @@
// BSLLS:UsingServiceTag-off // BSLLS:UsingServiceTag-off
// BSLLS:LineLength-off // BSLLS:LineLength-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off
//@skip-check module-structure-top-region //@skip-check module-structure-top-region
//@skip-check module-structure-method-in-regions //@skip-check module-structure-method-in-regions

View File

@ -672,7 +672,6 @@
#КонецОбласти #КонецОбласти
#Region Alternate #Region Alternate
Function CreateConnection(Val ConnectionString = "", Val Tls = "") Export Function CreateConnection(Val ConnectionString = "", Val Tls = "") Export

View File

@ -532,7 +532,6 @@
#КонецОбласти #КонецОбласти
#Region Alternate #Region Alternate
Function CreateConnection(Val Base = "") Export Function CreateConnection(Val Base = "") Export

View File

@ -46,6 +46,7 @@
// BSLLS:MissingTemporaryFileDeletion-off // BSLLS:MissingTemporaryFileDeletion-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off // BSLLS:MagicNumber-off
// BSLLS:MagicDate-off
//@skip-check undefined-variable //@skip-check undefined-variable
//@skip-check wrong-string-literal-content //@skip-check wrong-string-literal-content
@ -24182,7 +24183,6 @@
OPI_ПолучениеДанныхТестов.ЗаписатьЛог(Результат, "ДобавитьЗаписи", "MSSQL"); OPI_ПолучениеДанныхТестов.ЗаписатьЛог(Результат, "ДобавитьЗаписи", "MSSQL");
OPI_ПолучениеДанныхТестов.Проверка_РезультатИстина(Результат); OPI_ПолучениеДанныхТестов.Проверка_РезультатИстина(Результат);
КонецПроцедуры КонецПроцедуры
Процедура MSSQL_ПолучитьЗаписи(ПараметрыФункции) Процедура MSSQL_ПолучитьЗаписи(ПараметрыФункции)
@ -24450,7 +24450,6 @@
OPI_ПолучениеДанныхТестов.ЗаписатьЛог(Результат, "УдалитьБазуДанных (ошибка подключения)", "MSSQL"); OPI_ПолучениеДанныхТестов.ЗаписатьЛог(Результат, "УдалитьБазуДанных (ошибка подключения)", "MSSQL");
OPI_ПолучениеДанныхТестов.Проверка_РезультатЛожь(Результат); OPI_ПолучениеДанныхТестов.Проверка_РезультатЛожь(Результат);
КонецПроцедуры КонецПроцедуры
Процедура MSSQL_ОчиститьТаблицу(ПараметрыФункции) Процедура MSSQL_ОчиститьТаблицу(ПараметрыФункции)

View File

@ -46,6 +46,7 @@
// BSLLS:MissingTemporaryFileDeletion-off // BSLLS:MissingTemporaryFileDeletion-off
// BSLLS:UsingSynchronousCalls-off // BSLLS:UsingSynchronousCalls-off
// BSLLS:MagicNumber-off // BSLLS:MagicNumber-off
// BSLLS:MagicDate-off
//@skip-check undefined-variable //@skip-check undefined-variable
//@skip-check wrong-string-literal-content //@skip-check wrong-string-literal-content

View File

@ -1147,7 +1147,6 @@
КонецЕсли; КонецЕсли;
КонецПроцедуры КонецПроцедуры
Процедура Проверка_ТвиттерМассив(Знач Результат) Экспорт Процедура Проверка_ТвиттерМассив(Знач Результат) Экспорт

View File

@ -2137,6 +2137,8 @@
// //
// Требования: платформа 1С версии 8.3.10 и выше // Требования: платформа 1С версии 8.3.10 и выше
// BSLLS:MagicNumber-off
Функция РаспаковатьОтвет(Ответ) Функция РаспаковатьОтвет(Ответ)
Попытка Попытка
@ -2307,6 +2309,8 @@
КонецФункции КонецФункции
// BSLLS:MagicNumber-on
#КонецОбласти #КонецОбласти
#Область AWS4 #Область AWS4