Skip to content

Conversation

@RobinHoutevelts
Copy link

I saw your PR zenstruck#127 but noticed it had conflicts.

I wanted to try it out so I fixed those for you.

  • The documentation moved away from the README
    • I don't know to where so I just took over the current README from origin/master
  • A minor composer.json conflict
  • The Zenstruck\Foundry\Tests\Functional\ProxyTest had a few changes:
    • You added a protected static $POST_FACTORY so you could swap out the implementation when extending the base ProxyTest. However it appears the class now has an abstract postFactoryClass method you can override. So I went ahead and used that instead.
    • A can_assert_not_persisted test method has been added. It failed in your ProxyGeneratorTest but I noticed other tests were skipped with a assertNotPersisted() is not supported reason so I went ahead and skipped that failing test as well.

kbond and others added 30 commits June 25, 2021 16:16
zenstruck#185)

PHPStorm 2021.2+ has rudimentary generic annotation support.
Update maker factory template, add documentation about using with PhpStorm 2021.2+
…k#190)

Co-authored-by: Wouter J <wouterj@users.noreply.github.com>
- fix regression in zenstruck#181 (closes zenstruck#192)
- remove requirement to call `->withoutPersisting()` for embeddables
Add Symfony 5.4 to CI Matrix
seb-jean and others added 29 commits November 15, 2021 08:09
…alm (zenstruck#217)

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.3.7 to 5.4.0.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/5.4/CHANGELOG.md)
- [Commits](symfony/http-kernel@v5.3.7...v5.4.0)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add all-fields option to MakeFactory

* Add interactive message to make all-fields option discoverable

* Remove word from interactive message
* Add dependent field caution in index.rst

* Change caution to note and reword

* Move note to Attributes section
* Fix event hook argument name

* Update php doc for the $proxy argument

Co-authored-by: Kevin Bond <kevinbond@gmail.com>

Co-authored-by: Kevin Bond <kevinbond@gmail.com>
* [feature] Create ChainManagerRegistry in order to use doctrine/odm (zenstruck#151)

* [feature] Handle schema reset for mongo (zenstruck#152)

* Add tests for ODM

* [tests] re-enable coverage with mongo

* [tests] re-enable and fix static analysis

* [feature] Support embedded objects for ODM (zenstruck#157)

* [minor] fixed how tests are skipped (zenstruck#167)

* (temp) set fast-fail: false

* [minor] fix cs

* [minor] fix deprecations

* [minor] fix test suite

* [bug] fix orm schema reset when using migrations

* Revert "(temp) set fast-fail: false"

This reverts commit 1b380f4.

* tests: fix Proxy::fetchObject() for mongo (zenstruck#236)

* test: assert make:factory can create both documents and embedded documents (zenstruck#237)

* fix(odm): handle EmbedOne case (zenstruck#240)

* [doc] mongo-support documentation (zenstruck#241)

Co-authored-by: Nicolas PHILIPPE <nikophil@gmail.com>
…enstruck#257)

Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
@RobinHoutevelts RobinHoutevelts changed the base branch from master to proxy-manager March 9, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.