Jeremy Mikola
37b76acfa7
Fix composer update and test execution for userland library
2014-12-12 17:05:38 -05:00
Hannes Magnusson
99a5d0a872
Proper librt linking on platforms that need it
2014-12-12 13:38:53 -08:00
Jeremy Mikola
8b450d0dfa
Reformat composer.json and remove redundant autoload block
2014-12-12 16:31:56 -05:00
Hannes Magnusson
96d0765ebb
Skip phpunit tests for now, its a bit of an chicken-and-egg issue
2014-12-12 11:48:56 -08:00
Hannes Magnusson
e95e348ae0
Update links after moving the repo to 10gen-labs from bjori
2014-12-12 11:48:05 -08:00
Hannes Magnusson
d3bbde610e
Fix instructions
2014-12-11 17:30:22 -08:00
Hannes Magnusson
749632bdb5
PHP-1334: Fix build on MacOSX: Don't hardcode librt, we already conditionally check for it
2014-12-11 10:07:13 -08:00
Jeremy Mikola
8c73b1ffe9
Require composer deps before test tasks
...
Since we can't specify a dep on "test" itself, we'll require composer as the first dep of "testall". This should ensure that the fixture tests aren't skipped.
2014-12-10 16:06:37 -05:00
Jeremy Mikola
b1a8e443da
Use CRUD's PHPUnit config when running tests
...
We still want to specify process isolation for the extension, but other options can rely on CRUD's own configuration.
2014-12-10 16:05:48 -05:00
Jeremy Mikola
d37d82d67e
Use composer update instead of install
...
This will implicitly pull in dev dependencies and ensure that composer doesn't complain if composer.json and composer.lock (currently in gitignore) are out of sync.
2014-12-10 16:04:46 -05:00
Hannes Magnusson
518e2b4664
I have no idea what made me make BSON\Pool
2014-12-09 16:39:43 -08:00
Hannes Magnusson
c1b67cb18e
Run the phongo-crud tests to
2014-12-09 16:14:57 -08:00
Hannes Magnusson
e78eea3970
PHP-1324: Embed phongo-crud tests under 'testunit' and 'testall' targets
2014-12-09 16:06:26 -08:00
Hannes Magnusson
de0a3ccf4c
Add the phongo-crud to the composer autoloader
2014-12-09 16:04:05 -08:00
Hannes Magnusson
ad778558d5
bump libmongoc without ssl=prefer
2014-12-09 14:23:55 -08:00
Hannes Magnusson
991d8476cb
PHP-1329: Remove ssl=prefer option
2014-12-09 14:19:49 -08:00
Hannes Magnusson
7c3b2179cf
Fetch phongo-crud to share its tests
2014-12-09 12:32:07 -08:00
Hannes Magnusson
bca9ddf48d
Search for composer.phar too for those not with it globally installed
2014-12-09 12:31:45 -08:00
Hannes Magnusson
4cb6f5f94c
PHP-1323: Document install instructions from vcs
2014-12-09 11:03:38 -08:00
Hannes Magnusson
d765ff324b
Add documentation build and release targets
2014-12-08 16:15:53 -08:00
Hannes Magnusson
0e5cb5cfad
Bump install instructions
2014-12-08 16:06:47 -08:00
Hannes Magnusson
c6aba222ee
Add couple of more reminders
2014-12-08 15:58:51 -08:00
Hannes Magnusson
b2131a77c0
Bump version
2014-12-08 15:56:25 -08:00
Hannes Magnusson
79df1bbb64
Fix argument passing :]
2014-12-08 15:54:04 -08:00
Hannes Magnusson
6671cce5c4
Add release notes
0.1.2
2014-12-08 15:52:11 -08:00
Hannes Magnusson
54a2e194ce
PHP-1322: More renaming
2014-12-08 14:43:09 -08:00
Hannes Magnusson
b5c3810070
PHP-1322 Rename count methods in WriteResults
2014-12-08 14:34:35 -08:00
Hannes Magnusson
2a6e5d1261
PHP-1320: $batch->update() fails when replacing entire document
...
Doesn't seem to be much point in providing a special replaceOne
method. Thats something userland can do ontop of $batch->update()
2014-12-08 13:58:06 -08:00
Hannes Magnusson
41f8b82e65
PHP-1319: Convert this into normalish cursor
2014-12-08 10:20:33 -08:00
Hannes Magnusson
ba8378e1fd
PHP-1319: Implement command cursors
2014-12-08 10:17:17 -08:00
Hannes Magnusson
000bdeee14
Add tracing to mongoc
2014-12-08 09:58:50 -08:00
Hannes Magnusson
c36442013e
We are throwing exception here, doesn't matter if we are assigning return value
2014-12-05 11:38:07 -08:00
Hannes Magnusson
407fa910c8
Throw exception on failure
...
This prevents a broken Query object that can lead to segfaults
2014-12-05 11:38:07 -08:00
Hannes Magnusson
a3ee5d626d
Make phongo_throw_exception variadic to improve error messages
2014-12-05 11:38:07 -08:00
Hannes Magnusson
9fbc609df8
Fix reference counting of nested bson objects
2014-12-05 10:20:57 -08:00
Hannes Magnusson
de54f807fd
Bump version
2014-12-04 09:38:56 -08:00
Hannes Magnusson
6ebe3bcb26
Commit the release notes
2014-12-04 09:35:38 -08:00
Hannes Magnusson
b42703e9ed
Take the release notes from the release file
0.1.1
2014-12-03 18:06:10 -08:00
Hannes Magnusson
ef32e83cef
Lets not actually tag automatically, just ask politely
2014-12-03 18:00:24 -08:00
Hannes Magnusson
5cac7d1c9b
Whopsy, we need $$ to read the output
2014-12-03 17:55:20 -08:00
Hannes Magnusson
c5bf72d994
Update toc and run syntax highlitghting automatically
2014-12-03 17:34:50 -08:00
Hannes Magnusson
4ebbff609b
Add command docs
2014-12-03 17:34:32 -08:00
Hannes Magnusson
56aae06ba8
WS
2014-12-03 16:23:15 -08:00
Hannes Magnusson
a276e33394
Initial documentation
...
Using markdown and mkdocs ( $ pip install mkdocs )
2014-12-03 16:17:32 -08:00
Hannes Magnusson
5b69759da9
Move docs to old-docs making way for actual documentation
2014-12-03 15:47:58 -08:00
Hannes Magnusson
6efcec44ba
Remove unused command
2014-12-03 14:26:54 -08:00
Hannes Magnusson
67040bde2b
Integer IDs can also be int32
2014-12-02 17:21:57 -08:00
Hannes Magnusson
29bfcd96cc
Fix 32bit builds
2014-12-02 17:21:04 -08:00
Hannes Magnusson
8739a1f777
PHP-1195: Integers are now represented as int32, as long as they fit
2014-12-02 17:20:07 -08:00
Hannes Magnusson
c7d3666d03
Differenciate the connection type by the SSL option
2014-12-02 16:13:16 -08:00