Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/couchdb-odm

A Document Mapper based on CouchDB
https://github.com/doctrine/couchdb-odm

Updated ProxyFactory to generate proxies compatible with PHP 7 TypeHint

vermi0ffh opened this pull request over 5 years ago
Symfony/console 4 compatibility

nicodmf opened this pull request over 5 years ago
Update README.markdown

j13k opened this pull request almost 6 years ago
add php 7.3

andreybolonin opened this pull request about 6 years ago
Add .doctrine-project.json to root of the project.

jwage opened this pull request over 6 years ago
Embedded entities

itcreator opened this issue over 6 years ago
Import of the documentation for the new website

mikeSimonson opened this pull request over 6 years ago
Use dedicated PHPUnit assertions

carusogabriel opened this pull request almost 7 years ago
Fix XML mapping of <embed-many/> without target-document

tobyS opened this pull request almost 7 years ago
Fixed empty "target-document" behavior for XmlDriver

tobyS opened this pull request almost 7 years ago
Removing the license header

mikeSimonson opened this pull request about 7 years ago
is final needed?

juliangut opened this issue over 7 years ago
Missing __doctrineLoad__() function declaration

ghost opened this issue over 7 years ago
add associations comparison in isChanged method

ghost opened this pull request almost 8 years ago
resolve associations mapping inside of embedded documents

ghost opened this pull request almost 8 years ago
serialize embedded document with references associations

ghost opened this pull request almost 8 years ago
It seems that this command errors out randomly

mikeSimonson opened this pull request almost 8 years ago
Travis update

mikeSimonson opened this pull request almost 8 years ago
retrieve the content of file for yaml parsing

mikeSimonson opened this pull request almost 8 years ago
Fix the requirement as there is a BC break in v3

mikeSimonson opened this pull request almost 8 years ago
Require a version of phpunit that works on 5.6

mikeSimonson opened this pull request almost 8 years ago
Update phpunit

mikeSimonson opened this pull request almost 8 years ago
Added urlencode to filename for attachments

Tischi86 opened this pull request almost 8 years ago
retrieve the content of file for yaml parsing

ghost opened this pull request almost 8 years ago
Updating the supported php versions

mikeSimonson opened this pull request about 8 years ago
Added command to warm up all views

Tischi86 opened this pull request about 8 years ago
Added command to compact all couchDB views

Tischi86 opened this pull request about 8 years ago
Empty doc issue fix

likebtn opened this pull request about 8 years ago
Argument 1 passed to migrate() must be of the type array, null given

likebtn opened this issue about 8 years ago
Lifecycle callbacks

smoench opened this pull request over 8 years ago
Query by type

finchen opened this issue over 8 years ago
How to use CouchDB ODM with Silex?

casoetan opened this issue almost 9 years ago
Problem: Using all_or_nothing=true by default

beberlei opened this issue about 9 years ago
Increased minimum php version

taion809 opened this pull request about 9 years ago
Added scrutinizer config

taion809 opened this pull request about 9 years ago
Updated .travis.yml

taion809 opened this pull request about 9 years ago
Update LICENSE

kevinyien opened this pull request about 9 years ago
Made doctrine binary file public to composer

schaumiii opened this pull request about 9 years ago
Fixed autoloading for console tools

tobmaster opened this pull request about 9 years ago
Tagging

radmiraal opened this issue over 9 years ago
Xml version mapping

kore opened this pull request over 9 years ago
Implement new ProxyFactory code from Common

beberlei opened this issue over 9 years ago
Issue 108

kore opened this pull request over 9 years ago
PHP 5.6 compability

kore opened this issue over 9 years ago
Collection scan getting slower and slower

rigaux opened this issue almost 10 years ago
Composer install fail

howtomakeaturn opened this issue almost 10 years ago
Why rely on a doctrine_metadata key in the Document?

wadmiraal opened this issue almost 10 years ago
Allow symfony 3.0 components

nicolas-grekas opened this pull request almost 10 years ago
Indexes

ghost opened this issue about 10 years ago
Set include docs fix

