-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Google Pubsub updater configuration #5927
Update Google Pubsub updater configuration #5927
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #5927 +/- ##
=============================================
+ Coverage 69.43% 69.45% +0.01%
Complexity 17065 17065
=============================================
Files 1934 1934
Lines 73606 73624 +18
Branches 7540 7539 -1
=============================================
+ Hits 51109 51135 +26
+ Misses 19870 19865 -5
+ Partials 2627 2624 -3 ☔ View full report in Codecov by Sentry. |
@leonardehrenfried is the docs build failing due to a recent dependency upgrade? |
Something like that: magidoc-org/magidoc#319 (comment) |
If you rebase the CI failure should be fixed. |
c.of("fuzzyTripMatching").since(NA).summary("TODO").asBoolean(false) | ||
c | ||
.of("feedId") | ||
.since(NA) |
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.
Can you add the version? The Google PubSub support was added in this PR: #3166
That would make it version 2.1.0.
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.
Please add the version, otherwise this looks good.
70cb03e
to
fc497ca
Compare
Summary
This PR:
Removed parameters:
projectName
is deprecated and removed. It is replaced by the now-mandatory parameterstopicProjectName
andsubscriptionProjectName
purgeExpiredData
is managed in the sectiontimetableUpdates
. It does not need to be specified in this updater.type
is managed by the configuration framework. It does not need to be specified in this updater.Issue
No
Unit tests
Updated documentation test
Documentation
Updated documentation