Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

feat: Use keptn/go-utils to access Keptn APIs #767

Merged
merged 21 commits into from
Apr 12, 2022

Commits on Apr 7, 2022

  1. Use goutils APIs in UniformClient

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    da8b5ec View commit details
    Browse the repository at this point in the history
  2. Add test for GetIntegrationIDByName

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    5431667 View commit details
    Browse the repository at this point in the history
  3. Use goutils APIs in ServiceClient

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b6f1b2c View commit details
    Browse the repository at this point in the history
  4. Use goutils APIs in ResourceClient and ConfigResourceClient

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    ff183e8 View commit details
    Browse the repository at this point in the history
  5. Remove unused LocalResourceClient

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    71525ce View commit details
    Browse the repository at this point in the history
  6. Use goutils APIs in EventClient

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    16a9993 View commit details
    Browse the repository at this point in the history
  7. Remove unused APIClient

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c66e7ae View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Linting

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0163882 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Method for creating integrations in test

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    e7b5355 View commit details
    Browse the repository at this point in the history
  2. Remove redundant EventClientBaseInterface

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d079738 View commit details
    Browse the repository at this point in the history
  3. Wrap error

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9408229 View commit details
    Browse the repository at this point in the history
  4. Remove keptn from filenames

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4c13909 View commit details
    Browse the repository at this point in the history
  5. Renaming types

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    efe2b0a View commit details
    Browse the repository at this point in the history
  6. Rename files

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    88c48ac View commit details
    Browse the repository at this point in the history
  7. Fix error check

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3ff8b54 View commit details
    Browse the repository at this point in the history
  8. Remove redundant check

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    a3b3d15 View commit details
    Browse the repository at this point in the history
  9. Shorten error messages

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1a10843 View commit details
    Browse the repository at this point in the history
  10. Improve problem ID parsing

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f7b14ac View commit details
    Browse the repository at this point in the history
  11. Rename constant

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c3bd94a View commit details
    Browse the repository at this point in the history
  12. Extract function for getting problem ID from labels

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    ed26f1e View commit details
    Browse the repository at this point in the history
  13. Extract problem ID from URL fragment and add test

    Signed-off-by: Arthur Pitman <[email protected]>
    arthurpitman committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9fc9cda View commit details
    Browse the repository at this point in the history