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 DNS provider for CPanel and WHM #1977

Merged
merged 30 commits into from
Feb 4, 2024
Merged

Add DNS provider for CPanel and WHM #1977

merged 30 commits into from
Feb 4, 2024

Commits on Feb 3, 2024

  1. Add DNS provider for CPanel

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c932d4e View commit details
    Browse the repository at this point in the history
  2. chore: generate

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7fdd722 View commit details
    Browse the repository at this point in the history
  3. WIP

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1263e79 View commit details
    Browse the repository at this point in the history
  4. wip: avoid infinte recursion

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    440ec07 View commit details
    Browse the repository at this point in the history
  5. wip: fix if

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9e0a185 View commit details
    Browse the repository at this point in the history
  6. wip: clean

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    36b836e View commit details
    Browse the repository at this point in the history
  7. wip: dump request

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ac5cdc7 View commit details
    Browse the repository at this point in the history
  8. wip: improve algo

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f181642 View commit details
    Browse the repository at this point in the history
  9. wip: generate

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3b80dee View commit details
    Browse the repository at this point in the history
  10. wip: unFQDN

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0f44b4b View commit details
    Browse the repository at this point in the history
  11. wip: unFQDN again

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c009fd2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8e2506 View commit details
    Browse the repository at this point in the history
  13. wip: extract shared types

    ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fc0afff View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. feat: add WHM client

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    3a10336 View commit details
    Browse the repository at this point in the history
  2. chore: generate

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    32cdf0b View commit details
    Browse the repository at this point in the history
  3. wip: change data types

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ca1e541 View commit details
    Browse the repository at this point in the history
  4. fix: tests and response format

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    57e4d17 View commit details
    Browse the repository at this point in the history
  5. wip: fix cleanup

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b0bedaf View commit details
    Browse the repository at this point in the history
  6. fix: tests

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    d76aa7f View commit details
    Browse the repository at this point in the history
  7. wip: cache serial

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b124e16 View commit details
    Browse the repository at this point in the history
  8. wip: 3 on 6

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    323ddde View commit details
    Browse the repository at this point in the history
  9. wip: chore: clean the code

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    72529a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2afcff View commit details
    Browse the repository at this point in the history
  11. wip: logs and logs

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    c03eae1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10b5e7d View commit details
    Browse the repository at this point in the history
  13. chore: log the API mode

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    541f20f View commit details
    Browse the repository at this point in the history
  14. feat: add execute automatically

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    424e64a View commit details
    Browse the repository at this point in the history
  15. tests: add tests on mode

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    66ad640 View commit details
    Browse the repository at this point in the history
  16. doc: improve example

    ldez committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7f11cd0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9335f80 View commit details
    Browse the repository at this point in the history