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

SDAM fixes

Co-authored-by: Joannis Orlandos <[email protected]>

github.com/orlandos-nl/MongoKitten - b8e9c8e227398a3fed1b213f811462bd98591a63 authored about 6 years ago
Fixed bugs related to the first host being a slave

github.com/orlandos-nl/MongoKitten - 8f1d7009bdcd3612d83257233f1df0f46f6afe42 authored about 6 years ago
Remove cluster assertions

github.com/orlandos-nl/MongoKitten - 66dfb74a2f04ffc574741199a3422b2a1175dbcc authored about 6 years ago
Revert "Discover more agressively"

This reverts commit 2aaa02c11fb1da2eb8fd18c862d704433b9709bf.

github.com/orlandos-nl/MongoKitten - cbb2e07784d3ad0efcf3beecd5b4e1f554d98efe authored about 6 years ago
Discover more agressively

github.com/orlandos-nl/MongoKitten - 2aaa02c11fb1da2eb8fd18c862d704433b9709bf authored about 6 years ago
Discover nodes after initial connection

github.com/orlandos-nl/MongoKitten - fd0a385b684794c8cc5c7348e6ee6851e4075cbf authored about 6 years ago
Remove agressive discovery

github.com/orlandos-nl/MongoKitten - d3a2b89d963159d3641de98f542717dab7abfa28 authored about 6 years ago
Invert ismaster check

github.com/orlandos-nl/MongoKitten - 5b5e0ccfd6f7ac546744549ec169211a3a46ae7c authored about 6 years ago
Another slaveOk fix

github.com/orlandos-nl/MongoKitten - 217e535e9893796e2e24ca425a9c53834c34fcc8 authored about 6 years ago
Check `slaveOk` before selecting a connection

github.com/orlandos-nl/MongoKitten - 4d502b7c6941ee1d2d633289ce108394cd835cbd authored about 6 years ago
Disable cluster test

github.com/orlandos-nl/MongoKitten - ca9621bd7156d92cd422ffeae9af9421ea5966bb authored about 6 years ago
Automatically reconnect and round robin hosts

github.com/orlandos-nl/MongoKitten - ed61a3ce1bb8f61c3bf710108eef469f16851499 authored about 6 years ago
MongoKitten tries reconnects to the host after losing connection. This may not be master so the queries may not succeed.

With SDAM this'll make full cluster support

github.com/orlandos-nl/MongoKitten - ca88e3f485f1402cf564c4ed9b59b2d7cea68c6e authored about 6 years ago
Refactor MongoKitten to support cluster at the top of the hierarchy

github.com/orlandos-nl/MongoKitten - 5dc354242b1ebd1223ff5fa94eee9f945a383574 authored about 6 years ago
Add a generic findOne function that Decodes the Document into this Decodable type

github.com/orlandos-nl/MongoKitten - 897a095b38d02ff45f8e089197dcd3622e1fbecc authored about 6 years ago
MongoDB CR implementation and better mechanism switching

github.com/orlandos-nl/MongoKitten - 22620215d49fdac9161395cd8b0478efa69d3956 authored about 6 years ago
- rename forEachAsync to sequentialForEach.

- Implement MongoDB CR and better auto-select for authentication

github.com/orlandos-nl/MongoKitten - 86871d14a16140b34bb4d6ae60c01b9f8fe4c937 authored about 6 years ago
Doc updates, Xcodeproj script

github.com/orlandos-nl/MongoKitten - 934c8358c4e5bc86a776a27721e28b884fc6b523 authored about 6 years ago
Update to a tagged BSON version

github.com/orlandos-nl/MongoKitten - 1660c133ddf26bb5d05bc9c3b727b03936b9f376 authored over 6 years ago
Put documentation online

github.com/orlandos-nl/MongoKitten - 13fc88152ef296c02e1fb5af33dd2fa6e28b52bd authored over 6 years ago
By default, authenticate to the target database

