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

Updated README.md

github.com/orlandos-nl/MongoKitten - 2ebe91c98ee54f3c562379ab873cca8ee1aad20d authored about 8 years ago
Fixed a potential bug with the connection pool lock

github.com/orlandos-nl/MongoKitten - e4896c9eecdc0767222ae8dd75dca0c336768170 authored about 8 years ago
Prevent re-authentication

github.com/orlandos-nl/MongoKitten - 86cb9a616c708f287054f05258918cd6454c698c authored about 8 years ago
Merge commit '1d66f43d4a8169695162b0006028e880a28d40c4' into mongokitten3

github.com/orlandos-nl/MongoKitten - 07c5a5f9ae1ed005d4a388358e809ce2875a382c authored about 8 years ago
Moved code to client settings

github.com/orlandos-nl/MongoKitten - 6bc919fe6693cb9c9c9bf1012dea2eb28a74e3ad authored about 8 years ago
remove dead code and throw error

github.com/orlandos-nl/MongoKitten - 1d66f43d4a8169695162b0006028e880a28d40c4 authored about 8 years ago
Merge pull request #70 from lgaches/mongokitten3-TLS

add SSL

github.com/orlandos-nl/MongoKitten - 14bf09d63de22ec006c2a73a8048e6b5522cf805 authored about 8 years ago
Merge branch 'lgaches-mongokitten3-TLS' into mongokitten3

github.com/orlandos-nl/MongoKitten - cba590645ede01f728d1e740bf7c543b139fe29c authored about 8 years ago
Merge pull request #72 from lgaches/mongokitten3-LinuxCompilation

fix compilation on linux

github.com/orlandos-nl/MongoKitten - c81e741f6cf09cd97836023552401433cef9b518 authored about 8 years ago
fix compilation on linux

github.com/orlandos-nl/MongoKitten - f57ccaf1bd951c7b5177e296c201fe065ded5747 authored about 8 years ago
Merge branch 'mongokitten3' of https://github.com/OpenKitten/MongoKitten into mongokitten3-TLS

# Conflicts:
# Sources/MongoKitten/Server.swift

github.com/orlandos-nl/MongoKitten - 2d3b66fdad3941cad862bbf9c2d5f7c6483136c5 authored about 8 years ago
add ClientSettings struct

github.com/orlandos-nl/MongoKitten - 000f151b0a0de33fee55e2a88eec6dbfb6c98199 authored about 8 years ago
Updated logging

Improved authentication to single databases

github.com/orlandos-nl/MongoKitten - e16007b69ac1f63d123d13c6988bcd6163478187 authored about 8 years ago
Fixed non-cluster server connecting

github.com/orlandos-nl/MongoKitten - c0acae8ec85347731a25835580f23899322006ff authored about 8 years ago
add SSL

allow ssl invalid certificate

github.com/orlandos-nl/MongoKitten - 7257c5a6be3e332674be5d0949e727436b9ea61f authored about 8 years ago
Fixed an authentication bug. Updated logkitten

github.com/orlandos-nl/MongoKitten - 91803e12557560d4fefbb40eb010118af597dd36 authored about 8 years ago
Added replica reconnecting (authentication still fails at reconnect)

cursor.next() fetches the first next document in the cursor, no need for making an iterator anymore.

github.com/orlandos-nl/MongoKitten - 056f9cf02482a9895d3dba8210e4372b7749033b authored about 8 years ago
Disable SSL support until we have the resources to pick this up

github.com/orlandos-nl/MongoKitten - f63a64f15ff49c9ee882a27711bc42f7a35cf65e authored about 8 years ago
Untested SSL support

github.com/orlandos-nl/MongoKitten - 49f92bd526dccd56166825eb858dc38def5554bf authored about 8 years ago
Added (basic) replica support

github.com/orlandos-nl/MongoKitten - 9952b3a648e758acfffd040610c7c2cd516f6123 authored about 8 years ago
Added unit tests.

github.com/orlandos-nl/MongoKitten - 02594a7d86175542c88e1ad7cb09cfb8bd1aa1e4 authored about 8 years ago
Work on aggregates

github.com/orlandos-nl/MongoKitten - 7803a69726d61a0c76191dd9351b020714b36b05 authored about 8 years ago
Added a gridFS bucket name, public GridFS collections and dropping them collectively.

github.com/orlandos-nl/MongoKitten - 6d6ac1ba1c1781bdc66648ab080ba8a1551be9cf authored about 8 years ago
Fixed a test type

github.com/orlandos-nl/MongoKitten - 8299da4d32cbf7041e0ffa7538e3895e2d236c25 authored about 8 years ago
Extraction/update helpers for CustomValueConvertible

