laminas-api-tools / api-tools-doctrine-querybuilder

Laminas API Tools Doctrine QueryBuilder module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
9 stars 17 forks source link

Laminas\ApiTools\Doctrine\ORM\QueryBuilder #6

Closed TomHAnderson closed 4 years ago

TomHAnderson commented 4 years ago
Q A
Documentation yes
Bugfix no
BC Break yes
New Feature no
RFC no
QA no

Remove ODM and split this repository into ODM and ORM and remove all Apigility tooling #2

This module goal was to support "Doctrine" which means both ORM and ODM. But combining these unrelated technologies has proven difficult. I am proposing this PR be the start of a new repository

api-tools-doctrine-querybuilder-orm

The same approach will be taken for ODM where all ORM will be removed and it will become

api-tools-doctrine-querybuilder-odm
TomHAnderson commented 4 years ago

This can't be completed until I release a Laminas version of DoctrineORMModule.

TomHAnderson commented 4 years ago

I'm at an impasse with this PR. The unit tests always pass locally but fail when ran on Travis.

TomHAnderson commented 4 years ago

This PR is ready to be it's own repository.

TomHAnderson commented 4 years ago

phpcs is failing because the license at the top of most files is too long because of the length of this library's name.

TomHAnderson commented 4 years ago

Closing. This work was not signed and there has been no movement on the PR.