Commit Graph

3944 Commits

Author SHA1 Message Date
Hannes Magnusson
02d022df47 PHPC-149: Iterator holding on to dead results 2015-02-02 13:20:36 -08:00
Hannes Magnusson
61a47d4908 NULLify after destroy and clear 2015-01-30 16:14:41 -08:00
Hannes Magnusson
747a34bb81 0.1.3 is the current release... 2015-01-30 16:13:55 -08:00
Hannes Magnusson
b93ad4f1e1 PHPC-148: var_dump()ing ObjectID should show the ObjectID 2015-01-29 10:55:38 -08:00
Hannes Magnusson
9b5cd34b90 PHPC-144: MO first-user changes
MO now creates an initial user that collides with the user and
certificate we used for this.
MO really needs to generate a different internal user as most people
will do as we did - take the user+cert from mongo jstests - rather then
mucking around and create the chain ourself.
To work around this, we create a bogus user (to trigger MO to create
its user) but use the internal MO user as it is the one we want
2015-01-29 10:29:58 -08:00
Hannes Magnusson
17e4f3e806 Make sure we have a document before dumping it 2015-01-29 10:16:55 -08:00
Hannes Magnusson
282e540354 Add SSL to the persistance hash 2015-01-29 10:16:39 -08:00
Hannes Magnusson
b002a3f231 Quick note about var_dump()ing the cursor, rather then calling iterator_to_array() 2015-01-28 15:00:28 -08:00
Hannes Magnusson
62560b0340 PHPC-147: Document the ODS 2015-01-28 15:00:03 -08:00
Hannes Magnusson
557ed02006 PHPC-146: ReadPreferences swapped 2015-01-28 13:46:22 -08:00
Hannes Magnusson
fd8dbedbde PHPC-145: Typo in example, operators need to use single quotes 2015-01-28 11:21:07 -08:00
Hannes Magnusson
5c70087a53 PHPC-143: skip auth tests when the server configuration required isn't available 2015-01-28 11:10:21 -08:00
Hannes Magnusson
60b574550a Most of our issues with MO seem to be fixed in master 2015-01-27 16:04:10 -08:00
Hannes Magnusson
406ab7a821 PHPC-142: add 'list-servers' target to enumerate all running MO servers 2015-01-27 15:44:11 -08:00
Hannes Magnusson
031a8dac1e PHPC-140: var_dump()ing WriteConcernError and WriteError 2015-01-27 14:18:29 -08:00
Hannes Magnusson
7626368622 PHPC-139: var_dump()ing WriteBatch 2015-01-27 13:23:42 -08:00
Hannes Magnusson
4b8ef30fd1 PHPC-138: var_dump()ing WriteConcern 2015-01-27 11:56:15 -08:00
Hannes Magnusson
4a20c63e1c PHPC-138: var_dump()ing ReadPreference 2015-01-27 11:55:43 -08:00
Hannes Magnusson
2acbc5bd2c PHPC-137: var_dump()ing CursorID should show the Cursor ID 2015-01-26 16:50:29 -08:00
Hannes Magnusson
1120b3060f simplify 2015-01-09 16:46:36 -08:00
Hannes Magnusson
421ca3cecc PHPC-134: Add the internal results here too 2015-01-09 16:00:30 -08:00
Hannes Magnusson
770c2b579f PHPC-136: var_dump() CommandResult and QueryResult 2015-01-09 16:00:08 -08:00
Hannes Magnusson
1c31f2f934 PHPC-133: var_dump()ing cursor 2015-01-09 15:36:11 -08:00
Hannes Magnusson
8c89c1c950 PHPC-135: Fix memory leak var_dump()ing Command 2015-01-09 12:47:14 -08:00
Hannes Magnusson
5e48dff242 PHPC-135: Fix memory leak var_dump()ing Query and add test 2015-01-09 12:36:41 -08:00
Hannes Magnusson
d5c721cd0a PHPC-134: Add debug info for WriteResult 2015-01-09 12:27:26 -08:00
Hannes Magnusson
5657ec7ab7 PHPC-110: Fix segfault on standalone nodes :) 2015-01-08 17:10:17 -08:00
Hannes Magnusson
7bf0fb588c PHPC-135: Implement debug handler for Query and Command 2015-01-08 17:09:19 -08:00
Hannes Magnusson
537503356d PHPC-110: Fix segfault when var_dump()ing before connecting 2015-01-08 10:31:56 -08:00
Hannes Magnusson
1817a0b37b PHPC-110: Add var_dump() support for MongoDB\Driver\Manager 2015-01-07 21:05:22 -08:00
Hannes Magnusson
1d095ff3be Revert "PHPC-131: Place the rendered files out of this dir"
This reverts commit 8ff1086820.
2015-01-07 11:05:27 -08:00
Hannes Magnusson
8ff1086820 PHPC-131: Place the rendered files out of this dir 2015-01-07 10:51:38 -08:00
Hannes Magnusson
e97a1e2a5f PHPC-131: Add jira issue collector 2015-01-07 09:02:37 -08:00
Hannes Magnusson
ea23e5d3fe PHPC-128: MO presets directory needs to be configurable
various other travis fixes, skipping etc
2015-01-06 21:56:43 -08:00
Hannes Magnusson
0f73eaa29c PHPC-128: if there is no cleanup uri then skipit 2015-01-06 21:19:00 -08:00
Hannes Magnusson
a600e3de35 PHPC-128: Maybe orchestration doesn't like IPs? 2015-01-06 20:57:46 -08:00
Hannes Magnusson
f2681a1ecc PHPC-128: more travis debugging 2015-01-06 20:47:38 -08:00
Hannes Magnusson
1c33f18545 PHPC-128: ping should be fast 2015-01-06 20:30:53 -08:00
Hannes Magnusson
cdc6471b46 PHPC-130: Update the get_current_key handler to support pre-5.5 2015-01-06 20:28:05 -08:00
Hannes Magnusson
f0b5e2e0b1 PHPC-128: Debugging why mo on travis doesn't start 2015-01-06 19:47:20 -08:00
Hannes Magnusson
d25aaaaf7c PHPC-128: use consistent env variable 2015-01-06 19:13:10 -08:00
Hannes Magnusson
56bfcef84c PHPC-128: Start the nodes using MO 2015-01-06 18:55:38 -08:00
Hannes Magnusson
ad03df9e3c PHPC-128: -See if this works better for travis 2015-01-06 17:51:29 -08:00
Hannes Magnusson
980c298264 PHPC-128: Fix travis setup
The service is called mongod for mongodb-org packages
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
2015-01-06 17:37:21 -08:00
Hannes Magnusson
8e3bd3d8c7 PHPC-116: Cursor methods should call their respective iterator function handlers 2015-01-06 16:45:55 -08:00
Hannes Magnusson
865297f79a Smiplify cursor/results to prep for PHPC-116 2015-01-06 16:45:55 -08:00
Hannes Magnusson
30558f262f We don't need to debug this test anymore 2015-01-06 16:45:55 -08:00
Hannes Magnusson
c1630c4414 PHPC-116: Implement invalidate_current handler to reduce code 2015-01-06 16:45:50 -08:00
Hannes Magnusson
2a78c63f3a PHPC-128: Startup the mongodb-org freshly installed mongodb 2015-01-06 08:09:24 -08:00
Hannes Magnusson
fb496e19f2 PHPC-128: Set the uri to use on travis 2015-01-05 20:50:32 -08:00