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

Only nil attributes raises in batch and raw publishers #81

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

eugeneyak
Copy link
Member

@eugeneyak eugeneyak commented Nov 8, 2023

this PR allows try to sync empty collection and avoid if-clause inside projects

@tycooon
Copy link
Member

tycooon commented Nov 9, 2023

А ето для чего нужно?

@eugeneyak
Copy link
Member Author

eugeneyak commented Nov 9, 2023

В проекте довольно часто в цикле что-то отправляется бачами, но иногда, в силу бизнесухи это пустой набор данных, и после обновления гема приходится делать что-то типа

TableSync::Publishing::Batch.new(
   object_class: User.name,
   original_attributes: data,
).publish_later if data.present?

хотя в самом геме есть подобная проверка в https://github.com/umbrellio/table_sync/blob/master/lib/table_sync/publishing/message/base.rb#L22, и, если ему передать пустую коллекцию, он все равно ничего не отправит

@eugeneyak
Copy link
Member Author

в то же время, проверка, которую я меняю, называется calculate_not_filled_attributes, что не особо сочетается с тем, что она падает, если аттрибут заполнен пустым массивом

@AnotherRegularDude
Copy link
Member

Еще б версию бампануть

@0exp 0exp merged commit c6b46b9 into umbrellio:master Nov 17, 2023
5 checks passed
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.

4 participants