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

Refactor to remove usage of post related effects in packages/editor. #13716

Merged
merged 32 commits into from
Feb 28, 2019

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    7e1d857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a812c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae3f60b View commit details
    Browse the repository at this point in the history
  4. Implement trashPost action-generator

    - also rename functions for getting notification dispatch arguments (a little less mouthy)
    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    a673b8e View commit details
    Browse the repository at this point in the history
  5. fix import jsdocs

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    25c74c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54fbc38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    455d6a8 View commit details
    Browse the repository at this point in the history
  8. add tests for new code

    - also removes old code that’s been replaced and fixes up imports
    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5d246e5 View commit details
    Browse the repository at this point in the history
  9. fix broken tests

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    0008288 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de8e6d1 View commit details
    Browse the repository at this point in the history
  11. remove unnecessary bail

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    64216f4 View commit details
    Browse the repository at this point in the history
  12. add changelog entry

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f80fae4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97b1ed5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9bce642 View commit details
    Browse the repository at this point in the history
  15. remove another wayward period.

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    36f962d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d69599f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4cba06a View commit details
    Browse the repository at this point in the history
  18. update docs

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    b3beb7f View commit details
    Browse the repository at this point in the history
  19. fix doc blocks

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    651216d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a455781 View commit details
    Browse the repository at this point in the history
  21. simplify import statement

    - this also initially experimented with just mocking `actions.savePost` for the autosave test but that didn’t work.  Needed to revert to the usage of a generatorActions default export for that.
    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1a4fc0c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    49f5af6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a41039c View commit details
    Browse the repository at this point in the history
  24. simplify import

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2c14df4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f66af80 View commit details
    Browse the repository at this point in the history
  26. update docs

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5568ac3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6d74643 View commit details
    Browse the repository at this point in the history
  28. fix doc block spacing issues

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ff70f2b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1c11a5b View commit details
    Browse the repository at this point in the history
  30. remove use of generatorActions default import ans switch to dispatch …

    …control for autosave
    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    4cc4015 View commit details
    Browse the repository at this point in the history
  31. doc changes

    nerrad committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    0ba7d0e View commit details
    Browse the repository at this point in the history
  32. Fix docs spacing

    Co-Authored-By: nerrad <[email protected]>
    aduth and nerrad authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    c17179e View commit details
    Browse the repository at this point in the history