Commit Graph

6862 Commits

Author SHA1 Message Date
Burak Arslan
281cbbc30f feat: add game server monitoring support
- Added a new `/games` route in `monitorRoute.js` to fetch all supported games.
- Implemented `getAllGames` method in `monitorController.js` using the `gamedig` library.
- Introduced `useFetchMonitorGames` hook in `monitorHooks.js` to fetch game data in the frontend.
- Updated `UptimeCreate` page to support game server monitoring:
  - Added a new monitor type `"game"`.
  - Dynamically fetches and displays game options using the new `/games` API.
- Removed hardcoded `GAMES` object and replaced it with dynamic fetching from the backend.
- Updated `NetworkService.js` with a new `getMonitorGames` method for API calls.

This update introduces game server monitoring functionality, allowing users to monitor game servers dynamically.
2025-08-03 13:19:55 +03:00
Burak Arslan
b53650a50f Run npm run format 2025-08-02 02:25:58 +03:00
Burak Arslan
9ad3b58fcd Added game server support 2025-08-02 02:04:06 +03:00
Alexander Holliday
61a1972c4c Merge pull request #2730 from bluewave-labs/fix/diagnostic-module
fix: diagnostic module
2025-07-31 12:06:30 -07:00
Alex Holliday
0779e5ea15 remove commented out imports 2025-07-31 12:02:52 -07:00
Alexander Holliday
fab78f0cee Merge pull request #2729 from bluewave-labs/feat/settings-module
feat: settubgs module -> class
2025-07-31 12:01:45 -07:00
Alex Holliday
ce49270cf8 remove unused diagnostic db module 2025-07-31 12:00:27 -07:00
Alex Holliday
7a190f7c69 module -> class 2025-07-31 11:57:55 -07:00
Alexander Holliday
7d5302cfcf Merge pull request #2707 from singh-kanwarpreet/feature/global-thresholds
Feature/global thresholds
2025-07-31 09:31:14 -07:00
Alexander Holliday
87d3d6a8f0 Merge pull request #2724 from bluewave-labs/feat/recovery-module
feat: recovery module -> class
2025-07-31 09:18:56 -07:00
Alex Holliday
927e8a88b8 remove console log 2025-07-31 09:18:12 -07:00
singh-kanwarpreet
73a6277feb Refactored Code 2025-07-31 16:04:41 +05:30
Alex Holliday
54d3392cf1 remove commented out imports 2025-07-30 15:35:16 -07:00
Alexander Holliday
f1c9aad4e6 Merge pull request #2723 from bluewave-labs/feat/pagespeed-module
feat: pagespeed module->class
2025-07-30 15:34:32 -07:00
Alex Holliday
48cf8a5e73 module -> class 2025-07-30 15:34:03 -07:00
Alex Holliday
b5f4c04165 module->class 2025-07-30 15:21:22 -07:00
Alexander Holliday
a9c2549376 Merge pull request #2722 from bluewave-labs/feat/notification-module
feat: notification module -> class
2025-07-30 15:17:19 -07:00
Alex Holliday
7bf96f6194 module -> class 2025-07-30 15:14:36 -07:00
Alexander Holliday
ae40cb8a54 Merge pull request #2721 from bluewave-labs/feat/network-check-module
feat: NetworkCheck module -> class
2025-07-30 15:06:50 -07:00
Alex Holliday
16ebe4b1ab module -> class 2025-07-30 15:06:19 -07:00
Alexander Holliday
c7914a1c4f Merge pull request #2720 from bluewave-labs/feat/monitor-module
feat: monitor module
2025-07-30 15:06:03 -07:00
Alex Holliday
6b12246ec0 Merge branch 'develop' into feat/monitor-module 2025-07-30 15:00:33 -07:00
Alexander Holliday
4a42b6eb43 Merge pull request #2719 from bluewave-labs/feat/maintenance-window-module
feat: module -> class
2025-07-30 14:59:46 -07:00
Alex Holliday
de742068a7 module -> class 2025-07-30 12:25:12 -07:00
Alex Holliday
b383ce5b11 Merge branch 'develop' into feat/maintenance-window-module 2025-07-30 11:39:23 -07:00
Alexander Holliday
ccb424eafe Merge pull request #2718 from bluewave-labs/feat/hardware-module
module -> class
2025-07-30 11:38:34 -07:00
Alex Holliday
585fb4f700 module -> class 2025-07-30 11:36:19 -07:00
Alex Holliday
00f5eaf44d module -> class 2025-07-30 11:27:29 -07:00
singh-kanwarpreet
8bacbcde89 Removed Unnecassary command 2025-07-30 23:35:51 +05:30
Alexander Holliday
245e436a88 Merge pull request #2717 from bluewave-labs/feat/user-module-class
feat: refactor user module into class
2025-07-30 10:54:41 -07:00
singh-kanwarpreet
2d6fdcb1e2 Made code readable 2025-07-30 23:14:35 +05:30
Alex Holliday
8adad64248 refactor module into class 2025-07-30 10:41:53 -07:00
Alexander Holliday
e7cf6d385c Merge pull request #2714 from bluewave-labs/feat/statuspage-module
feat: refactor status page module into class
2025-07-30 10:22:46 -07:00
Alex Holliday
753a904c94 refacotr status page module into class 2025-07-30 10:20:33 -07:00
Alexander Holliday
0ccbd17709 Merge pull request #2713 from bluewave-labs/hotfix/crypto
fix crypto dependency
2025-07-30 09:19:07 -07:00
Alex Holliday
78a5b2e666 fix crypto dependency 2025-07-30 09:18:16 -07:00
singh-kanwarpreet
5e46a9f2d5 Pushed global thresholds inside create if branch 2025-07-30 19:38:23 +05:30
singh-kanwarpreet
0ecbf48f5d client/src/Pages/Infrastructure/Create/index.jsx 2025-07-30 19:18:24 +05:30
singh-kanwarpreet
d4ecb26ffe Updated UseEffect 2025-07-30 18:30:04 +05:30
singh-kanwarpreet
e04ac77ddd Ran npm start format 2025-07-30 16:39:41 +05:30
Alexander Holliday
cd3702f5b5 Merge pull request #2712 from bluewave-labs/feat/invite-module
feat: refactor invite module into class
2025-07-29 20:01:39 -07:00
Alex Holliday
ca02ed9d18 refactor invite module into class 2025-07-29 19:53:11 -07:00
Alexander Holliday
f934bbf829 Merge pull request #2711 from bluewave-labs/fix/check-module
fix: convert checkModule to class for dependency injection
2025-07-29 12:04:44 -07:00
singh-kanwarpreet
da7d9c02c8 Used Parent State And Set Minor Changes 2025-07-30 00:25:53 +05:30
Alex Holliday
e55d8618bd convert checkModule to class for dependency injection 2025-07-29 11:51:06 -07:00
singh-kanwarpreet
af010e138d Some changes in ui 2025-07-30 00:01:27 +05:30
Alexander Holliday
9d94b71583 Merge pull request #2664 from Jesulayomy/fe-uptime_monitor_config
[Frontend]: Refactor Uptime monitor Create & Configure components
2025-07-29 11:15:55 -07:00
Alexander Holliday
38d31192ed Merge pull request #2710 from bluewave-labs/fix/sort-json
sort en.json
2025-07-29 11:14:30 -07:00
Alex Holliday
a0799874e4 sort en.json 2025-07-29 11:14:06 -07:00
Alexander Holliday
5ec2500310 Merge pull request #2698 from bluewave-labs/improve/light-mode-ui
Improve/light mode UI
2025-07-29 11:11:17 -07:00