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

add redis ping #53

Merged
merged 18 commits into from
Jul 11, 2023
Merged

add redis ping #53

merged 18 commits into from
Jul 11, 2023

Conversation

alex-nork
Copy link
Contributor

@alex-nork alex-nork commented Jul 10, 2023

Slightly easier to review with whitespace changes hidden
Files changed

The purpose of this PR is to add a Ping button to redis targets which allows a user to test the connection to their redis instance.

Successful connection:
Screenshot 2023-07-10 at 1 16 23 PM

Unsuccessful connection:
Screenshot 2023-07-10 at 1 25 02 PM

Copy link
Contributor

@zimventures zimventures left a comment

Choose a reason for hiding this comment

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

Good stuff - just one styling enhancement.

Comment on lines 72 to 74
alert('Ping successful');
} else {
alert('Ping failed: ' + (result.error || 'Unknown error'));
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of using alerts, let's class it up and use Bootstrap's toaster notifications!

https://getbootstrap.com/docs/5.3/components/toasts/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2023-07-11 at 11 36 42 AM

Copy link
Contributor

Choose a reason for hiding this comment

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

Hell yeah! Nice work 👍👍

Copy link
Contributor

@zimventures zimventures left a comment

Choose a reason for hiding this comment

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

:shipit:

@alex-nork alex-nork merged commit 46b9f59 into main Jul 11, 2023
2 checks passed
@zimventures zimventures deleted the AlexN/ping-redis branch August 14, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants