forked from zereight/gitlab-mcp
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(health): add XState connection health monitor with per-URL state #382
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
Closed
polaz
wants to merge
24
commits into
main
from
feat/#364-bug-mcp-server-startup-blocked-when-gitlab-is-unre
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
81b05f1
feat(health): add XState connection health monitor with per-URL state
polaz e0183b3
test(health): comprehensive unit tests for health monitor and handlers
polaz ec09100
chore(deps): bump all dependencies, yarn 4.13, hono CVE fix
polaz f9f63b3
fix(health): remove ProxyAgent connect option, clamp headersTimeout, …
polaz 4fca838
fix(health): typed timeout sentinel, keepAlive gap clamp, calendar da…
polaz f29c6b2
refactor(url): consolidate InstanceRegistry normalization with normal…
polaz 977f300
fix(registry): remove .js extension from import, tighten handler test…
polaz 0a75561
fix(health): align per-URL filter stats with connecting state, normal…
polaz 0fc2a0e
fix(handlers): use plain Error for handler timeout, correct manage_co…
polaz e30112a
fix(handlers): remove unused InitializationTimeoutError import
polaz 6ac4123
fix(health): bootstrapComplete before refreshCache, correct timeout c…
polaz 2799170
fix(health): use PROBE_MS for fast-path check, include URL in resolve…
polaz 08caa98
fix(health): revert probe to status < 500 for reachability check
polaz c1039de
fix(fetch): enforce connect timeout for ProxyAgent via proxyTls signal
polaz 2a96d29
fix(fetch): use numeric timeout for ProxyAgent proxyTls, assert getSt…
polaz f453e8e
fix(health): strict parseTimerMs, requestTls timeout, URL in error me…
polaz 4a963f2
fix(config): strict parseStrictInt for all count env vars, URL in err…
polaz caab7f4
fix(handlers): add reachable manage_context test, document OAuth fall…
polaz c9175cd
fix(health): fail open getRestrictedParameters for unknown version, a…
polaz c078374
fix(config): allow zero retry attempts, strict refreshCache and repor…
polaz 66ae8b6
fix(config): use isSafeInteger, extract nested ternary, pin test asse…
polaz 2c6cef2
fix(config): trim env values before strict parse, pin health gate URL…
polaz 0c68d6b
test(handlers): use findLast for handler lookup, add OAuth reachabili…
polaz f1c49c1
test(handlers): pin bootstrap timeout reportError to 'timed out' message
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,5 @@ enableGlobalCache: false | |
| enableMirror: false | ||
|
|
||
| nodeLinker: node-modules | ||
|
|
||
| yarnPath: .yarn/releases/yarn-4.13.0.cjs | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.