-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replace Cursor#observeChanges
calls with MongoDB change streams
#1003
Closed
make-github-pseudonymous-again
wants to merge
58
commits into
main
from
refactor-use-change-streams-in-make-observed-query-publication-1
Closed
Replace Cursor#observeChanges
calls with MongoDB change streams
#1003
make-github-pseudonymous-again
wants to merge
58
commits into
main
from
refactor-use-change-streams-in-make-observed-query-publication-1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make-github-pseudonymous-again
temporarily deployed
to
Snyk
May 30, 2024 14:15 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
added
feature/search
This issue is about searching the data in general
drop-meteor
This has to do with replacing the Meteor framework with something else
mongodb
This has to do with MongoDB.
labels
May 30, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1003 +/- ##
==========================================
+ Coverage 66.63% 69.06% +2.43%
==========================================
Files 719 733 +14
Lines 10006 10653 +647
Branches 1349 1353 +4
==========================================
+ Hits 6667 7358 +691
+ Misses 2879 2833 -46
- Partials 460 462 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
make-github-pseudonymous-again
temporarily deployed
to
Snyk
May 30, 2024 14:33 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
May 30, 2024 15:14 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
had a problem deploying
to
Snyk
June 1, 2024 15:40 — with
GitHub Actions
Failure
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 2, 2024 19:13 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 4, 2024 17:00 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
refactor-use-change-streams-in-make-observed-query-publication-1
branch
from
June 4, 2024 17:11
54e6552
to
a4392da
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 4, 2024 17:11 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
refactor-use-change-streams-in-make-observed-query-publication-1
branch
from
June 5, 2024 06:26
a4392da
to
be97498
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 06:27 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
refactor-use-change-streams-in-make-observed-query-publication-1
branch
from
June 5, 2024 14:55
be97498
to
b7c0e6d
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 14:56 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 14:57 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 21:53 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
refactor-use-change-streams-in-make-observed-query-publication-1
branch
from
June 5, 2024 22:11
a40b17b
to
e979365
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 22:11 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 22:26 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 22:34 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
June 5, 2024 22:40 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
refactor-use-change-streams-in-make-observed-query-publication-1
branch
from
July 4, 2024 16:01
092e57a
to
a2626fd
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
July 4, 2024 16:01 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
July 4, 2024 16:28 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
July 4, 2024 17:54 — with
GitHub Actions
Inactive
Previously this was only disabled for `--full-app` tests.
We needed the Meteor.Collection object, not the raw collection.
make-github-pseudonymous-again
force-pushed
the
refactor-use-change-streams-in-make-observed-query-publication-1
branch
from
July 27, 2024 21:19
8b03ac7
to
db10212
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
July 27, 2024 21:19 — with
GitHub Actions
Inactive
Superseded by: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
drop-meteor
This has to do with replacing the Meteor framework with something else
feature/search
This issue is about searching the data in general
mongodb
This has to do with MongoDB.
research
This needs some research.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is progress on:
observe
/observeChanges
#999