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

REST and CLI API for domains #3058

Merged
merged 27 commits into from
Mar 26, 2021
Merged

Commits on Mar 18, 2021

  1. Insert domain API

    arcusfelis committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1ee8a19 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    0a434c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92fc6ba View commit details
    Browse the repository at this point in the history
  3. Add API to delete domain

    arcusfelis committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d52cd34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a4c924 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Remove unknown error matching

    Breaks dialyzer
    arcusfelis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    d5e5ffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5256e01 View commit details
    Browse the repository at this point in the history
  3. Add docs for the REST API

    arcusfelis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    42dd7ab View commit details
    Browse the repository at this point in the history
  4. Add docs for CLI API

    arcusfelis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b53ea25 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    917e7a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758f1ba View commit details
    Browse the repository at this point in the history
  3. Add cli_cannot_insert_domain_twice_with_the_another_host_type/rest_ca…

    …nnot_insert_domain_twice_with_the_another_host_type
    arcusfelis committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    214fdb7 View commit details
    Browse the repository at this point in the history
  4. Add cli_cannot_insert_domain_with_unknown_host_type/rest_cannot_inser…

    …t_domain_with_unknown_host_type
    arcusfelis committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7c72525 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Nelson Vides <nelson.vides@erlang-solutions.com>
    arcusfelis and NelsonVides authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3e56e3d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    4c9b0ed View commit details
    Browse the repository at this point in the history
  2. Apply code review

    arcusfelis committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a32b15f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d481deb View commit details
    Browse the repository at this point in the history
  4. Fix a whitespace

    arcusfelis committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bc094e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Add body-checking tests

    arcusfelis committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    773857b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f80c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0b423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a029d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d6540f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    311d343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aee975d View commit details
    Browse the repository at this point in the history
  8. Add cli error test cases

    arcusfelis committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    0d5a911 View commit details
    Browse the repository at this point in the history
  9. Fix 409 code in docs

    arcusfelis committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e7bef6d View commit details
    Browse the repository at this point in the history