github.com/orlandos-nl/MongoKitten - ae193cf020cf08e0687fb724c5376409f5ac8b3a authored about 8 years ago
Updated to new BSON alpha

github.com/orlandos-nl/MongoKitten - 8a58d210f8e45f3388f392172cac5a09f5df6ebb authored about 8 years ago
Improved GridFS initializer

github.com/orlandos-nl/MongoKitten - 449b82192e0e0379fde3e594612001ae2bd302ed authored about 8 years ago
Fixed travis.yml

Fixed ages old Collection modification bug

github.com/orlandos-nl/MongoKitten - b6c2c4d3777032ca88e9473ba971fe4498e22f15 authored about 8 years ago
Create MongoDb database folder

github.com/orlandos-nl/MongoKitten - 8326ea5a11c104af4dc59fcd191338aa22fa848b authored about 8 years ago
docs say that it's installed by default...

github.com/orlandos-nl/MongoKitten - 2206702ee4389b41fedb5c6cf59e7a99544ee5f8 authored about 8 years ago
MongoDB needs to start up

github.com/orlandos-nl/MongoKitten - d383ac4b40b60781ab24339eedc65a699f907e28 authored about 8 years ago
Added authentication to DB

github.com/orlandos-nl/MongoKitten - 0c8cd686745087ed4f8abe6a8de144222cdca16a authored about 8 years ago
MongoKitten 3 docs

github.com/orlandos-nl/MongoKitten - d3b77e90540394d3196cde4027a247133adbf87f authored about 8 years ago
Fixed a bug with older MongoDB versions

github.com/orlandos-nl/MongoKitten - 7a688f238be7729728e25999cccc4946c038bba0 authored about 8 years ago
Added database initializer for easy creation

github.com/orlandos-nl/MongoKitten - 2c708814a4c5943abc74b0a3d855e33f058c221a authored about 8 years ago
Updated updateFailure case

github.com/orlandos-nl/MongoKitten - 14d1f43aa92f51e7952fa5be6280f9a9af975117 authored about 8 years ago
Cleaning up some queries

github.com/orlandos-nl/MongoKitten - c466c5f756f339eedd1d27fabea84234e48e754e authored about 8 years ago
Query object for queries

github.com/orlandos-nl/MongoKitten - 09ff3a5e29401486c201fca70fa330fd6ab3e2cd authored about 8 years ago
Merge branch 'master' of github.com:OpenKitten/MongoKitten

github.com/orlandos-nl/MongoKitten - 9a4aa027be4c44e4aeaecbd1127e45dd84ee907f authored about 8 years ago
Biiiiiigg update to BSON 4 beta

github.com/orlandos-nl/MongoKitten - 795999bdba7e5fd85567d414c5a6998dad1c6004 authored about 8 years ago
Merge branch 'master' of github.com:OpenKitten/MongoKitten

github.com/orlandos-nl/MongoKitten - 0f6624359efd7a6fbdda7cdefc5caceaae3fc39d authored about 8 years ago
Fixed URL percent encoding for usernames and passwords

github.com/orlandos-nl/MongoKitten - 1bf8aef91608a2d89c2a15409d03dcc1d17ac074 authored about 8 years ago
Added some more helpers to use DBRef and Projection

github.com/orlandos-nl/MongoKitten - 16373005032386d9052ef95bdf100eba7cbe7e84 authored about 8 years ago
update all ~Int32 to Int32().makeBsonValue()

github.com/orlandos-nl/MongoKitten - 9b7258aa06c72a3aa4d0e5cc2994287ca655c9ff authored about 8 years ago
Merge branch 'Int64Update' of https://github.com/OpenKitten/MongoKitten into Int64Update

github.com/orlandos-nl/MongoKitten - 456afc180d4e015083f7f725840088e628afd0b2 authored about 8 years ago
file compile error in test file

github.com/orlandos-nl/MongoKitten - fe1ee1812c90f3825f8982f8cd5127f9f0e193a3 authored about 8 years ago
file compile error in test file

github.com/orlandos-nl/MongoKitten - 88c1c137a22ac8fc2d3c03a5ff80bc2506a2d902 authored about 8 years ago
changed all ~Int64 to Int64().makeBsonValue()

github.com/orlandos-nl/MongoKitten - a99b805c313c097917d6d0ffe0f0a1e0f51f27e4 authored about 8 years ago
Merge pull request #54 from JustinM1/master

Update GridFS.swift to fix crashing on unsupported swift 3.0 betas that some people still use.

github.com/orlandos-nl/MongoKitten - 5d00b1463f794be53b0aa3e6322ee9cade1df676 authored over 8 years ago
Update GridFS.swift

