You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: set cache when env loader overrides data
* feat?: call env helper on config get
* feat?: backend: show data from env
* feat?: backend: disable field when ENV data is available
* Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
* Update app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
* feat?: backend: do not log on invalid stores - creates infinite loop
* feat: move env variables "str_starts_with"
* feat: add env flag to disable/enable feature
* fix: fix tests
* feat: set disabled, set scope label
* feat: remove checkbox to override
* chore: remove inline helper variable name
* Update tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
Co-authored-by: Sven Reichel <[email protected]>
* Update tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
Co-authored-by: Sven Reichel <[email protected]>
* Update app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
Co-authored-by: Sven Reichel <[email protected]>
* Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
Co-authored-by: Sven Reichel <[email protected]>
* Update tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
Co-authored-by: Sven Reichel <[email protected]>
* Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
Co-authored-by: Sven Reichel <[email protected]>
* feat: add "hasPath" test
* feat: add "asArray" test
* tests: add test cases
* Update app/code/core/Mage/Core/Helper/EnvironmentConfigLoader.php
Co-authored-by: Sven Reichel <[email protected]>
* fix: onStore(re)init the env vars would be lost
* envLoader: fix loading from scopes
* chore: run phpcs
* chore: phptan: add ignore line comment about internal method
* envLoader: fix tests, fix scope default
* chore: run rector:fix
* Update tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
* Update tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
* sonar update
* fix
* phpstan L10
* update
* fix: run php-cs-fixer
* fix? phpstan?
* chore: run rector fix
* fix config
* refactor
* update
* update
* added cypress test
* Refactor web environment configuration in cypress.yml
* Simplify ddev config command in workflow
* Update registration success message in tests
* Update cypress/e2e/openmage/backend/system/config/general/general.cy.js
Co-authored-by: Copilot <[email protected]>
* Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
Co-authored-by: Copilot <[email protected]>
* Update cypress/support/openmage/backend/system/config/general/general.js
Co-authored-by: Copilot <[email protected]>
* fix: websites do not allow "-" character, but A-Z0-9_, starting with letter
* fix: superflous website tests and testing suite bootstrap
Websites may not have a "-" character so this test is removed
Removed website test for "base_ch", as its the same as "base", so superflous.
Add testing stores if not existing and remove afterwards.
* chore: linter fixes
* chore: run rector:fix
---------
Co-authored-by: Pascal Querner <[email protected]>
Co-authored-by: Sven Reichel <[email protected]>
Co-authored-by: Copilot <[email protected]>
0 commit comments