Rosenbleek opened this pull request about 10 years ago
Inconsistent serialization of embed-many

SteveTalbot opened this issue over 10 years ago
Set "type" for document

likebtn opened this issue over 10 years ago
Update UnitOfWork.php

PATROMO opened this pull request over 10 years ago
One fix in UnitOfWork.php and some PHPDoc updates

PATROMO opened this pull request over 10 years ago
Proposed fix for associated objects always fetched from database (Issue #93)

InternetHoleOfStupidity opened this pull request over 10 years ago
Performance

InternetHoleOfStupidity opened this issue over 10 years ago
Feature: Make the CouchDB document type be custom

ustcwxz opened this issue over 10 years ago
Fixes #87 and #88

SteveTalbot opened this pull request almost 11 years ago
Event fixes

Powerhamster opened this pull request almost 11 years ago
update dependeny to doctrine/common

Powerhamster opened this pull request almost 11 years ago
Null _rev passed to CouchDB

SteveTalbot opened this issue almost 11 years ago
ID generator strategy not inherited from parent class

SteveTalbot opened this issue almost 11 years ago
Update Documentation link

PATROMO opened this pull request almost 11 years ago
Composer update

PATROMO opened this pull request almost 11 years ago
Identity map fix

PATROMO opened this pull request almost 11 years ago
Embedded-Many retrun ArrayCllection instead of array.

PATROMO opened this pull request almost 11 years ago
DocumentRepository::findBy(array('id' => '')) returns empty result

frne opened this issue about 11 years ago
Issue with embedded Documents and ReferenceOne

beberlei opened this issue over 11 years ago
Embedded document deserialize fixed for 0 values

marnusw opened this pull request over 11 years ago
Added the couchdb:odm:generate-proxies command with the necessary helpers.

marnusw opened this pull request over 11 years ago
Next PhpDoc updates and fixes

PATROMO opened this pull request over 11 years ago
Next PhpDocs updates.

PATROMO opened this pull request over 11 years ago
Update PHPDocs in DocumentManager.php

PATROMO opened this pull request over 11 years ago
Added __call to the DocumentRepository for magic finders.

marnusw opened this pull request over 11 years ago
Added a couchDBValue(...) repo method for converting view index values

marnusw opened this pull request over 11 years ago
Minor clean-up of the DocumentRepository

marnusw opened this pull request over 11 years ago
Suggest allowing @Index on @ReferenceOne fields

marnusw opened this pull request over 11 years ago
Mapped super-class indexed fields issue

mehrdadmhd opened this pull request over 11 years ago
Added the FloatType.

marnusw opened this pull request over 11 years ago
fix mappedsuperclass (porting fix from #61 by @DavidBadura)

dbu opened this pull request over 11 years ago
Throw an error when the identifier field is not available

hami9x opened this pull request almost 12 years ago
[WIP] Feature: Lifecycle Callbacks

DavidBadura opened this pull request almost 12 years ago
Feature: Lifecycle Callbacks

DavidBadura opened this issue almost 12 years ago
fixed several issues in cascade support

lsmith77 opened this pull request almost 12 years ago
Fixing issue (https://github.com/doctrine/couchdb-odm/issues/55)

adyshev opened this pull request about 12 years ago
Fixing issue (https://github.com/doctrine/couchdb-odm/issues/55) INVALID

adyshev opened this pull request about 12 years ago
[DCOM-96] proxy generation as of doctrine/common#168

Ocramius opened this pull request about 12 years ago
Update Metadata infrastructure to the latest doctrine libraries

saem opened this pull request about 12 years ago
forcing the document ID fails with "Detached document passed to persist()"

georgiana-gligor opened this issue about 13 years ago
Fixed Document annotation identification bug

marnusw opened this pull request over 13 years ago
Cascade refresh

bartfaitamas opened this pull request almost 14 years ago
add annotation/xml/yml support for metadata definition

lsmith77 opened this issue over 14 years ago
Add converions according to $class->properties[$name]['type']

beberlei opened this issue over 14 years ago