|
| 1 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 2 | + * Fix paths to root dir .phar |
| 3 | + |
| 4 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 5 | + * Add new files to the packager |
| 6 | + |
| 7 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 8 | + * Update composer after the repo renaming |
| 9 | + |
| 10 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 11 | + * mongoc requires newer libbson now |
| 12 | + |
| 13 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 14 | + * bump mongoc |
| 15 | + |
| 16 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 17 | + * rename the Mongo Orchestration name to 'mo' |
| 18 | + |
| 19 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 20 | + * MO PR#161 includes fixes from 155, and adds ssl auth support |
| 21 | + |
| 22 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 23 | + * PHPC-33: Implement X509 support via PHP streams |
| 24 | + |
| 25 | +2014-12-22 Hannes Magnusson <bjori@mongodb.com> |
| 26 | + * Fix typo in persistent hash |
| 27 | + |
| 28 | +2014-12-19 Jeremy Mikola <jmikola@gmail.com> |
| 29 | + * Add Apache 2 license |
| 30 | + |
| 31 | +2014-12-19 Hannes Magnusson <bjori@mongodb.com> |
| 32 | + * PHPC-33: Add tests for X509 |
| 33 | + |
| 34 | +2014-12-19 Hannes Magnusson <bjori@mongodb.com> |
| 35 | + * bump mongoc |
| 36 | + |
| 37 | +2014-12-19 Hannes Magnusson <bjori@mongodb.com> |
| 38 | + * PHPC-104: Throw MongoDB\AuthenticationException on auth failure |
| 39 | + |
| 40 | +2014-12-19 Hannes Magnusson <bjori@mongodb.com> |
| 41 | + * Fix test titles |
| 42 | + |
| 43 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 44 | + * bump mongoc |
| 45 | + |
| 46 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 47 | + * Remove useless stuff |
| 48 | + |
| 49 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 50 | + * Workaround https://github.com/10gen/mongo-orchestration/issues/154 |
| 51 | + |
| 52 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 53 | + * PHPC-31: Implement PLAIN authentication via PHP streams |
| 54 | + |
| 55 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 56 | + * PHPC-31: Test for PLAIN authentication mechanism |
| 57 | + |
| 58 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 59 | + * PHPC-45: Orchestrate LDAP/PLAIN servers |
| 60 | + |
| 61 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 62 | + * PHPC-45: Orchestarte PLAIN/LDAP authentication mechanism |
| 63 | + |
| 64 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 65 | + * PHPC-103: Virtualize OpenLDAP server using CentOS |
| 66 | + |
| 67 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 68 | + * Reorganize Vagrantfile to make room for more images |
| 69 | + |
| 70 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 71 | + * PHPC-2: Persist connection by the dsn |
| 72 | + |
| 73 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 74 | + * PHPC-101: throw MongoDB\DuplicateKeyException |
| 75 | + |
| 76 | +2014-12-18 Hannes Magnusson <bjori@mongodb.com> |
| 77 | + * Enable test and fixit |
| 78 | + |
| 79 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 80 | + * PHON-85: Improve test |
| 81 | + |
| 82 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 83 | + * ignore ctags and local vimrc |
| 84 | + |
| 85 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 86 | + * PHON-99: Add & Implement SSLConnectionException |
| 87 | + |
| 88 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 89 | + * PHON-31: Add stream context options |
| 90 | + |
| 91 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 92 | + * PHON-100: Implement connectiontimeoutms |
| 93 | + |
| 94 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 95 | + * PHON-31: Do not overload the stream_initiator with tsrm, we want it for stream context later |
| 96 | + |
| 97 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 98 | + * PHON-98: Implement and properly throw MongoDB\ConnectionException |
| 99 | + |
| 100 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 101 | + * PHON-97: Add MongoDB\RuntimeException |
| 102 | + |
| 103 | +2014-12-17 Hannes Magnusson <bjori@mongodb.com> |
| 104 | + * PHON-96: Create MongoDB\Exception interface |
| 105 | + |
| 106 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 107 | + * PHON-22: New test to verify standard authentication |
| 108 | + |
| 109 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 110 | + * PHON-23: Add test for connecting to SSL server |
| 111 | + |
| 112 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 113 | + * PHON-6: Split normal SSL and X509 servers |
| 114 | + |
| 115 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 116 | + * PHON-3: Orchestrate standard authentication |
| 117 | + |
| 118 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 119 | + * PHON-6: Orchestrate SSL and X509 |
| 120 | + |
| 121 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 122 | + * PHON-7: Trivial Monog Orchestration abstraction |
| 123 | + |
| 124 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 125 | + * exit on failure - and include a greppable error |
| 126 | + |
| 127 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 128 | + * PHON-92: Create standalone MongoDB server |
| 129 | + |
| 130 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 131 | + * PHONG-91: Yes to all questions when installing mongodb |
| 132 | + |
| 133 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 134 | + * PHON-91: Use the vm by default, allow it to be overridden by the environment variable |
| 135 | + |
| 136 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 137 | + * PHON-5: Whopsy, missing file for startting servers hidden by gitignore |
| 138 | + |
| 139 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 140 | + * PHON-91: Use Vagrant to virtualise mongod |
| 141 | + |
| 142 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 143 | + * return true on success |
| 144 | + |
| 145 | +2014-12-15 Hannes Magnusson <bjori@mongodb.com> |
| 146 | + * Use the MONGODB_URI constant |
| 147 | + |
| 148 | +2014-12-15 Hannes Magnusson <bjori@mongodb.com> |
| 149 | + * PHON-5: Use Mongo Orchestration to manage MongoDB servers |
| 150 | + |
| 151 | +2014-12-15 Hannes Magnusson <bjori@mongodb.com> |
| 152 | + * Seperate code from functions |
| 153 | + |
| 154 | +2014-12-16 Hannes Magnusson <bjori@mongodb.com> |
| 155 | + * remove hyperbole description |
| 156 | + |
| 157 | +2014-12-15 Jeremy Mikola <jmikola@gmail.com> |
| 158 | + * Merge pull request #24 from hannesvdvreken/master |
| 159 | + |
| 160 | +2014-12-15 Hannes Van De Vreken <vandevreken.hannes@gmail.com> |
| 161 | + * Fixed spelling mistake |
| 162 | + |
| 163 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 164 | + * PHP-1337: Implement killing a MongoDB Cursor |
| 165 | + |
| 166 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 167 | + * PHP-1336: Use Cursor->getId(), not Cursor->getCursorId() |
| 168 | + |
| 169 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 170 | + * Call the bson module init |
| 171 | + |
| 172 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 173 | + * PHP-1338: There is actually no DBRef BSON type, its a convention |
| 174 | + |
| 175 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 176 | + * PHP-1181: Improve coverage for BSON\UTCDateTime |
| 177 | + |
| 178 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 179 | + * PHP-1181: Improve coverage for BSON\Timestamp |
| 180 | + |
| 181 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 182 | + * PHP-1181: Improve coverage for BSON\Regex |
| 183 | + |
| 184 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 185 | + * PHP-1181: Improve coverage for BSON\ObjectID |
| 186 | + |
| 187 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 188 | + * Improve exception testing |
| 189 | + |
| 190 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 191 | + * PHP-1181: uhm.. This is minkey test! |
| 192 | + |
| 193 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 194 | + * PHP-1181: Increse BSON\Binary testcoverage |
| 195 | + |
| 196 | +2014-12-12 Jeremy Mikola <jmikola@gmail.com> |
| 197 | + * Fix composer update and test execution for userland library |
| 198 | + |
| 199 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 200 | + * Proper librt linking on platforms that need it |
| 201 | + |
| 202 | +2014-12-12 Jeremy Mikola <jmikola@gmail.com> |
| 203 | + * Reformat composer.json and remove redundant autoload block |
| 204 | + |
| 205 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 206 | + * Skip phpunit tests for now, its a bit of an chicken-and-egg issue |
| 207 | + |
| 208 | +2014-12-12 Hannes Magnusson <bjori@mongodb.com> |
| 209 | + * Update links after moving the repo to 10gen-labs from bjori |
| 210 | + |
| 211 | +2014-12-11 Hannes Magnusson <bjori@mongodb.com> |
| 212 | + * Fix instructions |
| 213 | + |
| 214 | +2014-12-11 Hannes Magnusson <bjori@mongodb.com> |
| 215 | + * PHP-1334: Fix build on MacOSX: Don't hardcode librt, we already conditionally check for it |
| 216 | + |
| 217 | +2014-12-10 Jeremy Mikola <jmikola@gmail.com> |
| 218 | + * Require composer deps before test tasks |
| 219 | + |
| 220 | +2014-12-10 Jeremy Mikola <jmikola@gmail.com> |
| 221 | + * Use CRUD's PHPUnit config when running tests |
| 222 | + |
| 223 | +2014-12-10 Jeremy Mikola <jmikola@gmail.com> |
| 224 | + * Use composer update instead of install |
| 225 | + |
| 226 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 227 | + * I have no idea what made me make BSON\Pool |
| 228 | + |
| 229 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 230 | + * Run the phongo-crud tests to |
| 231 | + |
| 232 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 233 | + * PHP-1324: Embed phongo-crud tests under 'testunit' and 'testall' targets |
| 234 | + |
| 235 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 236 | + * Add the phongo-crud to the composer autoloader |
| 237 | + |
| 238 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 239 | + * bump libmongoc without ssl=prefer |
| 240 | + |
| 241 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 242 | + * PHP-1329: Remove ssl=prefer option |
| 243 | + |
| 244 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 245 | + * Fetch phongo-crud to share its tests |
| 246 | + |
| 247 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 248 | + * Search for composer.phar too for those not with it globally installed |
| 249 | + |
| 250 | +2014-12-09 Hannes Magnusson <bjori@mongodb.com> |
| 251 | + * PHP-1323: Document install instructions from vcs |
| 252 | + |
| 253 | +2014-12-08 Hannes Magnusson <bjori@mongodb.com> |
| 254 | + * Add documentation build and release targets |
| 255 | + |
| 256 | +2014-12-08 Hannes Magnusson <bjori@mongodb.com> |
| 257 | + * Bump install instructions |
| 258 | + |
| 259 | +2014-12-08 Hannes Magnusson <bjori@mongodb.com> |
| 260 | + * Add couple of more reminders |
| 261 | + |
| 262 | +2014-12-08 Hannes Magnusson <bjori@mongodb.com> |
| 263 | + * Bump version |
| 264 | + |
| 265 | +2014-12-08 Hannes Magnusson <bjori@mongodb.com> |
| 266 | + * Fix argument passing :] |
| 267 | + |
| 268 | +2014-12-08 Hannes Magnusson <bjori@mongodb.com> |
| 269 | + * Add release notes |
0 commit comments