-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add experimental ArticleRepository and ArticleController #583
Merged
alexander-schranz
merged 6 commits into
sulu:3.0
from
alexander-schranz:feature/content-article-repository
Aug 8, 2024
Merged
Add experimental ArticleRepository and ArticleController #583
alexander-schranz
merged 6 commits into
sulu:3.0
from
alexander-schranz:feature/content-article-repository
Aug 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
from
October 5, 2021 10:07
b832467
to
889e235
Compare
alexander-schranz
changed the title
WIP: Add ArticleRepository and ArticleController getAction ContentBundle implementation
Add ArticleRepository and ArticleController getAction ContentBundle implementation
Oct 5, 2021
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
from
October 5, 2021 11:07
889e235
to
fbfc7f7
Compare
alexander-schranz
changed the title
Add ArticleRepository and ArticleController getAction ContentBundle implementation
Add experimental ArticleRepository and ArticleController
Oct 12, 2021
alexander-schranz
added
DX
Only affecting the end developer
Feature
New functionality not yet included
labels
Oct 15, 2021
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
7 times, most recently
from
December 3, 2022 23:43
c021552
to
86fb215
Compare
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
from
May 22, 2023 12:44
31e28a3
to
f3a7309
Compare
@TheCadien finished with rebasing |
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
12 times, most recently
from
February 22, 2024 20:06
46a3dff
to
f085a97
Compare
Prokyonn
force-pushed
the
feature/content-article-repository
branch
from
July 24, 2024 14:34
4953198
to
b78957b
Compare
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
from
August 8, 2024 08:46
77e1b9d
to
1394d5f
Compare
alexander-schranz
force-pushed
the
feature/content-article-repository
branch
from
August 8, 2024 09:04
2ad5c17
to
fbead4b
Compare
To avoid that this PR get bigger I merged this now in 3.0 which where we can move forward then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Skeleton for Quick Testing this pull request: sulu/skeleton#236
What's in this PR?
Add ArticleRepository and ArticleController getAction ContentBundle implementation.
Why?
We need a performant ArticleRepository for the ContentBundle integration and the Repository should be single interface to all which communicates with the database.
Related Pull Requests
Related Issues
Not part of this PR and will be solved in ContentBundle itself
TODO
ArticleMapperInterface
as official endpoint for create and modify handlerNew Bundle Structure
Sulu\Article
undersrc
Open
But not part of this Pull Request: