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

Update branch #1370

Closed
wants to merge 20 commits into from
Closed

Update branch #1370

wants to merge 20 commits into from

Commits on Aug 18, 2023

  1. Add support for pages deployment auto pagination

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9684159 View commit details
    Browse the repository at this point in the history
  2. Change DeletePagesDeploymentParams to be the URL parameters

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    075a511 View commit details
    Browse the repository at this point in the history
  3. Fix linting

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5112754 View commit details
    Browse the repository at this point in the history
  4. Pages support max of 25 for per_page

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bd136a1 View commit details
    Browse the repository at this point in the history
  5. PR comments

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    01d74a1 View commit details
    Browse the repository at this point in the history
  6. update more method signatures to match conventions

    jacobbednarz authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4e829b0 View commit details
    Browse the repository at this point in the history
  7. Add support for providing branch name when creating a deployment

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7dbcc80 View commit details
    Browse the repository at this point in the history
  8. Implement ResultInfo.DoneCount() for result_info that doesn't impleme…

    …nt total_pages
    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    421b08d View commit details
    Browse the repository at this point in the history
  9. Update pages_deployment to use the correct way to pagination.

    Cyb3r-Jak3 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5563861 View commit details
    Browse the repository at this point in the history
  10. 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 authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2b37729 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump golang.org/x/net from 0.11.0 to 0.12.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0.
    - [Commits](golang/net@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3362c64 View commit details
    Browse the repository at this point in the history
  12. add CHANGELOG for #1328

    github-actions[bot] authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8f5e644 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md for #1328

    changelogbot authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    040a447 View commit details
    Browse the repository at this point in the history
  14. fix test assertions

    jacobbednarz authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    08f5487 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md for #1264

    changelogbot authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    af13301 View commit details
    Browse the repository at this point in the history
  16. Add DCV delegation records

    Brandon Fordham authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    90a2d09 View commit details
    Browse the repository at this point in the history
  17. add dcv uuid to zone

    Brandon Fordham authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    42b7bcc View commit details
    Browse the repository at this point in the history
  18. test

    Brandon Fordham authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e880035 View commit details
    Browse the repository at this point in the history
  19. test

    Brandon Fordham authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    71e7bf4 View commit details
    Browse the repository at this point in the history
  20. test

    Brandon Fordham authored and Brandon Fordham committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3d0b4d2 View commit details
    Browse the repository at this point in the history