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

L2ACIP-335: fix Magento version parsing regex #203

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    b57221e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a52c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Merge pull request #25 from magento-sparta/prex-search-flags

    New flags for --live-search and --prex
    malith-adobe authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    fd2d91c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    30c762d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from magento-sparta/prex-search-flags

    Fixed: Some of Live Search modules were not enabled during the installation.
    malith-adobe authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8b025ed View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Sep 28, 2022

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

Commits on Nov 15, 2022

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

Commits on Dec 21, 2022

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

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    cbd55f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from joaooliveirap/SPARTA-351/Add-option-to-not…

    …-remove-dumps
    
    Add option to not delete dumps
    joaooliveirap authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5e0e96f View commit details
    Browse the repository at this point in the history
  3. Update m2install.sh

    joaooliveirap authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ef57811 View commit details
    Browse the repository at this point in the history
  4. add prompt to keep dumps

    if force:
      no prompt but keep files
    
    if force and delete-dumps
      no prompt and delete all
    joaooliveirap committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a505bab View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Add option to keep dumped files

    Allow to delete dump directory but keep dumps, ex: php*.code.tar.gz
    joaooliveirap authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d695cab View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Merge pull request #31 from joaooliveirap/Sparta-351/separate-options…

    …-to-delete-dumps
    
    Sparta 351/separate options to delete dumps
    yvoronoy authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    bc139d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge pull request #32 from yvoronoy/master

    Merging changes from the upstream (Apr 14)
    radek-ziemniewicz authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    32c8fec View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. Merge pull request #33 from magento-sparta/ACSD-51147

    Fix: Magento_AdminAdobeImsTwoFactorAuth module blocks disabling Magento_TwoFactorAuth module
    malith-adobe authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7b64356 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 21, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 13, 2024

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

Commits on Feb 19, 2024

  1. Added .metadata.json

    ilima-ebay committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    066d1e9 View commit details
    Browse the repository at this point in the history
  2. Updated .metadata.json

    ilima-ebay committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5e44bd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    a679a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7e195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bcf799 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 13, 2024

  1. Revert opensearch support, workdirectory validation and composer crea…

    …te-project error handling
    yyevgenii committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    31471d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add opensearch search engine

    * Add opensearch to getRecommendedSearchEngineForVersion()
    * Add opensearch in parseElasticSearchVersion()
    * Add opensearch into getESConfigHost() and getESConfigPort()
    * Add opensearch into installMagento()
    yyevgenii committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    886c284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb73d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f28f717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8e3484 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #35 from magento-sparta/SPARTA-537/hotfix/opensearch

    SPARTA-521/SPARTA-533/SPARTA-537: add opensearch, error management and validations
    yyevgenii authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f4d7de2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    bde2761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0731c75 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from magento-sparta/fix/mydumper-password

    Fixed empty password and not removing dump files
    radek-ziemniewicz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    81a1781 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    b3db340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174f57b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e80ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c093a7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9469a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f29ea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. L2ACIP-318: increase session size to 2048000

    Sometimes having session size 0 causes troubles and doesn't allow to
    login into admin backend. Details: ACSD-61470
    yyevgenii committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2ebf8eb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 6, 2024

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