This repository was archived by the owner on Dec 5, 2025. It is now read-only.
feat: $push field operator for update#363
Merged
ovaistariq merged 2 commits intotigrisdata-archive:mainfrom May 12, 2023
Merged
feat: $push field operator for update#363ovaistariq merged 2 commits intotigrisdata-archive:mainfrom
ovaistariq merged 2 commits intotigrisdata-archive:mainfrom
Conversation
ovaistariq
reviewed
May 11, 2023
| @Field() | ||
| publisher: Publisher; | ||
|
|
||
| @Field(TigrisDataTypes.ARRAY, { elements: TigrisDataTypes.OBJECT }) |
Contributor
There was a problem hiding this comment.
Minor tweak in the test and then we should be able to merge
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
+ Coverage 90.24% 90.27% +0.03%
==========================================
Files 29 29
Lines 5595 5613 +18
Branches 657 662 +5
==========================================
+ Hits 5049 5067 +18
Misses 545 545
Partials 1 1
☔ View full report in Codecov by Sentry. |
ovaistariq
approved these changes
May 12, 2023
Contributor
|
/tip $10 |
|
🎉🎈 @akhill10 has been awarded $10.00! 🎈🎊 |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What type of PR is this? (check all applicable)
Description
$pushfor update. ( feat: $push field operator for Update tigrisdb#1131)Related Tickets & Documents
tigrisdata-archive/tigrisdb#893 (comment)
Added/updated tests?
have not been included
Is this change backwards compatible?
Does it require updates to Tigris docs?
and replace this text as
tigrisdata/tigris-docs#123Checklist
npm run build- builds successfullynpm run test- tests passingnpm run lint- no lint errors[optional] Are there any post deployment tasks we need to perform?