Skip to content

Introduce Doctrine ORM - #33127

Closed
CarlSchwan wants to merge 6 commits into
masterfrom
introduce/orm
Closed

Introduce Doctrine ORM#33127
CarlSchwan wants to merge 6 commits into
masterfrom
introduce/orm

Conversation

@CarlSchwan

@CarlSchwanCarlSchwan commented Jul 5, 2022

Copy link
Copy Markdown
Member

TODOs:

  • EntityManager wrapper
  • EntityRepository wrapper
  • Query wrapper (for the DQL)
  • Command integration
  • Psr6 Cache wrapper around the ICache
  • Decide if we want a wrapper for the Mapping DTO class (lot of work
    not much benefits)

PR where this is used: nextcloud/social#1439

Signed-off-by: Carl Schwan carl@carlschwan.eu

@CarlSchwan
CarlSchwan marked this pull request as draft July 5, 2022 22:46
@@ -0,0 +1,116 @@
<?php

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO finish

@github-advanced-securitygithub-advanced-securityAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 30 potential problems in the proposed changes. Check the Files changed tab for more details.

@github-advanced-securitygithub-advanced-securityAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 30 potential problems in the proposed changes. Check the Files changed tab for more details.

@github-advanced-securitygithub-advanced-securityAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 56 potential problems in the proposed changes. Check the Files changed tab for more details.

@github-advanced-securitygithub-advanced-securityAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 66 potential problems in the proposed changes. Check the Files changed tab for more details.

TODOs:
- [x] EntityManager wrapper
- [ ] EntityRepository wrapper
- [ ] Query wrapper (for the DQL)
- [x] Command integration
- [ ] Psr6 Cache wrapper around the ICache
- [ ] Decide if we want a wrapper for the Mapping DTO class (lot of work
not much beneficts)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>

@github-advanced-securitygithub-advanced-securityAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 99 potential problems in the proposed changes. Check the Files changed tab for more details.

@szaimenszaimen added the 2. developing Work in progress label Apr 13, 2023
@szaimenszaimen added this to the Nextcloud 27 milestone Apr 13, 2023
@skjnldsvskjnldsv mentioned this pull request May 3, 2023
@come-nccome-nc removed this from the Nextcloud 27 milestone May 4, 2023
@blizzzblizzz added this to the Nextcloud 29 milestone Nov 23, 2023
This was referenced Mar 12, 2024
@AltahrimAltahrim mentioned this pull request Mar 20, 2024
@skjnldsvskjnldsv removed this from the Nextcloud 31 milestone Aug 14, 2024
@skjnldsv
skjnldsv deleted the introduce/orm branch August 30, 2024 07:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developingWork in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@CarlSchwan@github-advanced-security@blizzz@skjnldsv@szaimen@come-nc