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

MF-1308 - Use IETF Health Check standard #1541

Merged
merged 30 commits into from
Jan 24, 2022
Merged

MF-1308 - Use IETF Health Check standard #1541

merged 30 commits into from
Jan 24, 2022

Commits on Jan 10, 2022

  1. MF-1308 - Use IETF Health Check standard

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b91a6ce View commit details
    Browse the repository at this point in the history
  2. Add nginx health endpoint

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a12d4fc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Rm github.com/nelkinda dependency

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c7f534b View commit details
    Browse the repository at this point in the history
  2. Check error

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    794e871 View commit details
    Browse the repository at this point in the history
  3. Replace Version by Health in the CLI and SDK

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    247d5b4 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f439983 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Use new build flag go:build

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    24e8cf5 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    775dd7c View commit details
    Browse the repository at this point in the history
  3. Revert wrong renaming

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    848982a View commit details
    Browse the repository at this point in the history
  4. sdk health test

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4c06dee View commit details
    Browse the repository at this point in the history
  5. Add /health endpoint to openapi doc

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ecdefa1 View commit details
    Browse the repository at this point in the history
  6. Use const for description message

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f92c147 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

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

Commits on Jan 17, 2022

  1. Add version and build time during build

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    85d8625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a285f83 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    0772600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    438eef9 View commit details
    Browse the repository at this point in the history
  3. Time format

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c9d3111 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Add version and commit using git and build args

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    57cca96 View commit details
    Browse the repository at this point in the history
  2. Add comments

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7d6f4dc View commit details
    Browse the repository at this point in the history
  3. Add tests

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2ba2345 View commit details
    Browse the repository at this point in the history
  4. Add missing api properties

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    4b87bfc View commit details
    Browse the repository at this point in the history
  5. Fix api

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    19be83b View commit details
    Browse the repository at this point in the history
  6. Use ./schemas/HealthInfo.yml as

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3517aeb View commit details
    Browse the repository at this point in the history
  7. Fix example

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a4b7c0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36727bb View commit details
    Browse the repository at this point in the history
  9. Use content type application/health+json

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2cc816a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d47bdc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Set Makefile variables only if empty

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d3c3638 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Fix typo

    Signed-off-by: Manuel Imperiale <[email protected]>
    manuio committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    42de5ef View commit details
    Browse the repository at this point in the history