Commit Graph

454 Commits

Author SHA1 Message Date
Tola Leng 53d8b110c9 Update .gitignore with .DS_Store removed 2025-07-11 20:12:20 +07:00
Tola Leng a013f9170a feat: Allow multiple regional agents
- Allow multiple selections for regional agents in the service dialog form, similar to notification channels.
2025-07-11 17:59:03 +07:00
Tola Leng 5daea8138c Change Default monitoring fallback source value (uptime service) 2025-07-11 17:58:46 +07:00
Tola Leng 59dcdcb5df Fix: Persist multiple notification channels
- The notification channels field in the service dialog form was not saving or applying multiple selections
2025-07-11 17:57:32 +07:00
Tola Leng 35e161e40d 🔐 docs(security): update Security Policy to reflect TypeScript and Go stack
- Clarify that CheckCle is built with both TypeScript and Go
- Add mention of Go-specific security practices (govulncheck, Go modules)
- Improve clarity and consistency of security considerations
2025-07-11 14:18:41 +07:00
Tola Leng de79eb963d feat: Allow multiple selections for regional agents.
- Allow multiple regional agents to be selected in the service dialog form, similar to the notification channels.
2025-07-10 23:06:10 +07:00
Tola Leng 7fd6d07c10 Added to detail Development Setup.
- To include Go service operation and Distributed regional agent
2025-07-10 22:41:04 +07:00
Tola Leng 2d2bd790b0 Disable the debug console logs for production 2025-07-10 22:14:17 +07:00
Tola Leng 917d8a6d29 feat: Implement notification channel based on status (Service Dialog Form and Refactor Split ServiceForm into smaller components).
- The Service Dialog Form's Notification Channel field now respects the `notification_status`. If `notification_status` is enabled, the user can select one or multiple notification channel IDs.
2025-07-10 21:07:31 +07:00
Tola Leng ddeb22dc4d Added uptime monitoring detail data and server monitoring schema 2025-07-09 21:59:22 +07:00
Tola Leng e355e771d1 📖 Updated project image URL Readme 2025-07-08 22:01:04 +07:00
Tola Leng f4aeaebe0d Fix: Uptime history bar color for paused/unknown
- Update UptimeBar component to display grey color for "Paused" status and when no data is available.
2025-07-08 20:10:34 +07:00
Tola Leng 6b49119797 Fix: Add regional_status to Service type
- Improved the regional monitoring agent assign to service type
2025-07-08 17:11:35 +07:00
Tola Leng be7c80d7c4 Improved the Uptime Response Time History 2025-07-07 20:33:52 +07:00
Tola Leng 08f31835e1 feat: Improve server overview cards
- Added card background color and grid layout to server overview cards in the server detail page.
2025-07-07 14:49:41 +07:00
Tola Leng 5d2b8b2ed2 Refactor: Split ServerHistory and Charts into smaller components 2025-07-06 15:12:03 +07:00
samang-dauth f0eec90e75 feat: Add system info cards to server detail header
Adds small cards in the server detail page header to display server system information.
2025-07-05 17:00:21 +07:00
Tola Leng 671f22c1d3 Add FUNDING.yml (#63)
* Merge pull request #27 from operacle/develop

feat: Implement uptime monitoring data retention

* Create FUNDING.yml

* add codeowners and pull request workflow
2025-07-03 21:05:56 +07:00
Tola Leng f80b2c8a51 Improved docker compose configuration 2025-07-03 19:50:12 +07:00
Tola Leng dc9e8b981a removed file while the root directory doesn’t need a package.json 2025-07-03 19:33:43 +07:00
samang-dauth 306d2fc336 Fix: Instance monitoring dashboard styling 2025-07-03 17:22:30 +07:00
samang-dauth d072ba7d23 Fix: Server detail page background color
Ensure consistent background color on server detail and docker pages.
2025-07-03 17:17:34 +07:00
Tola Leng 1113ede9a6 Updated and improved the container entrypoint script pipeline 2025-07-02 20:03:29 +07:00
Tola Leng 1e84db4ecc Add new entrypoint for container startup script with hidden pocketbase admin (UI) 2025-07-02 20:03:06 +07:00
samang-dauth 20d5e86d3c Changed logo to use an image instead of the letter. 2025-07-02 19:49:00 +07:00
samang-dauth 549dcc21e4 Change SSL & Domain menu sidebar icon 2025-07-02 19:28:09 +07:00
samang-dauth f97bc4f62f Removed server hostname under container name 2025-07-02 19:10:34 +07:00
samang-dauth d6793f104c Fix: Historical Performance date filter
Ensure date filter respects server ID and displays correct data for 1 day  date filter
2025-07-02 17:44:11 +07:00
Tola Leng bdcf5c75b9 Added Distributed Regional Monitoring Dockerfile 2025-07-01 20:05:52 +07:00
Tola Leng 4d68c6b8a9 Updated Project Features and Roadmap 2025-07-01 19:58:26 +07:00
Tola Leng fda40de155 Update Schedule and Maintenace Overview Card Liner-Gradient 2025-07-01 19:57:51 +07:00
Tola Leng 9b1ccc7f8d Updated SSL Certificate Status Cards linear-gradient 2025-07-01 19:15:24 +07:00
Tola Leng d183ca9791 Updated Uptime Monitoring liner card gradient. 2025-07-01 18:59:55 +07:00
Tola Leng 48ddc2b4c6 Remove system_info card from overview and update status badge 2025-07-01 18:47:36 +07:00
Tola Leng 30bba14e37 Fix: Server history chart and date filter
Ensure the historical performance chart correctly displays server metric data and that the date filter dropdown functions as expected.
2025-07-01 16:23:25 +07:00
Tola Leng 460fcbc7dc Refactor: expand the menu sidebar and add the server and docker detail page 2025-06-30 23:06:38 +07:00
Tola Leng 0b029dc914 feat: Implement docker monitoring dashboard 2025-06-30 23:05:45 +07:00
Tola Leng 691cd4f298 feat: Implement instance monitoring dashboard 2025-06-30 23:01:33 +07:00
Tola Leng 4bfeb42142 Added Download Package URL for fully support both amd64 and arm64 2025-06-30 20:07:49 +07:00
Tola Leng c1fa02c380 Updated Service Operation Executed Display Logs 2025-06-30 19:35:29 +07:00
Tola Leng 15f0e93524 Updated Distributed Regional Monitoring and Roadmap 2025-06-29 15:14:29 +07:00
Tola Leng b37a84734f Change response time chart color
Update the response time chart to use yellow color for Regional Monitoring Data
2025-06-29 00:52:06 +07:00
Tola Leng c979dd24d8 Enhance one-click install script and Regional Agent Dialog
The script was failing to download the package because of an incorrect URL.
2025-06-26 16:07:36 +07:00
Tola Leng fd08a64a05 Fix: Resolve 404 error on public status page 2025-06-26 15:43:41 +07:00
Tola Leng c30bcf9e73 Move Report Menu
Move the Reports menu item to the bottom of the Regional Monitoring section in the main menu.
2025-06-26 14:34:54 +07:00
Tola Leng 7b18a224c1 Update the service detail page to display all monitoring data (default and regional) in separate lines on the graph when "All Monitoring" is selected. Preserve the original functionality of other monitoring source options. 2025-06-26 14:32:23 +07:00
Tola Leng 202a09993c feat: Implement "All Monitoring" option
Update the service detail page to display all monitoring data (default and regional) in separate lines on the graph when "All Monitoring" is selected. Preserve the original functionality of other monitoring source options.
2025-06-26 14:17:09 +07:00
Tola Leng 094f5fcd5e feat: Add "None" option to notification channel.
Adds a "None" option to the notification channel dropdown in the Add SSL Certificate form. This allows users to opt-out of notifications.
2025-06-26 14:10:30 +07:00
Tola Leng ab4f0aa6ea Refactor: Separate data display by monitoring source
and Fix: Display data collection in detail page
2025-06-24 22:11:29 +07:00
Tola Leng 35b11f5a16 Fix: Correct package download URL 2025-06-21 23:26:24 +07:00