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

Fixes issue 4956: 'Linode DNS Pagination Bug' #5172

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Apr 1, 2024

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

Commits on Apr 21, 2024

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

Commits on Apr 29, 2024

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

Commits on Jun 11, 2024

  1. fix pagination bug querying Linode API v4

    fixes issue acmesh-official#4956
    
    previous code only worked for the first 10 domains on the account (as Linode
    API returned a paginated response, with only 10 records).
    
    This change makes an exact search query for each subdomain, completely removing any
    need for walking through paginated responses. What makes it work for large
    accounts with any number of domains.
    vmmello committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c9423e View commit details
    Browse the repository at this point in the history
  2. minor wording fix

    minor fix for text coherence
    vmmello committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    05ec392 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix CI reported problems for shellcheck and shfmt

    fix minor problems reported by shellcheck and shfmt
    vmmello committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2f8fb36 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. trigger github action

    vmmello committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    10833dc View commit details
    Browse the repository at this point in the history
  2. trigger github action

    vmmello committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    03906cc View commit details
    Browse the repository at this point in the history