Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Переделаны предопределенные значения на механизм общих модулей, добавлены параметры REST в методах интеграции #64

Merged
merged 2 commits into from
May 3, 2024

Conversation

winstonobyman
Copy link
Contributor

@winstonobyman winstonobyman commented May 2, 2024

Изменено добавление предопределенных через общий модуль, добавлена ТЧ "Параметры REST" в справочник "Методы интеграции", для методов интеграции в модуль менеджера справочника добавлены функции по работе с параметрами.

Summary by CodeRabbit

  • New Features

    • Added functions for managing predefined values and retrieving integration method parameters in the 1C:Enterprise 8 architecture development project.
    • Introduced a library of project subsystems to simplify architecture development in 1C:Enterprise 8, including modifications to standard configurations.
    • Added new functions to retrieve predefined integration method, integrable system, and integration settings based on identifiers.
  • Enhancements

    • Enhanced the functionality with new functions for handling integration-related tasks.
  • Documentation

    • Updated the documentation to include details on the new functions and their usage.

Copy link

coderabbitai bot commented May 2, 2024

Walkthrough

The recent updates encompass improvements in managing predefined values and integration settings in a 1C:Enterprise 8 architecture development project. These changes enhance the configurability and functionality of the system by introducing new functions and entities across multiple modules.

Changes

File Path Changes
.../__МетодыИнтеграции/Ext/ManagerModule.bsl Added functions for managing predefined values and retrieving integration method parameters.
.../__ИнтеграцииПереопределяемый/Ext/Module.bsl Introduces functions for predefined values in integrable systems, methods, and integration settings.
.../__ИнтеграцииСервер/Ext/Module.bsl New functions to retrieve predefined integration method, integrable system, and integration settings.

Poem

🐇🌼
In the land of code, changes bloom,
Functions added, dispelling gloom.
Systems integrate, settings align,
Enhancing the project, a design so fine.
Celebrate the updates, in lines of code we dive,
Where the rabbit of integration thrives!
🖥️🌟


Recent Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between f4c4c7c and 9d23adc.
Files selected for processing (3)
  • src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl (1 hunks)
  • src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl (1 hunks)
  • src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl (2 hunks)
Additional Context Used
GitHub Check Runs (1)
1C: Project SubSystems Library Sonarqube Results success (30)

src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl: [warning] 93-93: src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl#L93
Не все пути выполнения функции возвращают значение


src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl: [warning] 50-50: src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl#L50
Добавьте описание возвращаемого значения функции


src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl: [warning] 50-50: src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl#L50
Необходимо добавить описание всех параметров метода


src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl: [warning] 111-111: src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl#L111
Синтаксическая конструкция вида "Если...Тогда...ИначеЕсли..." должна содержать ветвь "Иначе".


src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl: [notice] 25-25: src/Catalogs/__МетодыИнтеграции/Ext/ManagerModule.bsl#L25
Добавьте описание метода программного интерфейса


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 53-53: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L53
Добавьте описание метода программного интерфейса


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 75-75: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L75
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 88-88: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L88
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 101-101: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L101
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 25-25: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L25
Добавьте описание метода программного интерфейса


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 39-39: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L39
Добавьте описание метода программного интерфейса


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 101-101: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L101
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 101-101: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L101
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 75-75: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L75
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 88-88: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L88
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 88-88: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L88
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl: [notice] 75-75: src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl#L75
Справа от ',' не хватает пробела


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 215-215: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L215
Добавьте описание возвращаемого значения функции


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 215-215: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L215
Необходимо добавить описание всех параметров метода


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 228-228: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L228
Необходимо добавить описание всех параметров метода


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 239-239: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L239
Необходимо добавить описание всех параметров метода


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 250-250: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L250
Необходимо добавить описание всех параметров метода


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 224-224: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L224
Длина строки 123 превышает максимально допустимую 120


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 235-235: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L235
Длина строки 123 превышает максимально допустимую 120


src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl: [warning] 246-246: src/CommonModules/__ИнтеграцииСервер/Ext/Module.bsl#L246
Длина строки 123 превышает максимально допустимую 120


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

This comment has been minimized.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 7

Out of diff range and nitpick comments (8)
src/Catalogs/__МетодыИнтеграции/Forms/ФормаСписка/Ext/Form/Module.bsl (1)

21-23: Empty event handlers section.

Consider removing the "ОбработчикиСобытийФормы" region if no event handlers are planned to be added, to clean up the code.

src/Catalogs/__НастройкиИнтеграции/Forms/ФормаСписка/Ext/Form/Module.bsl (1)

21-23: Empty event handlers section.

Consider removing the "ОбработчикиСобытийФормы" region if no event handlers are planned to be added, to clean up the code.

src/Catalogs/__ИнтегрируемыеСистемы/Forms/ФормаСписка/Ext/Form/Module.bsl (1)

21-23: Empty event handlers section.

Consider removing the "ОбработчикиСобытийФормы" region if no event handlers are planned to be added, to clean up the code.

src/Catalogs/__НастройкиИнтеграции/Ext/ManagerModule.bsl (1)

25-39: Add method description for better maintainability.

Consider adding a description for the ЗаполнитьПредопределенныеСоответствия procedure to improve code documentation and maintainability.

src/Catalogs/__ИнтегрируемыеСистемы/Ext/ManagerModule.bsl (1)

25-39: Add method description for better maintainability.

Consider adding a description for the ЗаполнитьПредопределенныеСоответствия procedure to improve code documentation and maintainability.

src/CommonModules/__ИнтеграцииПереопределяемый/Ext/Module.bsl (3)

25-37: Add method description for better maintainability.

Consider adding a description for the ПредопределенныеЗначенияИнтегрируемыеСистемы function to improve code documentation and maintainability.


39-51: Add method description for better maintainability.

Consider adding a description for the ПредопределенныеЗначенияМетодыИнтеграции function to improve code documentation and maintainability.


53-65: Add method description for better maintainability.

Consider adding a description for the ПредопределенныеЗначенияНастройкиИнтеграции function to improve code documentation and maintainability.

// **Истина - возвращает структуру вида ИмяПараметра<Строка>:ЗначениеПоУмолчанию<Строка>
// Возвращаемое значение:
// Структура
Функция ПолучитьСтруткуруПараметровREST(МетодИнтеграции, ЗаполнятьПоУмолчанию = Ложь) Экспорт
Copy link

@coderabbitai coderabbitai bot May 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct the typo in the function name from ПолучитьСтруткуруПараметровREST to ПолучитьСтруктуруПараметровREST.

- Функция ПолучитьСтруткуруПараметровREST(МетодИнтеграции, ЗаполнятьПоУмолчанию = Ложь) Экспорт
+ Функция ПолучитьСтруктуруПараметровREST(МетодИнтеграции, ЗаполнятьПоУмолчанию = Ложь) Экспорт

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
Функция ПолучитьСтруткуруПараметровREST(МетодИнтеграции, ЗаполнятьПоУмолчанию = Ложь) Экспорт
Функция ПолучитьСтруктуруПараметровREST(МетодИнтеграции, ЗаполнятьПоУмолчанию = Ложь) Экспорт

Add descriptions for all parameters and the return value of the ПолучитьСтруктуруПараметровREST function to enhance code readability and maintainability.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@winstonobyman надо поправить очепятку

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

Comment on lines +27 to +32
&НаСервереБезКонтекста
Процедура ЗаполнитьПредопределенныеНаСервере()

Справочники.__НастройкиИнтеграции.ЗаполнитьПредопределенныеСоответствия();

КонецПроцедуры
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip

Codebase Verification

The output from the rg command clearly shows the content of the procedure ЗаполнитьПредопределенныеНаСервере. From the provided context, it is evident that there is no exception handling within this procedure. The procedure simply calls another method without any try-catch blocks surrounding this call or within the procedure itself.

Given this information, it is confirmed that the original review comment about ensuring server-side procedures handle exceptions is valid, as the specific procedure in question lacks exception handling mechanisms.

Conclusion:

  • The procedure ЗаполнитьПредопределенныеНаСервере does not include exception handling.
  • It is recommended to add try-catch blocks to manage potential exceptions that might occur during the execution of the inner method calls.
Analysis chain

Ensure server-side procedures handle exceptions.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the server-side procedure `ЗаполнитьПредопределенныеНаСервере` has exception handling.

# Search for the procedure definition and check for exception handling.
ast-grep --lang bsl --pattern $'Процедура ЗаполнитьПредопределенныеНаСервере() {
  $$$
  try {
    $$$
  } catch ($_) {
    $$$
  }
}' "src/Catalogs/__НастройкиИнтеграции/Forms/ФормаСписка/Ext/Form/Module.bsl"

Length of output: 528



Script:

#!/bin/bash
# Description: Manually verify that the server-side procedure `ЗаполнитьПредопределенныеНаСервере` has exception handling by searching for the procedure and any try-catch blocks within it.

