Skip to content
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

Merged

Commits on Feb 18, 2024

  1. wip: override config from env vars

    Pascal Querner committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    618d0b3 View commit details
    Browse the repository at this point in the history
  2. docs and phpcs changes

    Pascal Querner committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1824a0d View commit details
    Browse the repository at this point in the history
  3. feat: refactor config environment loader

    Pascal Querner committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1e1d30f View commit details
    Browse the repository at this point in the history
  4. add unittest and some changes for mocking and making the logic work

    Flyingmana authored and Pascal Querner committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b6c75ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6eabc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    63a9c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    f6743b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. wip: override config from env vars

    Pascal Querner committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    50bdaf8 View commit details
    Browse the repository at this point in the history
  2. docs and phpcs changes

    Pascal Querner committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    67b82e7 View commit details
    Browse the repository at this point in the history
  3. feat: refactor config environment loader

    Pascal Querner committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fe15216 View commit details
    Browse the repository at this point in the history
  4. add unittest and some changes for mocking and making the logic work

    Flyingmana authored and Pascal Querner committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2da4951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eda641 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/ENV-variables-override-config' of https://githu…

    …b.com/pquerner/magento-lts into feature/ENV-variables-override-config
    Pascal Querner committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b2abcf0 View commit details
    Browse the repository at this point in the history
  7. 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 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b3da428 View commit details
    Browse the repository at this point in the history
  8. Updated copyright

    fballiano authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e3d9424 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    36e55c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. feat: add allow list for regexp; alter tests

    now includes "-" and "_" as default allowed values next to A-Z (regexp)
    Pascal Querner committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7b5da9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2db566 View commit details
    Browse the repository at this point in the history
  3. fix: add tests for dash and underscore for group/section or field

    this only tests group, but the pattern is the same
    Pascal Querner committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fd28543 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    5f39a4a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    86e85e7 View commit details
    Browse the repository at this point in the history
  2. chore: move property below constants

    Pascal Querner committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0fa2a84 View commit details
    Browse the repository at this point in the history
  3. chore: change method visibility from public to protected; move accord…

    …ingly and add methods parameter type to declaration
    Pascal Querner committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3a28479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b487236 View commit details
    Browse the repository at this point in the history