-
Notifications
You must be signed in to change notification settings - Fork 111
Оптимизировано (и местами исправлено) формирование ссылки на объекты MD #3456
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
base: develop
Are you sure you want to change the base?
Conversation
WalkthroughВ этом пулл-реквесте произведены изменения в управлении зависимостями и в упрощении логики получения MDO-ссылок. Версия зависимости Changes
Sequence Diagram(s)sequenceDiagram
participant Caller as Клиентский код
participant Context as DocumentContext
participant Builder as MdoRefBuilder (старый)
Note over Caller,Context: Старый поток получения MDO-ссылки
Caller->>Context: getMdObject()
Context->>Builder: getMdoRef(mdObject)
Builder-->>Context: mdoRef
Context-->>Caller: mdoRef
sequenceDiagram
participant Caller as Клиентский код
participant Context as DocumentContext
Note over Caller,Context: Новый поток получения MDO-ссылки
Caller->>Context: getMdoRef()
Context-->>Caller: mdoRef
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (24)
🚧 Files skipped from review as they are similar to previous changes (22)
⏰ Context from checks skipped due to timeout of 90000ms (20)
🔇 Additional comments (16)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
d9dfbf3
to
b11b1d6
Compare
|
Описание
Скорректировано формирование и использование ссылок mdoref.
PS. временно версия mdclasses указана снапшотная
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit
)Для диагностик
Дополнительно