github.com/orlandos-nl/MongoKitten - bd6e5f62e9436ca31c61067bb628a9e93cc3d3ac authored over 6 years ago
Merge commit 'f5a223fe3014567b63cf62f2d8b8430bea3e80ca' into development/5.0/ios

# Conflicts:
# Sources/MongoKitten/Connection.swift
# Sources/MongoKitten/Database.swift

github.com/orlandos-nl/MongoKitten - f57bda54785e73ec20a360ed357fc8ca63d3c53a authored over 6 years ago
Don't force unwrap connectionHandshakeResult

github.com/orlandos-nl/MongoKitten - f5a223fe3014567b63cf62f2d8b8430bea3e80ca authored over 6 years ago
Remove dynamicMemerLookup

github.com/orlandos-nl/MongoKitten - b3629b602b3ad2d113bd45483540edb4bc4b2d24 authored over 6 years ago
Code review

Co-authored-by: Joannis Orlandos <[email protected]>

github.com/orlandos-nl/MongoKitten - 5ed5cd77b9ef88f79c0c552c25d4b09895473115 authored over 6 years ago
Assert writablility of the connection

github.com/orlandos-nl/MongoKitten - 298ab25638216c328b780e57b8d48496d051c4fe authored over 6 years ago
Mechanism negotiation

github.com/orlandos-nl/MongoKitten - 786006a7144849d1564e09b0ae463841e858e4ca authored over 6 years ago
Comply to 16MB query limit

github.com/orlandos-nl/MongoKitten - 794f5a49be86ea371297b9fc47ec6ee909435af8 authored over 6 years ago
Fix error management

github.com/orlandos-nl/MongoKitten - 41bb3df1fc6b6350c58c9ae5d8a9cd74b8e75d15 authored over 6 years ago
Added the drop command to collection

github.com/orlandos-nl/MongoKitten - ffb7e1283935f49d4641b473d8c745e7c85bca31 authored over 6 years ago
Mapped all calls to rely on Sessions

github.com/orlandos-nl/MongoKitten - d966a1d55d5004cae6e60f244b44aff544a39fbd authored over 6 years ago
Initial sessions groundwork

github.com/orlandos-nl/MongoKitten - 3930fc9d459e9fabaa3cad1a4f1e69b3c62cd232 authored over 6 years ago
read/write concerns

github.com/orlandos-nl/MongoKitten - c13034bd823c2774250f399c3eee62a93e1fbfa1 authored over 6 years ago
Fix merge conflicts and change the internal error system

github.com/orlandos-nl/MongoKitten - 1ce67ae660f09c5c9b844a7efae11783b484fee8 authored over 6 years ago
Merge branch 'development/5.0/change-streams' into master/5.0

github.com/orlandos-nl/MongoKitten - 728e0581db24b8304a4be3c236ebc68ceae3a1f7 authored over 6 years ago
Added closing cursors and change streams

github.com/orlandos-nl/MongoKitten - 2adb5c43a7abdb91519c6e12f5aec929e89afbaa authored over 6 years ago
Prevent the app from failing connection for empty binary data in the SASL communication

github.com/orlandos-nl/MongoKitten - c75891b242c24766317a68bd11ead741c5dde633 authored over 6 years ago
Insert pipeline stage into 0

github.com/orlandos-nl/MongoKitten - 8c87c58e00789a4517454983cba39d61ecf49f68 authored over 6 years ago
Add pipeline based change streams

github.com/orlandos-nl/MongoKitten - 76b20b4bad3604bf1665ee4133fd05f1b8b662c2 authored over 6 years ago
Remove digest from SCRAM-SHA-256. Add optional final step

github.com/orlandos-nl/MongoKitten - bc9aa0f451929c1488d227c1c37404f0d1808329 authored over 6 years ago
Stop hardcoding SHA256 in SASL

