Commit Graph

904 Commits

Author SHA1 Message Date
Alex Holliday
41f64ca9fe bump version 2025-09-08 07:10:29 -07:00
Alex Holliday
a0eba89f34 bump version 2025-09-08 06:43:35 -07:00
antonstrover
e598ae45f7 Merge branch 'develop' into fix/uptime%-charts-toggles 2025-09-05 16:46:04 +01:00
anton.strover
ad7f469e06 add display name for bar 2025-09-05 16:27:48 +01:00
karenvicent
c61874dbdd fix format error 2025-09-03 12:34:35 -04:00
karenvicent
c536cb2afa run format 2025-09-03 10:18:09 -04:00
karenvicent
3f79b4c2f6 Merge branch 'develop' into feat/add-team-member 2025-09-03 09:56:31 -04:00
karenvicent
137ba9185e fix details 2025-09-03 09:55:53 -04:00
Alexander Holliday
ce8f5cbe0c Merge pull request #2878 from antonstrover/fix/failed-prop-type-status
Fixed Bar component
2025-09-01 10:43:43 -07:00
Alex Holliday
619c5242db bump versions 2025-09-01 10:14:57 -07:00
Alexander Holliday
ba99989c66 Revert "pin dependency" 2025-09-01 09:26:51 -07:00
Alexander Holliday
90b94816dd Merge pull request #2910 from bluewave-labs/fix/alpine-to-slim
pin dependency
2025-09-01 09:22:26 -07:00
Alex Holliday
11dcaef3ff pin 2025-09-01 09:21:56 -07:00
Alexander Holliday
79eb580802 Merge pull request #2901 from bluewave-labs/fix/alpine-to-slim
alpine -> slim
2025-09-01 08:54:10 -07:00
Alex Holliday
b93e3327a7 alpine -> slim 2025-09-01 08:53:03 -07:00
anton.strover
f01030a47a move width out of sx object 2025-09-01 11:44:10 +01:00
karenvicent
8fae69b7a4 Merge branch 'develop' into feat/add-team-member 2025-08-31 10:19:01 -04:00
karenvicent
e45dd4240e fix errors 2025-08-31 10:18:15 -04:00
Alex Holliday
a433f10240 regenerate package-lock 2025-08-30 19:30:24 -07:00
gorkem-bwl
0607e0b228 refactor: simplify maintenance window description per feedback
- Remove redundant words 'active' and 'completely'
- Remove technical details about specific check types
- Keep the description concise while maintaining clarity
- Maintain all key information about maintenance behavior
2025-08-30 21:57:17 -04:00
gorkem-bwl
3bd4f67ec7 docs: add comprehensive maintenance window behavior description
- Update maintenance window description to clearly explain what happens during maintenance
- Clarify that ALL monitoring types are suspended (pings, HTTP, port checks, etc.)
- Explain that no notifications or alerts will be triggered
- Describe status page behavior (maintenance indicator shown)
- Note that monitoring resumes automatically when maintenance ends
- Clarify that maintenance periods don't affect uptime calculations
- Provide users with complete understanding of maintenance window impact
2025-08-30 21:31:44 -04:00
Alex Holliday
68592acd39 bump version 2025-08-30 16:22:16 -07:00
Alex Holliday
0f81d54f25 remove success toast 2025-08-30 11:18:05 -07:00
Alex Holliday
f3121c24c6 add interval to queue table 2025-08-30 11:17:34 -07:00
Alexander Holliday
30a569233b Merge pull request #2873 from bluewave-labs/feat/docker-container-name-monitoring
feat: Enable Docker container monitoring by name in addition to ID
2025-08-29 09:33:45 -07:00
anton.strover
fd951bfdd5 Fixed Bar component
Moved width prop from direct prop to sx prop, updated PropTypes to accept string|object.
2025-08-29 11:24:57 +01:00
anton.strover
27d613b594 remove carried away-ness 2025-08-29 10:49:22 +01:00
gorkem-bwl
ba757b9aa4 style: fix prettier formatting in validation.js 2025-08-29 00:58:03 -04:00
gorkem-bwl
c445463c0c refactor: improve Docker container matching with deterministic priority-based logic
Address code review feedback to eliminate ambiguity issues and improve reliability:

