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

redirect to SSL #63

Merged
merged 1 commit into from
May 2, 2024
Merged

redirect to SSL #63

merged 1 commit into from
May 2, 2024

Conversation

denisushakov
Copy link
Contributor

@denisushakov denisushakov commented May 2, 2024

Summary by CodeRabbit

  • New Features

    • Enhanced object metadata retrieval and filtering capabilities across various modules.
    • Improved XML parsing and serialization functions for better data handling.
  • Refactor

    • Updated internal references to utilize a new service module for specific data operations, ensuring more efficient processing.
  • Documentation

    • Updated function declarations and usage in public and exported entities to align with the new system architecture.

@denisushakov denisushakov added enhancement Улучшение существующей функциональности update Обновление подсистемы labels May 2, 2024
@denisushakov denisushakov linked an issue May 2, 2024 that may be closed by this pull request
Copy link

coderabbitai bot commented May 2, 2024

Walkthrough

The recent updates involve shifting functions related to object metadata retrieval and XML serialization to a new module named __ОбщегоНазначенияСлужебный. This change affects several areas, including how object filter data is parsed and how attribute values are handled, ensuring a more organized and centralized approach in handling common functionalities.

Changes

File Path Change Summary
.../__НастройкиОтбораОбъектов/Ext/ManagerModule.bsl Updated references from __ОбщегоНазначенияСервер to __ОбщегоНазначенияСлужебный for object metadata and filter criteria functions.
.../__НастройкиОтбораОбъектов/Forms/ФормаЭлемента/Ext/Form/Module.bsl Replaced XML parsing module references to __ОбщегоНазначенияСлужебный.
src/CommonModules/__ОбщегоНазначенияСервер/Ext/Module.bsl Added new functions for object attribute values and XML serialization.
src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl Introduced functions for XML serialization and object attribute retrieval, encapsulated in a new module.

🐰✨
In the land of code, where modules align,
A rabbit hopped, making changes so fine.
From server to service, the references slide,
With XML dances, in new modules they hide.
Cheers to clean code, with every commit signed! 🌟
🐇


Recent Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 6333e32 and db9ead3.
Files selected for processing (4)
  • src/Catalogs/__НастройкиОтбораОбъектов/Ext/ManagerModule.bsl (2 hunks)
  • src/Catalogs/__НастройкиОтбораОбъектов/Forms/ФормаЭлемента/Ext/Form/Module.bsl (2 hunks)
  • src/CommonModules/__ОбщегоНазначенияСервер/Ext/Module.bsl (3 hunks)
  • src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl (2 hunks)
Additional Context Used
GitHub Check Runs (1)
1C: Project SubSystems Library Sonarqube Results success (6)

src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl: [warning] 108-108: src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl#L108
Добавьте описание возвращаемого значения функции


src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl: [warning] 134-134: src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl#L134
Добавьте описание возвращаемого значения функции


src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl: [warning] 142-142: src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl#L142
Добавьте описание возвращаемого значения функции


src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl: [warning] 108-108: src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl#L108
Необходимо добавить описание всех параметров метода


src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl: [warning] 134-134: src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl#L134
Необходимо добавить описание всех параметров метода


src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl: [warning] 142-142: src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl#L142
Необходимо добавить описание всех параметров метода

Additional comments not posted (4)
src/Catalogs/__НастройкиОтбораОбъектов/Forms/ФормаЭлемента/Ext/Form/Module.bsl (1)

11-11: Change to use __ОбщегоНазначенияСлужебный for XML deserialization looks good.

src/Catalogs/__НастройкиОтбораОбъектов/Ext/ManagerModule.bsl (2)

65-66: Change to use __ОбщегоНазначенияСлужебный for retrieving object metadata looks good.


91-91: Change to use __ОбщегоНазначенияСлужебный for XML deserialization looks good.

src/CommonModules/__ОбщегоНазначенияСервер/Ext/Module.bsl (1)

1691-1702: Implementation of ЗначениеРеквизитаОбъекта looks robust with proper error handling and parameter checks.


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.

Copy link

Passed

Analysis Details

6 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 6 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: 4

@@ -20,8 +19,7 @@
&НаСервере
Процедура ПередЗаписьюНаСервере(Отказ, ТекущийОбъект, ПараметрыЗаписи)

МодульОбщегоНазначения = __ОбщегоНазначенияСервер.ОбщийМодуль("ОбщегоНазначения", "__ОбщегоНазначенияСервер");
ТекущийОбъект.Отбор = МодульОбщегоНазначения.ЗначениеВСтрокуXML(Компоновщик.Настройки.Отбор);
ТекущийОбъект.Отбор = __ОбщегоНазначенияСлужебный.ЗначениеВСтрокуXML(Компоновщик.Настройки.Отбор);
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 verification process has revealed that the old function __ОбщегоНазначенияСервер.ЗначениеВСтрокуXML is still being referenced in the codebase, specifically within the file src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl. This indicates that the transition to the new XML serialization function __ОбщегоНазначенияСлужебный.ЗначениеВСтрокуXML might not be fully complete or that there are remnants of the old function that need to be addressed.

Action Required:

  • Review and update the reference in src/CommonModules/__ОбщегоНазначенияСлужебный/Ext/Module.bsl to ensure consistency with the new function usage across the system.
Analysis chain

Change to use __ОбщегоНазначенияСлужебный for XML serialization looks good.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the new XML serialization function is integrated correctly across the system.

