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

chore(recordings): remove subdirectory for jvmId in recording requests #1127

Merged

Conversation

mwangggg
Copy link
Member

@mwangggg mwangggg commented Oct 2, 2023

Welcome to Cryostat! 👋

Before contributing, make sure you have:

  • Read the contributing guidelines
  • Linked a relevant issue which this PR resolves
  • Linked any other relevant issues, PR's, or documentation, if any
  • Resolved all conflicts, if any
  • Rebased your branch PR on top of the latest upstream main branch
  • Attached at least one of the following labels to the PR: [chore, ci, docs, feat, fix, test]
  • Signed all commits using a GPG signature

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


Fixes: #993
Depends on https://github.com/cryostatio/cryostat/pull/1692
Depends on https://github.com/cryostatio/cryostat/issues/1738

@mergify mergify bot added the safe-to-test label Oct 2, 2023
@mwangggg mwangggg added the chore Refactor, rename, cleanup, etc. label Oct 2, 2023
Copy link
Member

@tthvo tthvo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just need to run yarn format:apply && yarn eslint:apply

@mwangggg mwangggg requested a review from tthvo October 3, 2023 19:16
aali309
aali309 previously approved these changes Oct 5, 2023
Copy link
Contributor

@aali309 aali309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@mwangggg mwangggg force-pushed the 993-remove-subdirectory-archive branch 2 times, most recently from c259066 to 9a7ad48 Compare October 18, 2023 15:03
@mwangggg mwangggg force-pushed the 993-remove-subdirectory-archive branch from 6d91d25 to 9a7ad48 Compare October 18, 2023 18:21
@github-actions
Copy link

github-actions bot commented Oct 20, 2023

This PR/issue depends on:

  • cryostatio/cryostat#1692
  • cryostatio/cryostat#1738
    By Dependent Issues (🤖). Happy coding!

@mwangggg mwangggg force-pushed the 993-remove-subdirectory-archive branch from 5469545 to 41c6eeb Compare October 20, 2023 15:55
@andrewazores
Copy link
Member

/build_test

@andrewazores
Copy link
Member

@github-actions
Copy link

Test image available:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-web:pr-1127-41c6eeb8817efb52e625a803edf6ceffbd19196d sh smoketest.sh

Copy link
Member

@andrewazores andrewazores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebase please

@mwangggg mwangggg force-pushed the 993-remove-subdirectory-archive branch 2 times, most recently from 3f15604 to 69aa679 Compare October 26, 2023 20:29
@mwangggg
Copy link
Member Author

huh after rebasing, it's failing 90% of tests when I run yarn build

@andrewazores
Copy link
Member

yarn build works for me - at least, no unit test failures. Maybe yarn yarn:frzinstall to make sure it isn't a dependency issue?

@mwangggg
Copy link
Member Author

yea that fixed it - I think it was the react-router-dom update

@mwangggg mwangggg force-pushed the 993-remove-subdirectory-archive branch from 69aa679 to a5ee6d7 Compare October 30, 2023 13:50
@andrewazores andrewazores merged commit bf9af76 into cryostatio:main Oct 30, 2023
18 checks passed
mergify bot pushed a commit that referenced this pull request Oct 30, 2023
andrewazores pushed a commit that referenced this pull request Oct 30, 2023
@mwangggg mwangggg deleted the 993-remove-subdirectory-archive branch March 12, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport chore Refactor, rename, cleanup, etc. dependent safe-to-test
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Task] Remove any mentions of subdirectory names to use jvmId in "fromPath" requests
4 participants