**Backend Improvements:**
- Implement priority-based matching: exact ID → exact name → partial ID
- Add input normalization (strip leading slashes, case-insensitive)
- Add ambiguity detection with warning logs for debugging
- Maintain full backwards compatibility with existing monitors

**Frontend Improvements:**
- Update validation regex to support leading slashes (/container-name)
- Improve error message clarity for user guidance

**Resolves Ambiguity Issues:**
- Container name "abc" vs Container ID "abc123..." now deterministic
- Multiple containers with similar names handled predictably
- Case-insensitive matching for better user experience

**Priority Order:**
1. Exact full ID match (64-char) - highest priority
2. Exact container name match - case-insensitive
3. Partial ID match - backwards compatibility fallback

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-29 00:53:40 -04:00
gorkem-bwl
4693177e4b feat: add Docker container monitoring by name
- Update Docker monitoring to support both container names and IDs
- Maintain backward compatibility with existing container ID monitoring
- Add logic to find containers by name (with or without "/" prefix)
- Update frontend UI labels and placeholders to reflect name/ID support
- Update instructions to clarify both name and ID are supported

Resolves user request: "It would be great if we could monitor docker containers by name and not just ID - given that the ID changes when containers are taken down for any reason"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-29 00:27:01 -04:00
Alex Holliday
30b135eba3 add tooltip to incident table 2025-08-28 12:21:34 -07:00
Alex Holliday
bda48e07f1 add optional tooltip 2025-08-28 12:21:23 -07:00
karenvicent
7c8ab64e34 fix sucess toast msg 2025-08-28 13:38:05 -04:00
karenvicent
ec7855bd02 Merge branch 'develop' into feat/add-team-member 2025-08-28 13:21:20 -04:00
karenvicent
d401eefd6b Add direct user registration 2025-08-28 12:58:38 -04:00
Alex Holliday
9d0d1329b6 bump version 2025-08-25 15:04:44 -07:00
imjainish
f43210e29e Address PR Comments - Format 2025-08-21 23:13:50 -04:00
imjainish
50b9be4eca Address PR Comments 2025-08-21 23:05:50 -04:00
imjainish
1a38222974 Fix Disabled Field in Settings 2025-08-21 22:39:41 -04:00
Alexander Holliday
cb9cd0a43c Merge pull request #2829 from bluewave-labs/fix-timestamps-format
fix: add missing tooltip date format for 'recent' timeframe in charts
2025-08-21 11:39:13 -07:00
Alexander Holliday
df790a92be Merge pull request #2836 from bluewave-labs/fix/bump-version
bump version
2025-08-21 10:13:13 -07:00
Alex Holliday
e1f9242b34 bump version 2025-08-21 10:12:44 -07:00
GitHub Action
5cbca9457e feat: translations updated from POEditor 2025-08-21 16:22:53 +00:00
karenvicent
75a2e0deee Merge branch 'develop' into fix-timestamps-format 2025-08-20 18:16:50 -04:00
karenvicent
b857137f1a fix data format in uptime and infrastructure charts 2025-08-20 18:14:42 -04:00
Alexander Holliday
40141cdcb0 Merge pull request #2828 from bluewave-labs/fix/version-bump
Fix/version bump
2025-08-20 14:10:16 -07:00
Alex Holliday
c5c1d6903e 3.1 2025-08-20 14:09:41 -07:00
Alex Holliday
f15c8188b9 bump again 2025-08-20 14:07:30 -07:00
Alexander Holliday
32c811ec5a Merge pull request #2827 from bluewave-labs/fix/version-bump
fix: bump version
2025-08-20 14:04:34 -07:00
Alex Holliday
4febc56c30 bump version 2025-08-20 14:04:02 -07:00