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

добавлено чтение всех контейнеров в каталоге исходных файлов #436

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

theshadowco
Copy link
Member

Описание

Реализованы методы чтения контейнеров в каталоге

  • конфигураций и расширений
  • внешних отчетов и обработок
  • всех сразу

Связанные задачи

Closes

Чеклист

Общие

  • Ветка PR обновлена из develop
  • Отладочные, закомментированные и прочие, не имеющие смысла участки кода удалены
  • Изменения покрыты тестами
  • Обязательные действия перед коммитом выполнены (запускал команду gradlew precommit)

Дополнительно

@theshadowco theshadowco added this to the 0.12.0 milestone Dec 19, 2023
Copy link
Contributor

github-actions bot commented Dec 19, 2023

Test Results

  53 files  +1    53 suites  +1   22s ⏱️ +10s
206 tests +3  206 ✔️ +3  0 💤 ±0  0 ±0 
208 runs  +3  208 ✔️ +3  0 💤 ±0  0 ±0 

Results for commit 43d2698. ± Comparison against base commit 32a34b1.

♻️ This comment has been updated with latest results.

return pattern.matcher(fileName).matches();
}
)) {
listPath = stream.toList();
Copy link
Member

Choose a reason for hiding this comment

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

Кажется, везде, где используется этот класс, он потом преобразуется в parallel stream. Может сразу stream и вернуть, а по месту вызова его перевести в parallel() перед map()?

- fix errs
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions

6.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@theshadowco theshadowco merged commit cebac38 into develop Dec 20, 2023
14 of 15 checks passed
@theshadowco theshadowco deleted the feature/addMultiRead branch December 20, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants