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

Gutenberg Integration: load editor with a new post #27074

Merged
merged 25 commits into from
Sep 12, 2018

Commits on Sep 12, 2018

  1. Gutenberg Integration: Adds support to load Post contents using the w…

    …p/v2 API Endpoint
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c05cfb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653455f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4013910 View commit details
    Browse the repository at this point in the history
  4. Adds a reducer to store Gutenberg's current post in state

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9640d4b View commit details
    Browse the repository at this point in the history
  5. Removes unused file

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8b2eb23 View commit details
    Browse the repository at this point in the history
  6. Adds the wp/v2 API calls to support Gutenberg

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    3365818 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    493df76 View commit details
    Browse the repository at this point in the history
  8. Adds the necesary query components and checks to Gutenberg's post pag…

    …e to create a new draft or load an existing post
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0668100 View commit details
    Browse the repository at this point in the history
  9. Renaming create post actions and handlers to make them Gutenberg spec…

    …ific.
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    341979d View commit details
    Browse the repository at this point in the history
  10. Another rename, because naming things is hard...

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    b8b4219 View commit details
    Browse the repository at this point in the history
  11. Migrating tests to jest

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    dd75a65 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b0379c View commit details
    Browse the repository at this point in the history
  13. Removing all the boylerplate no longer needed to request draft and wp…

    …/v2 site post.
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    e862e50 View commit details
    Browse the repository at this point in the history
  14. Removes test code (http -> rawHttp) on requestSiteAlerts.

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c460f8a View commit details
    Browse the repository at this point in the history
  15. Adds empty action to http action creator to renive "missing onSuccess…

    …/onFailure" warnings.
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    aaa78e8 View commit details
    Browse the repository at this point in the history
  16. Fixes some missing imports after rebasing with master

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    070b4cd View commit details
    Browse the repository at this point in the history
  17. Removes unused siteId prop from connect()

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    df5abb4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d51c397 View commit details
    Browse the repository at this point in the history
  19. Extremely basic support for postId from the route

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    4ecc235 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6029852 View commit details
    Browse the repository at this point in the history
  21. Request Gutenberg draft now accepts a draft Id

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    1bb3de6 View commit details
    Browse the repository at this point in the history
  22. wraps the Gutenberg editor connected component so it can access the u…

    …nique draft id, in case it's needed
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    64e793e View commit details
    Browse the repository at this point in the history
  23. Adds a unique draft Id on the controller

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    94869f6 View commit details
    Browse the repository at this point in the history
  24. Removes unused HOC component and refactors mapStateToProps to handle …

    …unique draft ids
    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c1392de View commit details
    Browse the repository at this point in the history
  25. Reuses the p2-gutenberg create auto-draft endpoint

    Rodrigo Iloro committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    816e624 View commit details
    Browse the repository at this point in the history