github.com/orlandos-nl/MongoKitten - ddb81b01a40b860abeb63b1c12da5eee601aefe2 authored over 6 years ago
Added read-only MongoDB credentials, hashing resets after static hash is called, not before

github.com/orlandos-nl/MongoKitten - 022a6f3af4cd133fca5f34311c21ff679c327d4d authored over 6 years ago
GridFS file md5 decodeIfPresent

github.com/orlandos-nl/MongoKitten - b3919e80a8721f7e6450262cdd1357a0d14cfb9e authored over 6 years ago
Implemented SHA-256

github.com/orlandos-nl/MongoKitten - 50c6dfcc37e305bb0e2692c014731e893cd36a1f authored over 6 years ago
Renamed `class GridFS` to `class GridFSBucket`

github.com/orlandos-nl/MongoKitten - 6c1fe083f3bfadc90c1d9fbcf8089bb010383371 authored over 6 years ago
Merge branch 'master/5.0' into development/5.0/change-streams

github.com/orlandos-nl/MongoKitten - 36eea461f04a8f8630cf2583339c598adffcf599 authored over 6 years ago
Public filesCollection and chunksCollection

github.com/orlandos-nl/MongoKitten - 5bdc369210f7426d473ad15454b8ac3db9110595 authored over 6 years ago
Worked around deprecation warnings for contentType and aliasses in the decoder/encoder; removed unneeded `try`; correctly chained in `flush`

github.com/orlandos-nl/MongoKitten - 93188bc2d7c1e012456fb2d58ec732ce87675597 authored over 6 years ago
According to the GridFS spec, chunkSize should be an int32

github.com/orlandos-nl/MongoKitten - e0a9d4e4201248e09d3b68d29cbc1ec0cc06335d authored over 6 years ago
Support for filename and metadata in GridFS filewriter

github.com/orlandos-nl/MongoKitten - 59208542928613795a80f445e9033265997981e6 authored over 6 years ago
FileReader can read non-streaming

github.com/orlandos-nl/MongoKitten - d7346f20faaeffe2d6be25d56c85f7cb91aa342b authored over 6 years ago
Allow for custom GridFS file _id's

github.com/orlandos-nl/MongoKitten - 6f9c7be36d1eff61ef3a45af9b3b8c3790ae4419 authored over 6 years ago
ChangeStream docs and simpler API

github.com/orlandos-nl/MongoKitten - 10f7befcdfac18cad8a752d6a6dd950512eb0151 authored over 6 years ago
Merge branch 'development/5.0/change-streams' of github.com:OpenKitten/MongoKitten into development/5.0/change-streams

# Conflicts:
# Sources/MongoKitten/Commands/AuthenticationCommands.swift

github.com/orlandos-nl/MongoKitten - 52ad74a3948b6cfbf45bc64cabf36d5199a0957f authored over 6 years ago
Add credential caching, tested ChangeStream on atlas

github.com/orlandos-nl/MongoKitten - 512784ada372008b9a7ca0d6f115f115e99ca794 authored over 6 years ago
Adaptations for iOS

github.com/orlandos-nl/MongoKitten - af76f872dc0f791b6cfab58aab91d0c840f2c301 authored over 6 years ago
Fixed authentication

github.com/orlandos-nl/MongoKitten - adbade841dbf72b8778ab5d7bc6e5bbcb4235e25 authored over 6 years ago
Merge branch 'master/5.0' into development/5.0/change-streams

# Conflicts:
# Sources/MongoKitten/Collection.swift
# Tests/MongoKittenTests/CRUDTests.swift

github.com/orlandos-nl/MongoKitten - 5d820f727671788744ec74deb87192388fcf0916 authored over 6 years ago
Experimental SCRAM_SHA_1

github.com/orlandos-nl/MongoKitten - 9bd677369a1de24907682b949540d3f324ed288a authored over 6 years ago
Experimental change stream support

github.com/orlandos-nl/MongoKitten - 19ba87855769396008238a99cd5dccd5db28c678 authored over 6 years ago
Support SNI required by Atlas

