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

Feature/env variables override config #3842

Closed

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
  2. Configuration menu
    Copy the full SHA
    9f85ccd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    cfac8e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec1e69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea5dd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    3f6db4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f441b5 View commit details
    Browse the repository at this point in the history
  3. Bump phpstan/phpstan from 1.10.58 to 1.10.59 (OpenMage#3856)

    Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
    dependabot[bot] and fballiano authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cbf384a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fef1c08 View commit details
    Browse the repository at this point in the history
  5. Fixed null parameter warning in DataFlow Profiles (OpenMage#3827)

    Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
    addison74 and kiatng authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    63293af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d00914 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4176402 View commit details
    Browse the repository at this point in the history
  8. PHPCS fix for commit 8d00914

    fballiano committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5b84ee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Fixed default width for input/textarea in OpenMage backend theme (Ope…

    …nMage#3850)
    
    Co-authored-by: Sven Reichel <github-sr@hotmail.com>
    fballiano and sreichel authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    94f08e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. 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>
    3 people authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ac50a6a View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. 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
  5. 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
  6. Configuration menu
    Copy the full SHA
    3eda641 View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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