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

Move thread #103

Merged
merged 29 commits into from
Aug 22, 2024
Merged

Move thread #103

merged 29 commits into from
Aug 22, 2024

Conversation

akinsey
Copy link
Member

@akinsey akinsey commented Aug 20, 2024

No description provided.

akinsey added 23 commits August 5, 2024 11:21
…ontinued, add comments more queries in transaction
@akinsey akinsey requested a review from unenglishable August 20, 2024 19:53
Copy link
Member

@unenglishable unenglishable left a comment

Choose a reason for hiding this comment

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

some modifications requested, otherwise good 👍

ACL.bypass_post_owner(
user,
post,
"threads.move",
Copy link
Member

Choose a reason for hiding this comment

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

will review this myself to check if we can simplify arguments

thread = build(:thread, board: board, user: user)
_thread_posts = build_list(num_thread_replies, :post, user: user, thread: thread.post.thread)
Copy link
Member

Choose a reason for hiding this comment

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

would be good to validate return values using this variable - otherwise it can be removed, and use a comment instead

@unenglishable unenglishable merged commit 2e293de into main Aug 22, 2024
5 checks passed
@unenglishable unenglishable deleted the move-thread branch August 22, 2024 20:10
Copy link

🎉 This PR is included in version 1.34.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants