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

Tekton compatibility for committime exporter #333

Closed
wants to merge 13 commits into from

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    5d6dac7 View commit details
    Browse the repository at this point in the history
  2. Refactor committime collector base for readability.

    Look for tekton data in standard locations.
    
    Add various utility / helper functions.
    KevinMGranger committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    f41f7a4 View commit details
    Browse the repository at this point in the history
  3. Handle any exceptions that bubble up from tekton

    While we should make a broader error management strategy,
    this is here while tekton support is in preview.
    KevinMGranger committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    37cc7d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a401063 View commit details
    Browse the repository at this point in the history
  5. Log error message from GitHub response if present

    Also fix referring to wrong FQDN attribute name
    KevinMGranger committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ab424f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3476a1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b00a207 View commit details
    Browse the repository at this point in the history
  8. Many tekton changes:

    - use TypedStrings where possible to avoid previous errors
    - filter to only use successful pipeline runs
    - Rename many variables to be more clear and semantically correct
    - Avoid passing around names when already present in objects to reduce errors
    KevinMGranger committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2ac28cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95399a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60d88fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    248b540 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76f7655 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

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