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 support for pages deployment auto pagination #1264

Merged

Commits on Apr 7, 2023

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

Commits on Apr 9, 2023

  1. Fix linting

    Cyb3r-Jak3 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    c02bb44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645aed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. PR comments

    Cyb3r-Jak3 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ce92b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc5234 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

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

Commits on Apr 17, 2023

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

Commits on Apr 19, 2023

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

Commits on Apr 26, 2023

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

Commits on Apr 28, 2023

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

Commits on Jul 7, 2023

  1. split usage of ID and Name

    Pages, unfortunately, uses a friendly name for the identifier in the URL
    so to be able to update the `Name` value we need a way to differentiate
    the two. The way I've solved this here is that `ID` is used for
    addressing the resource via the UI or a stable identifier whereas `Name`
    is used for updating the value.
    jacobbednarz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ee2ff71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d59ab View commit details
    Browse the repository at this point in the history
  3. fix test assertions

    jacobbednarz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bbd657e View commit details
    Browse the repository at this point in the history