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

feat(deploy): deploy cryostat 3.0 #727

Merged
merged 35 commits into from
Apr 23, 2024

Commits on Feb 22, 2024

  1. feat(discovery): options to configure discovery port names and number…

    …s (backport cryostatio#715) (cryostatio#725)
    
    * feat(discovery): options to configure discovery port names and numbers (cryostatio#715)
    
    Signed-off-by: Thuan Vo <thuan.votann@gmail.com>
    (cherry picked from commit a552021)
    
    * resolve conflict
    
    ---------
    
    Co-authored-by: Thuan Vo <thuan.votann@gmail.com>
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    3 people committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    71a8999 View commit details
    Browse the repository at this point in the history
  2. Deploy cryostat 3.0

    Josh-Matsuoka authored and andrewazores committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ff950e8 View commit details
    Browse the repository at this point in the history
  3. Remove extraneous file

    Josh-Matsuoka authored and andrewazores committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7a518cc View commit details
    Browse the repository at this point in the history
  4. test adjustments

    Josh-Matsuoka authored and andrewazores committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3dfd0bd View commit details
    Browse the repository at this point in the history
  5. feat(discovery): options to configure discovery port names and numbers (

    cryostatio#715)
    
    Signed-off-by: Thuan Vo <thuan.votann@gmail.com>
    tthvo authored and andrewazores committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    60de1b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    6b2e997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af4362 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. test(scorecard): scorecard tests for recording management (cryostatio…

    …#698)
    
    * test(scorecard): scorecard tests for recording management
    
    Signed-off-by: Thuan Vo <thuan.votann@gmail.com>
    
    * fixup(scorecard): fix cr cleanup func
    
    * test(scorecard): registry recording test to suite
    
    * chore(scorecard): reorganize client def
    
    * chore(scorecard): clean up common setup func
    
    * chore(bundle): regenerate bundle with scorecard tag
    
    * chore(bundle): correct image tag in bundle
    
    * fix(bundle): add missing scorecard test config patch
    
    * feat(scorecard): scaffold cryostat API client
    
    * chore(scorecard): clean up API client
    
    * test(scorecard): implement recording scorecard test
    
    * fixup(scorecard): correctly add scorecard test via hack templates
    
    * fix(client): ignore unverified tls certs and base64 oauth token
    
    * chore(bundle): split cryostat tests to separate stage
    
    * fix(scorecard): extend default transport instead of overwriting
    
    * chore(scorecard): refactor client to support multi-part
    
    * fixup(client): fix request verb
    
    * fix(client): fix recording create form format
    
    * fix(scorecard): create stored credentials for target JVM
    
    * fix(scorecard): fix 502 status error
    
    * chore(scorecard): simplify client def
    
    * chore(scorecard): fetch recordings to ensure action is correctly performed
    
    * test(scorecard): test generating report for a recording
    
    * chore(scorecard): clean up
    
    * test(scorecard): list archives in tests
    
    * ci(scorecard): reconfigure ingress for kind
    
    * ci(k8s): correct cluster name
    
    * test(scorecard): use role instead of clusterrole for oauth rules
    
    * test(scorecard): parse health response for additional checks
    
    * chore(scorecard): add missing newline in logs
    
    * chore(scorecard): check status code before parsing body in health check
    
    * test(scorecard): add custom target discovery to recording scorecard test
    
    * add EOF wait and resp headers
    
    * add resp headers
    
    * chore(client): configure all clients to send safe requests
    
    * fix(clients): add missing content-type header
    
    * fix(scorecard): add missing test name in help message
    
    * chore(client): create new http requests when retrying
    
    * chore(bundle): update scorecard image tags
    
    ---------
    
    Signed-off-by: Thuan Vo <thuan.votann@gmail.com>
    Co-authored-by: Ming Yu Wang <90855268+mwangggg@users.noreply.github.com>
    Co-authored-by: Ming Wang <miwan@redhat.com>
    3 people committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cfcbfc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. test(scorecard): scorecard test for Cryostat CR configuration changes (

    …cryostatio#739)
    
    * CR config scorecard
    
    * reformat
    
    * reviews
    
    * add kubectl license
    mwangggg committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bf8df15 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. test(scorecard): scorecard test for report generator (cryostatio#753)

    * deploy reports sidecar
    
    * report scorecard test
    
    * update
    
    * rebase fix
    
    * query health
    mwangggg committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    96ea4cb View commit details
    Browse the repository at this point in the history
  2. fix(build-ci): fix scorecard image tag returned as null (cryostatio#760)

    Signed-off-by: Thuan Vo <thuan.votann@gmail.com>
    Co-authored-by: Elliott Baron <ebaron@redhat.com>
    tthvo and ebaron committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2201704 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. test(scorecard): add container logs to scorecard results (cryostatio#758

    )
    
    * test(scorecard): add container logs to scorecard results
    
    * build(bundle): regenerate bundle with new scorecard tags
    
    * chore(scorecard): refactor to remove duplicate codes
    tthvo committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d01e0d2 View commit details
    Browse the repository at this point in the history
  2. add permission to publish comment when ci fails (cryostatio#769)

    Co-authored-by: Elliott Baron <ebaron@redhat.com>
    mwangggg and ebaron committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6498b0f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    903e93f View commit details
    Browse the repository at this point in the history
  2. test(scorecard): logWorkloadEvent for cryostat-recording errors (cryo…

    …statio#759)
    
    * logWorkLoadEvent for cryostat-recording errors
    
    * reviews
    
    * tr.LogChannel
    
    ---------
    
    Co-authored-by: Elliott Baron <ebaron@redhat.com>
    mwangggg and ebaron committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    baebe17 View commit details
    Browse the repository at this point in the history
  3. test(scorecard): fix rebasing skipped commit (cryostatio#780)

    * Merge pull request cryostatio#8 from ebaron/scorecard-methods
    
    test(scorecard): use methods for more easily passing data
    
    * update bundle image
    mwangggg committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b397095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea9b99d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Review fixes

    Josh-Matsuoka committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c349366 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    b1eff2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59cbb9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8f6c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abee942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33d70e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02b1d91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63a6d23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0687867 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64ceb78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c73c8e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 16, 2024

  1. Fix makefile

    Josh-Matsuoka committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2ccd83d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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