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

Migrating attribute value page #32475

Commits on Feb 5, 2024

  1. Migrated view attribute

    JevgenijVisockij authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8b574c0 View commit details
    Browse the repository at this point in the history
  2. Updated behat tests

    JevgenijVisockij authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    187fd3f View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    JevgenijVisockij authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3f680a0 View commit details
    Browse the repository at this point in the history
  4. Add missing attribute on comand and query

    lartist authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7edc5ac View commit details
    Browse the repository at this point in the history
  5. Fix phpstan

    lartist authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b99ad94 View commit details
    Browse the repository at this point in the history
  6. Add missing configuration on Handlers

    lartist authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    415b81f View commit details
    Browse the repository at this point in the history
  7. fix attribute value add process when there is not color field

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b5675ad View commit details
    Browse the repository at this point in the history
  8. add grid definition for attribute value

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dd82df6 View commit details
    Browse the repository at this point in the history
  9. add attribute value export action and related route

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    29097d4 View commit details
    Browse the repository at this point in the history
  10. feedback and improvement

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    99c3a40 View commit details
    Browse the repository at this point in the history
  11. use scalar only in EdditableAttribute query result class

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5daae31 View commit details
    Browse the repository at this point in the history
  12. more feedbacks fixes

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c3927dd View commit details
    Browse the repository at this point in the history
  13. fix wrong phpdoc

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ce74beb View commit details
    Browse the repository at this point in the history
  14. fix behat tests after rebase and feedback modifications

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    66b9db6 View commit details
    Browse the repository at this point in the history
  15. few feedbacks

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0254034 View commit details
    Browse the repository at this point in the history
  16. rename param

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ff489a6 View commit details
    Browse the repository at this point in the history
  17. refactor attribute validation

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1f6bbc6 View commit details
    Browse the repository at this point in the history
  18. enable partial update on attribute edition for API

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    84c22f5 View commit details
    Browse the repository at this point in the history
  19. inject ShopContext and LanguageContext instead of raw IDs

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    25942e9 View commit details
    Browse the repository at this point in the history
  20. pass attribute_group to form type as an option instead of data

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0ad180b View commit details
    Browse the repository at this point in the history
  21. Fix last review feedbacks

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    06655cb View commit details
    Browse the repository at this point in the history
  22. set proper service definitions for attribute form builder and handler

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9ab8d8f View commit details
    Browse the repository at this point in the history
  23. refactor attribute repositories and handlers as well as related valid…

    …ator
    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    27206df View commit details
    Browse the repository at this point in the history
  24. select current attribute group as default in attribute form

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cb40fa7 View commit details
    Browse the repository at this point in the history
  25. fix shop association

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    934c978 View commit details
    Browse the repository at this point in the history
  26. make behat tests congruents with attribute create/edit refactors

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6dbdbb8 View commit details
    Browse the repository at this point in the history
  27. add shop assocition tests for attribute creation and update

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6681348 View commit details
    Browse the repository at this point in the history
  28. add invalid color behat test

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    55fad31 View commit details
    Browse the repository at this point in the history
  29. rename accesors, setters and properties for attribute names

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6fb011a View commit details
    Browse the repository at this point in the history
  30. Update tests/Integration/Behaviour/Features/Context/Domain/AttributeF…

    …eatureContext.php
    
    Co-authored-by: Jonathan Lelievre <jo.lelievre@gmail.com>
    matthieu-rolland and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cc16015 View commit details
    Browse the repository at this point in the history
  31. fix bugs related to name/value refactor

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    049d89e View commit details
    Browse the repository at this point in the history
  32. put back attribute group in behat config file

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dafc527 View commit details
    Browse the repository at this point in the history
  33. check invalid color exception

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    32542c8 View commit details
    Browse the repository at this point in the history
  34. remove update method from AttributeRepository (partial update exists)

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    143ef64 View commit details
    Browse the repository at this point in the history
  35. remove final and don't extend AbstractObjectModelHandler in AddAttrib…

    …uteHandler
    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a63f550 View commit details
    Browse the repository at this point in the history
  36. Update src/Adapter/Attribute/CommandHandler/AddAttributeHandler.php

    Co-authored-by: Jonathan Lelievre <jo.lelievre@gmail.com>
    matthieu-rolland and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e91cc7b View commit details
    Browse the repository at this point in the history
  37. use property promotion in attribute edit handler and validator

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d9908e3 View commit details
    Browse the repository at this point in the history
  38. fix lang related behat bugs

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6df6ed8 View commit details
    Browse the repository at this point in the history
  39. cs fixer

    Matthieu Rolland authored and jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    618852d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f6d93e6 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1cab0e0 View commit details
    Browse the repository at this point in the history
  42. Improve attribute groups command handles to be more consistent with t…

    …he others and handle partial update and better validation
    jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    efea104 View commit details
    Browse the repository at this point in the history
  43. Improve shop context building, it inclides associated shopIds now, an…

    …d redirection to All shops context has been fixed
    jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    056cd41 View commit details
    Browse the repository at this point in the history
  44. Update integration of attribute and attribute group form to better ha…

    …ndle multishop association field
    jolelievre committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    469a69b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    68ab72a View commit details
    Browse the repository at this point in the history