-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
269 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,269 @@ | ||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* Fix paths to root dir .phar | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* Add new files to the packager | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* Update composer after the repo renaming | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* mongoc requires newer libbson now | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* bump mongoc | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* rename the Mongo Orchestration name to 'mo' | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* MO PR#161 includes fixes from 155, and adds ssl auth support | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* PHPC-33: Implement X509 support via PHP streams | ||
|
||
2014-12-22 Hannes Magnusson <[email protected]> | ||
* Fix typo in persistent hash | ||
|
||
2014-12-19 Jeremy Mikola <[email protected]> | ||
* Add Apache 2 license | ||
|
||
2014-12-19 Hannes Magnusson <[email protected]> | ||
* PHPC-33: Add tests for X509 | ||
|
||
2014-12-19 Hannes Magnusson <[email protected]> | ||
* bump mongoc | ||
|
||
2014-12-19 Hannes Magnusson <[email protected]> | ||
* PHPC-104: Throw MongoDB\AuthenticationException on auth failure | ||
|
||
2014-12-19 Hannes Magnusson <[email protected]> | ||
* Fix test titles | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* bump mongoc | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* Remove useless stuff | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* Workaround https://github.com/10gen/mongo-orchestration/issues/154 | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-31: Implement PLAIN authentication via PHP streams | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-31: Test for PLAIN authentication mechanism | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-45: Orchestrate LDAP/PLAIN servers | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-45: Orchestarte PLAIN/LDAP authentication mechanism | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-103: Virtualize OpenLDAP server using CentOS | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* Reorganize Vagrantfile to make room for more images | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-2: Persist connection by the dsn | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* PHPC-101: throw MongoDB\DuplicateKeyException | ||
|
||
2014-12-18 Hannes Magnusson <[email protected]> | ||
* Enable test and fixit | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-85: Improve test | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* ignore ctags and local vimrc | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-99: Add & Implement SSLConnectionException | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-31: Add stream context options | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-100: Implement connectiontimeoutms | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-31: Do not overload the stream_initiator with tsrm, we want it for stream context later | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-98: Implement and properly throw MongoDB\ConnectionException | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-97: Add MongoDB\RuntimeException | ||
|
||
2014-12-17 Hannes Magnusson <[email protected]> | ||
* PHON-96: Create MongoDB\Exception interface | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-22: New test to verify standard authentication | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-23: Add test for connecting to SSL server | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-6: Split normal SSL and X509 servers | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-3: Orchestrate standard authentication | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-6: Orchestrate SSL and X509 | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-7: Trivial Monog Orchestration abstraction | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* exit on failure - and include a greppable error | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-92: Create standalone MongoDB server | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHONG-91: Yes to all questions when installing mongodb | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-91: Use the vm by default, allow it to be overridden by the environment variable | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-5: Whopsy, missing file for startting servers hidden by gitignore | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* PHON-91: Use Vagrant to virtualise mongod | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* return true on success | ||
|
||
2014-12-15 Hannes Magnusson <[email protected]> | ||
* Use the MONGODB_URI constant | ||
|
||
2014-12-15 Hannes Magnusson <[email protected]> | ||
* PHON-5: Use Mongo Orchestration to manage MongoDB servers | ||
|
||
2014-12-15 Hannes Magnusson <[email protected]> | ||
* Seperate code from functions | ||
|
||
2014-12-16 Hannes Magnusson <[email protected]> | ||
* remove hyperbole description | ||
|
||
2014-12-15 Jeremy Mikola <[email protected]> | ||
* Merge pull request #24 from hannesvdvreken/master | ||
|
||
2014-12-15 Hannes Van De Vreken <[email protected]> | ||
* Fixed spelling mistake | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1337: Implement killing a MongoDB Cursor | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1336: Use Cursor->getId(), not Cursor->getCursorId() | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* Call the bson module init | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1338: There is actually no DBRef BSON type, its a convention | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1181: Improve coverage for BSON\UTCDateTime | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1181: Improve coverage for BSON\Timestamp | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1181: Improve coverage for BSON\Regex | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1181: Improve coverage for BSON\ObjectID | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* Improve exception testing | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1181: uhm.. This is minkey test! | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* PHP-1181: Increse BSON\Binary testcoverage | ||
|
||
2014-12-12 Jeremy Mikola <[email protected]> | ||
* Fix composer update and test execution for userland library | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* Proper librt linking on platforms that need it | ||
|
||
2014-12-12 Jeremy Mikola <[email protected]> | ||
* Reformat composer.json and remove redundant autoload block | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* Skip phpunit tests for now, its a bit of an chicken-and-egg issue | ||
|
||
2014-12-12 Hannes Magnusson <[email protected]> | ||
* Update links after moving the repo to 10gen-labs from bjori | ||
|
||
2014-12-11 Hannes Magnusson <[email protected]> | ||
* Fix instructions | ||
|
||
2014-12-11 Hannes Magnusson <[email protected]> | ||
* PHP-1334: Fix build on MacOSX: Don't hardcode librt, we already conditionally check for it | ||
|
||
2014-12-10 Jeremy Mikola <[email protected]> | ||
* Require composer deps before test tasks | ||
|
||
2014-12-10 Jeremy Mikola <[email protected]> | ||
* Use CRUD's PHPUnit config when running tests | ||
|
||
2014-12-10 Jeremy Mikola <[email protected]> | ||
* Use composer update instead of install | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* I have no idea what made me make BSON\Pool | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* Run the phongo-crud tests to | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* PHP-1324: Embed phongo-crud tests under 'testunit' and 'testall' targets | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* Add the phongo-crud to the composer autoloader | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* bump libmongoc without ssl=prefer | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* PHP-1329: Remove ssl=prefer option | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* Fetch phongo-crud to share its tests | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* Search for composer.phar too for those not with it globally installed | ||
|
||
2014-12-09 Hannes Magnusson <[email protected]> | ||
* PHP-1323: Document install instructions from vcs | ||
|
||
2014-12-08 Hannes Magnusson <[email protected]> | ||
* Add documentation build and release targets | ||
|
||
2014-12-08 Hannes Magnusson <[email protected]> | ||
* Bump install instructions | ||
|
||
2014-12-08 Hannes Magnusson <[email protected]> | ||
* Add couple of more reminders | ||
|
||
2014-12-08 Hannes Magnusson <[email protected]> | ||
* Bump version | ||
|
||
2014-12-08 Hannes Magnusson <[email protected]> | ||
* Fix argument passing :] | ||
|
||
2014-12-08 Hannes Magnusson <[email protected]> | ||
* Add release notes |