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

Add constrain to check if plugin can be published. #13696

Open
wants to merge 30 commits into
base: 5.x
Choose a base branch
from

Commits on Apr 26, 2024

  1. Fixcs

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    542d376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1432937 View commit details
    Browse the repository at this point in the history
  3. Added Custom validator on Plugin publised so that we can check if we …

    …need to do some verification before publishing plugin
    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c91fcac View commit details
    Browse the repository at this point in the history
  4. Do not publish plugin if plugin is in unplished state before and now …

    …the form validation fails so that it will not publish plugin with errors. If already in publish state do not unpublish as it may cause other things to fail
    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fc7ff3b View commit details
    Browse the repository at this point in the history
  5. Reverted unwanted changes

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4768bc8 View commit details
    Browse the repository at this point in the history
  6. Delete keys access token and refresh token when credentials changes s…

    …o that it will not cause issue
    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2c7cfb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bf0d0f View commit details
    Browse the repository at this point in the history
  8. Added Test cases

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    936ab4b View commit details
    Browse the repository at this point in the history
  9. Added Validation test case

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    052115b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    964b04b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a0b57e View commit details
    Browse the repository at this point in the history
  12. Fixed Review comments

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6f69180 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33819ad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e5e1c9 View commit details
    Browse the repository at this point in the history
  15. Added Test cases

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    38701ef View commit details
    Browse the repository at this point in the history
  16. Removed Unnecessary variable

    rohitp19 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c812488 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    70b5c04 View commit details
    Browse the repository at this point in the history
  18. Fix method name

    Co-authored-by: Miroslav Fedeleš <miroslav.fedeles@gmail.com>
    rohitp19 and fedys committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    903686c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ee1bde2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. PHPSTAN

    rohitp19 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f245d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8485ce View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Fix test cases

    rohitp19 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    66f4823 View commit details
    Browse the repository at this point in the history
  2. Fix PHPSTAN

    rohitp19 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cc7787b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update app/bundles/PluginBundle/Translations/en_US/validators.ini

    Co-authored-by: John Linhart <jan@linhart.email>
    rohitpavaskar and escopecz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9ea6997 View commit details
    Browse the repository at this point in the history
  2. Update app/bundles/PluginBundle/Tests/Form/Constraint/CanPublishValid…

    …atorTest.php
    
    Co-authored-by: John Linhart <jan@linhart.email>
    rohitpavaskar and escopecz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    19ad87b View commit details
    Browse the repository at this point in the history
  3. Update app/bundles/PluginBundle/Event/PluginIsPublishedEvent.php

    Co-authored-by: John Linhart <jan@linhart.email>
    rohitpavaskar and escopecz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f469083 View commit details
    Browse the repository at this point in the history
  4. Update app/bundles/PluginBundle/PluginEvents.php

    Co-authored-by: John Linhart <jan@linhart.email>
    rohitpavaskar and escopecz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    43649cb View commit details
    Browse the repository at this point in the history
  5. Review changes

    rohitp19 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    87982a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f415f28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74fabfc View commit details
    Browse the repository at this point in the history