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

fix(web): rename connection debounce to connection retry interval #1096

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

aali309
Copy link
Contributor

@aali309 aali309 commented Aug 30, 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: #1030

Description of the change:

This change is more user friendly. Renaming the title from WebSocket Connection Debounce to WebSocket Retry Interval makes it more understandable for all users.

Motivation for the change:

Pointed out by @andrewazores to improve UX as name and description should be understandable by a typical user without having to reach for a manual page or search engine

How to manually test:

  1. Run CRYOSTAT_IMAGE=quay.io... sh smoketest.sh...
  2. ...

@github-actions
Copy link

Test image available:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-web:pr-1096-635463126f022cca7176b8e258088575361389d9 sh smoketest.sh

locales/en/public.json Outdated Show resolved Hide resolved
@aali309 aali309 force-pushed the renameConnectionDebounce branch from 11f287c to cb79545 Compare August 30, 2023 19:02
@github-actions
Copy link

Test image available:

CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-web:pr-1096-cb79545d0c3afb0255b833ba5df2e898c23f6bde sh smoketest.sh

@andrewazores andrewazores merged commit fd81c2c into cryostatio:main Aug 30, 2023
@aali309 aali309 deleted the renameConnectionDebounce branch August 31, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Bug] Rename "connection debounce"
3 participants