# Use ripgrep to search for the procedure and any surrounding try-catch blocks
rg --context 10 'Процедура ЗаполнитьПредопределенныеНаСервере' "src/Catalogs/__НастройкиИнтеграции/Forms/ФормаСписка/Ext/Form/Module.bsl"

Length of output: 758

@ivanmolodec ivanmolodec added the enhancement Улучшение существующей функциональности label May 2, 2024
@ivanmolodec
Copy link
Member

Что ещё нужно сделать:

  1. Удалить предопределенный элемент у Методов интеграции
  2. Добавить прокси-метод для получения параметров рест в модуле ИнтеграцииСервер (по-аналогии с получением ПВХ в модуле общего назначения)


КонецФункции


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Удалить лишний перевод строки

…еграции и прокси-метод для получения параметров
Copy link

Passed

Analysis Details

30 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 30 Code Smells

Coverage and Duplications

  • Coverage No coverage information (0.00% Estimated after merge)
  • Duplications 0.00% Duplicated Code (0.50% Estimated after merge)

Project ID: PSSL

View in SonarQube

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 13


#Область ПрограммныйИнтерфейс

Функция ПредопределенныеЗначенияИнтегрируемыеСистемы() Экспорт
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a description for the ПредопределенныеЗначенияИнтегрируемыеСистемы function to clarify its purpose and usage.


КонецФункции

Функция ПредопределенныеЗначенияМетодыИнтеграции() Экспорт
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a description for the ПредопределенныеЗначенияМетодыИнтеграции function to clarify its purpose and usage.


КонецФункции

Функция ПредопределенныеЗначенияНастройкиИнтеграции() Экспорт
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a description for the ПредопределенныеЗначенияНастройкиИнтеграции function to clarify its purpose and usage.


Результат = Новый ТаблицаЗначений;

ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct formatting issues.

- ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
+ ОписаниеСтрока = Новый ОписаниеТипов("Строка", , , , Новый КвалификаторыСтроки(150));

Ensure proper spacing after commas for better readability and adherence to coding standards.


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
ОписаниеСтрока = Новый ОписаниеТипов("Строка", , , , Новый КвалификаторыСтроки(150));


Результат = Новый ТаблицаЗначений;

ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct formatting issues.

- ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
+ ОписаниеСтрока = Новый ОписаниеТипов("Строка", , , , Новый КвалификаторыСтроки(150));

Ensure proper spacing after commas for better readability and adherence to coding standards.


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
ОписаниеСтрока = Новый ОписаниеТипов("Строка", , , , Новый КвалификаторыСтроки(150));


Результат = Новый ТаблицаЗначений;

ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct formatting issues.

- ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
+ ОписаниеСтрока = Новый ОписаниеТипов("Строка", , , , Новый КвалификаторыСтроки(150));

Ensure proper spacing after commas for better readability and adherence to coding standards.


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
ОписаниеСтрока = Новый ОписаниеТипов("Строка",,,, Новый КвалификаторыСтроки(150));
ОписаниеСтрока = Новый ОписаниеТипов("Строка", , , , Новый КвалификаторыСтроки(150));


#Область ПрограммныйИнтерфейс

Процедура ЗаполнитьПредопределенныеСоответствия() Экспорт
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a description for the ЗаполнитьПредопределенныеСоответствия procedure to clarify its purpose and usage.

// **Истина - возвращает структуру вида ИмяПараметра<Строка>:ЗначениеПоУмолчанию<Строка>
// Возвращаемое значение:
// Структура
Функция ПолучитьСтруктуруПараметровREST(МетодИнтеграции, ЗаполнятьПоУмолчанию = Ложь) Экспорт
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add descriptions for all parameters and the return value of the ПолучитьСтруктуруПараметровREST function to enhance code readability and maintainability.

//
// Возвращаемое значение:
// Строка - приведенное к JSON поле типа
Функция ПривестиЗначениеПоУмолчаниюREST(Значение, ТипJSON) Экспорт
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that all execution paths in ПривестиЗначениеПоУмолчаниюREST return a value to avoid runtime errors.

Возврат Формат(Значение, "ДФ=yyyy-MM-dd");
ИначеЕсли ТипJSON = Перечисления.__ТипыJSON.Число Тогда
Возврат Формат(Значение, "ЧГ=0");
КонецЕсли;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding an 'else' branch to the conditional structure in ПривестиЗначениеПоУмолчаниюREST to handle unexpected ТипJSON values.

@ivanmolodec ivanmolodec merged commit 84d74ac into develop May 3, 2024
4 checks passed
@ivanmolodec ivanmolodec deleted the rest-params-interface branch May 3, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Улучшение существующей функциональности
Projects
None yet
2 participants