-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
chore(similarity): Turn on ML grouping for new EA projects #75026
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there anywhere else a project can be created? or is this the only one
assert project.name == "foo" | ||
assert project.slug == "bar" | ||
assert project.platform == "python" | ||
assert project.teams.first() == self.team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to assert on these? Do they have anything to do with the projectoption? (Same question for the test below.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just included these to ensure that the change doesn't mess up project creation at all
As far as I'm aware, this is the only way. There's a OrganizationProjectsEndpoint, but it doesn't have a post function |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #75026 +/- ##
==========================================
- Coverage 78.12% 78.12% -0.01%
==========================================
Files 6745 6745
Lines 301168 301173 +5
Branches 51823 51824 +1
==========================================
+ Hits 235289 235292 +3
- Misses 59555 59556 +1
- Partials 6324 6325 +1
|
PR reverted: 6fee71d |
Add project option to turn on ML similarity grouping for newly created projects that belong to an EA org
Add project option to turn on ML similarity grouping for newly created projects that belong to an EA org