This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 236
Proof of concept for Columns as a Service #903
Draft
stephanvierkant
wants to merge
24
commits into
stwe:master
Choose a base branch
from
stephanvierkant:columns-as-a-service
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
aef5b93
Very very early stage proof of concept of Columns as a Service
stephanvierkant 7f18b5a
iterable
stephanvierkant 2d095fa
wrong use statement
stephanvierkant 85e3c4b
Support objects as column types to maintain backwards compatibility
stephanvierkant 3a1ffbe
remove RewindableGenerator from typehinting since it's marked as inte…
stephanvierkant fd1421a
Merge remote-tracking branch 'upstream/master' into columns-as-a-service
stephanvierkant b11f84f
columnbuilder update
stephanvierkant fb2b2bd
DatatableFactory can be autowired
stephanvierkant 547528d
LinkColumn fixed
stephanvierkant e01a06d
Merge branch 'master' into columns-as-a-service
stephanvierkant ab5220a
php-cs-fixer
stephanvierkant 7eb9547
Merge remote-tracking branch 'upstream/master' into columns-as-a-service
stephanvierkant 2f3a00a
Merge branch 'master' into columns-as-a-service
stephanvierkant 1d66575
fix
stephanvierkant eba9e2d
Merge remote-tracking branch 'upstream/master' into columns-as-a-service
stephanvierkant 9189cab
Merge branch 'master' of github.com:stwe/DatatablesBundle into column…
stephanvierkant 44cfe0a
php 8.1 fix
stephanvierkant b2450a5
Merge branch 'stwe:master' into columns-as-a-service
stephanvierkant b9df98e
Update composer.json
stephanvierkant 8f16674
PHP Deprecated: Creation of dynamic property Sg\DatatablesBundle\Res…
stephanvierkant 2077465
Merge remote-tracking branch 'origin/columns-as-a-service' into colum…
stephanvierkant 3835505
update
stephanvierkant bba15cd
allow symfony 7
stephanvierkant 661d4fe
TreeBuilder as return type
stephanvierkant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to specify service arguments because they can be autowired (or is this needed because of the latest argument for the colums, if so, we could reverse order of arguments).