Skip to content
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

[ACTIONS] MongoDb - Aggregation, Update Many Documents, Find a Document #11834

Closed
ctrlaltdylan opened this issue May 6, 2024 · 2 comments · Fixed by #11893
Closed

[ACTIONS] MongoDb - Aggregation, Update Many Documents, Find a Document #11834

ctrlaltdylan opened this issue May 6, 2024 · 2 comments · Fixed by #11893
Assignees
Labels
action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@ctrlaltdylan
Copy link
Contributor

ctrlaltdylan commented May 6, 2024

Is there a specific app this action is for?

MongoDb

Please provide a link to the relevant API docs for the specific service / operation.

Aggregation

A thin wrapper around MongoDb aggregation for compounding several operations

db.collection('example').aggregate(pipeline)
https://www.mongodb.com/docs/drivers/node/current/fundamentals/aggregation/

Update Many Documents

db.collection('example').updateMany( filter, operation )

https://www.mongodb.com/docs/drivers/node/current/usage-examples/updateMany/

Find a Document

Find a document

Should be a thin wrapper around the findOne method on MongoDb Node.js:

db.collection('example').findOne(filter, options)

API docs: https://www.mongodb.com/docs/drivers/node/current/usage-examples/findOne/

@ctrlaltdylan ctrlaltdylan added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers action New Action Request labels May 6, 2024
@malexanderlim malexanderlim changed the title [ACTION] MongoDb - Aggregation [ACTIONS] MongoDb - Aggregation, Update Many Documents, Find a Document May 7, 2024
@malexanderlim malexanderlim added this to To Do in Component (Source and Action) Backlog via automation May 7, 2024
@malexanderlim malexanderlim moved this from To Do to Prioritized in Component (Source and Action) Backlog May 7, 2024
@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label May 7, 2024
@jcortes jcortes self-assigned this May 7, 2024
@jcortes jcortes moved this from Prioritized to Doing in Component (Source and Action) Backlog May 7, 2024
@jcortes jcortes moved this from Doing to Ready for PR review in Component (Source and Action) Backlog May 9, 2024
@GTFalcao GTFalcao moved this from Ready for PR review to In Review in Component (Source and Action) Backlog May 9, 2024
@GTFalcao GTFalcao moved this from In Review to Ready for QA in Component (Source and Action) Backlog May 9, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 9, 2024
@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 9, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/ACTIONS-MongoDb-Aggregation-Update-Many-Documents-Find-a-Document-ea5496dec38a4abfb3a8fc3930bf5431

@jcortes jcortes moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 9, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 10, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for release in Component (Source and Action) Backlog May 10, 2024
@vunguyenhung
Copy link
Collaborator

Component (Source and Action) Backlog automation moved this from Ready for release to Done May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action New Action Request enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging a pull request may close this issue.

4 participants