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

[16.0][MIG] base_tier_validation_correction #674

Open
wants to merge 8 commits into
base: 16.0
Choose a base branch
from

Conversation

ChrisOForgeFlow
Copy link
Contributor

Copy link
Contributor

@bosd bosd left a comment

Choose a reason for hiding this comment

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

Code review LGTM 👍

Copy link
Contributor

@mariadforgeflow mariadforgeflow left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@bosd bosd left a comment

Choose a reason for hiding this comment

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

Very quick code review.
Please force push to recreate runboat and tests.

self.assertFalse(doc_user2.can_review)
# User 1, is the reviewer as specified in the tier.definition
doc_user1 = self.test_record.with_user(self.test_user_1.id)
doc_user1._invalidate_cache()
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
doc_user1._invalidate_cache()
doc_user1.invalidate_recordset()

invalidate_cache() is deprecated.
Please change this here, among with the other places it occurs in this file

self.assertTrue(doc_user2.can_review)
doc_user1._invalidate_cache()
self.assertFalse(doc_user1.can_review)
# Make reversion, now user 1 can reivew
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# Make reversion, now user 1 can reivew
# Make reversion, now user 1 can review

@bosd
Copy link
Contributor

bosd commented Feb 14, 2024

@ChrisOForgeFlow Can you attend to this? 🙏

Copy link

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jun 16, 2024
@github-actions github-actions bot closed this Jul 21, 2024
@AlexPForgeFlow
Copy link

Can we reopen and try to get it merged?

@bosd
Copy link
Contributor

bosd commented Mar 18, 2025

@ForgeFlow Can you attend to my comments?

@AlexPForgeFlow AlexPForgeFlow force-pushed the 16.0-mig-base_tier_validation_correction branch from 10b8fbf to 740df60 Compare March 19, 2025 08:19
@AlexPForgeFlow
Copy link

Hi @bosd !
Applied your comments. Can we merge it?

Copy link
Contributor

@bosd bosd left a comment

Choose a reason for hiding this comment

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

LGTM Let's Merge!! 🎊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants