Checkmate icon indicating copy to clipboard operation
Checkmate copied to clipboard

UI - Remove delete button from status pages

Open ajhollid opened this issue 7 months ago • 22 comments

Similar to monitor details page, delete button shoud be moved from status page to the config page

Image

ajhollid avatar Apr 26 '25 16:04 ajhollid

@ajhollid Is this issue still open. can you assign it to me?

HYDRO2070 avatar May 04 '25 20:05 HYDRO2070

@HYDRO2070 go ahead please. Make sure you read the Contributing section first.

gorkem-bwl avatar May 05 '25 02:05 gorkem-bwl

@HYDRO2070 hello - what is the latest status here? Should be pretty quick to get this done I assume - can you complete by EoD tomorrow?

gorkem-bwl avatar May 07 '25 17:05 gorkem-bwl

@HYDRO2070 hello - what is the latest status here? Should be pretty quick to get this done I assume - can you complete by EoD tomorrow?

will have it done by EoD tomorrow.

HYDRO2070 avatar May 07 '25 19:05 HYDRO2070

Great!

gorkem-bwl avatar May 07 '25 20:05 gorkem-bwl

I'm trying to set up the frontend, but it's throwing an error saying the server isn't working properly. I also tried setting up the backend, but it's giving a Redis installation error. I'm not able to get it running properly—could you guide me on how to resolve this?

HYDRO2070 avatar May 07 '25 20:05 HYDRO2070

What is the error? If you can paste here we can help.

gorkem-bwl avatar May 07 '25 21:05 gorkem-bwl

throw new Error("Failed to connect to Redis"); ^

Error: Failed to connect to Redis at Object.retryStrategy (file:///C:/Users/Prompt/Desktop/Open%20Source/Checkmate/server/service/redisService.js:24:12) at Socket. (C:\Users\Prompt\Desktop\Open Source\Checkmate\server\node_modules\ioredis\built\redis\event_handler.js:162:41) at Object.onceWrapper (node:events:633:26) at Socket.emit (node:events:518:28) at TCP. (node:net:343:12) Node.js **v22.11.0

HYDRO2070 avatar May 07 '25 21:05 HYDRO2070

Redis is apparently not running, are there any logs there?

gorkem-bwl avatar May 07 '25 22:05 gorkem-bwl

Nope. I am only seeing that redis connection failed. Do I have to run it using docker?

HYDRO2070 avatar May 08 '25 08:05 HYDRO2070

Yes. Did you go over the installation documents?

gorkem-bwl avatar May 08 '25 09:05 gorkem-bwl

@HYDRO2070, please let us know if you still go over any issue in installation.

Br0wnHammer avatar May 08 '25 12:05 Br0wnHammer

@Br0wnHammer @gorkem-bwl Firstly it said to navigate to server/docker/dev in Docs (Navigate to the docker/dev directory in step 3 of Quickstart for developers (Windows)). but the server folder don't have any docker folder. and after I traverse to docker folder which is at the root folder and run this command

docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker run -d -p 27017:27017 -v $PWD/mongo/data:/data/db --name uptime_database_mongo uptime_database_mongo

it's showing this error

C:\Users\Prompt\Desktop\Open Source\Checkmate\docker\dev>docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker: Error response from daemon: create $PWD/redis/data: "$PWD/redis/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.

Now what should I Do?

HYDRO2070 avatar May 08 '25 19:05 HYDRO2070

@Br0wnHammer @gorkem-bwl Firstly it said to navigate to server/docker/dev in Docs (Navigate to the docker/dev directory in step 3 of Quickstart for developers (Windows)). but the server folder don't have any docker folder. and after I traverse to docker folder which is at the root folder and run this command

docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker run -d -p 27017:27017 -v $PWD/mongo/data:/data/db --name uptime_database_mongo uptime_database_mongo

it's showing this error

C:\Users\Prompt\Desktop\Open Source\Checkmate\docker\dev>docker run -d -p 6379:6379 -v $PWD/redis/data:/data --name uptime_redis uptime_redis docker: Error response from daemon: create $PWD/redis/data: "$PWD/redis/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.

Now what should I Do?

Did you build the docker images? As stated in step 3? Ah, forgot I had server/docker as the path. It should be docker/dev where we need to run the docker commands

Br0wnHammer avatar May 08 '25 19:05 Br0wnHammer

Yes. I have build the docker image using these command

docker build -f ./docker/dev/mongoDB.Dockerfile -t uptime_database_mongo . docker build -f ./docker/dev/redis.Dockerfile -t uptime_redis .

HYDRO2070 avatar May 08 '25 19:05 HYDRO2070

@Br0wnHammer @gorkem-bwl What should I do?

(Edit) by using StackOverFlow and Chatgpt i did setup the docker and run the frontend and backend. but it said to login at starting and when i created the account. it saying

Server Connection Error

We're unable to connect to the server. Please check your internet connection or verify your deployment configuration if the problem persists.

(Edit) Now its Working. Setup Done.

HYDRO2070 avatar May 09 '25 18:05 HYDRO2070

@Br0wnHammer @gorkem-bwl What should I do?

(Edit) by using StackOverFlow and Chatgpt i did setup the docker and run the frontend and backend. but it said to login at starting and when i created the account. it saying

Server Connection Error

We're unable to connect to the server. Please check your internet connection or verify your deployment configuration if the problem persists.

(Edit) Now its Working. Setup Done.

Glad to hear it's working. Can you give an ETA for the PR ?

gorkem-bwl avatar May 09 '25 21:05 gorkem-bwl

@Br0wnHammer @gorkem-bwl What should I do? (Edit) by using StackOverFlow and Chatgpt i did setup the docker and run the frontend and backend. but it said to login at starting and when i created the account. it saying

Server Connection Error

We're unable to connect to the server. Please check your internet connection or verify your deployment configuration if the problem persists.

(Edit) Now its Working. Setup Done.

Glad to hear it's working. Can you give an ETA for the PR ?

EOD

HYDRO2070 avatar May 09 '25 23:05 HYDRO2070

Great, look forward to it!

gorkem-bwl avatar May 10 '25 02:05 gorkem-bwl

@gorkem-bwl I've created the PR for moving the Delete button to the Configure page as per the task. Please review it and let me know if anything needs to be changed. Thanks!

HYDRO2070 avatar May 10 '25 21:05 HYDRO2070

@gorkem-bwl is this issue still active?

sonvir249 avatar May 26 '25 15:05 sonvir249

@gorkem-bwl is this issue still active?

Yep!

gorkem-bwl avatar May 26 '25 17:05 gorkem-bwl

Just wanted to check the progress here @sonvir249 - let me know! :)

gorkem-bwl avatar May 30 '25 22:05 gorkem-bwl

@sonvir249 , please let me know what is the progress on this. Else the team can pick it up internally, looks like we are pushing this even though its not a big change.

Owaiseimdad avatar Jun 16 '25 03:06 Owaiseimdad

@gorkem-bwl @Owaiseimdad I was occupied with urgent office so did not get a chance to work on it. Apologies for the delayed response. Considering my current workload, I am not be able to work on it, please ask your internal team to pick this issue. Thanks.

sonvir249 avatar Jun 16 '25 10:06 sonvir249

Hey @sonvir249 ,

No problem, we'll get on it. Thanks for your interest in the project!

ajhollid avatar Jun 16 '25 10:06 ajhollid

is this issue still open?

virendra-jadhav avatar Jun 18 '25 17:06 virendra-jadhav

is this issue still open?

This is already assigned.

gorkem-bwl avatar Jun 18 '25 17:06 gorkem-bwl