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 script and style REST APIs #21244

Open
wants to merge 45 commits into
base: trunk
Choose a base branch
from

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    a35cf09 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Fix PHP

    spacedmonkey committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    34c4fff View commit details
    Browse the repository at this point in the history
  2. Fix lints

    spacedmonkey committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    fef5c04 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Update lib/class-wp-rest-dependencies-controller.php

    Co-Authored-By: Steven Dufresne <steve.dufresne@automattic.com>
    spacedmonkey and StevenDufresne committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    b769fe3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    529dd66 View commit details
    Browse the repository at this point in the history
  2. Add embed links.

    spacedmonkey committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6bab6e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Normalize data.

    spacedmonkey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    cd40b89 View commit details
    Browse the repository at this point in the history
  2. More tweaks

    spacedmonkey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    e84e14f View commit details
    Browse the repository at this point in the history
  3. Change namespace.

    spacedmonkey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6d3b643 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    a833c52 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    4d408e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge branch 'master' into feature/dependancy-api

    Lukas Pawlik committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1828bac View commit details
    Browse the repository at this point in the history
  2. Fix lib/load.php spacing

    Lukas Pawlik committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1d14106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3eaebf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    bc7b1de View commit details
    Browse the repository at this point in the history
  2. Updated comments

    Lukas Pawlik committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    562342c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3760c29 View commit details
    Browse the repository at this point in the history
  4. Fix phpcs linting

    Lukas Pawlik committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5233f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Added tests for new controllers

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    88ac877 View commit details
    Browse the repository at this point in the history
  2. Updated controllers to avoid get_core_assets() body code duplicated e…

    …xecution
    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8a6127e View commit details
    Browse the repository at this point in the history
  3. Fix typo in APi word

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    e0bf62a View commit details
    Browse the repository at this point in the history
  4. Fix CI issues

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    ec18a68 View commit details
    Browse the repository at this point in the history
  5. Fix CI issues

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d4afbe8 View commit details
    Browse the repository at this point in the history
  6. Exclude asset from its dependencies list

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    aa852f5 View commit details
    Browse the repository at this point in the history
  7. Update phpunit/class-rest-block-types-controller-test.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    lukaspawlik and spacedmonkey committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    01012ca View commit details
    Browse the repository at this point in the history
  8. Update phpunit/class-rest-scripts-controller-test.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    lukaspawlik and spacedmonkey committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    0c3982f View commit details
    Browse the repository at this point in the history
  9. Address PR feedback

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    71b5e79 View commit details
    Browse the repository at this point in the history
  10. Refactor code as per PR feedback

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    e0f5ec4 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/dependency-api-tweaks' of github.com:spacedmonk…

    …ey/gutenberg into feature/dependency-api-tweaks
    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3cf5f6e View commit details
    Browse the repository at this point in the history
  12. Update lib/rest-api.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    lukaspawlik and spacedmonkey committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9537a99 View commit details
    Browse the repository at this point in the history
  13. Update lib/rest-api.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    lukaspawlik and spacedmonkey committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d1d173d View commit details
    Browse the repository at this point in the history
  14. Add dedicated test to check asset being excluded from its dependencie…

    …s list
    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5c04954 View commit details
    Browse the repository at this point in the history
  15. Reorder tests methods to follow best practices

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    6a92e75 View commit details
    Browse the repository at this point in the history
  16. Add new tests

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    4adbca7 View commit details
    Browse the repository at this point in the history
  17. Added more dependencies REST endpoints tests

    Lukas Pawlik committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8652186 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Use dataProvider instead of loops

    Lukas Pawlik committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    7035c3e View commit details
    Browse the repository at this point in the history
  2. Update phpunit/class-rest-scripts-controller-test.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    lukaspawlik and spacedmonkey committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    0f6c780 View commit details
    Browse the repository at this point in the history
  3. Update phpunit/class-rest-styles-controller-test.php

    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    lukaspawlik and spacedmonkey committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4a50d48 View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    Lukas Pawlik committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    aa4b637 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/dependency-api-tweaks' of github.com:spacedmonk…

    …ey/gutenberg into feature/dependency-api-tweaks
    Lukas Pawlik committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    9c38284 View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    Lukas Pawlik committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    6ebdf84 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into feature/dependency-api-tweaks

    Lukas Pawlik committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c8db238 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feature/dependancy-api

    Lukas Pawlik committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    9bfe1ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4170447 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from spacedmonkey/feature/dependency-api-tweaks

    Dependencies API tweaks
    spacedmonkey committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    65b2d87 View commit details
    Browse the repository at this point in the history