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

Feature : AlephDNS (2nd attempt) #55

Merged
merged 25 commits into from
Nov 21, 2023
Merged

Feature : AlephDNS (2nd attempt) #55

merged 25 commits into from
Nov 21, 2023

Commits on Nov 10, 2023

  1. Feature : AlephDNS (#47)

    * Feature : AlephDNS
    add instances support
    add ipfs support
    add program support
    
    ---------
    
    Co-authored-by: aliel <[email protected]>
    1yam and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f8e110c View commit details
    Browse the repository at this point in the history
  2. Fix: Reformat with black

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c276470 View commit details
    Browse the repository at this point in the history
  3. minor change on dns settings

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    24900ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    525366f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    967b7b4 View commit details
    Browse the repository at this point in the history
  6. fix dns record check

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f27e002 View commit details
    Browse the repository at this point in the history
  7. fix program cname value

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    73c6b6b View commit details
    Browse the repository at this point in the history
  8. Refactor: str -> Enum for DNS target

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9e3a651 View commit details
    Browse the repository at this point in the history
  9. Refactor: Add types to arguments

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f20590d View commit details
    Browse the repository at this point in the history
  10. Fix: variable did not exist

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    50cd4f2 View commit details
    Browse the repository at this point in the history
  11. Add typing

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    828576c View commit details
    Browse the repository at this point in the history
  12. Cleanup: imports with isort

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8d88625 View commit details
    Browse the repository at this point in the history
  13. Cleanup: typing

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    30e842e View commit details
    Browse the repository at this point in the history
  14. Refactor: domain_from_url

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1fa6f5c View commit details
    Browse the repository at this point in the history
  15. Refactor: use a generator

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7642ea4 View commit details
    Browse the repository at this point in the history
  16. Cleanup: Add docstring and property

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    720c0bd View commit details
    Browse the repository at this point in the history
  17. WIP: Refactor and cleanup domain related code

    hoh authored and aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3c747f0 View commit details
    Browse the repository at this point in the history
  18. [dns] let checks continue

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2409cd0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    779e01a View commit details
    Browse the repository at this point in the history
  20. remove unused import

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ec263bf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d79d4f1 View commit details
    Browse the repository at this point in the history
  22. fix cname to target

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a75a7ae View commit details
    Browse the repository at this point in the history
  23. fix cond

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    282a287 View commit details
    Browse the repository at this point in the history
  24. fix while loop

    aliel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3e0c98f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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