Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/new mongodb driver #14230

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
010fb5d
Reorganization towards the new mongoDb driver
tacxou Jun 5, 2019
0d923b0
Implementation of the first mongo tests
tacxou Jun 7, 2019
b6ac4a1
Update of unit tests for collections (mongodb)
tacxou Jun 10, 2019
32782e1
Update tests create, finds, appendmessage for collections (mongodb)
tacxou Jun 11, 2019
49a5d34
bug fixes and unit tests related to
tacxou Jun 17, 2019
c3cf8a8
Update tests for phalcon core methods
tacxou Jun 24, 2019
a6f0cb6
Update unit tests for collection
tacxou Jun 25, 2019
37016f1
Update unit tests, fix and implements methods for collection
tacxou Jul 2, 2019
a11e1b3
last corrections and tests before PR
tacxou Jul 3, 2019
7cd4c6c
Removing mongodb in mandatory development dependencies
tacxou Jul 3, 2019
3491728
Merge branch '4.0.x' into feature/new-mongodb-driver
tacxou Jul 3, 2019
65c3cf6
Update travis mongodb deps
tacxou Jul 4, 2019
d7d6f88
Update travis mongodb deps retry with simple pecl install
tacxou Jul 4, 2019
9b96844
Merge branch '4.0.x' into feature/new-mongodb-driver
tacxou Jul 6, 2019
8805ead
Test travis launch with pecl mongodb-stable
tacxou Jul 6, 2019
7fab53f
Remove generated mongodb ini file
tacxou Jul 6, 2019
b172164
change bad package mongodb pecl
tacxou Jul 6, 2019
0d83a8f
Rebase with upstream branch for include remote changes
tacxou Jul 8, 2019
746ade6
Cleanup mongodb in travis php extension install
tacxou Jul 8, 2019
26f80c6
Echo php extension mongodb version for test travis
tacxou Jul 8, 2019
30eaceb
Display all modules in extension installer
tacxou Jul 9, 2019
11cadab
Update getDi test
tacxou Jul 9, 2019
999a32e
Update phalcon/Mvc/Collection.zep
tacxou Jul 10, 2019
5119cbd
fixed incorrect indentation with phpstorm
tacxou Jul 10, 2019
04eafdc
Fixes on findFirst and FindById related to #14044
tacxou Jul 11, 2019
5cc87b5
Remove mongodb in volt tests
tacxou Jul 16, 2019
7337cbb
Rollback changes in run volt tests
tacxou Jul 16, 2019
412c3f0
Modification of the manager interface
tacxou Jul 16, 2019
bae468a
Manager patches related to the interface
tacxou Jul 16, 2019
0b0fde7
Removal of the Unserialize interface from MongoDb and inclusion in th…
tacxou Aug 3, 2019
3addad4
Merge branch '4.0.x' into feature/new-mongodb-driver
tacxou Aug 3, 2019
6d49a36
Fixed syntax errors on unit tests
tacxou Aug 6, 2019
25b39ae
Merge branch 'feature/new-mongodb-driver' of https://github.com/tacxt…
tacxou Aug 6, 2019
2879657
Fixing the types of feedback from the manager
tacxou Aug 6, 2019
bde42b0
Update phalcon/Mvc/Collection/Manager.zep
tacxou Aug 10, 2019
b64543a
Merge branch '4.0.x' into feature/new-mongodb-driver
tacxou Aug 12, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"ext-xml": "*",
"codeception/codeception": "^2.5",
"friendsofphp/php-cs-fixer": "~2.0",
"mongodb/mongodb": "^1.4",
"mustache/mustache": "^2.12",
"predis/predis": "^1.1",
"squizlabs/php_codesniffer": "^3.4",
Expand Down
Loading