-
-
Notifications
You must be signed in to change notification settings - Fork 449
EAV Config Cache #2993
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
Merged
Merged
EAV Config Cache #2993
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
74f9126
use eav/config singleton for caching entity types and attributes, rep…
davidhiendl 11383b7
Add @DavidHiendl as a contributor
davidhiendl 8cafff3
fix format inconsistencies, fixed eav/config clear fields
davidhiendl c22d333
fix fallback for getEntityAttributeCodes missing store_id in lookup
davidhiendl c6372af
Merge remote-tracking branch 'origin/20.0' into eav_config_cache
davidhiendl 46a7c62
patch potential error with leftover option data for deleted attributes
davidhiendl 185fbf9
optimzied/fixed calls to Varien_Profiler
davidhiendl 50ee31d
improved phpdoc, removed redundant checks
davidhiendl 68527f6
fixed contributor profile link
davidhiendl 0cd0aa2
fix for eav/config->getAttribute no longer returning an empty model f…
davidhiendl 973b447
deprecated importAttributesData, as it no longer has any purpose (all…
davidhiendl b0883ed
fixed one more bug related to deleted attributes when there is leftov…
davidhiendl fa31e60
added map lookup for entity type by code, reduce calls to app()->getS…
davidhiendl af111e3
fixed cache being written every request
davidhiendl cc7bce4
PHPCS
fballiano 51824a9
PHPCS
fballiano f3027e1
fixed phpstan issues and improved phpdoc
davidhiendl b08c46f
Merge branch '20.0' into eav_config_cache
fballiano c6af34f
removed phpstan ignored patterns as those no longer apply
davidhiendl e02d945
Merge remote-tracking branch 'origin/20.0' into eav_config_cache
davidhiendl 75be655
avoid Varien_Object::__call for Mage_Catalog_Model_Resource_Eav_Attri…
davidhiendl 0baa7fa
code cleanup, hide internal exception from user
davidhiendl 3fb665f
fix Collection::getData() returning all column values as string by co…
davidhiendl d7371a7
fix more phpdoc issues
davidhiendl eeded1d
fetch entity type via constant, add phpdoc type for Mage_Eav_Model_En…
davidhiendl bcef745
allow repeated calls to Mage_Eav_Model_Resource_Entity_Attribute_Coll…
davidhiendl ec5236c
Merge remote-tracking branch 'origin/20.0' into eav_config_cache
davidhiendl f77d4a8
remove commented code, change quote style
davidhiendl 6408cf1
add note to README.md for openmage 19.x to 20.x mentioning Mage_Eav_M…
davidhiendl 1d81d05
Merge branch '20.0' into eav_config_cache
fballiano 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.