Skip to content

Conversation

@CarlSchwan
Copy link
Member

Summary

  • Add missing type hinting
  • Use only public methods from IStorage instead of relying on internal \OC\Storage methods
  • Refactor HomePropagator to use ignore argument from Propagator instead of reimplementing the same logic.

TODO

  • ...

Checklist

- Add missing type hinting
- Use only public methods from IStorage instead of relying on internal
  \OC\Storage methods
- Refactor HomePropagator to use ignore argument from Propagator instead
  of reimplementing the same logic.

Signed-off-by: Carl Schwan <[email protected]>
@CarlSchwan CarlSchwan force-pushed the carl/cleanup-propagator branch from 518fa13 to 475c847 Compare October 8, 2025 15:15
@CarlSchwan CarlSchwan self-assigned this Oct 9, 2025
@CarlSchwan CarlSchwan added the 3. to review Waiting for reviews label Oct 9, 2025
@CarlSchwan CarlSchwan added this to the Nextcloud 33 milestone Oct 9, 2025
@CarlSchwan CarlSchwan marked this pull request as ready for review October 9, 2025 13:26
@CarlSchwan CarlSchwan requested a review from a team as a code owner October 9, 2025 13:26
@CarlSchwan CarlSchwan requested review from Altahrim, come-nc and sorbaugh and removed request for a team October 9, 2025 13:26
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

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

OK except for IPropagator.php I guess.

private readonly IDBConnection $connection,
private readonly array $ignore = [],
) {
$this->clock = Server::get(ClockInterface::class);
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be DI?

@susnux susnux merged commit 2369ad9 into master Oct 22, 2025
206 of 211 checks passed
@susnux susnux deleted the carl/cleanup-propagator branch October 22, 2025 19:50
@nextcloud-bot nextcloud-bot mentioned this pull request Jan 6, 2026
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