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/mage 725 - category versioning #1434

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from
Open

Commits on Aug 4, 2023

  1. Merge pull request #1393 from algolia/release/3.11.0-beta

    Update module version
    mohitalgolia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    416df01 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request #1413 from algolia/develop

    release/3.11.0
    mohitalgolia committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ac7bd8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1415 from algolia/develop

    Updated changelog
    mohitalgolia committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c8c9f33 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Set arbitrary limit to override default for hierarchicalMenu to preve…

    …nt premature truncation of available categories while determining root path
    cammonro committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fc882c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 16, 2023

  1. MAGE-773

    cammonro committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3476bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ade12f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ec758f9 View commit details
    Browse the repository at this point in the history
  2. MAGE-725 Fix data types

    cammonro committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    10a3781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee3793 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    fd5d298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4562614 View commit details
    Browse the repository at this point in the history
  3. MAGE-725 Add interfaces

    cammonro committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e60f0c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1744b0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcbeb81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afdd504 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    786c2ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a657bfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    556458b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f2d4ae5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebe1777 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    5262407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5028da5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    3017f15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f12f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8994a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f48d64 View commit details
    Browse the repository at this point in the history
  5. MAGE-725 Declare exceptions

    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e1416e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29b19d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c6739b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68bf8e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d791e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    625d4e8 View commit details
    Browse the repository at this point in the history
  11. MAGE-725 Reformat code

    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    97ac211 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb6d9a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2950225 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26e2d2d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e9f7e04 View commit details
    Browse the repository at this point in the history
  16. MAGE-725 Remove path monitoring from save plugin (it never changes in…

    … this scenario). This is instead handled separately by the move plugin.
    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8174850 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2abeccf View commit details
    Browse the repository at this point in the history
  18. MAGE-725 Bug fix for save operations from multiple admin tabs (catego…

    …ry path data can become out of sync)
    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3b500f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    917d1d9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    25a0051 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'develop' into feature/MAGE-725

    # Conflicts resolved:
    #	Model/Indexer/CategoryObserver.php
    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b2f9592 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'feature/MAGE-791' into feature/MAGE-725

    # Conflicts resolved:
    #	Block/Algolia.php
    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dc03078 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3a119e3 View commit details
    Browse the repository at this point in the history
  24. MAGE-725 Implement boolean check for available version plus search cr…

    …iteria in attribute class
    cammonro committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a687f26 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ad9e401 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    9f10484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e4c88a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1d8af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa3970 View commit details
    Browse the repository at this point in the history