change ~Int64(n) to .int64(Int64(n)) to remove compile bug error

github.com/orlandos-nl/MongoKitten - 78eaa5678f532e389279439fd9537aaf9f8ffffd authored over 8 years ago
Merge commit '35522824b11366be8a434d55cb5772207a3b618c'

github.com/orlandos-nl/MongoKitten - ff80f092aef8a6c16d3095735b3133e1b6b0853c authored over 8 years ago
Updated the jazzy.yml

Added a typealias to Collection for disambiguation

github.com/orlandos-nl/MongoKitten - 77ee1b4e8f90feb884bd85c631b91d844beb1819 authored over 8 years ago
Probably fixed localhost

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

github.com/orlandos-nl/MongoKitten - 28a7e324821dd74a11d812cc3461357be772e993 authored over 8 years ago
Merge branch 'mongokitten2'

# Conflicts:
# Tests/MongoKittenTests/CollectionTests.swift
# Tests/MongoKittenTests/SetupTests....

github.com/orlandos-nl/MongoKitten - fca88c0b6d50eb527886af8777535911c9bdf1e7 authored over 8 years ago
CryptoKitten update

github.com/orlandos-nl/MongoKitten - 485afb5856f9ae66cd4c8fbbc1ef76b48f508f62 authored over 8 years ago
`for database in server`

github.com/orlandos-nl/MongoKitten - a18adf617483d8cb8e3996b9b3740a4f53159ef3 authored over 8 years ago
`for collection in server["database"]`

github.com/orlandos-nl/MongoKitten - 4f920d5ac01a2c4f16309de4cd51c325735ec6ee authored over 8 years ago
Clearer server initializer parameters

github.com/orlandos-nl/MongoKitten - c5500243bb3a29c9ed786fbbb9c6d1daaa26e6a4 authored over 8 years ago
ValueConvertible should be used more often

github.com/orlandos-nl/MongoKitten - 65605670a6de01386e955643685cd58ca673433e authored over 8 years ago
Better Server initializers

github.com/orlandos-nl/MongoKitten - a6ddd9189409dadfc03e760f68ec94cd0717cab1 authored over 8 years ago
Some things shouldn't be public

github.com/orlandos-nl/MongoKitten - da16109eedae54a2048207f7efe3027e65f0710d authored over 8 years ago
Let's not use flags literaly the entire world uses :)

github.com/orlandos-nl/MongoKitten - cd96cb42de0eaaf674a7d0046c323eaba3bb282e authored over 8 years ago
Deletion count is being returned now

Non-crashing unit tests

github.com/orlandos-nl/MongoKitten - 6caa54622e08fa5abcd1344fc20d78509241b30b authored over 8 years ago
Non crashing tests

Remove now returns the amount of removed Documents

github.com/orlandos-nl/MongoKitten - ecc1d2e12068f213d4b4297bf897cf8aa4de6a32 authored over 8 years ago
Backporting a workaround that's affecting all Socks users

github.com/orlandos-nl/MongoKitten - 8e6191c35da0379730bdfa5e1f86382818fbe92e authored over 8 years ago
Some refactoring

Cursor error handler

github.com/orlandos-nl/MongoKitten - 658becb617432fbe7507bac596e2e9bb8e284e20 authored over 8 years ago
Fixed tests

Administration command typo fix
`colleciton.update` returns the update count

github.com/orlandos-nl/MongoKitten - 9fa6ba5a44fc735a9da6ff050f4244378286e5b7 authored over 8 years ago
Flattening projections

github.com/orlandos-nl/MongoKitten - 00c44aef8eb9ba5708b5e3ad34264600be9fd527 authored over 8 years ago
Added new projections

Added optional TLS

github.com/orlandos-nl/MongoKitten - 18f254f854f066cf7885d5b6a2128d450884713a authored over 8 years ago
Minor fix for indexes

github.com/orlandos-nl/MongoKitten - 3b76949ffdd2cbb4700ef9f34d691ef55e5e787d authored over 8 years ago
More experimental cleaning up

github.com/orlandos-nl/MongoKitten - 2b0364f58671321f21b1cfae98098d4bf3e249d3 authored over 8 years ago
Improved authentication performance. Supporting old cursors

github.com/orlandos-nl/MongoKitten - 4a4858635332095b374683cf35d282508df79945 authored over 8 years ago
Fixed insert of a single document

github.com/orlandos-nl/MongoKitten - 8f466bdc6518a8ce2b49c7d5bc6d23b07568e01a authored over 8 years ago
Thanks for the sharp eye, @Joannis

github.com/orlandos-nl/MongoKitten - 2dca70d365eb4d56658e0aa23f03825fc692effc authored over 8 years ago