-
-
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
Feature/env variables override config #3842
Feature/env variables override config #3842
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 -
Changed "unload" to "beforeunload" in extjs to avoid deprecation warn…
…ing in developer console (OpenMage#3853)
Configuration menu - View commit details
-
Copy full SHA for 9f85ccd - Browse repository at this point
Copy the full SHA 9f85ccdView commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfac8e0 - Browse repository at this point
Copy the full SHA cfac8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec1e69 - Browse repository at this point
Copy the full SHA 9ec1e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea5dd7 - Browse repository at this point
Copy the full SHA 0ea5dd7View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f6db4d - Browse repository at this point
Copy the full SHA 3f6db4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f441b5 - Browse repository at this point
Copy the full SHA 6f441b5View commit details -
Bump phpstan/phpstan from 1.10.58 to 1.10.59 (OpenMage#3856)
Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cbf384a - Browse repository at this point
Copy the full SHA cbf384aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fef1c08 - Browse repository at this point
Copy the full SHA fef1c08View commit details -
Fixed null parameter warning in DataFlow Profiles (OpenMage#3827)
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 63293af - Browse repository at this point
Copy the full SHA 63293afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d00914 - Browse repository at this point
Copy the full SHA 8d00914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4176402 - Browse repository at this point
Copy the full SHA 4176402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b84ee1 - Browse repository at this point
Copy the full SHA 5b84ee1View commit details
Commits on Feb 28, 2024
-
Fixed zIndex to avoid conflicts between TinyMCE and OpenMage's overla…
…ys in the CMS section (OpenMage#3851)
Configuration menu - View commit details
-
Copy full SHA for 40dcee7 - Browse repository at this point
Copy the full SHA 40dcee7View commit details
Commits on Feb 29, 2024
-
Fixed default width for input/textarea in OpenMage backend theme (Ope…
…nMage#3850) Co-authored-by: Sven Reichel <github-sr@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94f08e1 - Browse repository at this point
Copy the full SHA 94f08e1View commit details
Commits on Mar 2, 2024
-
Improved fields dependence (show/hide) in backend's config section (O…
…penMage#2150) Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com> Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac50a6a - Browse repository at this point
Copy the full SHA ac50a6aView commit details -
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