Skip to content

Conversation

@NullIsOne
Copy link
Collaborator

@NullIsOne NullIsOne commented Jul 24, 2023

Что сделано?

  • Слита ветка 7.4 в develop
  • Разрешены конфликты с учетом изменений GeneratorsProvider на SectionsProvider
  • Добавлен вызов accessibility плагина на экранах, что появились позже
  • Поправлены тесты примера paginatable плагина
  • ...

Зачем это сделано?

Чтобы объединить изменения из готовящейся 8.0 и зарелиженой. 7.4

На что обратить внимание?

  • На CI теперь более четко отслеживается результат Unit/UI тестов. Держим 100% успешных тестов
  • ...

Как протестировать?

  • Успех в buildCheck
  • Отсутствие падений в примере
    П.C. Полезно будет также прогнать тесты на Xcode 15, чтобы зафиксировать работу "performAccessibilityAudit"

NullIsOne added 14 commits July 19, 2023 16:03
[SPT-1480] RDDM Accessibility optimizations
# Conflicts:
#	Brewfile.lock.json
#	Example/ReactiveDataDisplayManager/Collection/CollectionCompositionalViewController/CollectionCompositionalViewController.swift
#	Example/ReactiveDataDisplayManager/Collection/CollectionViewController/CollectionViewController.swift
#	Example/ReactiveDataDisplayManager/Collection/MainCollectionViewController/MainCollectionViewController.swift
#	Example/ReactiveDataDisplayManager/Table/MainTableViewController/MainTableViewController.swift
#	Example/ReactiveDataDisplayManager/Table/SectionTitleTableViewController/SectionTitleTableViewController.swift
#	Example/ReactiveDataDisplayManager/Table/Views/Cells/ExpandableTableCell/ExpandableTableCell.swift
#	Example/ReactiveDataDisplayManager/Table/Views/Cells/TitleTableViewCell/TitleTableViewCell.swift
#	Example/project.yml
#	Example/targets/template.yml
#	Gemfile.lock
#	ReactiveDataDisplayManager.podspec
#	ReactiveDataDisplayManagerTests/BaseStackDataDisplatManagerTests.swift
#	ReactiveDataDisplayManagerTests/Mocks/AutoMockable.generated.swift
#	Source/Collection/Deprecated/BaseCollectionDataDisplayManager.swift
#	Source/Collection/Generators/EmptyCollectionFooterGenarator.swift
#	Source/Collection/Generators/EmptyCollectionHeaderGenerator.swift
#	Source/Collection/Manager/BaseCollectionManager.swift
#	Source/Collection/Plugins/PluginAction/CollectionPaginatablePlugin.swift
#	Source/Collection/Protocols/CollectionFoldableItem.swift
#	Source/Protocols/GeneratorsProvider.swift
#	Source/Protocols/Protocols.swift
#	Source/Table/DataSource/TableGeneratorsProvider.swift
#	Source/Table/Deprecated/BaseTableDataDisplayManager.swift
#	Source/Table/Generators/EmptyHeaderGenerator.swift
#	Source/Table/Manager/BaseTableManager.swift
#	Source/Table/Manager/GravityTableManager.swift
#	Source/Table/Manager/ManualTableManager.swift
#	Source/Table/Plugins/PluginAction/TableDisplayablePlugin.swift
#	Source/Table/Plugins/PluginAction/TableLastCellIsVisiblePlugin.swift
#	Source/Table/Plugins/PluginAction/TablePaginatablePlugin.swift
#	hooks/post-checkout
#	project.yml
@NullIsOne NullIsOne added the 8.0 label Jul 24, 2023
@NullIsOne NullIsOne self-assigned this Jul 24, 2023
@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Warnings
⚠️

The .yml file has been modified. Keep changelog.md up to date.

⚠️ Oops! We have found some issues. It's better to fix them to keep code clean

SwiftLint found issues

Severity File Reason
Warning AccessibilityItem+Invalidation.swift:90 Line should be 145 characters or less: currently 158 characters (line_length)

Generated by 🚫 Danger Swift against 7fd0ec7

@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2023

Codecov Report

Patch coverage: 60.34% and project coverage change: +1.28% 🎉

Comparison is base (aa95890) 71.37% compared to head (7fd0ec7) 72.66%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #254      +/-   ##
===========================================
+ Coverage    71.37%   72.66%   +1.28%     
===========================================
  Files          146      161      +15     
  Lines         4457     4905     +448     
  Branches      2000     2224     +224     
===========================================
+ Hits          3181     3564     +383     
- Misses        1176     1221      +45     
- Partials       100      120      +20     
Flag Coverage Δ
uitests 64.05% <61.04%> (+2.73%) ⬆️
unittests 34.02% <7.54%> (-3.22%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...on/Generators/EmptyCollectionFooterGenarator.swift 66.66% <0.00%> (ø)
.../Collection/Protocols/CollectionFoldableItem.swift 0.00% <0.00%> (ø)
...cessibility/Container/AccessibilityContainer.swift 0.00% <0.00%> (ø)
...ssibility/Container/AccessibilityItemWrapper.swift 0.00% <0.00%> (ø)
...ators/Accessibility/Item/AccessibilityAction.swift 0.00% <0.00%> (ø)
...lity/Modifier/AccessibilityContainerModifier.swift 0.00% <0.00%> (ø)
...ce/Protocols/Plugins/Generators/FoldableItem.swift 0.00% <0.00%> (ø)
...Table/Generators/EmptyGravityFooterGenerator.swift 0.00% <0.00%> (ø)
...e/Table/Generators/EmptyTableFooterGenerator.swift 72.72% <0.00%> (+72.72%) ⬆️
Source/Table/Manager/GravityTableManager.swift 74.11% <0.00%> (+1.28%) ⬆️
... and 29 more

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NullIsOne
Copy link
Collaborator Author

Итого возьмем на заметку что мердж прошел успешно за исключением a11y теста стеков и компонентов.
Снимок экрана 2023-07-25 в 13 49 49

На CI успех потому что пока проверяем на Xcode 14.

Разработка и отладка стековой ячейки в процессе - #253
Пример с компонентами будет упразднен и полностью переедет в чат.

@NullIsOne NullIsOne merged commit cbf811a into develop Jul 25, 2023
@NullIsOne NullIsOne deleted the feature/resolve_7.4_conflicts branch July 25, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants