Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Orlandos OpenSource

Native Swift libraries for all platforms
Collective - Host: opensource - https://opencollective.com/orlandos - Code: https://github.com/OpenKitten/MongoKitten

Add CODEOWNERS (#337)

github.com/orlandos-nl/MongoKitten - 73b93e6bfa22900c9cf1082ba402a829b3640e52 authored 12 months ago
Update README.md (#336)

github.com/orlandos-nl/MongoKitten - 5c785cea5f1364e61c0113fa5ed21451c546ec75 authored 12 months ago
Small fixes (#330)

* Make MongoMessage Sendable

* Remove unused struct

* Correctly record server activity (bu...

github.com/orlandos-nl/MongoKitten - e1e91c4325f51040d9a3e1b3b37aab8c0718f132 authored 12 months ago
Update Database.swift (#335)

github.com/orlandos-nl/MongoKitten - 47930136b3f97666862c7459676ef9310d60b6a6 authored 12 months ago
Update Package.swift (#332)

replace the exact version requirement for DNSClient with a `from` requirement

github.com/orlandos-nl/MongoKitten - 06ef176fd701d88eb6feee74ce9bb24539bb5389 authored about 1 year ago
Make QuerySubject.path `public` for use in custom operators (#326)

github.com/orlandos-nl/MongoKitten - 18dfaa1ba9980c555a5d5ac4ff6a07ed54156d3c authored about 1 year ago
Support swift-distributed-tracing (#307)

* Support tracing

* swift-distributed-tracing beta 1

* Update to tracing 1.0

github.com/orlandos-nl/MongoKitten - ad9da24f7a95b40ae68517a599ef10440b16ff8f authored about 1 year ago
Add more docs to MongoKitten (#325)

* Add more docs to MongoKitten

* More improvements

github.com/orlandos-nl/MongoKitten - 1651dc652c39a654294b5a057495709c119692ef authored over 1 year ago
Adopt the SSWG's logging standards (#323)

github.com/orlandos-nl/MongoKitten - 37ee5a9e10f0ec3a1315fab2dafca72798208790 authored over 1 year ago
Uses port from SRVRecord (#324)

github.com/orlandos-nl/MongoKitten - f05069c3420af2f910e28ca5ce0933215b3af58a authored over 1 year ago
Merge branch 'feature/jo/new-coc'

github.com/orlandos-nl/MongoKitten - a85a67405a587e5c62e094eb06e4e1621985b192 authored over 1 year ago
Feature/jo/new coc (#321)

* Replace Code of Conduct with Swift's

* Update LICENSE.md

github.com/orlandos-nl/MongoKitten - af362a13d3f7d53157ffc8b02016ab5ebb08064b authored over 1 year ago
Replace Code of Conduct with Swift's

github.com/orlandos-nl/MongoKitten - 4758ea11d8633b1966592bec5d8ea0e4dec067ed authored over 1 year ago
Stop testing MongoDB 4.2 (EOL)

github.com/orlandos-nl/MongoKitten - e79b136a6b86096efd699ab1f8842048d6e0bbfb authored over 1 year ago
Merge pull request #320 from orlandos-nl/Joannis-patch-1

Update config.yml

github.com/orlandos-nl/MongoKitten - 45edf5632ece43125472fa6d6acd9fd0b6162289 authored over 1 year ago
Revert broken github forms

github.com/orlandos-nl/MongoKitten - 87e8b80e213a6aca07b9509c8b9009726e64ee27 authored over 1 year ago
Update bug_report.md

github.com/orlandos-nl/MongoKitten - 9af3c685ce127deb45e6df383483d72890f5bc27 authored over 1 year ago
Update bug_report.md

github.com/orlandos-nl/MongoKitten - c3048280450d5d70f4df38adcaa962550eb11321 authored over 1 year ago
Update bug_report.md

github.com/orlandos-nl/MongoKitten - c3f3145b8c6006b2f1e4dd4ce94a21792b838c8a authored over 1 year ago
Merge pull request #319 from orlandos-nl/Joannis-patch-1

Update README.md

github.com/orlandos-nl/MongoKitten - b53ff6654d331d8fc91004dd041c346d41219953 authored over 1 year ago
Merge pull request #318 from orlandos-nl/Joannis-patch-1

Create codeql.yml

github.com/orlandos-nl/MongoKitten - 4c90ba1996d10cfdf4daa7fcb3af9ab714e832da authored over 1 year ago
Merge pull request #315 from gwynne/speedup-debug-pbkdf2-7.x

Speed up use of PBKDF2 when building in Debug configuration

github.com/orlandos-nl/MongoKitten - 34929f3126017edb1e29cfc16fb19881189cf58d authored over 1 year ago
Add performance tests for the PBKDF2 implementation. Requires adding #if DEBUG wrapping to a few tests that rely on @testable so the performance tests can be run in Release configuration.

github.com/orlandos-nl/MongoKitten - acf3a34b1602872a546c157716381dda6bb357ca authored over 1 year ago
Add tests for using MD5 and SHA256 with PBKDF2

github.com/orlandos-nl/MongoKitten - 4a8c3a465b029057825c52cbedf3922dab4dd4cf authored over 1 year ago
Apply various tweaks to the MD5, SHA-1, SHA-256, and PBKDF2 algorithms to massively improve performance in Debug builds.

github.com/orlandos-nl/MongoKitten - 0978414df545466cdcf1fbf8c671ea90daed981a authored over 1 year ago
Merge pull request #313 from orlandos-nl/feature/jo/cluster-change-notifications

Notify users of cluster state changes. Make the callbacks thread-safe. Allow customizing a query...

github.com/orlandos-nl/MongoKitten - 9b490be3adf64096464f56ad10ae95df8a22aade authored over 1 year ago
Merge pull request #314 from orlandos-nl/feature/jo/small-fixes

Some small fixes

github.com/orlandos-nl/MongoKitten - 752ea36c874d4c9169cf8f966823a6f1d9d8c0a4 authored over 1 year ago
Merge branch 'master/7.0' into feature/jo/cluster-change-notifications

github.com/orlandos-nl/MongoKitten - 3fd67fa24560fca6f3466c9da531b05482175be6 authored over 1 year ago
Use the new repository URL for DNSClient

github.com/orlandos-nl/MongoKitten - e227a4f5c86c394e0ba1adf82b7cdd1b79eca2a3 authored over 1 year ago
Replace print statement with logger statements

github.com/orlandos-nl/MongoKitten - 92336feea40705d9bb09c917381ff19693b9e2c8 authored over 1 year ago
Merge pull request #308 from orlandos-nl/feature/jo/fieldpath-helpers

Add more FieldPath based helpers to Meow. Add `!= nil` operator support to Meow

github.com/orlandos-nl/MongoKitten - e9223c13138cd4be30a74d9474948fd59c3485f0 authored over 1 year ago
Notify users of cluster state changes. Make the callbacks thread-safe. Allow customizing a query timeout, used by the health check

github.com/orlandos-nl/MongoKitten - 2d0605d5d39b6b7dc920320210d70c1b709aa3b9 authored over 1 year ago
Add more FieldPath based helpers to Meow. Add `!= nil` operator support to Match stages & Find filters

github.com/orlandos-nl/MongoKitten - efee5d486fc9a848e6b054f14c83a463ceb6d119 authored over 1 year ago
Make Reference RawRepresentable based on the wrapped identifier

github.com/orlandos-nl/MongoKitten - 9eff0b636f7194f0d2be980ea1c219ca3c8187ea authored over 1 year ago
Allow MappedCursor<MappedCursor, ..> to count/limit/skip through each other. Count on find

github.com/orlandos-nl/MongoKitten - d06eb7f9955bdd25fc0ca7196d1f5c3c62851713 authored over 1 year ago
Make the properties of `ModelUpdateQuery` public

github.com/orlandos-nl/MongoKitten - b22a6bb06acef460795d44f90d211a5130332474 authored over 1 year ago
Add a `sum` operator to `group` stages. Allow custom groups to be implemented

github.com/orlandos-nl/MongoKitten - 6e7b9671e26f116ebfaaab059363d20fc2825405 authored over 1 year ago
Optional reference equation

github.com/orlandos-nl/MongoKitten - e7e41a2be8ac6a5ceb734bc99f2505e1723d2b82 authored over 1 year ago
Fix the `partialFilterExpression` implementation to allow documents to be added

github.com/orlandos-nl/MongoKitten - 83883491c7f5f19d17451a6de2c6951143b61f84 authored over 1 year ago
Merge pull request #311 from orlandos-nl/feature/fix-cluster-lazy

Fix a race condition in MongoCluster

github.com/orlandos-nl/MongoKitten - e4eb927a7dcd39748d811c7cbc493cc771827210 authored over 1 year ago
Fixed MongoCluster race condition

Closes #310

github.com/orlandos-nl/MongoKitten - 9e65f20d414eb001cd3a1df08b79080b74a57989 authored over 1 year ago
Update README.md

github.com/orlandos-nl/MongoKitten - 0ca7b302498f711b4d0f10f2a8ad2ccb22a2c008 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - 7d6fe10c574d2b4e7abe24df3956ab700ed3bdc2 authored almost 2 years ago
Add a bunch more documentation

github.com/orlandos-nl/MongoKitten - e8728bf1624de9ca8f44945b48c12952ec90148d authored almost 2 years ago
Fix GridFS building

github.com/orlandos-nl/MongoKitten - ba60f859ba5a7e7dd9e6dd41dc4f13378f01f708 authored almost 2 years ago
Add more GridFS helpers

github.com/orlandos-nl/MongoKitten - 51042d692cffb80b2d6bf26a619362d493c5200a authored almost 2 years ago
Revert "Add another overload to resolving a reference using QueryMatcher"

This reverts commit 91e0dccd30196c2722b3a592b65831c8a0c2bd06.

github.com/orlandos-nl/MongoKitten - 3cb3a64acd4cc2392a9ab0acf67e1b763dce1f16 authored almost 2 years ago
Add another overload for optional primitive, and simplify the API more

github.com/orlandos-nl/MongoKitten - 7b34faaaf81f6f8394b648fc30e05a69c7b87a81 authored almost 2 years ago
Disfavor the optional operators

github.com/orlandos-nl/MongoKitten - 960d79d3aaedd9913ba8bf1767e5306d060775ef authored almost 2 years ago
More operator overloads for optional

github.com/orlandos-nl/MongoKitten - 51939136a1929cc3ee7073564a5a4788d2ce91cd authored almost 2 years ago
Add another overload to resolving a reference using QueryMatcher

github.com/orlandos-nl/MongoKitten - 91e0dccd30196c2722b3a592b65831c8a0c2bd06 authored almost 2 years ago
Add another overload to resolving a reference using QueryMatcher

github.com/orlandos-nl/MongoKitten - dc7e06f992b8c79fdfa99314f8372a49e8cbc451 authored almost 2 years ago
UpdateMany support for Meow

github.com/orlandos-nl/MongoKitten - 4cc22304489dcbda72fe7b2db3e9670820695a26 authored almost 2 years ago
Add support for addToSet in Meow

github.com/orlandos-nl/MongoKitten - fdb6fdea47a9019bcbc0c657a27d0b29c5b91850 authored almost 2 years ago
Merge pull request #306 from orlandos-nl/feature/faster-protocol-parsing

Adopt FastBSONDecoder for faster protocol parsing

github.com/orlandos-nl/MongoKitten - 1d1365cfe3832d43cbc5492e2ea3b6600c707cbf authored almost 2 years ago
Use BSON 8.0.9, fix a bug in the handshake parsing.

github.com/orlandos-nl/MongoKitten - a522e180d523a4381d408db02f1b88696ec24119 authored almost 2 years ago
Adopt FastBSONDecoder for faster protocol parsing

github.com/orlandos-nl/MongoKitten - 7070906498bca47a1d5e27ea150872a02e3a7da2 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - acce45ddf453cb06f75eba82b38d17cdad1ae3d2 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - 82ed5957587e8fbe38a9a7bd9fd56ecfc54029c5 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - ae19b832782715e4f9c9c60749c7ddd8eb3d643a authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - a3da0fbd7ce5a39edd67b707540f0e0408f948bc authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - 024a602f1374f32f7d9117986bdb2fc4f4ac7367 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - b00ce3cb8859412d6dd96fe5cdfeeea1eea08aa4 authored almost 2 years ago
Make a GetMore command/reply public

github.com/orlandos-nl/MongoKitten - 293562357b4b5fe737ebdf10aaf040b9b06f5c1a authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - cde76b46849a4193c482cc5d03a767b2509fdb75 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - 367a4867ac7e571b5c67298eed3bda47e4ca1422 authored almost 2 years ago
Update README.md

github.com/orlandos-nl/MongoKitten - 9e72862c545156cb111eaeb242506636db850db3 authored almost 2 years ago
Merge pull request #305 from orlandos-nl/feature/jo-shared-log-context

Add support for logging external context with each query

github.com/orlandos-nl/MongoKitten - 6a16b4669a6c0f75e0e69bcaf1f4091a0292b14f authored almost 2 years ago
Manually grab the `id` so long as Vapor doesn't provide access to it directly

github.com/orlandos-nl/MongoKitten - d9c7430ee977f3aa7275ee7fc4d202a7e7d3064f authored almost 2 years ago
Add more log statements for error conditions

github.com/orlandos-nl/MongoKitten - 00a755db224fda3da82793f32f9711a6a1f6b453 authored almost 2 years ago
Add more logging contexts from MongoKitten itself

github.com/orlandos-nl/MongoKitten - 1dbcbb86a3544d76d389634731ad509d91e45452 authored almost 2 years ago
Add support for logging external context with each query

github.com/orlandos-nl/MongoKitten - 85594fd3fa859ff64c86399ce9088c2c2f32e65e authored almost 2 years ago
Support compound unique indexes

github.com/orlandos-nl/MongoKitten - 89c8e9067d3b65efbb8beeb30d1394b3259f5595 authored almost 2 years ago
Merge pull request #297 from kelvin13/patch-2

link `MongoCollection`

github.com/orlandos-nl/MongoKitten - 812ddd37829b56b68f07a15f3c557e9d9ae84513 authored about 2 years ago
Merge pull request #303 from orlandos-nl/logger-label-update

Update logger label

github.com/orlandos-nl/MongoKitten - 8b33fd003f893baa8cefa16497518d567a3ddc8a authored about 2 years ago
Update logger label

github.com/orlandos-nl/MongoKitten - bb9075a358341dd40c949f55031f71d384e5705b authored about 2 years ago
Update logger label

github.com/orlandos-nl/MongoKitten - c205de18eaf9caf8b8c2c1c773d9c6f85cb016bf authored about 2 years ago
Update logger label

github.com/orlandos-nl/MongoKitten - 0cb31d429f98fbb21812d31d6ee61d322c6bf2ec authored about 2 years ago
Update logger label

github.com/orlandos-nl/MongoKitten - e85a01404b74c499d3e02d8d7c82915a82d7e483 authored about 2 years ago
Clarify the timeout errors in MongoKitten

github.com/orlandos-nl/MongoKitten - 4e8e84d999c21be3523c3ad99c100ca0781830ad authored about 2 years ago
Merge pull request #301 from orlandos-nl/feature/jo-asyncsequence

Automatically execute a QueryCursor once it's used as an AsyncSequence

github.com/orlandos-nl/MongoKitten - 587525cc089feab52c5640731bfddb8a1016e0f2 authored about 2 years ago
Automatically execute a QueryCursor once it's used as an AsyncSequence

github.com/orlandos-nl/MongoKitten - b39b11e98ded8221866118711b0e365ebc68743b authored about 2 years ago
Merge pull request #302 from orlandos-nl/ae-ci-update

Update CI.

github.com/orlandos-nl/MongoKitten - 6b46424e55a3880c7d0e126f223c78d2166365e8 authored about 2 years ago