github.com/orlandos-nl/MongoKitten - 5bb3be47a6fa8bfd1d46c36838c3572adeaa2681 authored over 6 years ago
Remove duplicate function

Optimize BSON document writing to sockets

github.com/orlandos-nl/MongoKitten - f8e78d8f5ee76608d79b7948150871db6e39d747 authored over 6 years ago
small docs changes

github.com/orlandos-nl/MongoKitten - 22392999604b79bf9da20350982a67adda58eff3 authored over 6 years ago
GridFS deprecations

github.com/orlandos-nl/MongoKitten - 862af48c097e4672661fc3adb56113ba1cad68af authored over 6 years ago
Create index helpers

github.com/orlandos-nl/MongoKitten - cedaa6108219e0b1259bb982ca7fce528de6bb64 authored over 6 years ago
Codable index implementation

github.com/orlandos-nl/MongoKitten - c3977b832474c32b2d7aa283bebe0f811cef23a7 authored over 6 years ago
Merge branch 'development/5.0/aggregates' into master/5.0

# Conflicts:
# MK/Querying/QueryBuilder.swift
# Package.swift
# Sources/MongoKitten/Collection.s...

github.com/orlandos-nl/MongoKitten - 8a3c97c89c110ed9dca6c35ad98e1807affa151b authored over 6 years ago
Merge branch 'master/5.0' of github.com:OpenKitten/MongoKitten into master/5.0

github.com/orlandos-nl/MongoKitten - c75b4d4b358feaa34339c3b22a650c16ae4d412d authored over 6 years ago
Cursor.forEachAsync

github.com/orlandos-nl/MongoKitten - 2cc256b9c0f3e1a8315be7e8c0ef1d43e79b14a1 authored over 6 years ago
Merge branch 'master/5.0' of github.com:OpenKitten/MongoKitten into master/5.0

github.com/orlandos-nl/MongoKitten - 56e915a6f4c4cf63a11a2dfa17ec018d20b413d8 authored over 6 years ago
0 / 1 over true / false

github.com/orlandos-nl/MongoKitten - 7d69a15187dba2c595dbd8dcae9f152b1c85625f authored over 6 years ago
Now getAllResults actually works

github.com/orlandos-nl/MongoKitten - f64687c92d77fced9599496c2b813d115125b22c authored over 6 years ago
Cursor.getAllResults()

github.com/orlandos-nl/MongoKitten - 81c0aa9e42081df38b36c0bf71489790a114d25b authored over 6 years ago
unwind and lookup aggregate stages

github.com/orlandos-nl/MongoKitten - ff55dbb4e687e081ac4d5c48e4b437751bb6004f authored over 6 years ago
More stuff in Projection

github.com/orlandos-nl/MongoKitten - 0ca270fb8186409db970896bb22c63b4c8c434d9 authored over 6 years ago
Fix tests, add projection helpers

github.com/orlandos-nl/MongoKitten - 18718a17fa9c0de01d7f81019dcea1c2369b58dc authored over 6 years ago
Throw errors for command failures

github.com/orlandos-nl/MongoKitten - fdd629f2e060207c7125cbef6d44a5d37e336c1f authored over 6 years ago
Group aggregation support

github.com/orlandos-nl/MongoKitten - 1863a4a0fd4fedc0c30bb3fa2c8331c8f4879f1d authored over 6 years ago
Parse OP_MSG document sequence

github.com/orlandos-nl/MongoKitten - 458d7a985adc6b17a0951dd15a4b534672fdc14b authored over 6 years ago
Basic OP_MSG support

github.com/orlandos-nl/MongoKitten - 71a638024ff97057fc8208295c6fc81351e8e5aa authored over 6 years ago
More groundwork for Auth, allow disabling verification of SSL certificates

github.com/orlandos-nl/MongoKitten - d2bd0046c4f923d14fb26b7dde682ff778dd9be3 authored over 6 years ago