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(strings): update user string #1164

Closed
wants to merge 1 commit into from

Conversation

mwangggg
Copy link
Member

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


Related: https://github.com/cryostatio/cryostat/issues/1695

@mwangggg mwangggg added the chore Refactor, rename, cleanup, etc. label Nov 16, 2023
@mergify mergify bot added the safe-to-test label Nov 16, 2023
@@ -79,7 +79,7 @@
"MAXIMUM_SIZE": "Maximum size ({{unit}})",
"SAVE_CHANGES": "Save changes",
"TEMPLATE_HELPER_TEXT": "The Event Template to be applied to Automated Analysis recordings.",
"TEMPLATE_INVALID_WARNING": "WARNING: Setting a Target Template as a default template type configuration may not apply to all Target JVMs if the JVMs do not support them."
"TEMPLATE_INVALID_WARNING": "WARNING: Setting the Target Template as a default template type configuration may not apply to all Target JVMs if the JVMs do not support them."
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure about this change. It's describing event templates of the kind "Target", as opposed to "Custom":

image

There are usually at least two such Target Templates for any given target application.

This warning is to say that if you pick a Target Template, then this only makes sense if every other Target has that same kind of Template (matching by name).

To give a concrete example of such an invalid configuration:

image

I could select the Cryostat event template here, but any configuration using this template (Automated Analysis card, Automated Rule) would not be able to apply this event template to another target which doesn't have that same template:

image

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok I'll keep it how it is 👍

@mwangggg mwangggg closed this Nov 16, 2023
@mwangggg mwangggg deleted the user-strings 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
chore Refactor, rename, cleanup, etc. safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants