{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":190690177,"defaultBranch":"main","name":"mongo","ownerLogin":"denodrivers","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-06-07T04:57:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/73310055?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711408595.0","currentOid":""},"activityList":{"items":[{"before":"749d8042275e79286720b7ff70a1b3b89223c9e1","after":"eff419fb4aeaa85bcf56f0163fb10ffe1a8e34b8","ref":"refs/heads/main","pushedAt":"2024-03-23T23:43:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"feat: Use modern deno streams (#410)\n\n* modern streams!!\r\n\r\nSigned-off-by: Jersey \r\n\r\n* forgot the hashtag\r\n\r\nSigned-off-by: Jersey \r\n\r\n* fix the issue\r\n\r\nSigned-off-by: Jersey \r\n\r\n* try to prevent negatives here\r\n\r\nSigned-off-by: Jersey \r\n\r\n---------\r\n\r\nSigned-off-by: Jersey ","shortMessageHtmlLink":"feat: Use modern deno streams (#410)"}},{"before":"5356b7132a1caa24ccdfd30a1ec8f16c6a733bcf","after":"749d8042275e79286720b7ff70a1b3b89223c9e1","ref":"refs/heads/main","pushedAt":"2024-03-23T23:09:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"feat: Add JSR support (#409)\n\n* handle import changes\r\n\r\nSigned-off-by: Jersey \r\n\r\n* fix most errors\r\n\r\nSigned-off-by: Jersey \r\n\r\n* web_bson is on jsr now!\r\n\r\nSigned-off-by: Jersey \r\n\r\n* make the document type the right one so that things dont combust\r\n\r\nSigned-off-by: Jersey \r\n\r\n* turns out the scope is DB\r\n\r\nSigned-off-by: Jersey \r\n\r\n* include our own document type and re-export less\r\n\r\nSigned-off-by: Jersey \r\n\r\n* fix lint\r\n\r\nSigned-off-by: Jersey \r\n\r\n* d o c s\r\n\r\nSigned-off-by: Jersey \r\n\r\n* whoops\r\n\r\nSigned-off-by: Jersey \r\n\r\n* turns out i forgot to update the test\r\n\r\nSigned-off-by: Jersey \r\n\r\n* make readme show on jsr side\r\n\r\n* alphabetically sort stuff\r\n\r\nSigned-off-by: Jersey \r\n\r\n* fix mentioned issues\r\n\r\nSigned-off-by: Jersey \r\n\r\n* empty commit to run tests again, they're flaky\r\n\r\nSigned-off-by: Jersey \r\n\r\n* turns out i forgot to add a few things back\r\n\r\nSigned-off-by: Jersey \r\n\r\n* whoops i forgot to remove an unused dep\r\n\r\n---------\r\n\r\nSigned-off-by: Jersey ","shortMessageHtmlLink":"feat: Add JSR support (#409)"}},{"before":"d22d883e03e3fbd3ef2cab72b9454b31d842582d","after":"5356b7132a1caa24ccdfd30a1ec8f16c6a733bcf","ref":"refs/heads/main","pushedAt":"2023-12-17T14:29:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"feat: use native Promise.withResolvers and bump deno std (#407)\n\n* feat: use new web streams and bump deno std\r\n\r\n* fix: formatting\r\n\r\n* fix: reintroduce deno streams","shortMessageHtmlLink":"feat: use native Promise.withResolvers and bump deno std (#407)"}},{"before":"30998d2889cc4d7d32a2fcf598e9a1ec81c833d8","after":"d22d883e03e3fbd3ef2cab72b9454b31d842582d","ref":"refs/heads/main","pushedAt":"2023-09-24T10:02:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"Merge pull request #402 from denodrivers/update-to-modern-std\n\nchore: upgrade std version to 202","shortMessageHtmlLink":"Merge pull request #402 from denodrivers/update-to-modern-std"}},{"before":null,"after":"bbbbb08e252455ba380786aa4df55fe6b04f6f8d","ref":"refs/heads/update-to-modern-std","pushedAt":"2023-09-24T10:00:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"chore: upgrade std version to 202","shortMessageHtmlLink":"chore: upgrade std version to 202"}},{"before":"4dfed350a910a40ab3fe2319b2587309af146778","after":"30998d2889cc4d7d32a2fcf598e9a1ec81c833d8","ref":"refs/heads/main","pushedAt":"2023-09-18T15:02:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erfanium","name":"Erfan ","path":"/erfanium","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47688578?s=80&v=4"},"commit":{"message":"refactor(test): replace Deno.test with testing/bdd. Closes #355 (#399)\n\n* chore: refactor tests to testing/bdd, closes #355\r\n\r\n* make sure to import from testing/bdd via test.deps.ts\r\n\r\n* fix typo","shortMessageHtmlLink":"refactor(test): replace Deno.test with testing/bdd. Closes #355 (#399)"}},{"before":"b4f6ad86253091ddc1d195b7b83f5957bf9a0592","after":"4dfed350a910a40ab3fe2319b2587309af146778","ref":"refs/heads/main","pushedAt":"2023-08-26T20:15:10.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"Merge pull request #395 from albnnc/feat/db-commands\n\nfeat: ability to run commands directly from DB instance","shortMessageHtmlLink":"Merge pull request #395 from albnnc/feat/db-commands"}},{"before":"6e27e382448de56660f396a293d71efda6b6ce80","after":"b4f6ad86253091ddc1d195b7b83f5957bf9a0592","ref":"refs/heads/main","pushedAt":"2023-08-14T05:42:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erfanium","name":"Erfan ","path":"/erfanium","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47688578?s=80&v=4"},"commit":{"message":"fix insert operation return types (#398)\n\n* fix insert types\r\n\r\n* undo readme edit\r\n\r\n* add ignore ban type\r\n\r\n* format\r\n\r\n* pass test","shortMessageHtmlLink":"fix insert operation return types (#398)"}},{"before":"a49057db8583cd29003c686e0ad8178914126199","after":"6e27e382448de56660f396a293d71efda6b6ce80","ref":"refs/heads/main","pushedAt":"2023-06-08T11:21:30.538Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"lucsoft","name":"lucsoft","path":"/lucsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11093382?s=80&v=4"},"commit":{"message":"Merge pull request #397 from AsPulse/fix/return-type-of-findAndModify\n\nfindAndModify now returns T | null instead of T | undefined","shortMessageHtmlLink":"Merge pull request #397 from AsPulse/fix/return-type-of-findAndModify"}},{"before":"fbccfa3ea69e264f7b4754607329da09dc84bb67","after":"a49057db8583cd29003c686e0ad8178914126199","ref":"refs/heads/main","pushedAt":"2023-04-04T21:27:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erfanium","name":"Erfan ","path":"/erfanium","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47688578?s=80&v=4"},"commit":{"message":"Refactor Filter type to only allow valid keys (#392)","shortMessageHtmlLink":"Refactor Filter type to only allow valid keys (#392)"}},{"before":"9eedf24104433fe272e55e908c5930803566b89d","after":"fbccfa3ea69e264f7b4754607329da09dc84bb67","ref":"refs/heads/main","pushedAt":"2023-04-04T08:24:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erfanium","name":"Erfan ","path":"/erfanium","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47688578?s=80&v=4"},"commit":{"message":"update types to allow nested push, pull and pullAll (#391)\n\n* update types to allow nested , and\r\n\r\n* cleanup\r\n\r\n* format and add pull test","shortMessageHtmlLink":"update types to allow nested push, pull and pullAll (#391)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHaal4QA","startCursor":null,"endCursor":null}},"title":"Activity ยท denodrivers/mongo"}