-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Warnings about options.cloud #3407
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.
Blocking as we will have to change the part related to #3394 when it is merged.
But, at this point, I would like to make another attempt in considering to directly introduce the block for the cloud here.
Now that we have this PR, @olegbespalov @andrewslotin do you still want to introduce the block there? I think this PR has a limited scope that fits the case.
If the question is Do you still want to use All parties are also aware of this problem of syncing between these two PRs, and we will do the right things depending on the pace. I'm not sure this PR should be considered blocked, but I'm not against keeping it like that to stress the importance of some actions that could happen once the #3394 is merged. Also, I'm putting a note to the PR's checklist to emphasize the importance of checking. |
I took the assumption that this PR was already blocked from the quoted condition to be verified. Isn't that? Do you intend to merge it without being sure that we are going to offer the usage of the option? Then eventually revert only this PR? |
It's blocked because of that. That's true. Let me be explicit in the PR body. But you wrote above:
That sentence I was answering when I said that I don't agree that it's blocked. |
Also, I converted it to a daft since it waits for some internal decisions. |
5da752f
to
5add9e5
Compare
5add9e5
to
50418f8
Compare
f8c4586
to
d770afa
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3407 +/- ##
==========================================
- Coverage 73.55% 73.48% -0.07%
==========================================
Files 277 275 -2
Lines 20228 20229 +1
==========================================
- Hits 14879 14866 -13
- Misses 4401 4409 +8
- Partials 948 954 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
50418f8
to
a54097a
Compare
c6cc05a
to
3115216
Compare
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 do wonder if we should do this in the same version we introduce it.
Maybe have a version with it and let us see if there aren't any bugs will be better.
This will also let us go update it ... everywhere - which will be a major problem IMO with all of our documentation and examples
Any bug on this specific feature will require us to hotfix. Plus, on the other side, I also see the risk that if we don't promote it then we may not get exposure and the users will not hit any eventual bugs. |
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 align with @codebien ☝🏻 and think we should probably just merge it to get it some visibility indeed 🙇🏻
a54097a
to
bb6f6c5
Compare
The base branch was changed.
3115216
to
dac73be
Compare
What?
These changes aim to start promoting the
options.cloud
. It's the state when it's safe to say to customers that it's safe to use.These changes were originally part of #3348, but there is a chance that we could merge #3348, but we won't be ready to start offering usage of the
options.cloud
.Why?
Reduce the scope and try to make #3348 mergable.
Checklist
options.ext.loadimapct
and adjust this PR if needoptions.cloud
(backend ready)make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)