-
Notifications
You must be signed in to change notification settings - Fork 140
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
[RUMF-1020] enable intake v2 #1048
Conversation
Tests have been reworked a bit, because they were not duplicated with and without the flag: those with the `support-intake-v2` flag enabled are still relevant.
Codecov Report
@@ Coverage Diff @@
## main #1048 +/- ##
==========================================
- Coverage 89.12% 89.11% -0.01%
==========================================
Files 88 88
Lines 4138 4135 -3
Branches 949 947 -2
==========================================
- Hits 3688 3685 -3
Misses 450 450
Continue to review full report at Codecov.
|
63a4cd1
to
dedd318
Compare
…ntakeDomains`" This reverts commit dedd318.
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.
LGTM
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.
no docs review required 👍
Motivation
Enable intake v2 on all orgs. This will:
intakeApiVersion
init configuration option (default to 1)Changes
Tests have been reworked a bit, because they were not duplicated with and without the flag: those with the
support-intake-v2
flag enabled are still relevant.Testing
CI
I have gone over the contributing documentation.