# Find files that use the old function from `__ОбщегоНазначенияСервер` and check for necessary updates.
rg --files-with-matches --type bsl $'__ОбщегоНазначенияСервер.ЗначениеВСтрокуXML' | while read file; do
  # Test: Search for the old function usage to find omissions. Expect: No matches.
  ast-grep --lang bsl --pattern $'__ОбщегоНазначенияСервер.ЗначениеВСтрокуXML($_)' "$file"
done

Length of output: 382



Script:

#!/bin/bash
# Description: Re-verify that the new XML serialization function is integrated correctly across the system, adjusting for file type handling.

# Find files that use the old function from `__ОбщегоНазначенияСервер` and check for necessary updates.
# Omitting the --type flag to handle 'bsl' files correctly.
rg --files-with-matches $'__ОбщегоНазначенияСервер.ЗначениеВСтрокуXML' | while read file; do
  # Test: Search for the old function usage to find omissions. Expect: No matches.
  ast-grep --lang bsl --pattern $'__ОбщегоНазначенияСервер.ЗначениеВСтрокуXML($_)' "$file"
done

Length of output: 783



Script:

#!/bin/bash
# Description: Re-verify that the new XML serialization function is integrated correctly across the system, using plain text search due to tool limitations.

# Find files that use the old function from `__ОбщегоНазначенияСервер` and check for necessary updates using plain text search.
rg --files-with-matches $'__ОбщегоНазначенияСервер.ЗначениеВСтрокуXML' | while read file; do
  # Test: Search for the old function usage to find omissions using plain text search. Expect: No matches.
  grep -H '__ОбщегоНазначенияСервер.ЗначениеВСтрокуXML' "$file"
done

Length of output: 1023

Comment on lines +108 to +113
Функция ЗначениеРеквизитаОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные = Ложь, Знач КодЯзыка = Неопределено) Экспорт

Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначенияРеквизитовОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные, КодЯзыка);

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

Choose a reason for hiding this comment

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

Add documentation for parameters and return value to enhance clarity and maintainability.

+ // Функция возвращает значение реквизита объекта.
+ // Параметры:
+ //   Ссылка - Ссылка на объект
+ //   ИмяРеквизита - Название реквизита
+ //   ВыбратьРазрешенные - Флаг, указывающий на необходимость выбора только разрешенных значений
+ //   КодЯзыка - Код языка для локализации
Функция ЗначениеРеквизитаОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные = Ложь, Знач КодЯзыка = Неопределено) Экспорт

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
Функция ЗначениеРеквизитаОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные = Ложь, Знач КодЯзыка = Неопределено) Экспорт
Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначенияРеквизитовОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные, КодЯзыка);
КонецФункции
// Функция возвращает значение реквизита объекта.
// Параметры:
// Ссылка - Ссылка на объект
// ИмяРеквизита - Название реквизита
// ВыбратьРазрешенные - Флаг, указывающий на необходимость выбора только разрешенных значений
// КодЯзыка - Код языка для локализации
Функция ЗначениеРеквизитаОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные = Ложь, Знач КодЯзыка = Неопределено) Экспорт
Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначенияРеквизитовОбъекта(Ссылка, ИмяРеквизита, ВыбратьРазрешенные, КодЯзыка);
КонецФункции

Comment on lines +134 to +139
Функция ЗначениеВСтрокуXML(Значение) Экспорт

Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначениеВСтрокуXML(Значение);

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

Choose a reason for hiding this comment

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

Add documentation for parameters and return value to enhance clarity and maintainability.

+ // Функция конвертирует значение в строку XML.
+ // Параметры:
+ //   Значение - Значение для конвертации
Функция ЗначениеВСтрокуXML(Значение) Экспорт

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
Функция ЗначениеВСтрокуXML(Значение) Экспорт
Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначениеВСтрокуXML(Значение);
КонецФункции
// Функция конвертирует значение в строку XML.
// Параметры:
// Значение - Значение для конвертации
Функция ЗначениеВСтрокуXML(Значение) Экспорт
Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначениеВСтрокуXML(Значение);
КонецФункции

Comment on lines +142 to +147
Функция ЗначениеИзСтрокиXML(СтрокаXML) Экспорт

Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначениеИзСтрокиXML(СтрокаXML);

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

Choose a reason for hiding this comment

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

Add documentation for parameters and return value to enhance clarity and maintainability.

+ // Функция конвертирует строку XML в значение.
+ // Параметры:
+ //   СтрокаXML - XML строка для конвертации
Функция ЗначениеИзСтрокиXML(СтрокаXML) Экспорт

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
Функция ЗначениеИзСтрокиXML(СтрокаXML) Экспорт
Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначениеИзСтрокиXML(СтрокаXML);
КонецФункции
// Функция конвертирует строку XML в значение.
// Параметры:
// СтрокаXML - XML строка для конвертации
Функция ЗначениеИзСтрокиXML(СтрокаXML) Экспорт
Модуль = ПолучитьМодуль();
Возврат Модуль.ЗначениеИзСтрокиXML(СтрокаXML);
КонецФункции

@ivanmolodec ivanmolodec merged commit 19a90ad into develop May 2, 2024
4 checks passed
@ivanmolodec ivanmolodec deleted the fixBugRedirectSSL branch May 2, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Улучшение существующей функциональности update Обновление подсистемы
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Добавить переадресацию методов (БСП)
2 participants