-
Notifications
You must be signed in to change notification settings - Fork 11k
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
fix: Supported Versions misbehaving #32610
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 24b463f The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32610 +/- ##
===========================================
+ Coverage 56.42% 56.45% +0.02%
===========================================
Files 2481 2482 +1
Lines 54616 54620 +4
Branches 11283 11283
===========================================
+ Hits 30816 30834 +18
- Misses 21118 21137 +19
+ Partials 2682 2649 -33
Flags with carried forward coverage won't be shown. Click here to find out more. |
apps/meteor/app/cloud/server/functions/supportedVersionsToken/supportedVersionsToken.ts
Outdated
Show resolved
Hide resolved
apps/meteor/app/cloud/server/functions/supportedVersionsToken/supportedVersionsToken.ts
Show resolved
Hide resolved
/patch |
Pull request #32621 added to Project: "Patch 6.9.2" |
/backport 6.8.2 |
/backport 6.7.5 |
Pull request #32623 added to Project: "Patch 6.8.2" |
/backport 6.6.10 |
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands:
after that just run |
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands:
after that just run |
/backport 6.5.8 |
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands:
after that just run |
/backport 6.7.5 |
Pull request #32629 added to Project: "Patch 6.7.5" |
/backport 6.6.10 |
Pull request #32630 added to Project: "Patch 6.6.10" |
/backport 6.5.8 |
Pull request #32631 added to Project: "Patch 6.5.8" |
#32600
CONN-254
It seems that one of the conditions was wrong, always having the oldest sync
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments