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

feat: set collections for a library component [FC-0062] #35600

Merged
merged 38 commits into from
Oct 15, 2024

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    bf17dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d3b69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a63e4 View commit details
    Browse the repository at this point in the history
  4. fix: lint issues

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d18d5ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac59d53 View commit details
    Browse the repository at this point in the history
  6. chore: fix docs

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fa8ad9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b7a782 View commit details
    Browse the repository at this point in the history
  8. fix: lint issues

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e007398 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a438d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c8ab8a View commit details
    Browse the repository at this point in the history
  11. fix: lint issues

    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    86b8cdd View commit details
    Browse the repository at this point in the history
  12. fix: remove collection-entity through model post_delete signal handler

    The indexing update is already handled by m2m_changed handler.
    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cd9eec9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97ad3ba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    baa10fc View commit details
    Browse the repository at this point in the history
  15. fix: use get_components in m2m_changed signal handler

    Using `get_collection_components` does not work in case of post_remove
    as the component is already removed from collection and we don't really
    need additional filtering as we already have pk_set from the signal.
    navinkarkera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e553ec0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    758334f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    39e825e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d9bce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0c304c View commit details
    Browse the repository at this point in the history
  4. fix: lint issues

    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5d31959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acfb0fc View commit details
    Browse the repository at this point in the history
  6. chore: fix docs

    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ae1c7c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f38ca21 View commit details
    Browse the repository at this point in the history
  8. fix: lint issues

    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    68206c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cedbea7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fef447 View commit details
    Browse the repository at this point in the history
  11. fix: lint issues

    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5dd1a91 View commit details
    Browse the repository at this point in the history
  12. fix: remove collection-entity through model post_delete signal handler

    The indexing update is already handled by m2m_changed handler.
    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dac0f1e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0f439f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b41edf8 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'navin/component-collection-api' into rpenido/navin/comp…

    …onent-collection-api-fix-meilisearch
    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4248639 View commit details
    Browse the repository at this point in the history
  16. fix: use get_components in m2m_changed signal handler

    Using `get_collection_components` does not work in case of post_remove
    as the component is already removed from collection and we don't really
    need additional filtering as we already have pk_set from the signal.
    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c4ce75f View commit details
    Browse the repository at this point in the history
  17. Merge pull request #695 from open-craft/rpenido/navin/component-colle…

    …ction-api-fix-meilisearch
    
    fix: circuvent meilisearch bug with empty objects
    navinkarkera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    557b176 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ddb343d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9d2bfe3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6d4cb36 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9bea9e8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e8f5bfb View commit details
    Browse the repository at this point in the history