-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
New feature: override configurations with env variables #3863
New feature: override configurations with env variables #3863
Commits on Feb 18, 2024
-
wip: override config from env vars
Pascal Querner committedFeb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 618d0b3 - Browse repository at this point
Copy the full SHA 618d0b3View commit details -
Pascal Querner committed
Feb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 1824a0d - Browse repository at this point
Copy the full SHA 1824a0dView commit details -
feat: refactor config environment loader
Pascal Querner committedFeb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 1e1d30f - Browse repository at this point
Copy the full SHA 1e1d30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c75ed - Browse repository at this point
Copy the full SHA b6c75edView commit details -
tests: finish some more tests w/ website and store data overrides
Pascal Querner committedFeb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for c6eabc3 - Browse repository at this point
Copy the full SHA c6eabc3View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63a9c95 - Browse repository at this point
Copy the full SHA 63a9c95View commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6743b3 - Browse repository at this point
Copy the full SHA f6743b3View commit details
Commits on Mar 2, 2024
-
wip: override config from env vars
Pascal Querner committedMar 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 50bdaf8 - Browse repository at this point
Copy the full SHA 50bdaf8View commit details -
Pascal Querner committed
Mar 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 67b82e7 - Browse repository at this point
Copy the full SHA 67b82e7View commit details -
feat: refactor config environment loader
Pascal Querner committedMar 2, 2024 Configuration menu - View commit details
-
Copy full SHA for fe15216 - Browse repository at this point
Copy the full SHA fe15216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da4951 - Browse repository at this point
Copy the full SHA 2da4951View commit details -
tests: finish some more tests w/ website and store data overrides
Pascal Querner committedMar 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 3eda641 - Browse repository at this point
Copy the full SHA 3eda641View commit details -
Merge branch 'feature/ENV-variables-override-config' of https://githu…
…b.com/pquerner/magento-lts into feature/ENV-variables-override-config
Pascal Querner committedMar 2, 2024 Configuration menu - View commit details
-
Copy full SHA for b2abcf0 - Browse repository at this point
Copy the full SHA b2abcf0View commit details -
fix: PHP8 test error when constructing Mage_Core_Model_Config
The constructor of Mage_Core_Model_Config inherits from Varien_Object and its first argument is written to $this->data. So when the "constructor" of Mage_Core_Model_Config kicks in, it wanted to write an array to a already populated $this->_data variable, which yields errors since PHP 7.1.
Pascal Querner committedMar 2, 2024 Configuration menu - View commit details
-
Copy full SHA for b3da428 - Browse repository at this point
Copy the full SHA b3da428View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d9424 - Browse repository at this point
Copy the full SHA e3d9424View commit details
Commits on Mar 3, 2024
-
fix: config overrides should not work with invalid config key
Pascal Querner committedMar 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 36e55c7 - Browse repository at this point
Copy the full SHA 36e55c7View commit details
Commits on Mar 17, 2024
-
feat: add allow list for regexp; alter tests
now includes "-" and "_" as default allowed values next to A-Z (regexp)
Pascal Querner committedMar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b5da9b - Browse repository at this point
Copy the full SHA 7b5da9bView commit details -
Merge branch 'main' into feature/ENV-variables-override-config
Pascal Querner committedMar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for b2db566 - Browse repository at this point
Copy the full SHA b2db566View commit details -
fix: add tests for dash and underscore for group/section or field
this only tests group, but the pattern is the same
Pascal Querner committedMar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for fd28543 - Browse repository at this point
Copy the full SHA fd28543View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f39a4a - Browse repository at this point
Copy the full SHA 5f39a4aView commit details
Commits on Apr 26, 2024
-
Merge branch 'main' into feature/ENV-variables-override-config
Pascal Querner committedApr 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 86e85e7 - Browse repository at this point
Copy the full SHA 86e85e7View commit details -
chore: move property below constants
Pascal Querner committedApr 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 0fa2a84 - Browse repository at this point
Copy the full SHA 0fa2a84View commit details -
chore: change method visibility from public to protected; move accord…
…ingly and add methods parameter type to declaration
Pascal Querner committedApr 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a28479 - Browse repository at this point
Copy the full SHA 3a28479View commit details -
feat: make tests compatible to visibility changes on helper class
Pascal Querner committedApr 26, 2024 Configuration menu - View commit details
-
Copy full SHA for b487236 - Browse repository at this point
Copy the full SHA b487236View commit details